[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 14515
type TGtkTreeModelFilter = object(TGObject) |
||
|
||
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; |
|
||
|