comparison src/gtklist.h @ 4810:0abbbeec0ee8

[gaim-migrate @ 5130] This will make grey text revert back to the "normal" color when you click on it, which lets gtk handle making it legible. Or something cool like that. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 17 Mar 2003 07:21:13 +0000
parents 751c37a940dd
children 3411fdaa54fa
comparison
equal deleted inserted replaced
4809:71ef8462630e 4810:0abbbeec0ee8
61 guint timeout; /**< The timeout for the tooltip. */ 61 guint timeout; /**< The timeout for the tooltip. */
62 GdkRectangle rect; /**< This is the bounding rectangle of the 62 GdkRectangle rect; /**< This is the bounding rectangle of the
63 cell we're currently hovering over. This is 63 cell we're currently hovering over. This is
64 used for tooltips. */ 64 used for tooltips. */
65 GtkWidget *tipwindow; /**< The window used by the tooltip */ 65 GtkWidget *tipwindow; /**< The window used by the tooltip */
66
67 GaimBlistNode *selected_node; /**< The currently selected node */
66 }; 68 };
67 69
68 /** 70 /**
69 * A GTK+ buddy list node. 71 * A GTK+ buddy list node.
70 */ 72 */