Package: gtk

Accessor gtk-toggle-action-draw-as-radio

Lambda List

gtk-toggle-action-draw-as-radio (object)

Syntax

(gtk-toggle-action-draw-as-radio object) => draw-as-radio
(setf (gtk-toggle-action-draw-as-radio object) draw-as-radio)

Arguments

object -- a gtk-toggle-action object
draw-as-radio -- a boolean whether the action should have proxies like a radio action

Details

Accessor of the draw-as-radio slot of the gtk-toggle-action class.

The slot access function gtk-toggle-action-draw-as-radio returns whether the action should have proxies like a radio action. The slot access function (setf gtk-toggle-action-draw-as-radio) sets whether the action should have proxies.

Warning

The function gtk-toggle-action-draw-as-radio has been deprecated since version 3.10 and should not be used in newly written code.
 

See also

2021-7-20