package lablgtk3

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GtkTreeProps.IconViewSource

Sourcemodule P : sig ... end
Sourcemodule S : sig ... end
Sourceval get_path_at_pos : [> `iconview ] Gtk.obj -> int -> int -> Gtk.tree_path option
Sourceval selected_foreach : [> `iconview ] Gtk.obj -> (Gtk.tree_path -> unit) -> unit
Sourceval select_path : [> `iconview ] Gtk.obj -> Gtk.tree_path -> unit
Sourceval unselect_path : [> `iconview ] Gtk.obj -> Gtk.tree_path -> unit
Sourceval path_is_selected : [> `iconview ] Gtk.obj -> Gtk.tree_path -> bool
Sourceval get_selected_items : [> `iconview ] Gtk.obj -> Gtk.tree_path list
Sourceval select_all : [> `iconview ] Gtk.obj -> unit
Sourceval unselect_all : [> `iconview ] Gtk.obj -> unit
Sourceval item_activated : [> `iconview ] Gtk.obj -> Gtk.tree_path -> unit
Sourceval make_params : cont:(([> `iconview ] as 'a) Gobject.param list -> 'b) -> 'a Gobject.param list -> ?columns:int -> ?model:Gtk.tree_model -> ?orientation:GtkEnums.orientation -> ?selection_mode:GtkEnums.selection_mode -> 'b