comparison console/libgnt/gnt.h @ 13897:eaaf73de9188

[gaim-migrate @ 16382] I have added a sort of a taskbar, useful in showing the active windows. I have also readjusted the blue color a little bit, since this is the one I am using in a few places right now. And also getting rid of some code-duplication. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 01 Jul 2006 04:24:31 +0000
parents a621329e8c85
children cc60d0861337
comparison
equal deleted inserted replaced
13896:a621329e8c85 13897:eaaf73de9188
14 void gnt_screen_update(GntWidget *widget); 14 void gnt_screen_update(GntWidget *widget);
15 15
16 void gnt_screen_take_focus(GntWidget *widget); 16 void gnt_screen_take_focus(GntWidget *widget);
17 17
18 gboolean gnt_widget_has_focus(GntWidget *widget); 18 gboolean gnt_widget_has_focus(GntWidget *widget);
19
20 void gnt_widget_set_urgent(GntWidget *widget);