comparison console/libgnt/gntstyle.h @ 14239:a0b1ab181316

[gaim-migrate @ 16921] Allow remapping keys for widgets. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 20 Aug 2006 22:46:20 +0000
parents 7573bd40a190
children ea5193c23171
comparison
equal deleted inserted replaced
14238:f189327b9968 14239:a0b1ab181316
11 /* Returned strings are all lowercase */ 11 /* Returned strings are all lowercase */
12 const char *gnt_style_get(GntStyle style); 12 const char *gnt_style_get(GntStyle style);
13 13
14 gboolean gnt_style_get_bool(GntStyle style, gboolean def); 14 gboolean gnt_style_get_bool(GntStyle style, gboolean def);
15 15
16 /* This should be called only once for the each type */
17 void gnt_styles_get_keyremaps(GType type, GHashTable *hash);
18
16 void gnt_init_styles(); 19 void gnt_init_styles();
17 20
18 void gnt_uninit_styles(); 21 void gnt_uninit_styles();
19 22