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

TGtkTreeModelFilter

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

Declaration

Source position: lazgtk3.pas line 14515

type TGtkTreeModelFilter = object(TGObject)

  priv: PGtkTreeModelFilterPrivate;

  

  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;

  

  procedure refilter;

  

  procedure set_modify_func();

  

  procedure set_visible_column();

  

  procedure set_visible_func();

  

end;

Inheritance

TGtkTreeModelFilter

  

TGObject