comparison finch/libgnt/gntstyle.h @ 18312:adcb44a07a2d

This is a more flexible way of getting random settings from .gntrc.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 27 Jun 2007 18:21:02 +0000
parents 5c6f019e48f8
children 8aff2d3d6820 b25cb0775be3
comparison
equal deleted inserted replaced
18305:ffd706ec0220 18312:adcb44a07a2d
43 */ 43 */
44 void gnt_style_read_configure_file(const char *filename); 44 void gnt_style_read_configure_file(const char *filename);
45 45
46 const char *gnt_style_get(GntStyle style); 46 const char *gnt_style_get(GntStyle style);
47 47
48 const char *gnt_style_get_from_name(const char *key); 48 const char *gnt_style_get_from_name(const char *group, const char *key);
49 49
50 /** 50 /**
51 * 51 *
52 * @param style 52 * @param style
53 * @param def 53 * @param def