comparison src/gtklist.h @ 4698:aa2ceea841b4

[gaim-migrate @ 5009] The docklet's back. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 11 Mar 2003 00:09:45 +0000
parents 4be12ff42986
children 2222cd30008a
comparison
equal deleted inserted replaced
4697:4be12ff42986 4698:aa2ceea841b4
94 * Tells the buddy list to update its toolbar based on the preferences 94 * Tells the buddy list to update its toolbar based on the preferences
95 * 95 *
96 */ 96 */
97 void gaim_gtk_blist_update_toolbar(); 97 void gaim_gtk_blist_update_toolbar();
98 98
99 /**
100 * Useful for the docklet plugin and also for the win32 tray icon
101 * This is called when one of those is clicked--it will show/hide the
102 * buddy list/login window--depending on which is active
103 */
104 void gaim_gtk_blist_docklet_toggle();
105 void gaim_gtk_blist_docklet_add();
106 void gaim_gtk_blist_docklet_remove();
99 #endif /* _GAIM_GTK_LIST_H_ */ 107 #endif /* _GAIM_GTK_LIST_H_ */