[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 8024
type TGtkPaned = object(TGtkContainer) |
||
|
||
function new(); |
|
|
procedure add1(); |
|
|
procedure add2(); |
|
|
function get_child1; |
|
|
function get_child2; |
|
|
function get_handle_window; |
|
|
function get_position; |
|
|
function get_wide_handle; |
|
|
procedure pack1(); |
|
|
procedure pack2(); |
|
|
procedure set_position(); |
|
|
procedure set_wide_handle(); |
|
|
|
||
property wide_handle: gboolean; [rw] |
|
|
end; |
|
||
|
||
|
||
|
||
|