Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkPackDirection |
Enum : | PackDirection |
Properties | |
---|---|
guint32 Gtk.PackDirection.BTT : 3
|
|
guint32 Gtk.PackDirection.LTR : 0
|
|
guint32 Gtk.PackDirection.RTL : 1
|
|
guint32 Gtk.PackDirection.TTB : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.MenuBar
Property |
child_pack_direction : Gtk.PackDirection
The child pack direction of the menubar.
|
Gtk.MenuBar
Property |
pack_direction : Gtk.PackDirection
The pack direction of the menubar.
|
Gtk.MenuBar
Method |
get_child_pack_direction
()
:
Gtk.PackDirection
Retrieves the current child pack direction of the menubar.
|
Gtk.MenuBar
Method |
get_pack_direction
()
:
Gtk.PackDirection
Retrieves the current pack direction of the menubar.
|
Gtk.MenuBar
Method |
set_child_pack_direction
(PackDirection child_pack_dir)
:
none
Sets how widgets should be packed inside the children of a menubar.
|
Gtk.MenuBar
Method |
set_pack_direction
(PackDirection pack_dir)
:
none
Sets how items should be packed inside a menubar.
|