comparison console/libgnt/gnt.h @ 13943:25be562aaca8

[gaim-migrate @ 16480] New widget GntLine to use as a separator. A partial dialog for add-account callback. Updating the dialog as a result of selection-change in the prpl dropdown is way ickier than I had expected it to be. It 'works' now, but quite a bit quirky. I will try to smooth things up later, perhaps next week. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 10 Jul 2006 23:55:24 +0000
parents 9309d27d780c
children 44ec6c7cbc76
comparison
equal deleted inserted replaced
13942:b14fdab68eac 13943:25be562aaca8
15 15
16 void gnt_screen_update(GntWidget *widget); 16 void gnt_screen_update(GntWidget *widget);
17 17
18 void gnt_screen_take_focus(GntWidget *widget); 18 void gnt_screen_take_focus(GntWidget *widget);
19 19
20 void gnt_screen_resize_widget(GntWidget *widget, int width, int height);
21
20 gboolean gnt_widget_has_focus(GntWidget *widget); 22 gboolean gnt_widget_has_focus(GntWidget *widget);
21 23
22 void gnt_widget_set_urgent(GntWidget *widget); 24 void gnt_widget_set_urgent(GntWidget *widget);
23 25
24 void gnt_quit(); 26 void gnt_quit();