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