comparison src/gnome_applet_mgr.h @ 18:99d91a6c2fbf

[gaim-migrate @ 27] Yet another patch by Eric. Someone needs to stop this boy :) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 23 Mar 2000 18:40:39 +0000
parents 2846a03bda67
children 61e94e1bd4c8
comparison
equal deleted inserted replaced
17:e5cc6e691bff 18:99d91a6c2fbf
86 86
87 void set_applet_draw_open(); /* Indicates that the code has a window open that can be controlled by clicking on the applet */ 87 void set_applet_draw_open(); /* Indicates that the code has a window open that can be controlled by clicking on the applet */
88 88
89 void set_applet_draw_closed(); /* indicates that the code has closed the window that is controled by clicking on the applet */ 89 void set_applet_draw_closed(); /* indicates that the code has closed the window that is controled by clicking on the applet */
90 90
91 void show_away_mess( AppletWidget *widget, gpointer data ); 91 void insert_applet_away();
92 void remove_applet_away();
92 93
93 94
94 95
95 #endif /*USE_APPLET*/ 96 #endif /*USE_APPLET*/
96 #endif /*_GAIMGNOMEAPPLETMGR_H_*/ 97 #endif /*_GAIMGNOMEAPPLETMGR_H_*/