comparison src/gtkblist.h @ 11732:03c813a42c76

[gaim-migrate @ 14023] here's what iw as working on, with the bits that activiate it commented out. its not finished at all, but i'm tired of people breaking it ;) hopefully this will motivate me to finish it tonight/tomorrow. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 23 Oct 2005 01:42:01 +0000
parents cae2fb7e8594
children b9b7a010b043
comparison
equal deleted inserted replaced
11731:d9aab67a9e07 11732:03c813a42c76
85 GtkWidget *tipwindow; /**< The window used by the tooltip */ 85 GtkWidget *tipwindow; /**< The window used by the tooltip */
86 char *tooltiptext; /**< The text displayed in tipwindow */ 86 char *tooltiptext; /**< The text displayed in tipwindow */
87 87
88 GaimBlistNode *selected_node; /**< The currently selected node */ 88 GaimBlistNode *selected_node; /**< The currently selected node */
89 GtkWidget *statusbox; /**< The status selector dropdown */ 89 GtkWidget *statusbox; /**< The status selector dropdown */
90 GtkWidget *statusboxbox; /**< A box to hold per account status boxes */
91 GList *statusboxes; /**< A list of the per account status boxes */
90 GdkPixbuf *east, *south; /**< Drop shadow stuff */ 92 GdkPixbuf *east, *south; /**< Drop shadow stuff */
91 GdkWindow *east_shadow, *south_shadow; /**< Drop shadow stuff */ 93 GdkWindow *east_shadow, *south_shadow; /**< Drop shadow stuff */
92 94
93 }; 95 };
94 96
124 */ 126 */
125 GaimBlistUiOps *gaim_gtk_blist_get_ui_ops(void); 127 GaimBlistUiOps *gaim_gtk_blist_get_ui_ops(void);
126 128
127 /** 129 /**
128 * Returns the default gtk buddy list 130 * Returns the default gtk buddy list
129 * 131 *
130 * There's normally only one buddy list window, but that isn't a necessity. This function 132 * There's normally only one buddy list window, but that isn't a necessity. This function
131 * returns the GaimGtkBuddyList we're most likely wanting to work with. This is slightly 133 * returns the GaimGtkBuddyList we're most likely wanting to work with. This is slightly
132 * cleaner than an externed global. 134 * cleaner than an externed global.
133 * 135 *
134 * @return The default GTK+ buddy list 136 * @return The default GTK+ buddy list
135 */ 137 */
136 GaimGtkBuddyList *gaim_gtk_blist_get_default_gtk_blist(); 138 GaimGtkBuddyList *gaim_gtk_blist_get_default_gtk_blist();
137 139
138 /** 140 /**