([> Gtk.icon_view ] as 'a) Gtk.obj ->
object
  val obj : 'Gtk.obj
  method add : GObj.widget -> unit
  method all_children : GObj.widget list
  method as_widget : Gtk.widget Gtk.obj
  method border_width : int
  method children : GObj.widget list
  method coerce : GObj.widget
  method column_spacing : int
  method columns : int
  method connect : GTree.icon_view_signals
  method destroy : unit -> unit
  method drag : GObj.drag_ops
  method event : GObj.event_ops
  method focus : GContainer.focus
  method get_oid : int
  method get_path_at_pos : int -> int -> Gtk.tree_path
  method get_selected_items : Gtk.tree_path list
  method item_activated : Gtk.tree_path -> unit
  method item_width : int
  method margin : int
  method misc : GObj.misc_ops
  method model : GTree.model
  method orientation : GtkEnums.orientation
  method path_is_selected : Gtk.tree_path -> bool
  method remove : GObj.widget -> unit
  method resize_mode : Gtk.Tags.resize_mode
  method row_spacing : int
  method select_all : unit -> unit
  method select_path : Gtk.tree_path -> unit
  method selected_foreach : (Gtk.tree_path -> unit) -> unit
  method selection_mode : GtkEnums.selection_mode
  method set_border_width : int -> unit
  method set_column_spacing : int -> unit
  method set_columns : int -> unit
  method set_item_width : int -> unit
  method set_margin : int -> unit
  method set_markup_column : string GTree.column -> unit
  method set_model : GTree.model option -> unit
  method set_orientation : GtkEnums.orientation -> unit
  method set_pixbuf_column : GdkPixbuf.pixbuf GTree.column -> unit
  method set_resize_mode : Gtk.Tags.resize_mode -> unit
  method set_row_spacing : int -> unit
  method set_selection_mode : GtkEnums.selection_mode -> unit
  method set_spacing : int -> unit
  method set_text_column : string GTree.column -> unit
  method spacing : int
  method unselect_all : unit -> unit
  method unselect_path : Gtk.tree_path -> unit
end