comparison console/libgnt/gnttree.h @ 13979:a71678d2da16

[gaim-migrate @ 16540] Complete the notify-ui. I have been unable to test the searchresult-ui. But "looks like" it will work. The accounts-ui is also mostly . I am yet to add the proxy-options. And you cannot still delete an account. That will happen after the request-ui is complete. The account-edit dialog needs some work, but it's usable. Added GntCheckBox, and add some features to some other gnt-widgets. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 23 Jul 2006 01:10:06 +0000
parents df8183b7fa2c
children c5bfede33622
comparison
equal deleted inserted replaced
13978:ea00953490a8 13979:a71678d2da16
78 78
79 gpointer gnt_tree_get_selection_data(GntTree *tree); 79 gpointer gnt_tree_get_selection_data(GntTree *tree);
80 80
81 char *gnt_tree_get_selection_text(GntTree *tree); 81 char *gnt_tree_get_selection_text(GntTree *tree);
82 82
83 GList *gnt_tree_get_selection_text_list(GntTree *tree);
84
83 void gnt_tree_remove(GntTree *tree, gpointer key); 85 void gnt_tree_remove(GntTree *tree, gpointer key);
84 86
85 /* Returns the visible line number of the selected row */ 87 /* Returns the visible line number of the selected row */
86 int gnt_tree_get_selection_visible_line(GntTree *tree); 88 int gnt_tree_get_selection_visible_line(GntTree *tree);
87 89
97 99
98 void gnt_tree_set_selected(GntTree *tree , void *key); 100 void gnt_tree_set_selected(GntTree *tree , void *key);
99 101
100 GntTreeRow *gnt_tree_create_row(GntTree *tree, ...); 102 GntTreeRow *gnt_tree_create_row(GntTree *tree, ...);
101 103
104 GntTreeRow *gnt_tree_create_row_from_list(GntTree *tree, GList *list);
105
102 void gnt_tree_set_col_width(GntTree *tree, int col, int width); 106 void gnt_tree_set_col_width(GntTree *tree, int col, int width);
103 107
104 void gnt_tree_set_column_titles(GntTree *tree, ...); 108 void gnt_tree_set_column_titles(GntTree *tree, ...);
105 109
106 void gnt_tree_set_show_title(GntTree *tree, gboolean set); 110 void gnt_tree_set_show_title(GntTree *tree, gboolean set);