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 gtk:toggle-action-draw-as-radio function returns whether the action should have proxies like a radio action. The (setf gtk:toggle-action-draw-as-radio) function sets whether the action should have proxies.

Warning

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

See also

2024-9-26