src/gtkblist.h

changeset 10079
d4eaff5517fb
parent 10008
1de3454a0dca
child 10354
997ffe337bad
equal deleted inserted replaced
10078:97237f516d12 10079:d4eaff5517fb
66 *buddy_icon_column; 66 *buddy_icon_column;
67 67
68 GtkItemFactory *ift; 68 GtkItemFactory *ift;
69 GtkWidget *bpmenu; /**< The buddy pounce menu. */ 69 GtkWidget *bpmenu; /**< The buddy pounce menu. */
70 70
71 GtkWidget *bbox; /**< A Button Box. */
72 GtkTooltips *tooltips; /**< Tooltips for the buttons. */
73
74 guint refresh_timer; /**< The timer for refreshing every 30 seconds */ 71 guint refresh_timer; /**< The timer for refreshing every 30 seconds */
75 72
76 guint timeout; /**< The timeout for the tooltip. */ 73 guint timeout; /**< The timeout for the tooltip. */
77 GdkRectangle tip_rect; /**< This is the bounding rectangle of the 74 GdkRectangle tip_rect; /**< This is the bounding rectangle of the
78 cell we're currently hovering over. This is 75 cell we're currently hovering over. This is

mercurial