comparison src/gtksavedstatuses.h @ 12195:d040123d2b69

[gaim-migrate @ 14497] A saved status dropdown. I don't know if it works, because the only way for me to test it right now is through remote X, over 3000 miles away. And I ain't puttin up with that for long. I'm going to check it out when I get home and fix it up locally. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 23 Nov 2005 02:04:59 +0000
parents 51b87da4e9f0
children 465ddcb3e9e8
comparison
equal deleted inserted replaced
12194:a1a835fae1dc 12195:d040123d2b69
62 /** 62 /**
63 * Uninitializes the GTK+ status system. 63 * Uninitializes the GTK+ status system.
64 */ 64 */
65 void gaim_gtk_status_uninit(void); 65 void gaim_gtk_status_uninit(void);
66 66
67 /**
68 * Creates a dropdown menu of saved statuses and calls a callback
69 * when one is selected
70 *
71 * @param callback The callback to call when the selection changes
72 * @return The menu widget
73 */
74 GtkWidget *gaim_gtk_status_menu(GaimSavedStatus *status, GCallback callback);
75
67 #endif /* _GAIM_GTKSAVEDSTATUSES_H_ */ 76 #endif /* _GAIM_GTKSAVEDSTATUSES_H_ */