Mercurial > pidgin.yaz
view console/libgnt/gntstyle.h @ 14223:7c560c01b8f9
[gaim-migrate @ 16904]
Add a plugin gnthistory. The plugin is a core plugin, but does not look good
in gtkgaim.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sun, 20 Aug 2006 16:45:57 +0000 |
parents | 7573bd40a190 |
children | a0b1ab181316 |
line wrap: on
line source
#include "gnt.h" typedef enum { GNT_STYLE_SHADOW = 0, GNT_STYLES } GntStyle; void gnt_style_read_configure_file(const char *filename); /* Returned strings are all lowercase */ const char *gnt_style_get(GntStyle style); gboolean gnt_style_get_bool(GntStyle style, gboolean def); void gnt_init_styles(); void gnt_uninit_styles();