[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 4485
type TGtkTreePath = object |
||
function new; |
|
|
function new_first; |
|
|
function new_from_indicesv(); |
|
|
function new_from_string(); |
|
|
procedure append_index(); |
|
|
function compare(); |
|
|
function copy; |
|
|
procedure down; |
|
|
procedure free; |
|
|
function get_depth; |
|
|
function get_indices; |
|
|
function get_indices_with_depth(); |
|
|
function is_ancestor(); |
|
|
function is_descendant(); |
|
|
procedure next; |
|
|
procedure prepend_index(); |
|
|
function prev; |
|
|
function to_string; |
|
|
function up; |
|
|
end; |
|