comparison console/libgnt/gnt.h @ 14139:44ec6c7cbc76

[gaim-migrate @ 16781] Allow setting the preferences for gnt-plugins. Add a guifications-like plugin for gntgaim. You can set its preferences. The preferences for core plugins are still not accessible. The makefile-foo will require changes once the split is complete. I am now just committing whatever works for me. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 16 Aug 2006 05:12:48 +0000
parents 25be562aaca8
children f4af666fafe3
comparison
equal deleted inserted replaced
14138:7f276f375789 14139:44ec6c7cbc76
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); 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);
23
22 gboolean gnt_widget_has_focus(GntWidget *widget); 24 gboolean gnt_widget_has_focus(GntWidget *widget);
23 25
24 void gnt_widget_set_urgent(GntWidget *widget); 26 void gnt_widget_set_urgent(GntWidget *widget);
25 27
26 void gnt_quit(); 28 void gnt_quit();