Go to the documentation of this file.
303 #ifdef THEME_CONVERTER
307 void rofi_theme_convert_old (
void );
RofiHighlightColorStyle rofi_theme_get_highlight(widget *widget, const char *property, RofiHighlightColorStyle th)
void rofi_theme_print(ThemeWidget *widget)
void rofi_theme_reset(void)
char * helper_get_theme_path(const char *file)
Property * rofi_theme_property_create(PropertyType type)
int rofi_theme_get_position(const widget *widget, const char *property, int def)
ThemeWidget * rofi_theme_find_or_create_name(ThemeWidget *base, const char *name)
gboolean rofi_theme_parse_file(const char *file)
double rofi_theme_get_double(const widget *widget, const char *property, double def)
void distance_get_linestyle(RofiDistance d, cairo_t *draw)
char * rofi_theme_parse_prepare_file(const char *file, const char *parent_file)
gboolean rofi_theme_parse_string(const char *string)
RofiDistance rofi_theme_get_distance(const widget *widget, const char *property, int def)
void rofi_theme_property_free(Property *p)
int rofi_theme_get_integer(const widget *widget, const char *property, int def)
Property * rofi_theme_property_copy(Property *p)
void rofi_theme_free(ThemeWidget *widget)
void rofi_theme_get_color(const widget *widget, const char *property, cairo_t *d)
void rofi_theme_widget_add_properties(ThemeWidget *widget, GHashTable *table)
gboolean rofi_theme_is_empty(void)
GList * rofi_theme_get_list(const widget *widget, const char *property, const char *defaults)
Property * rofi_theme_find_property(ThemeWidget *widget, PropertyType type, const char *property, gboolean exact)
ThemeWidget * rofi_theme_find_widget(const char *name, const char *state, gboolean exact)
RofiOrientation rofi_theme_get_orientation(const widget *widget, const char *property, RofiOrientation def)
struct ThemeWidget ThemeWidget
int distance_get_pixel(RofiDistance d, RofiOrientation ori)
RofiPadding rofi_theme_get_padding(const widget *widget, const char *property, RofiPadding pad)
const char * rofi_theme_get_string(const widget *widget, const char *property, const char *def)
int rofi_theme_get_boolean(const widget *widget, const char *property, int def)