Gtk::ToolShell Class Reference
Inheritance diagram for Gtk::ToolShell:

Detailed Description
A base class for containers containing ToolItem widgets.This interface allows container widgets to provide additional information when embedding ToolItem widgets.
| Public Member Functions | |
| IconSize | get_icon_size () const | 
| Orientation | get_orientation () const | 
| ReliefStyle | get_relief_style () const | 
| ToolbarStyle | get_style () const | 
| const GtkToolShell* | gobj () const | 
| Provides access to the underlying C GObject. | |
| GtkToolShell* | gobj () | 
| Provides access to the underlying C GObject. | |
| void | rebuild_menu () | 
| virtual | ~ToolShell () | 
| Static Public Member Functions | |
| static void | add_interface (GType gtype_implementer) | 
| Protected Member Functions | |
| virtual IconSize | get_icon_size_vfunc () | 
| virtual Orientation | get_orientation_vfunc () | 
| virtual ReliefStyle | get_relief_style_vfunc () | 
| virtual ToolbarStyle | get_style_vfunc () | 
| virtual void | rebuild_menu_vfunc () | 
| 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. | |
Constructor & Destructor Documentation
| virtual Gtk::ToolShell::~ToolShell | ( | ) |  [virtual] | 
Member Function Documentation
| static void Gtk::ToolShell::add_interface | ( | GType | gtype_implementer | ) |  [static] | 
| IconSize Gtk::ToolShell::get_icon_size | ( | ) | const | 
| virtual IconSize Gtk::ToolShell::get_icon_size_vfunc | ( | ) |  [protected, virtual] | 
| Orientation Gtk::ToolShell::get_orientation | ( | ) | const | 
| virtual Orientation Gtk::ToolShell::get_orientation_vfunc | ( | ) |  [protected, virtual] | 
| ReliefStyle Gtk::ToolShell::get_relief_style | ( | ) | const | 
| virtual ReliefStyle Gtk::ToolShell::get_relief_style_vfunc | ( | ) |  [protected, virtual] | 
| ToolbarStyle Gtk::ToolShell::get_style | ( | ) | const | 
| virtual ToolbarStyle Gtk::ToolShell::get_style_vfunc | ( | ) |  [protected, virtual] | 
| const GtkToolShell* Gtk::ToolShell::gobj | ( | ) | const  [inline] | 
| GtkToolShell* Gtk::ToolShell::gobj | ( | ) |  [inline] | 
| void Gtk::ToolShell::rebuild_menu | ( | ) | 
| virtual void Gtk::ToolShell::rebuild_menu_vfunc | ( | ) |  [protected, virtual] | 
Friends And Related Function Documentation
| Glib::RefPtr<Gtk::ToolShell> wrap | ( | GtkToolShell * | object, | |
| bool | take_copy = false | |||
| ) |  [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:

