119 void gnt_styles_get_keyremaps(GType type, GHashTable *hash);
140 void gnt_style_read_workspaces(
GntWM *wm);
gboolean gnt_style_parse_bool(const char *value)
Parse a boolean preference.
void gnt_init_styles(void)
Initialize style settings.
void gnt_uninit_styles(void)
Uninitialize style settings.
char ** gnt_style_get_string_list(const char *group, const char *key, gsize *length)
Get the value of a preference in ~/.gntrc.
gboolean gnt_style_get_bool(GntStyle style, gboolean def)
Get the boolean value for a user-setting.
const char * gnt_style_get(GntStyle style)
Get the user-setting for a style.
char * gnt_style_get_from_name(const char *group, const char *key)
Get the value of a preference in ~/.gntrc.
int gnt_style_get_color(char *group, char *key)
Get the value of a color pair in ~/.gntrc.
gboolean gnt_style_read_menu_accels(const char *name, GHashTable *table)
Read menu-accels from ~/.gntrc.
void gnt_style_read_configure_file(const char *filename)
Read configuration from a file.