Package: gtk

Function gtk:editable-editable

Lambda List

gtk:editable-editable (editable)

Syntax

(gtk:editable-editable editable) => setting
(setf (gtk:editable-editable editable) setting)

Arguments

editable -- a gtk:editable widget
setting -- true if the user is allowed to edit the text in the widget

Details

Accessor of the editable property of the editable. The gtk:editable-editable function retrieves whether the editable is editable. The (setf gtk:editable-editable) function determines if the user can edit the text in the editable widget or not.
 

See also

2023-2-13