comparison console/libgnt/gntline.h @ 13964:0a0d2a1fd2bc

[gaim-migrate @ 16520] Add multi-column support for GntTree. Use it for email-notifications. Restore colors before exiting. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 19 Jul 2006 07:12:59 +0000
parents 25be562aaca8
children
comparison
equal deleted inserted replaced
13963:f7cfaee79982 13964:0a0d2a1fd2bc
40 40
41 G_BEGIN_DECLS 41 G_BEGIN_DECLS
42 42
43 GType gnt_line_get_gtype(void); 43 GType gnt_line_get_gtype(void);
44 44
45 #define gnt_hline_new() gnt_line_new(FALSE)
46 #define gnt_vline_new() gnt_line_new(TRUE)
47
45 GntWidget *gnt_line_new(gboolean vertical); 48 GntWidget *gnt_line_new(gboolean vertical);
46 49
47 G_END_DECLS 50 G_END_DECLS
48 51
49 #endif /* GNT_LINE_H */ 52 #endif /* GNT_LINE_H */