Package: gtk

Accessor gtk:entry-input-purpose

Lambda List

gtk:entry-input-purpose (object)

Syntax

(gtk:entry-input-purpose object) => purpose
(setf (gtk:entry-input-purpose object) purpose)

Arguments

object -- a gtk:entry widget
purpose -- a value of the gtk:input-purpose enumeration

Details

The accessor for the input-purpose slot of the gtk:entry class gets or sets the purpose of the text entry. This can be used by on-screen keyboards and other input methods to adjust their behaviour.
 

See also

2025-08-11