Package: gtk
Accessor gtk:cell-renderer-toggle-radio
Lambda Listgtk:cell-renderer-toggle-radio (object) SyntaxArgumentsDetails Accessor of the radio slot of the gtk:cell-renderer-toggle class. If the radio argument is true, the cell renderer renders a radio
toggle, that is, a toggle in a group of mutually-exclusive toggles. If false, it renders a check toggle, a standalone boolean option. This can be set globally for the cell renderer, or changed just before rendering each cell in the model, for the gtk:tree-view widget, you set up a per-row setting using a gtk:tree-view-column object to associate model columns with cell renderer properties. Warning | See also |
2024-7-30