man GTree.icon_view () - A widget which displays a list of icons in a grid

NAME

GTree.icon_view - A widget which displays a list of icons in a grid

Class

Class GTree.icon_view

Documentation

class icon_view : [> Gtk.icon_view ] Gtk.obj -> object end

A widget which displays a list of icons in a grid Since GTK 2.6

Parameters:

""

([> Gtk.icon_view ] as 'a) Gtk.obj

val obj : 'a Gtk.obj

method connect : GTree.icon_view_signals

method event : GObj.event_ops

=== Properties ===

method model : GTree.model

method set_model : GTree.model option -> unit

method set_markup_column : string GTree.column -> unit

method set_pixbuf_column : GdkPixbuf.pixbuf GTree.column -> unit

method set_text_column : string GTree.column -> unit

method orientation : GtkEnums.orientation

method set_orientation : GtkEnums.orientation -> unit

method selection_mode : GtkEnums.selection_mode

method set_selection_mode : GtkEnums.selection_mode -> unit

method get_path_at_pos : int -> int -> Gtk.tree_path

method selected_foreach : (Gtk.tree_path -> unit) -> unit

method get_selected_items : Gtk.tree_path list

method path_is_selected : Gtk.tree_path -> bool

method select_path : Gtk.tree_path -> unit

method unselect_path : Gtk.tree_path -> unit

method select_all : unit -> unit

method unselect_all : unit -> unit

method item_activated : Gtk.tree_path -> unit