comparison src/gtklist.h @ 4725:fd44726a527f

[gaim-migrate @ 5038] Hiding/showing columns instead of just putting stuff in them or not. This is more good than before and it will be faster and the idle time will be on the right. i go to sleep now bed. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 12 Mar 2003 12:35:02 +0000
parents b9e7ccf21f9c
children 751c37a940dd
comparison
equal deleted inserted replaced
4724:b9e7ccf21f9c 4725:fd44726a527f
49 GtkWidget *vbox; /**< This is the vbox that everything gets packed into. Your plugin might 49 GtkWidget *vbox; /**< This is the vbox that everything gets packed into. Your plugin might
50 want to pack something in it itself. Go, plugins! */ 50 want to pack something in it itself. Go, plugins! */
51 51
52 GtkWidget *treeview; /**< It's a treeview... d'uh. */ 52 GtkWidget *treeview; /**< It's a treeview... d'uh. */
53 GtkTreeStore *treemodel; /**< This is the treemodel. */ 53 GtkTreeStore *treemodel; /**< This is the treemodel. */
54 54
55 GtkTreeViewColumn *idle_column,
56 *warning_column,
57 *buddy_icon_column;
58
55 GtkWidget *bbox; /**< A Button Box. */ 59 GtkWidget *bbox; /**< A Button Box. */
56 60
57 guint timeout; /**< The timeout for the tooltip. */ 61 guint timeout; /**< The timeout for the tooltip. */
58 GdkRectangle rect; /**< This is the bounding rectangle of the 62 GdkRectangle rect; /**< This is the bounding rectangle of the
59 cell we're currently hovering over. This is 63 cell we're currently hovering over. This is
111 * buddy list/login window--depending on which is active 115 * buddy list/login window--depending on which is active
112 */ 116 */
113 void gaim_gtk_blist_docklet_toggle(); 117 void gaim_gtk_blist_docklet_toggle();
114 void gaim_gtk_blist_docklet_add(); 118 void gaim_gtk_blist_docklet_add();
115 void gaim_gtk_blist_docklet_remove(); 119 void gaim_gtk_blist_docklet_remove();
120 void gaim_gtk_blist_update_colums();
121
116 #endif /* _GAIM_GTK_LIST_H_ */ 122 #endif /* _GAIM_GTK_LIST_H_ */