Functions | |
int | ewl_theme_init (void) |
Initialize the themeing system. | |
int | ewl_theme_widget_init (Ewl_Widget *w) |
Initialize a widgets theme information to the default. | |
void | ewl_theme_widget_shutdown (Ewl_Widget *w) |
remove the theme information from a widget | |
void | ewl_theme_name_set (char *name) |
Set the name of the theme to use. | |
char * | ewl_theme_name_get (void) |
Return the name of the current theme. | |
char * | ewl_theme_path_get (void) |
Return the path of the current theme. | |
Ecore_List * | ewl_theme_font_path_get (void) |
retrieve the path of a widgets theme's fonts | |
void | ewl_theme_font_path_add (char *path) |
Add a specified path to the font search path. | |
char * | ewl_theme_image_get (Ewl_Widget *w, char *k) |
retrieve the path to an image from a widgets theme | |
char * | ewl_theme_data_str_get (Ewl_Widget *w, char *k) |
Retrieve an string value from a widgets theme. | |
int | ewl_theme_data_int_get (Ewl_Widget *w, char *k) |
Retrieve an integer value from a widgets theme. | |
void | ewl_theme_data_str_set (Ewl_Widget *w, char *k, char *v) |
Store data into a widgets theme. | |
void | ewl_theme_data_int_set (Ewl_Widget *w, char *k, int v) |
Store data into a widgets theme. | |
void | ewl_theme_data_default_str_set (char *k, char *v) |
Set a theme key to a default value. | |
void | ewl_theme_data_default_int_set (char *k, int v) |
Set a theme key to a default value. |
|
Set a theme key to a default value.
|
|
Set a theme key to a default value.
|
|
Retrieve an integer value from a widgets theme.
|
|
Store data into a widgets theme.
|
|
Retrieve an string value from a widgets theme.
|
|
Store data into a widgets theme.
|
|
Add a specified path to the font search path.
|
|
retrieve the path of a widgets theme's fonts
|
|
retrieve the path to an image from a widgets theme
|
|
Initialize the themeing system.
|
|
Return the name of the current theme.
|
|
Set the name of the theme to use.
|
|
Return the path of the current theme.
|
|
Initialize a widgets theme information to the default.
|
|
remove the theme information from a widget
|