Inherits Gtk::Menu_Helpers::Element.
Public Member Functions | |
CheckMenuElem (CheckMenuItem& child) | |
CheckMenuElem (const Glib::ustring& label, const CallSlot& slot=CallSlot()) | |
Create a labeled, non-accelerated MenuItem with a sigc::slot. | |
CheckMenuElem (const Glib::ustring& label, const AccelKey& key, const CallSlot& slot=CallSlot()) | |
Create a labeled, accelerated CheckMenuItem with a sigc::slot. |
Gtk::Menu_Helpers::CheckMenuElem::CheckMenuElem | ( | CheckMenuItem& | child | ) |
Gtk::Menu_Helpers::CheckMenuElem::CheckMenuElem | ( | const Glib::ustring & | label, | |
const CallSlot & | slot = CallSlot() | |||
) |
Create a labeled, non-accelerated MenuItem with a sigc::slot.
label | The menu item's name | |
slot | Use sigc::mem_fun() to specify a signal handler |
Gtk::Menu_Helpers::CheckMenuElem::CheckMenuElem | ( | const Glib::ustring & | label, | |
const AccelKey& | key, | |||
const CallSlot & | slot = CallSlot() | |||
) |
Create a labeled, accelerated CheckMenuItem with a sigc::slot.
label | The menu item's name | |
key | The accelerator key combination | |
slot | Use sigc::mem_fun() to specify a signal handler |