gtkmm 2.24.2
|
This class should be considered as a virtual base class. More...
Public Member Functions | |
virtual | ~Item () |
GtkItem* | gobj () |
Provides access to the underlying C GtkObject. | |
const GtkItem* | gobj () const |
Provides access to the underlying C GtkObject. | |
void | select () |
Glib::SignalProxy0< void > | signal_select () |
void | deselect () |
Glib::SignalProxy0< void > | signal_deselect () |
void | toggle () |
Glib::SignalProxy0< void > | signal_toggle () |
Protected Member Functions | |
virtual void | on_select () |
virtual void | on_deselect () |
virtual void | on_toggle () |
Item () | |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::Item* | wrap (GtkItem* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
This class should be considered as a virtual base class.
Only the signals and methods it provides are of any interest. You don't want to instantiate any objects of that class.
virtual Gtk::Item::~Item | ( | ) | [virtual] |
Gtk::Item::Item | ( | ) | [protected] |
void Gtk::Item::deselect | ( | ) |
Reimplemented in Gtk::MenuItem.
GtkItem* Gtk::Item::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Bin.
Reimplemented in Gtk::CheckMenuItem, Gtk::ImageMenuItem, Gtk::MenuItem, Gtk::RadioMenuItem, Gtk::SeparatorMenuItem, Gtk::TearoffMenuItem, and Gtk::ComboDropDownItem.
const GtkItem* Gtk::Item::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Bin.
Reimplemented in Gtk::CheckMenuItem, Gtk::ImageMenuItem, Gtk::MenuItem, Gtk::RadioMenuItem, Gtk::SeparatorMenuItem, Gtk::TearoffMenuItem, and Gtk::ComboDropDownItem.
virtual void Gtk::Item::on_deselect | ( | ) | [protected, virtual] |
virtual void Gtk::Item::on_select | ( | ) | [protected, virtual] |
virtual void Gtk::Item::on_toggle | ( | ) | [protected, virtual] |
void Gtk::Item::select | ( | ) |
Reimplemented in Gtk::MenuItem.
Glib::SignalProxy0< void > Gtk::Item::signal_deselect | ( | ) |
void on_my_deselect()
Glib::SignalProxy0< void > Gtk::Item::signal_select | ( | ) |
void on_my_select()
Glib::SignalProxy0< void > Gtk::Item::signal_toggle | ( | ) |
void on_my_toggle()
void Gtk::Item::toggle | ( | ) |
Gtk::Item* wrap | ( | GtkItem * | object, |
bool | take_copy = false |
||
) | [related] |
A Glib::wrap() method for this object.
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. |