signal callback delegate or function to connect
void callback(gtk.check_menu_item.CheckMenuItem checkMenuItem)
checkMenuItem the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Toggled signal.
This signal is emitted when the state of the check box is changed.
A signal handler can use gtk.check_menu_item.CheckMenuItem.getActive to discover the new state.