comparison console/libgnt/gntwidget.h @ 13888:9d66969a2e32

[gaim-migrate @ 16369] Get rid of a whole lot of compile warnings. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 28 Jun 2006 19:12:38 +0000
parents 0d0ab1e39d0a
children eaaf73de9188
comparison
equal deleted inserted replaced
13887:7d3256b253ec 13888:9d66969a2e32
115 115
116 /* Widget-subclasses should call this from the draw-callback. 116 /* Widget-subclasses should call this from the draw-callback.
117 * Applications should just call gnt_widget_draw instead of this. */ 117 * Applications should just call gnt_widget_draw instead of this. */
118 void gnt_widget_queue_update(GntWidget *widget); 118 void gnt_widget_queue_update(GntWidget *widget);
119 119
120 void gnt_widget_set_take_focus(GntWidget *widget, gboolean set);
120 G_END_DECLS 121 G_END_DECLS
121 122
122 #endif /* GNT_WIDGET_H */ 123 #endif /* GNT_WIDGET_H */