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