Interface

Gtk-3.0GtkToolShellInterface

Interface for implementing ToolShell. Contains only the virtual methods that need to be implemented.

Hierarchy (View Summary)

Index

Methods

  • 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.

    Returns number

  • 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.

    Returns Gtk.SizeGroup

  • 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.

    Returns void