Package: gtk

Function gtk-editable-editable

Lambda List

gtk-editable-editable (editable)

Syntax

(gtk-editable-editable editable) => is-editable
(setf (gtk-editable-editable editable) is-editable)

Arguments

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

Details

Accessor of the editable property of the editable.

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

See also

2020-6-1