[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 4515
type TGtkTreeModel = object |
||
row_changed1: ; |
|
|
row_deleted1: ; |
|
|
|
||
|
||
|
||
function filter_new(); |
|
|
procedure foreach(); |
|
|
function get_column_type(); |
|
|
function get_flags; |
|
|
function get_iter(); |
|
|
function get_iter_first(); |
|
|
function get_iter_from_string(); |
|
|
function get_n_columns; |
|
|
function get_path(); |
|
|
function get_string_from_iter(); |
|
|
procedure get_value(); |
|
|
function iter_children(); |
|
|
function iter_has_child(); |
|
|
function iter_n_children(); |
|
|
function iter_next(); |
|
|
function iter_nth_child(); |
|
|
function iter_parent(); |
|
|
function iter_previous(); |
|
|
procedure ref_node(); |
|
|
procedure row_changed(); |
|
|
procedure row_deleted(); |
|
|
procedure row_has_child_toggled(); |
|
|
procedure row_inserted(); |
|
|
procedure rows_reordered(); |
|
|
procedure rows_reordered_with_length(); |
|
|
procedure unref_node(); |
|
|
end; |
|