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

TGtkTreeModelSort

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

Declaration

Source position: lazgtk3.pas line 14587

type TGtkTreeModelSort = object(TGObject)

  priv: PGtkTreeModelSortPrivate;

  

  function new_with_model();

  

  procedure clear_cache;

  

  function convert_child_iter_to_iter();

  

  function convert_child_path_to_path();

  

  procedure convert_iter_to_child_iter();

  

  function convert_path_to_child_path();

  

  function get_model;

  

  function iter_is_valid();

  

  procedure reset_default_sort_func;

  

  property model: PGtkTreeModel; [r]

  

end;

Inheritance

TGtkTreeModelSort

  

TGObject