[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGtk3' (#lcl)

TGtkMenuBar

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgtk3.pas line 9787

type TGtkMenuBar = object(TGtkMenuShell)

  priv3: PGtkMenuBarPrivate;

  

  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;

Inheritance

TGtkMenuBar

  

TGtkMenuShell

  

TGtkContainer

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject