comparison console/libgnt/gntbox.h @ 14041:27182f83b79b

[gaim-migrate @ 16647] Statusbox comes in. It's now possible to change the account status. There's nothing yet for creating custom statuses. It's also possible now to delete accounts. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 05 Aug 2006 11:31:54 +0000
parents 8b2306c64efa
children
comparison
equal deleted inserted replaced
14040:80891029f5dd 14041:27182f83b79b
86 86
87 void gnt_box_readjust(GntBox *box); 87 void gnt_box_readjust(GntBox *box);
88 88
89 void gnt_box_set_fill(GntBox *box, gboolean fill); 89 void gnt_box_set_fill(GntBox *box, gboolean fill);
90 90
91 void gnt_box_move_focus(GntBox *box, int dir); /* +1 to move forward, -1 for backward */
92
93 void gnt_box_give_focus_to_child(GntBox *box, GntWidget *widget);
94
91 G_END_DECLS 95 G_END_DECLS
92 96
93 #endif /* GNT_BOX_H */ 97 #endif /* GNT_BOX_H */
94 98