comparison src/gtklist.h @ 4699:2222cd30008a

[gaim-migrate @ 5010] more buddy list stuff. who woulda guessed? - buddies are in the correct order now - crash fixes - the grey idle option works again - Sean is cool committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 11 Mar 2003 02:06:11 +0000
parents aa2ceea841b4
children 4d7a23938b67
comparison
equal deleted inserted replaced
4698:aa2ceea841b4 4699:2222cd30008a
54 /** 54 /**
55 * A GTK+ buddy list node. 55 * A GTK+ buddy list node.
56 */ 56 */
57 struct gaim_gtk_blist_node 57 struct gaim_gtk_blist_node
58 { 58 {
59 GtkTreeIter *iter; /**< The tree iterator. */
60 uint timer; /**< The timer handle. */ 59 uint timer; /**< The timer handle. */
61 }; 60 };
62 61
63 #define GAIM_GTK_BLIST_NODE(node) ((struct gaim_gtk_blist_node *)(node)->ui_data) 62 #define GAIM_GTK_BLIST_NODE(node) ((struct gaim_gtk_blist_node *)(node)->ui_data)
64 #define GAIM_GTK_BLIST(list) ((struct gaim_gtk_buddy_list *)(list)->ui_data) 63 #define GAIM_GTK_BLIST(list) ((struct gaim_gtk_buddy_list *)(list)->ui_data)