Inherits Gtk::Menu_Helpers::Element.
Public Member Functions | |
TearoffMenuElem (TearoffMenuItem& child) | |
TearoffMenuElem (const CallSlot& slot=CallSlot()) | |
Create a non-accelerated TearoffMenuItem with a sigc::slot. | |
TearoffMenuElem (const AccelKey& key, const CallSlot& slot=CallSlot()) | |
Create accelerated TearoffMenuItem with a sigc::slot. |
Gtk::Menu_Helpers::TearoffMenuElem::TearoffMenuElem | ( | TearoffMenuItem& | child | ) |
Create a non-accelerated TearoffMenuItem with a sigc::slot.
slot | Use sigc::mem_fun() to specify a signal handler |
Gtk::Menu_Helpers::TearoffMenuElem::TearoffMenuElem | ( | const AccelKey& | key, | |
const CallSlot & | slot = CallSlot() | |||
) |
Create accelerated TearoffMenuItem with a sigc::slot.
key | The accelerator key combination | |
slot | Use sigc::mem_fun() to specify a signal handler |