21 #ifndef __EDELIB_THEMELOADER_H__
22 #define __EDELIB_THEMELOADER_H__
25 #include "XSettingsClient.h"
50 void apply_common_gui_elements(
void);
67 bool load(
const char *name =
"default",
const char *prefix =
"ede");
Client part of XSETTINGS protocol.
Definition: XSettingsClient.h:109
#define E_CLASS_GLOBAL_EXPLICIT_DECLARE(klass)
Definition: edelib-global.h:203
bool load_with_path(const char *path)
bool load_xsettings(void)
XSettingsClient * xsettings(void)
#define E_DISABLE_CLASS_COPY(klass)
Definition: edelib-global.h:161
Theming engine for widgets.
Definition: Theme.h:48
bool load(const char *name="default", const char *prefix="ede")
Themes loader.
Definition: ThemeLoader.h:46