#include <theme.h>
Data Fields | |
char * | directory |
struct theme_display * | display |
struct img_bitmap * | layout_bitmap |
struct img_bitmap * | buttons_bitmap |
struct theme_cover * | cover |
struct theme_button ** | buttons |
struct theme_key ** | keys |
int | button_count |
int | key_count |
char* theme::directory |
Theme directory.
struct theme_display* theme::display [read] |
Display area data.
struct img_bitmap* theme::layout_bitmap [read] |
Layout bitmap data.
struct img_bitmap* theme::buttons_bitmap [read] |
Buttons bitmap data.
struct theme_cover* theme::cover [read] |
Cover area data.
struct theme_button** theme::buttons [read] |
Buttons data.
struct theme_key** theme::keys [read] |
Keys data.
Number of buttons.
int theme::key_count |
Number of keys.