Class Index Cross Index Namespace Index

Class Gtk::Menu_Helpers::RadioMenuElem


Contained in: Gtk::Menu_Helpers
Derived from: Gtk::Menu_Helpers::Element
Derived by: none

#include <gtk--/menushell.h>


public function member index:

RadioMenuElem(RadioMenuItem& child);
RadioMenuElem(Group&, const string& label, SigC::Slot0<void> callback = 0, const string& accel_signal = "toggled");
RadioMenuElem(Group&, const string& label, const AccelKey& key, SigC::Slot0<void> callback = 0, const string& accel_signal = "toggled");
 

protected function member index:

virtual void create_child_menu_item();
 

Description:



Function Member Descriptions:

Gtk::Menu_Helpers::RadioMenuElem::RadioMenuElem - create a labeled, non-accelerated menuitem with a callback

RadioMenuElem(Group&, const string& label, SigC::Slot0<void> callback = 0, const string& accel_signal = "toggled");

Gtk::Menu_Helpers::RadioMenuElem::RadioMenuElem - create a labeled, accelerated checkmenuitem with a callback

RadioMenuElem(Group&, const string& label, const AccelKey& key, SigC::Slot0<void> callback = 0, const string& accel_signal = "toggled");


Variable Member Descriptions: