console/libgnt/gntstyle.h

Wed, 23 Aug 2006 01:35:44 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Wed, 23 Aug 2006 01:35:44 +0000
changeset 14361
4d6014205744
parent 14301
b47bf28806d1
child 14372
61f53bc11687
permissions
-rw-r--r--

[gaim-migrate @ 16989]
Now the customcolors should work. Apparently I didn't include it in last commit.

#include "gnt.h"

typedef enum
{
	GNT_STYLE_SHADOW = 0,
	GNT_STYLE_COLOR = 1,
	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);

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

void gnt_init_styles();

void gnt_uninit_styles();

mercurial