lib/ewl_theme.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | EWL_THEME_KEY_NOMATCH ((char *)0xdeadbeef) |
Functions | |
| int | ewl_theme_data_int_get (Ewl_Widget *w, const char *k) |
| Retrieve an integer value from a widgets theme. | |
| void | ewl_theme_data_int_set (Ewl_Widget *w, const char *k, int v) |
| Store data into a widgets theme. | |
| void | ewl_theme_data_reset (Ewl_Widget *w) |
| Reset the theme settings for the widget w. | |
| const char * | ewl_theme_data_str_get (Ewl_Widget *w, const char *k) |
| Retrieve an string value from a widgets theme. | |
| void | ewl_theme_data_str_set (Ewl_Widget *w, const char *k, const char *v) |
| Store data into a widgets theme. | |
| void | ewl_theme_font_path_add (const char *path) |
| Add a specified path to the font search path. | |
| Ecore_List * | ewl_theme_font_path_get (void) |
| retrieve the path of a widgets theme's fonts | |
| char * | ewl_theme_image_get (Ewl_Widget *w, const char *k) |
| retrieve the path to an image from a widgets theme | |
| int | ewl_theme_init (void) |
| const char * | ewl_theme_path_get (void) |
| Return the path of the current theme. | |
| void | ewl_theme_shutdown (void) |
| int | ewl_theme_theme_set (const char *theme) |
| int | ewl_theme_widget_init (Ewl_Widget *w) |
| void | ewl_theme_widget_shutdown (Ewl_Widget *w) |