package lablgtk3

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

Module GtkTree.TreeSelectionSource

include module type of struct include GtkTreeProps.TreeSelection end
Sourceval set_select_function : Gtk.tree_selection -> (Gtk.tree_path -> bool -> bool) -> unit
Sourceval selected_foreach : Gtk.tree_selection -> (Gtk.tree_path -> unit) -> unit
Sourceval get_selected_rows : Gtk.tree_selection -> Gtk.tree_path list
Sourceval count_selected_rows : Gtk.tree_selection -> int
Sourceval select_path : Gtk.tree_selection -> Gtk.tree_path -> unit
Sourceval path_is_selected : Gtk.tree_selection -> Gtk.tree_path -> bool
Sourceval unselect_path : Gtk.tree_selection -> Gtk.tree_path -> unit
Sourceval select_iter : Gtk.tree_selection -> Gtk.tree_iter -> unit
Sourceval unselect_iter : Gtk.tree_selection -> Gtk.tree_iter -> unit
Sourceval iter_is_selected : Gtk.tree_selection -> Gtk.tree_iter -> bool
Sourceval select_all : Gtk.tree_selection -> unit
Sourceval unselect_all : Gtk.tree_selection -> unit
Sourceval select_range : Gtk.tree_selection -> Gtk.tree_path -> Gtk.tree_path -> unit
Sourceval unselect_range : Gtk.tree_selection -> Gtk.tree_path -> Gtk.tree_path -> unit