Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.PackDirection

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkPackDirection
Enum : PackDirection
Determines how widgets should be packed insided menubars
and menuitems contained in menubars.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:51 GMT+0800 (HKT)