Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkToolbarStyle |
Enum : | ToolbarStyle |
Properties | |
---|---|
guint32 Gtk.ToolbarStyle.BOTH : 2
|
|
guint32 Gtk.ToolbarStyle.BOTH_HORIZ : 3
|
|
guint32 Gtk.ToolbarStyle.ICONS : 0
|
|
guint32 Gtk.ToolbarStyle.TEXT : 1
|
None |
None |
None |
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.
|