Package: gtk

Class gtk-cell-renderer-toggle

Superclasses

gtk-cell-renderer, g-object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

activatable
The activatable property of type :boolean (Read / Write)
Whether the toggle button can be activated.
Default value: true
active
The active property of type :boolean (Read / Write)
The toggle state of the button.
Default value: false
inconsistent
The inconsistent property of type :boolean (Read / Write)
The inconsistent state of the button.
Default value: false
indicator-size
The indicator-size property of type :int (Read / Write)
Size of check or radio indicator.
Allowed values: >= 0
Default value: 16
radio
The radio property of type :boolean (Read / Write)
Draw the toggle button as a radio button.
Default value: false

Details

gtk-cell-renderer-toggle renders a toggle button in a cell. The button is drawn as a radio button or a check button, depending on the radio property. When activated, it emits the "toggled" signal.

Signal Details

The "toggled" signal
 lambda (cell-renderer path)    : Run Last      
The "toggled" signal is emitted when the cell is toggled.
cell-renderer
The gtk-cell-renderer-toggle object which received the signal.
path
String representation of the gtk-tree-path structure describing the event location.
 

Slot Access Functions

Inherited Slot Access Functions

2020-6-13