rofi 1.7.7
|
#include <rofi-types.h>
Data Fields | |
int | set |
char * | name |
unsigned int | num_widgets |
struct ThemeWidget ** | widgets |
ThemeMedia * | media |
GHashTable * | properties |
struct ThemeWidget * | parent |
Definition at line 332 of file rofi-types.h.
ThemeMedia* ThemeWidget::media |
Definition at line 339 of file rofi-types.h.
Referenced by rofi_theme_free(), rofi_theme_parse_merge_widgets(), rofi_theme_parse_process_conditionals_int(), and rofi_theme_print_index().
char* ThemeWidget::name |
Definition at line 334 of file rofi-types.h.
Referenced by rofi_theme_find_or_create_name(), rofi_theme_find_property(), rofi_theme_find_single(), rofi_theme_free(), rofi_theme_parse_merge_widgets(), rofi_theme_print_index(), rofi_theme_reset(), and rofi_theme_widget_get_name().
unsigned int ThemeWidget::num_widgets |
Definition at line 336 of file rofi-types.h.
Referenced by config_parse_dump_config_rasi_format(), main(), rofi_theme_find_or_create_name(), rofi_theme_find_single(), rofi_theme_free(), rofi_theme_parse_merge_widgets(), rofi_theme_parse_process_conditionals_int(), rofi_theme_parse_process_links_int(), and rofi_theme_print_index().
struct ThemeWidget* ThemeWidget::parent |
Definition at line 343 of file rofi-types.h.
Referenced by rofi_theme_find_or_create_name(), rofi_theme_find_property(), rofi_theme_print_index(), and rofi_theme_widget_get_name().
GHashTable* ThemeWidget::properties |
Definition at line 341 of file rofi-types.h.
Referenced by rofi_theme_find_property(), rofi_theme_free(), rofi_theme_parse_merge_widgets(), rofi_theme_parse_process_links_int(), rofi_theme_print_index(), rofi_theme_resolve_link_property(), and rofi_theme_widget_add_properties().
int ThemeWidget::set |
Definition at line 333 of file rofi-types.h.
struct ThemeWidget** ThemeWidget::widgets |
Definition at line 337 of file rofi-types.h.
Referenced by config_parse_dump_config_rasi_format(), rofi_theme_find_or_create_name(), rofi_theme_find_single(), rofi_theme_free(), rofi_theme_parse_merge_widgets(), rofi_theme_parse_process_conditionals_int(), rofi_theme_parse_process_links_int(), and rofi_theme_print_index().