finch/libgnt/gntstyle.h

Sun, 18 Mar 2007 22:56:57 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Sun, 18 Mar 2007 22:56:57 +0000
changeset 15886
13ed89c4f01d
parent 15129
console/libgnt/gntstyle.h@4722d1cf7938
parent 15878
console/libgnt/gntstyle.h@f52832b611fe
child 16519
9458657f5b99
child 17586
5beb8d987e84
child 18068
b6554e3c8224
child 18107
080301575c86
permissions
-rw-r--r--

merge of 'd275b025481cd57c1b78be7300d12292eb33e171'
and '98b7f9bf8e2866a4663427b562f28e5934505e3b'

#include "gnt.h"

typedef enum
{
	GNT_STYLE_SHADOW = 0,
	GNT_STYLE_COLOR = 1,
	GNT_STYLE_MOUSE = 2,
	GNT_STYLE_WM = 3,
	GNT_STYLE_REMPOS = 4,
	GNT_STYLES
} GntStyle;

void gnt_style_read_configure_file(const char *filename);

const char *gnt_style_get(GntStyle style);

gboolean gnt_style_get_bool(GntStyle style, gboolean def);

/* This should be called only once for the each type */
void gnt_styles_get_keyremaps(GType type, GHashTable *hash);

void gnt_style_read_actions(GType type, GntBindableClass *klass);

void gnt_init_styles(void);

void gnt_uninit_styles(void);

mercurial