package ocgtk

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

Class Column_view.column_view

inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
inherit Ocgtk_gtk__.GScrollable.scrollable_t
method on_activate : ?after:bool -> callback:(position:int -> unit) -> unit -> Gobject.Signal.handler_id
method append_column : Ocgtk_gtk__.GColumn_view_and__column_view_column.column_view_column_t -> unit
method get_columns : unit -> Ocgtk_gio.Gio.List_model.list_model_t
method get_enable_rubberband : unit -> bool
method get_header_factory : unit -> Ocgtk_gtk__.GList_item_factory.list_item_factory_t option
method get_model : unit -> Ocgtk_gtk__.GSelection_model.selection_model_t option
method get_reorderable : unit -> bool
method get_row_factory : unit -> Ocgtk_gtk__.GList_item_factory.list_item_factory_t option
method get_show_column_separators : unit -> bool
method get_show_row_separators : unit -> bool
method get_single_click_activate : unit -> bool
method get_sorter : unit -> Ocgtk_gtk__.GSorter.sorter_t option
method get_tab_behavior : unit -> Ocgtk_gtk__.Gtk_enums.listtabbehavior
method insert_column : int -> Ocgtk_gtk__.GColumn_view_and__column_view_column.column_view_column_t -> unit
method remove_column : Ocgtk_gtk__.GColumn_view_and__column_view_column.column_view_column_t -> unit
method scroll_to : int -> Ocgtk_gtk__.GColumn_view_and__column_view_column.column_view_column_t option -> Ocgtk_gtk__.Gtk_enums.listscrollflags -> Ocgtk_gtk__.Scroll_info.t option -> unit
method set_enable_rubberband : bool -> unit
method set_header_factory : Ocgtk_gtk__.GList_item_factory.list_item_factory_t option -> unit
method set_model : Ocgtk_gtk__.GSelection_model.selection_model_t option -> unit
method set_reorderable : bool -> unit
method set_row_factory : Ocgtk_gtk__.GList_item_factory.list_item_factory_t option -> unit
method set_show_column_separators : bool -> unit
method set_show_row_separators : bool -> unit
method set_single_click_activate : bool -> unit
method set_tab_behavior : Ocgtk_gtk__.Gtk_enums.listtabbehavior -> unit
method sort_by_column : Ocgtk_gtk__.GColumn_view_and__column_view_column.column_view_column_t option -> Ocgtk_gtk__.Gtk_enums.sorttype -> unit
method as_column_view : Ocgtk_gtk__.Column_view_and__column_view_column.Column_view.t