draw_indicator
signal void Gtk_CheckMenuItem::draw_indicator(GdkRectangle *);
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.
|