Hi , Is there any way to restrict item width in GtkIconView. I tried gtk_icon_view_set_item_width () but it is not working as expected. I am using iconview to display images. Suppose image width is 100 and i set item width to 70 than it is not restricting item width to 70 it takes value suitable to itself. It even did not respect number of columns set for iconview. it changes its layout according to itself and also expands the iconview even if top window resizable property is set to FALSE.window is not resized but iconview is resized. but if i set it to 200 than it respects it. but layout is changed. Moral of story :- How to restrict item width to value less than required width.
Thanx -Amol _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list