Package: gtk

Accessor gtk:check-button-child

Lambda List

gtk:check-button-child (object)

Syntax

(gtk:check-button-child object) => child
(setf (gtk:check-button-child object) child)

Arguments

object -- a gtk:check-button widget
child -- a gtk:widget child widget

Details

Accessor of the child slot of the gtk:check-button class. The gtk:check-button-child function gets the child widget of the check button or nil if the label property is set. The (setf gtk:check-button-child) function sets the child widget.

Note that by using this API, you take full responsibility for setting up the proper accessibility label and description information for the check button. Most likely, you will either set the accessibility label or description for the check button explicitly, or you will set a labelled-by or described-by relations from the child widget to the check button.

Since 4.8
 

See also

2024-5-4