signal callback delegate or function to connect
void callback(string path, gtk.cell_renderer_toggle.CellRendererToggle cellRendererToggle)
path string representation of gtk.tree_path.TreePath describing the event location (optional)
cellRendererToggle 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.
The ::toggled signal is emitted when the cell is toggled.
It is the responsibility of the application to update the model with the correct value to store at path. Often this is simply the opposite of the value currently stored at path.