[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 4150
type TGtkButtonBox = object(TGtkBox) |
||
|
||
function new(); |
|
|
function get_child_non_homogeneous(); |
|
|
function get_child_secondary(); |
|
|
function get_layout; |
|
|
procedure set_child_non_homogeneous(); |
|
|
procedure set_child_secondary(); |
|
|
procedure set_layout(); |
|
|
end; |
|
||
|
||
|
||
|
||
|
||
|