comparison console/libgnt/gntbox.h @ 13860:c1e3f7c75c3f

[gaim-migrate @ 16321] Sean suggested displaying a tooltip in the buddylist (http://gaim.sourceforge.net/sean/gntmock.png). This (http://img157.imageshack.us/img157/1793/q4jb.png) is close. You can press Escape to hide the tooltip. I haven't yet managed to refresh widgets when other widgets covering it are destroyed. So some parts of the border around the buddylist gets erased. I am going to try to fix it. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 23 Jun 2006 19:41:31 +0000
parents bbf0470cb348
children 0d0ab1e39d0a
comparison
equal deleted inserted replaced
13859:60278852c20c 13860:c1e3f7c75c3f
53 53
54 void gnt_box_set_title(GntBox *box, const char *title); 54 void gnt_box_set_title(GntBox *box, const char *title);
55 55
56 void gnt_box_set_pad(GntBox *box, int pad); 56 void gnt_box_set_pad(GntBox *box, int pad);
57 57
58 void gnt_box_set_toplevel(GntBox *box, gboolean set);
59
58 G_END_DECLS 60 G_END_DECLS
59 61
60 #endif /* GNT_BOX_H */ 62 #endif /* GNT_BOX_H */
61 63