package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gtk/Ocgtk_gtk/Gtk/Selection_model/class-selection_model/index.html

Class Selection_model.selection_model

method on_selection_changed : ?after:bool -> callback:(position:int -> n_items:int -> unit) -> unit -> Gobject.Signal.handler_id
method get_selection : unit -> Ocgtk_gtk__.Bitset.t
method get_selection_in_range : int -> int -> Ocgtk_gtk__.Bitset.t
method is_selected : int -> bool
method select_all : unit -> bool
method select_item : int -> bool -> bool
method select_range : int -> int -> bool -> bool
method selection_changed : int -> int -> unit
method set_selection : Ocgtk_gtk__.Bitset.t -> Ocgtk_gtk__.Bitset.t -> bool
method unselect_all : unit -> bool
method unselect_item : int -> bool
method unselect_range : int -> int -> bool
method as_selection_model : Ocgtk_gtk__.Selection_model.t