[gtkmm] how to get the value of a CheckMenuElem
- From: "Andreas B. Thun" <abt gmx de>
- To: gtkmm-list <gtkmm-list gnome org>
- Subject: [gtkmm] how to get the value of a CheckMenuElem
- Date: Sat, 21 Feb 2004 15:41:04 +0100
Hi!
I added a CheckMenuElem to my menu and I wonder how I tell my callback the value of CheckMenuElem (true/false) ???
m_view_menu = manage(new Menu());
MenuList& vl = m_view_menu->items();
vl.push_back(Gtk::Menu_Helpers::CheckMenuElem("View Toolbar", slot(m_mw, &ConstraintGui::viewToolbarCallback)));
Thx in advance,
Andi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]