[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 9471
type TGtkListBoxRow = object(TGtkBin) |
||
function new; |
|
|
procedure changed; |
|
|
function get_activatable; |
|
|
function get_header; |
|
|
function get_index; |
|
|
function get_selectable; |
|
|
function is_selected; |
|
|
procedure set_activatable(); |
|
|
procedure set_header(); |
|
|
procedure set_selectable(); |
|
|
property activatable: gboolean; [rw] |
|
|
property selectable: gboolean; [rw] |
|
|
end; |
|
||
|
||
|
||
|
||
|
||
|