diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-05-02 20:28:37 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-05-02 20:28:37 +0000 |
commit | 93a430fdf04da5fff59838401b6ede9d7177d360 (patch) | |
tree | 0b99ef4a9a928d9fb4c46f217ad3aa22a989929f /gtk/gtk.symbols | |
parent | ba91bf6d1838e5779afe2404e7c4702a458175a5 (diff) | |
download | gtk+-93a430fdf04da5fff59838401b6ede9d7177d360.tar.gz |
Test cell renderers.
2005-05-02 Matthias Clasen <mclasen@redhat.com>
* tests/testiconview.c: Test cell renderers.
* gtk/gtk.symbols: Add new functions.
* gtk/gtkiconview.[hc]: Implement GtkCellLayout and use
cell renderers for drawing and editing. (#148144, #160242)
Diffstat (limited to 'gtk/gtk.symbols')
-rw-r--r-- | gtk/gtk.symbols | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols index 311cd78d17..2cd1ec0fd4 100644 --- a/gtk/gtk.symbols +++ b/gtk/gtk.symbols @@ -1654,12 +1654,14 @@ gtk_icon_theme_set_search_path_utf8 #if IN_FILE(__GTK_ICON_VIEW_C__) gtk_icon_view_get_column_spacing gtk_icon_view_get_columns +gtk_icon_view_get_cursor gtk_icon_view_get_item_width gtk_icon_view_get_margin gtk_icon_view_get_markup_column gtk_icon_view_get_model gtk_icon_view_get_orientation gtk_icon_view_get_path_at_pos +gtk_icon_view_get_item_at_pos gtk_icon_view_get_pixbuf_column gtk_icon_view_get_row_spacing gtk_icon_view_get_selected_items @@ -1676,6 +1678,7 @@ gtk_icon_view_selected_foreach gtk_icon_view_select_path gtk_icon_view_set_column_spacing gtk_icon_view_set_columns +gtk_icon_view_set_cursor gtk_icon_view_set_item_width gtk_icon_view_set_margin gtk_icon_view_set_markup_column |