Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkToolShell |
Interface : | ToolShell |
Implementations: | Epiphany.EphyFindToolbar, Gtk.ToolItemGroup, Gtk.Toolbar |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
get_ellipsize_mode
()
:
Pango.EllipsizeMode
|
Gtk.ToolShell | |
get_icon_size
()
:
Number
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_style() instead.
|
Gtk.ToolShell | |
get_text_alignment
()
:
Number
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 |