src/gtkblist.h

changeset 11637
bbdf78544ea2
parent 11257
9743367c935e
child 11709
da6e9cd5f6d9
equal deleted inserted replaced
11636:7512e00792be 11637:bbdf78544ea2
81 and its children. This is used for auto-expand on 81 and its children. This is used for auto-expand on
82 mouseover. */ 82 mouseover. */
83 GaimBlistNode *mouseover_contact; /**< This is the contact currently mouse-over expanded */ 83 GaimBlistNode *mouseover_contact; /**< This is the contact currently mouse-over expanded */
84 84
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 87
87 GaimBlistNode *selected_node; /**< The currently selected node */ 88 GaimBlistNode *selected_node; /**< The currently selected node */
88 GtkWidget *statusbox; /**< The status selector dropdown */ 89 GtkWidget *statusbox; /**< The status selector dropdown */
89 GdkPixbuf *east, *south; /**< Drop shadow stuff */ 90 GdkPixbuf *east, *south; /**< Drop shadow stuff */
90 GdkWindow *east_shadow, *south_shadow; /**< Drop shadow stuff */ 91 GdkWindow *east_shadow, *south_shadow; /**< Drop shadow stuff */

mercurial