summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@gnome.org>2004-07-03 08:01:34 +0000
committerAnders Carlsson <andersca@src.gnome.org>2004-07-03 08:01:34 +0000
commitda6fe16842207a0bad216876ea81a7493c1138fd (patch)
treec0b8fbe5c4e96f811ecc9504865bdd07892c07f8 /gtk/gtkiconview.h
parentc10dd01891ee7b7ddd811fb6f1ccee480f6ad531 (diff)
downloadgtk+-da6fe16842207a0bad216876ea81a7493c1138fd.tar.gz
Document functions and fix a few bugs.
2004-07-03 Anders Carlsson <andersca@gnome.org> * libegg/iconlist/eggiconlist.c: (egg_icon_list_add_move_binding), (egg_icon_list_real_move_cursor), (egg_icon_list_new), (egg_icon_list_new_with_model), (egg_icon_list_get_path_at_pos), (egg_icon_list_selected_foreach), (egg_icon_list_set_selection_mode), (egg_icon_list_get_selection_mode), (egg_icon_list_set_model), (egg_icon_list_get_model), (egg_icon_list_set_text_column), (egg_icon_list_get_text_column), (egg_icon_list_set_markup_column), (egg_icon_list_get_markup_column), (egg_icon_list_set_pixbuf_column), (egg_icon_list_get_pixbuf_column), (egg_icon_list_select_path), (egg_icon_list_unselect_path), (egg_icon_list_select_all), (egg_icon_list_unselect_all), (egg_icon_list_path_is_selected), (egg_icon_list_item_activated): * libegg/iconlist/eggiconlist.h: * libegg/iconlist/testiconlist.c: (foreach_selected_remove_func), (foreach_selected_remove), (selection_changed), (main): Document functions and fix a few bugs.
Diffstat (limited to 'gtk/gtkiconview.h')
-rw-r--r--gtk/gtkiconview.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk/gtkiconview.h b/gtk/gtkiconview.h
index 4a7af6c0be..229627359d 100644
--- a/gtk/gtkiconview.h
+++ b/gtk/gtkiconview.h
@@ -69,8 +69,10 @@ struct _EggIconListClass
gint count);
};
-GType egg_icon_list_get_type (void);
-GtkWidget * egg_icon_list_new (void);
+GType egg_icon_list_get_type (void);
+GtkWidget *egg_icon_list_new (void);
+GtkWidget *egg_icon_list_new_with_model (GtkTreeModel *model);
+
void egg_icon_list_set_model (EggIconList *icon_list,
GtkTreeModel *model);
GtkTreeModel *egg_icon_list_get_model (EggIconList *icon_list);