Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkToolShell |
Interface : | ToolShell |
Implementations: | Gtk.ToolItemGroup, Gtk.Toolbar |
None |
Method / Constructor | Defined By | |
---|---|---|
get_ellipsize_mode
()
:
Pango.EllipsizeMode
Retrieves the current ellipsize mode for the tool shell.
Retrieves the current ellipsize mode for the tool shell. Tool items must not
call this function directly, but rely on gtk_tool_item_get_ellipsize_mode() instead.
|
Gtk.ToolShell | |
get_icon_size
()
:
gint32
Retrieves the icon size for the tool shell.
Retrieves the icon size for the tool shell. Tool items must not call this
function directly, but rely on gtk_tool_item_get_icon_size() instead.
|
Gtk.ToolShell | |
get_orientation
()
:
Gtk.Orientation
Retrieves the current orientation for the tool shell.
Retrieves the current orientation for the tool shell. Tool items must not
call this function directly, but rely on gtk_tool_item_get_orientation() instead.
|
Gtk.ToolShell | |
get_relief_style
()
:
Gtk.ReliefStyle
Returns the relief style of buttons on shell.
Returns the relief style of buttons on shell. Tool items must not call this
function directly, but rely on gtk_tool_item_get_relief_style() instead.
|
Gtk.ToolShell | |
get_style
()
:
Gtk.ToolbarStyle
Retrieves whether the tool shell has text, icons, or both.
Retrieves whether the tool shell has text, icons, or both. Tool items must
not call this function directly, but rely on gtk_tool_item_get_toolbar_style() instead.
|
Gtk.ToolShell | |
get_text_alignment
()
:
gfloat
Retrieves the current text alignment for the tool shell.
Retrieves the current text alignment for the tool shell. Tool items must not
call this function directly, but rely on gtk_tool_item_get_text_alignment() instead.
|
Gtk.ToolShell | |
get_text_orientation
()
:
Gtk.Orientation
Retrieves the current text orientation for the tool shell.
Retrieves the current text orientation for the tool shell. Tool items must not
call this function directly, but rely on gtk_tool_item_get_text_orientation() instead.
|
Gtk.ToolShell | |
get_text_size_group
()
:
Gtk.SizeGroup
Retrieves the current text size group for the tool shell.
Retrieves the current text size group for the tool shell. Tool items must not
call this function directly, but rely on gtk_tool_item_get_text_size_group() instead.
|
Gtk.ToolShell | |
rebuild_menu
()
:
none
Calling this function signals the tool shell that the overflow menu item for
tool items have changed.
Calling this function signals the tool shell that the overflow menu item for
tool items have changed. If there is an overflow menu and if it is visible when this function it called, the menu will be rebuilt. Tool items must not call this function directly, but rely on gtk_tool_item_rebuild_menu() instead.
|
Gtk.ToolShell |
None |