Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.ToolbarStyle

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkToolbarStyle
Enum : ToolbarStyle
Used to customize the appearance of a GtkToolbar. Note that
setting the toolbar style overrides the user's preferences
for the default toolbar style. Note that if the button has only
a label set and GTK_TOOLBAR_ICONS is used, the label will be
visible, and vice versa.
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
The size of icons in default toolbars.
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
get_style () : Gtk.ToolbarStyle
Gets the style (icons, text or both) 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.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 Sat Apr 16 2011 17:16:04 GMT+0800 (HKT)