ToolShell
Object Hierarchy:
Description:
public interface ToolShell :
Widget
Virtual function table for the ToolShell interface.
All known implementing classes:
Namespace: Gtk
Package: gtk+-2.0
Content:
Methods:
-
public abstract EllipsizeMode get_ellipsize_mode ()
Retrieves the current ellipsize mode for the tool shell. Tool items must not call this function
directly, but rely on get_ellipsize_mode instead.
-
public abstract IconSize get_icon_size ()
Retrieves the icon size for the tool shell. Tool items must not call this function directly, but rely
on get_icon_size instead.
-
public abstract Orientation get_orientation ()
Retrieves the current orientation for the tool shell. Tool items must not call this function directly,
but rely on get_orientation instead.
-
public abstract ReliefStyle get_relief_style ()
Returns the relief style of buttons on shell. Tool items must not call this function
directly, but rely on get_relief_style instead.
-
public abstract ToolbarStyle get_style ()
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.
-
public abstract float get_text_alignment ()
Retrieves the current text alignment for the tool shell. Tool items must not call this function
directly, but rely on get_text_alignment instead.
-
public abstract Orientation get_text_orientation ()
Retrieves the current text orientation for the tool shell. Tool items must not call this function
directly, but rely on get_text_orientation instead.
-
public abstract weak SizeGroup get_text_size_group ()
Retrieves the current text size group for the tool shell. Tool items must not call this function
directly, but rely on get_text_size_group instead.
-
public abstract void rebuild_menu ()
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.