Class GTree.icon_view
A widget which displays a list of icons in a grid @gtkdoc gtk GtkIconView
- since
- GTK 2.6
inherit GContainer.container
val obj : 'a Gtk.obj
method connect : icon_view_signalsmethod event : GObj.event_ops
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 column_spacing : intmethod set_column_spacing : int -> unitmethod item_width : intmethod set_item_width : int -> unitmethod margin : intmethod set_margin : int -> unitmethod columns : intmethod set_columns : int -> unitmethod row_spacing : intmethod set_row_spacing : int -> unitmethod spacing : intmethod set_spacing : int -> 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 select_all : unit -> unitmethod unselect_all : unit -> unitmethod item_activated : Gtk.tree_path -> unit