Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Class Gtk.ToolItemGroup

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkToolItemGroup
Class : ToolItemGroup
Implements: Atk.ImplementorIface, Gtk.Buildable, Gtk.ToolShell
Extends: Gtk.Container
  Show / Hide Inherited methods, properties and signals
This should not be accessed directly. Use the accessor functions below.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.ToolPalette
Method
set_group_position (ToolItemGroup group, Number position) : none
Sets the position of the group as an index of the tool palette.
Gtk.ToolPalette
Method
set_exclusive (ToolItemGroup group, Boolean exclusive) : none
Sets whether the group should be exclusive or not.
Gtk.ToolPalette
Method
set_expand (ToolItemGroup group, Boolean expand) : none
Sets whether the group should be given extra space.
Gtk.ToolPalette
Method
get_group_position (ToolItemGroup group) : Number
Gets the position of group in palette as index.
Gtk.ToolPalette
Method
get_exclusive (ToolItemGroup group) : Boolean
Gets whether group is exclusive or not.
Gtk.ToolPalette
Method
get_expand (ToolItemGroup group) : Boolean
Gets whether group should be given extra space.
Gtk.ToolPalette
Method
get_drop_group (Number x, Number y) : Gtk.ToolItemGroup
Gets the group at position (x, y).
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:33 GMT+0800 (HKT)