Package: gtk

Function gtk-cell-renderer-toggle-new

Lambda List

gtk-cell-renderer-toggle-new ()

Return Value

The new gtk-cell-renderer-toggle object.

Details

Creates a new cell renderer toggle. Adjust rendering parameters using object properties. Object properties can be set globally, with the function g-object-property. Also, with gtk-tree-view-column, you can bind a property to a value in a gtk-tree-model. For example, you can bind the active property on the cell renderer to a boolean value in the model, thus causing the check button to reflect the state of the model.
 

See also

2020-6-13