Re: GtkIconView remove item

2010-08-11 Thread Tadej Borovšak
Hi. You need to remove the data from underlying model and your icon view will get updated automatically. Sample code that is capable of removing multiple items at a time would look like this: -- GtkIconView *icon_view; GtkListStore *store; GList*elements, *iter; /* Init

GtkIconView remove item

2010-08-11 Thread Alexander Kuleshov
Hello, I have GtkIconView in my C/gtk+ application. How to remove selected item of this GktIconView. I can select item, how can i delete this row? Thank you ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/l