Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Class Gtk.ToolItemGroup

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkToolItemGroup
Class : ToolItemGroup
Implements: Atk.ImplementorIface, Gtk.Buildable, Gtk.ToolShell
Extends: Gtk.Container
A GtkToolItemGroup is used together with GtkToolPalette to add
GtkToolItems to a palette like container with different
categories and drag and drop support.
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
get_drop_group (gint32 x, gint32 y) : Gtk.ToolItemGroup
Gets the group at position (x, y).
Gtk.ToolPalette
Method
get_exclusive (ToolItemGroup group) : gboolean
Gets whether group is exclusive or not.
Gtk.ToolPalette
Method
get_expand (ToolItemGroup group) : gboolean
Gets whether group should be given extra space.
Gtk.ToolPalette
Method
get_group_position (ToolItemGroup group) : gint32
Gets the position of group in palette as index.
Gtk.ToolPalette
Method
set_exclusive (ToolItemGroup group, gboolean exclusive) : none
Sets whether the group should be exclusive or not.
Gtk.ToolPalette
Method
set_expand (ToolItemGroup group, gboolean expand) : none
Sets whether the group should be given extra space.
Gtk.ToolPalette
Method
set_group_position (ToolItemGroup group, gint32 position) : none
Sets the position of the group as an index of the tool palette.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:14:15 GMT+0800 (HKT)