comparison console/libgnt/gnt.h @ 14388:f4af666fafe3

[gaim-migrate @ 17094] Contactize the conversations. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 31 Aug 2006 04:39:21 +0000
parents 44ec6c7cbc76
children 8375ecb6152b
comparison
equal deleted inserted replaced
14387:39b0124a455d 14388:f4af666fafe3
19 19
20 void gnt_screen_resize_widget(GntWidget *widget, int width, int height); 20 void gnt_screen_resize_widget(GntWidget *widget, int width, int height);
21 21
22 void gnt_screen_move_widget(GntWidget *widget, int x, int y); 22 void gnt_screen_move_widget(GntWidget *widget, int x, int y);
23 23
24 void gnt_screen_rename_widget(GntWidget *widget, const char *text);
25
24 gboolean gnt_widget_has_focus(GntWidget *widget); 26 gboolean gnt_widget_has_focus(GntWidget *widget);
25 27
26 void gnt_widget_set_urgent(GntWidget *widget); 28 void gnt_widget_set_urgent(GntWidget *widget);
27 29
28 void gnt_quit(); 30 void gnt_quit();