Package: gtk

Accessor gtk:font-button-modal

Lambda List

gtk:font-button-modal (object)

Syntax

(gtk:font-button-modal object) => modal
(setf (gtk:font-button-modal object) modal)

Arguments

object -- a gtk:font-button widget
modal -- a boolean whether the dialog is modal

Details

Accessor of the modal slot of the gtk:font-button class. The gtk:font-button-modal function gets whether the dialog is modal. The (setf gtk:font-button-modal) funtion sets whether the dialog should be modal.

Warning

The gtk:font-button implementation is deprecated since 4.10. Use the gtk:font-dialog-button widget instead.
 

See also

2023-8-28