comparison console/libgnt/gntbox.h @ 13878:0d0ab1e39d0a

[gaim-migrate @ 16355] Change the behaviour of the widgets about how they update themselves. This makes things a little better, and hopefully easier to build more stuff on top of this. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 27 Jun 2006 02:33:55 +0000
parents c1e3f7c75c3f
children a621329e8c85
comparison
equal deleted inserted replaced
13877:765bbdf29d04 13878:0d0ab1e39d0a
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); 58 void gnt_box_set_toplevel(GntBox *box, gboolean set);
59 59
60 void gnt_box_sync_children(GntBox *box);
61
60 G_END_DECLS 62 G_END_DECLS
61 63
62 #endif /* GNT_BOX_H */ 64 #endif /* GNT_BOX_H */
63 65