index
gtk-- homepage



Description:
Gtk_CheckMenuItem

#include <gtk--/checkmenuitem.h>
Base classes: Gtk_MenuItem
Derived by: Gtk_RadioMenuItem



Properties:


Public member index:


static GtkType get_type();
GtkCheckMenuItem *gtkobj();
const GtkCheckMenuItem *gtkobj()const;
static bool isA(Gtk_Object *checkcast);
virtual ~Gtk_CheckMenuItem();
Gtk_CheckMenuItem();
Gtk_CheckMenuItem(const gtkmm_string &label);
guint get_active()const;
void set_active(bool state);
void set_show_toggle(bool always);
emitable signal void toggled();
Protected member index:


void initialize_class();
void *get_parent_class();
static void init_parent_class();
explicit Gtk_CheckMenuItem(GtkCheckMenuItem *castitem);
virtual void toggled_impl();
virtual void draw_indicator_impl(GdkRectangle *p0);
Private member index:


Gtk_CheckMenuItem(const Gtk_CheckMenuItem &);
Gtk_CheckMenuItem &operator =(const Gtk_CheckMenuItem &);

Public member details:


toggled
emitable signal void Gtk_CheckMenuItem::toggled();

Triggered when the item changes state (Note : changing the item's state with set_active() will also trigger this signal).


Protected member details:



toggled_impl
virtual void Gtk_CheckMenuItem::toggled_impl();

Triggered when the item is redrawn (e.g.after being toggled) Overload this signal if you want to implement your own check item look. Otherwise, you most likely don't care about it. The GdkRectangle specifies the area of the widget which will get redrawn.


Private member details:




Examples:





(pages generated by PERCEPS -script.)