gtkmm: Gtk::ToolShell Class Reference
A base class for containers containing ToolItem widgets. More...

Public Member Functions | |
| virtual | ~ToolShell () |
| GtkToolShell* | gobj () |
| Provides access to the underlying C GObject. | |
| const GtkToolShell* | gobj () const |
| Provides access to the underlying C GObject. | |
| IconSize | get_icon_size () const |
| Retrieves the icon size for the tool shell. | |
| Orientation | get_orientation () const |
| Retrieves the current orientation for the tool shell. | |
| ToolbarStyle | get_style () const |
| Retrieves whether the tool shell has text, icons, or both. | |
| ReliefStyle | get_relief_style () const |
| Returns the relief style of buttons on shell. | |
| void | rebuild_menu () |
| Calling this function signals the tool shell that the overflow menu item for tool items have changed. | |
| Orientation | get_text_orientation () const |
| Retrieves the current text orientation for the tool shell. | |
| float | get_text_alignment () const |
| Retrieves the current text alignment for the tool shell. | |
| Pango::EllipsizeMode | get_ellipsize_mode () const |
| Retrieves the current ellipsize mode for the tool shell. | |
| Glib::RefPtr< SizeGroup > | get_text_size_group () |
| Retrieves the current text size group for the tool shell. | |
| Glib::RefPtr< const SizeGroup > | get_text_size_group () const |
| Retrieves the current text size group for the tool shell. | |
Public Member Functions inherited from Glib::Interface | |
| Interface (const Glib::Interface_Class &interface_class) | |
| Interface (GObject *castitem) | |
| virtual | ~Interface () |
| void | set_property_value (const Glib::ustring &property_name, const Glib::ValueBase &value) |
| void | get_property_value (const Glib::ustring &property_name, Glib::ValueBase &value) const |
| void | set_property (const Glib::ustring &property_name, const PropertyType &value) |
| void | get_property (const Glib::ustring &property_name, PropertyType &value) const |
| void | connect_property_changed (const Glib::ustring &property_name, const sigc::slot< void > &slot) |
| sigc::connection | connect_property_changed_with_return (const Glib::ustring &property_name, const sigc::slot< void > &slot) |
| void | freeze_notify () |
| void | thaw_notify () |
| virtual void | reference () const |
| virtual void | unreference () const |
| GObject * | gobj_copy () const |
Static Public Member Functions | |
| static void | add_interface (GType gtype_implementer) |
| static GType | get_type () |
| Get the GType for this class, for use with the underlying GObject type system. | |
Protected Member Functions | |
| ToolShell () | |
| You should derive from this class to use it. | |
| virtual IconSize | get_icon_size_vfunc () |
| virtual Orientation | get_orientation_vfunc () |
| virtual ToolbarStyle | get_style_vfunc () |
| virtual ReliefStyle | get_relief_style_vfunc () |
| virtual void | rebuild_menu_vfunc () |
Protected Member Functions inherited from Glib::Interface | |
| ObjectBase () | |
| ObjectBase (const char *custom_type_name) | |
| ObjectBase (const std::type_info &custom_type_info) | |
| virtual | ~ObjectBase ()=0 |
| void | initialize (GObject *castitem) |
Related Functions | |
(Note that these are not member functions.) | |
| Glib::RefPtr< Gtk::ToolShell > | wrap (GtkToolShell* object, bool take_copy=false) |
| A Glib::wrap() method for this object. | |
Detailed Description
A base class for containers containing ToolItem widgets.
This interface allows container widgets to provide additional information when embedding ToolItem widgets.
Constructor & Destructor Documentation
|
protected |
You should derive from this class to use it.
|
virtual |
Member Function Documentation
|
static |
| Pango::EllipsizeMode Gtk::ToolShell::get_ellipsize_mode | ( | ) | const |
Retrieves the current ellipsize mode for the tool shell.
Tool items must not call this function directly, but rely on Gtk::ToolItem::get_ellipsize_mode() instead.
- Returns:
- The current ellipsize mode of shell.
| IconSize Gtk::ToolShell::get_icon_size | ( | ) | const |
Retrieves the icon size for the tool shell.
Tool items must not call this function directly, but rely on Gtk::ToolItem::get_icon_size() instead.
- Returns:
- The current size for icons of shell.
Reimplemented in Gtk::Toolbar.
|
protectedvirtual |
| Orientation Gtk::ToolShell::get_orientation | ( | ) | const |
Retrieves the current orientation for the tool shell.
Tool items must not call this function directly, but rely on Gtk::ToolItem::get_orientation() instead.
- Returns:
- The current orientation of shell.
|
protectedvirtual |
| ReliefStyle Gtk::ToolShell::get_relief_style | ( | ) | const |
Returns the relief style of buttons on shell.
Tool items must not call this function directly, but rely on Gtk::ToolItem::get_relief_style() instead.
- Returns:
- The relief style of buttons on shell.
Reimplemented in Gtk::Toolbar.
|
protectedvirtual |
| ToolbarStyle Gtk::ToolShell::get_style | ( | ) | const |
Retrieves whether the tool shell has text, icons, or both.
Tool items must not call this function directly, but rely on Gtk::ToolItem::get_toolbar_style() instead.
- Returns:
- The current style of shell.
|
protectedvirtual |
| float Gtk::ToolShell::get_text_alignment | ( | ) | const |
Retrieves the current text alignment for the tool shell.
Tool items must not call this function directly, but rely on Gtk::ToolItem::get_text_alignment() instead.
- Returns:
- The current text alignment of shell.
| Orientation Gtk::ToolShell::get_text_orientation | ( | ) | const |
Retrieves the current text orientation for the tool shell.
Tool items must not call this function directly, but rely on Gtk::ToolItem::get_text_orientation() instead.
- Returns:
- The current text orientation of shell.
| Glib::RefPtr<SizeGroup> Gtk::ToolShell::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 Gtk::ToolItem::get_text_size_group() instead.
- Returns:
- The current text size group of shell.
| Glib::RefPtr<const SizeGroup> Gtk::ToolShell::get_text_size_group | ( | ) | const |
Retrieves the current text size group for the tool shell.
Tool items must not call this function directly, but rely on Gtk::ToolItem::get_text_size_group() instead.
- Returns:
- The current text size group of shell.
|
static |
Get the GType for this class, for use with the underlying GObject type system.
Reimplemented in Gtk::Toolbar, and Gtk::ToolItemGroup.
|
inline |
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface.
Reimplemented in Gtk::Toolbar, and Gtk::ToolItemGroup.
|
inline |
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface.
Reimplemented in Gtk::Toolbar, and Gtk::ToolItemGroup.
| void Gtk::ToolShell::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.
Tool items must not call this function directly, but rely on Gtk::ToolItem::rebuild_menu() instead.
|
protectedvirtual |
Friends And Related Function Documentation
|
related |
A Glib::wrap() method for this object.
- Parameters:
-
object The C instance. take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
- Returns:
- A C++ instance that wraps this C instance.
The documentation for this class was generated from the following file:
- gtkmm/toolshell.h

Public Member Functions inherited from