Class Index Cross Index Namespace Index

Class Gtk::CheckMenuItem


Contained in: Gtk
Derived from: Gtk::MenuItem
Derived by: Gtk::RadioMenuItem

#include <gtk--/checkmenuitem.h>


public function member index:

CheckMenuItem();
explicit CheckMenuItem(const string& label, gfloat x=0.0, gfloat y=0.5);
bool always_show_toggle() const;
guint get_active() const;
GtkCheckMenuItem* gtkobj();
const GtkCheckMenuItem* gtkobj() const;
static bool isA(Object* object);
bool is_active() const;
void set_active(bool state=true);
void set_show_toggle(bool always);
emitable signal void toggled();
virtual ~CheckMenuItem();
 

protected function member index:

virtual void draw_indicator_impl(GdkRectangle* p0);
virtual void toggled_impl();
 

Description:



Function Member Descriptions:

Gtk::CheckMenuItem::gtkobj - Returns the underlaying gtk+ object.

GtkCheckMenuItem* gtkobj();

Gtk::CheckMenuItem::isA - Returns true if object is this type.

static bool isA(Object* object);