[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 9787
type TGtkMenuBar = object(TGtkMenuShell) |
||
|
||
function new; |
|
|
function new_from_model(); |
|
|
function get_child_pack_direction; |
|
|
function get_pack_direction; |
|
|
procedure set_child_pack_direction(); |
|
|
procedure set_pack_direction(); |
|
|
property child_pack_direction: TGtkPackDirection; [rw] |
|
|
property pack_direction: TGtkPackDirection; [rw] |
|
|
end; |
|
||
|
||
|
||
|
||
|
||
|