package ocgtk

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

Class Single_selection.single_selection

inherit Ocgtk_gio.Gio.List_model.list_model_t
inherit Ocgtk_gtk__.GSection_model.section_model_t
inherit Ocgtk_gtk__.GSelection_model.selection_model_t
method get_autoselect : unit -> bool
method get_can_unselect : unit -> bool
method get_model : unit -> Ocgtk_gio.Gio.List_model.list_model_t option
method get_selected : unit -> int
method get_selected_item : unit -> [ `object_ ] Gobject.obj option
method set_autoselect : bool -> unit
method set_can_unselect : bool -> unit
method set_model : Ocgtk_gio.Gio.List_model.list_model_t option -> unit
method set_selected : int -> unit
method item_type : Gobject.Type.t
method n_items : int
method as_single_selection : Ocgtk_gtk__.Single_selection.t