comparison src/gnome_applet_mgr.h @ 342:f4fba304b236

[gaim-migrate @ 352] More changes to the applet: tooltips are set different, and choosing "Signon" from the right-click menu actually tries to sign you on, as opposed to just bringing up the login window. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 07 Jun 2000 01:50:55 +0000
parents 9d258a0aa560
children a330017b3aa4
comparison
equal deleted inserted replaced
341:df984d56efb4 342:f4fba304b236
61 #define GAIM_GNOME_PENGUIN_OFFLINE "gaim/gnome/penguin-offline.png" 61 #define GAIM_GNOME_PENGUIN_OFFLINE "gaim/gnome/penguin-offline.png"
62 #define GAIM_GNOME_PENGUIN_CONNECT "gaim/gnome/penguin-connect.png" 62 #define GAIM_GNOME_PENGUIN_CONNECT "gaim/gnome/penguin-connect.png"
63 #define GAIM_GNOME_PENGUIN_ONLINE "gaim/gnome/penguin-online.png" 63 #define GAIM_GNOME_PENGUIN_ONLINE "gaim/gnome/penguin-online.png"
64 64
65 gint init_applet_mgr(); 65 gint init_applet_mgr();
66 void applet_do_signon(AppletWidget *, gpointer);
66 67
67 void setUserState( enum gaim_user_states state ); 68 void setUserState( enum gaim_user_states state );
68 enum gaim_user_states getUserState(); 69 enum gaim_user_states getUserState();
69 70
70 void AppletCancelLogon(); /* Used to cancel a logon and reset the applet */ 71 void AppletCancelLogon(); /* Used to cancel a logon and reset the applet */
74 75
75 void insert_applet_away(); 76 void insert_applet_away();
76 void remove_applet_away(); 77 void remove_applet_away();
77 78
78 void update_pixmaps(); 79 void update_pixmaps();
79 80 void applet_set_tooltips(char *);
80 81
81 #endif /*USE_APPLET*/ 82 #endif /*USE_APPLET*/
82 #endif /*_GAIMGNOMEAPPLETMGR_H_*/ 83 #endif /*_GAIMGNOMEAPPLETMGR_H_*/