Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.PackType

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkPackType
Enum : PackType
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.Box
Method
query_child_packing (Widget child, Boolean expand, Boolean fill, Number padding, PackType pack_type) : Object
Obtains information about how child is packed into box.
Gtk.Box
Method
set_child_packing (Widget child, Boolean expand, Boolean fill, Number padding, PackType pack_type) : none
Sets the way child is packed into box.
Gtk.Notebook
Method
query_tab_label_packing (Widget child, Boolean expand, Boolean fill, PackType pack_type) : Object
Query the packing attributes for the tab label of the page containing child.
Gtk.Notebook
Method
set_tab_label_packing (Widget child, Boolean expand, Boolean fill, PackType pack_type) : none
Sets the packing parameters for the tab label of the page containing child.
Gtk.Notebook
Method
get_action_widget (PackType pack_type) : Gtk.Widget
Gets one of the action widgets.
Gtk.Notebook
Method
set_action_widget (Widget widget, PackType pack_type) : none
Sets widget as one of the action widgets.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:42 GMT+0800 (HKT)