Main Page
Object Hierarchy
Data Structures
Related Pages
etk_config.c File Reference
Detailed Description
Functions
Etk_Bool
etk_config_init
(void)
Initializes the config system.
void
etk_config_shutdown
(void)
Shutdowns the config system.
Etk_Bool
etk_config_load
(void)
Loads Etk's config from disk.
Etk_Bool
etk_config_save
(void)
Saves Etk's config to disk.
const char *
etk_config_wm_theme_get
(void)
Get Etk's current wm theme.
void
etk_config_wm_theme_set
(const char *wm_theme)
Sets Etk's wm theme (will not be applied on the fly).
const char *
etk_config_widget_theme_get
(void)
Get Etk's current widget theme.
void
etk_config_widget_theme_set
(const char *widget_theme)
Sets Etk's widget theme (will not be applied on the fly).
const char *
etk_config_font_get
(void)
Get Etk's current font.
void
etk_config_font_set
(const char *font)
Sets Etk's font (will not be applied on the fly).
const char *
etk_config_engine_get
(void)
Get Etk's current engine.
void
etk_config_engine_set
(const char *engine)
Sets Etk's engine (will not be applied on the fly).