GTree.icon_viewSourceA widget which displays a list of icons in a grid @gtkdoc gtk GtkIconView
inherit GContainer.containerval obj : 'a Gtk.objmethod connect : icon_view_signalsmethod event : GObj.event_opsProperties
method model : modelmethod set_model : model option -> unitmethod set_markup_column : string column -> unitmethod set_pixbuf_column : GdkPixbuf.pixbuf column -> unitmethod set_text_column : string column -> unitmethod orientation : GtkEnums.orientationmethod set_orientation : GtkEnums.orientation -> unitmethod selection_mode : GtkEnums.selection_modemethod set_selection_mode : GtkEnums.selection_mode -> unitmethod get_path_at_pos : int -> int -> Gtk.tree_path optionmethod selected_foreach : (Gtk.tree_path -> unit) -> unitmethod get_selected_items : Gtk.tree_path listmethod path_is_selected : Gtk.tree_path -> boolmethod select_path : Gtk.tree_path -> unitmethod unselect_path : Gtk.tree_path -> unitmethod item_activated : Gtk.tree_path -> unit