class Inti::Gtk::CheckMenuItem

Name

class Inti::Gtk::CheckMenuItem -- 

Synopsis

class Inti::Gtk::CheckMenuItem is declared in the header inti/gtk/checkmenuitem.h.

Superclasses. MenuItem

Subclasses. RadioMenuItem

Class members

Public Typedefs.
typedef ToggledProxyType

Public Constructors.
CheckMenuItem ()
CheckMenuItem (const string & text)
CheckMenuItem (const char * text)

Public Methods.
GtkCheckMenuItem * gtk_check_menu_item () const
void set_active (bool is_active)
bool active () const
const ToggledProxyType sig_toggled ()

Protected Typedefs.
typedef ToggledSignalType

Protected Constructors.
CheckMenuItem (GtkCheckMenuItem * src, GtkCheckMenuItemClass * orig)

Protected Destructor.
virtual  ~CheckMenuItem ()

Protected Virtual Methods.
virtual void toggled_impl ()
virtual void on_toggled ()

Description

Public Typedefs

typedef Inti::Gtk::CheckMenuItem::ToggledProxyType

typedef SignalProxy<Object,ToggledSignalType> ToggledProxyType

Public Constructors

method Inti::Gtk::CheckMenuItem::CheckMenuItem

CheckMenuItem ()

method Inti::Gtk::CheckMenuItem::CheckMenuItem

CheckMenuItem (const string & text)

text 

method Inti::Gtk::CheckMenuItem::CheckMenuItem

CheckMenuItem (const char * text)

text 

Public Methods

method Inti::Gtk::CheckMenuItem::gtk_check_menu_item

GtkCheckMenuItem * gtk_check_menu_item () const

method Inti::Gtk::CheckMenuItem::set_active

void set_active (bool is_active)

is_active 

method Inti::Gtk::CheckMenuItem::active

bool active () const

method Inti::Gtk::CheckMenuItem::sig_toggled

const ToggledProxyType sig_toggled ()

Protected Typedefs

typedef Inti::Gtk::CheckMenuItem::ToggledSignalType

typedef WrapSignal0<void> ToggledSignalType

Protected Constructors

method Inti::Gtk::CheckMenuItem::CheckMenuItem

CheckMenuItem (GtkCheckMenuItem * src, GtkCheckMenuItemClass * orig)

src 
orig 

Protected Destructor

method Inti::Gtk::CheckMenuItem::~CheckMenuItem

virtual  ~CheckMenuItem ()

Protected Virtual Methods

method Inti::Gtk::CheckMenuItem::toggled_impl

virtual void toggled_impl ()

method Inti::Gtk::CheckMenuItem::on_toggled

virtual void on_toggled ()

Protected Variables

variable Inti::Gtk::CheckMenuItem::toggled_signal

static const ToggledSignalType toggled_signal