rofi
1.5.4
|
#include <rofi-types.h>
Data Fields | |
char * | name |
PropertyType | type |
PropertyValue | value |
Property structure.
Definition at line 212 of file rofi-types.h.
char* Property::name |
Name of property
Definition at line 215 of file rofi-types.h.
Referenced by config_parse_set_property(), rofi_theme_copy_property_int(), rofi_theme_print_index(), rofi_theme_print_property_index(), rofi_theme_property_copy(), rofi_theme_property_free(), and rofi_theme_resolve_link_property().
PropertyType Property::type |
Type of property.
Definition at line 217 of file rofi-types.h.
Referenced by __config_parser_set_property(), int_rofi_theme_print_property(), rofi_theme_find_property(), rofi_theme_get_boolean(), rofi_theme_get_color(), rofi_theme_get_distance(), rofi_theme_get_double(), rofi_theme_get_highlight(), rofi_theme_get_integer(), rofi_theme_get_list(), rofi_theme_get_orientation(), rofi_theme_get_padding(), rofi_theme_get_position(), rofi_theme_get_string(), rofi_theme_property_copy(), rofi_theme_property_create(), rofi_theme_property_free(), and rofi_theme_resolve_link_property().
PropertyValue Property::value |
Value
Definition at line 219 of file rofi-types.h.
Referenced by __config_parser_set_property(), combi_mgrv(), int_rofi_theme_print_property(), rofi_theme_find_property(), rofi_theme_get_boolean(), rofi_theme_get_color(), rofi_theme_get_distance(), rofi_theme_get_double(), rofi_theme_get_highlight(), rofi_theme_get_integer(), rofi_theme_get_list(), rofi_theme_get_orientation(), rofi_theme_get_padding(), rofi_theme_get_position(), rofi_theme_get_string(), rofi_theme_property_copy(), rofi_theme_property_free(), and rofi_theme_resolve_link_property().