finch/libgnt/gntstyle.h

Mon, 26 Mar 2007 01:55:33 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Mon, 26 Mar 2007 01:55:33 +0000
changeset 15987
71d668c3d56d
parent 15886
13ed89c4f01d
child 16519
9458657f5b99
child 17586
5beb8d987e84
child 18068
b6554e3c8224
child 18107
080301575c86
permissions
-rw-r--r--

merge of 'e4c15762aafac1e097402a9bca2e7acfad7ff589'
and '49c0e6c8c116a94115ffdb52a8c6d6b74076b055'

#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