package ocgtk

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

Class Icon_view.icon_view

inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
inherit Ocgtk_gtk__.GCell_area_and__cell_area_context_and__cell_layout.cell_layout_t
inherit Ocgtk_gtk__.GScrollable.scrollable_t
method on_activate_cursor_item : ?after:bool -> callback:(unit -> bool) -> unit -> Gobject.Signal.handler_id
method on_move_cursor : ?after:bool -> callback: (step:Ocgtk_gtk__.Gtk_enums.movementstep -> count:int -> extend:bool -> modify:bool -> bool) -> unit -> Gobject.Signal.handler_id
method on_select_all : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_select_cursor_item : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_selection_changed : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_toggle_cursor_item : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_unselect_all : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method create_drag_icon : Ocgtk_gtk__.Tree_path.t -> Ocgtk_gdk.Gdk.Paintable.paintable_t option
method enable_model_drag_dest : Ocgtk_gdk.Gdk.Content_formats.content_formats_t -> Ocgtk_gdk.Gdk.dragaction -> unit
method enable_model_drag_source : Ocgtk_gdk.Gdk.modifiertype -> Ocgtk_gdk.Gdk.Content_formats.content_formats_t -> Ocgtk_gdk.Gdk.dragaction -> unit
method get_activate_on_single_click : unit -> bool
method get_column_spacing : unit -> int
method get_columns : unit -> int
method get_item_column : Ocgtk_gtk__.Tree_path.t -> int
method get_item_orientation : unit -> Ocgtk_gtk__.Gtk_enums.orientation
method get_item_padding : unit -> int
method get_item_row : Ocgtk_gtk__.Tree_path.t -> int
method get_item_width : unit -> int
method get_margin : unit -> int
method get_markup_column : unit -> int
method get_model : unit -> Ocgtk_gtk__.GTree_model.tree_model_t option
method get_path_at_pos : int -> int -> Ocgtk_gtk__.Tree_path.t option
method get_pixbuf_column : unit -> int
method get_reorderable : unit -> bool
method get_row_spacing : unit -> int
method get_selected_items : unit -> Ocgtk_gtk__.Tree_path.t list
method get_selection_mode : unit -> Ocgtk_gtk__.Gtk_enums.selectionmode
method get_spacing : unit -> int
method get_text_column : unit -> int
method get_tooltip_column : unit -> int
method item_activated : Ocgtk_gtk__.Tree_path.t -> unit
method path_is_selected : Ocgtk_gtk__.Tree_path.t -> bool
method scroll_to_path : Ocgtk_gtk__.Tree_path.t -> bool -> float -> float -> unit
method select_all : unit -> unit
method select_path : Ocgtk_gtk__.Tree_path.t -> unit
method set_activate_on_single_click : bool -> unit
method set_column_spacing : int -> unit
method set_columns : int -> unit
method set_drag_dest_item : Ocgtk_gtk__.Tree_path.t option -> Ocgtk_gtk__.Gtk_enums.iconviewdropposition -> unit
method set_item_orientation : Ocgtk_gtk__.Gtk_enums.orientation -> unit
method set_item_padding : int -> unit
method set_item_width : int -> unit
method set_margin : int -> unit
method set_markup_column : int -> unit
method set_model : Ocgtk_gtk__.GTree_model.tree_model_t option -> unit
method set_pixbuf_column : int -> unit
method set_reorderable : bool -> unit
method set_row_spacing : int -> unit
method set_selection_mode : Ocgtk_gtk__.Gtk_enums.selectionmode -> unit
method set_spacing : int -> unit
method set_text_column : int -> unit
method set_tooltip_cell : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.tooltip_t -> Ocgtk_gtk__.Tree_path.t -> Ocgtk_gtk__.GCell_renderer.cell_renderer_t option -> unit
method set_tooltip_column : int -> unit
method set_tooltip_item : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.tooltip_t -> Ocgtk_gtk__.Tree_path.t -> unit
method unselect_all : unit -> unit
method unselect_path : Ocgtk_gtk__.Tree_path.t -> unit
method unset_model_drag_dest : unit -> unit
method unset_model_drag_source : unit -> unit
method cell_area : Ocgtk_gtk__.GCell_area_and__cell_area_context_and__cell_layout.cell_area_t
method as_icon_view : Ocgtk_gtk__.Icon_view.t