comparison src/gtkblist.h @ 10354:0c985021a1d8

[gaim-migrate @ 11571] Removed "Auto-expand contacts," defaulted to "no." Added the auto-expand functionality to when a drag is being accepted (useful for organizing your list and for choosing a specific account to file transfer to if need be). I may have missed a few kinks in changing it over, so test this. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 13 Dec 2004 02:17:04 +0000
parents f8e2e8ee9aa0
children ec82cbb21fe8
comparison
equal deleted inserted replaced
10353:fc7168f9ecb0 10354:0c985021a1d8
69 GtkWidget *bpmenu; /**< The buddy pounce menu. */ 69 GtkWidget *bpmenu; /**< The buddy pounce menu. */
70 70
71 guint refresh_timer; /**< The timer for refreshing every 30 seconds */ 71 guint refresh_timer; /**< The timer for refreshing every 30 seconds */
72 72
73 guint timeout; /**< The timeout for the tooltip. */ 73 guint timeout; /**< The timeout for the tooltip. */
74 guint drag_timeout; /**< The timeout for expanding contacts on drags */
74 GdkRectangle tip_rect; /**< This is the bounding rectangle of the 75 GdkRectangle tip_rect; /**< This is the bounding rectangle of the
75 cell we're currently hovering over. This is 76 cell we're currently hovering over. This is
76 used for tooltips. */ 77 used for tooltips. */
77 GdkRectangle contact_rect; /**< This is the bounding rectangle of the contact node 78 GdkRectangle contact_rect; /**< This is the bounding rectangle of the contact node
78 and its children. This is used for auto-expand on 79 and its children. This is used for auto-expand on