comparison console/libgnt/gnt.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 5642f4658b59
children 9d66969a2e32
comparison
equal deleted inserted replaced
13877:765bbdf29d04 13878:0d0ab1e39d0a
9 9
10 void gnt_screen_occupy(GntWidget *widget); 10 void gnt_screen_occupy(GntWidget *widget);
11 11
12 void gnt_screen_release(GntWidget *widget); 12 void gnt_screen_release(GntWidget *widget);
13 13
14 void gnt_scree_update(GntWidget *widget);