[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGtk3' (#lcl)

TGtkTreeSelection

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgtk3.pas line 14650

type TGtkTreeSelection = object(TGObject)

  priv: PGtkTreeSelectionPrivate;

  

  function count_selected_rows;

  

  function get_mode;

  

  function get_select_function;

  

  function get_selected();

  

  function get_selected_rows();

  

  function get_tree_view;

  

  function get_user_data;

  

  function iter_is_selected();

  

  function path_is_selected();

  

  procedure select_all;

  

  procedure select_iter();

  

  procedure select_path();

  

  procedure select_range();

  

  procedure selected_foreach();

  

  procedure set_mode();

  

  procedure set_select_function();

  

  procedure unselect_all;

  

  procedure unselect_iter();

  

  procedure unselect_path();

  

  procedure unselect_range();

  

  property mode: TGtkSelectionMode; [rw]

  

end;

Inheritance

TGtkTreeSelection

  

TGObject