Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.ToolbarStyle

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkToolbarStyle
Enum : ToolbarStyle
  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.Settings
Property
gtk_toolbar_style : Gtk.ToolbarStyle
Gtk.ToolItem
Method
get_toolbar_style () : Gtk.ToolbarStyle
Returns the toolbar style used for tool_item.
Gtk.ToolPalette
Property
toolbar_style : Gtk.ToolbarStyle
The style of items in the tool palette.
Gtk.ToolPalette
Method
set_style (ToolbarStyle style) : none
Sets the style (text, icons or both) of items in the tool palette.
Gtk.ToolPalette
Method
get_style () : Gtk.ToolbarStyle
Gets the style (icons, text or both) of items in the tool palette.
Gtk.ToolShell
Method
get_style () : Gtk.ToolbarStyle
Retrieves whether the tool shell has text, icons, or both.
Gtk.Toolbar
Property
toolbar_style : Gtk.ToolbarStyle
Gtk.Toolbar
Signal
style_changed (Toolbar self, ToolbarStyle style) : none
Emitted when the style of the toolbar changes.
Gtk.Toolbar
Method
get_style () : Gtk.ToolbarStyle
Retrieves whether the toolbar has text, icons, or both .
Gtk.Toolbar
Method
set_style (ToolbarStyle style) : none
Alters the view of toolbar to display either icons only, text only, or both.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:43 GMT+0800 (HKT)