Package: gtk

Accessor gtk-entry-max-width-chars

Lambda List

gtk-entry-max-width-chars (object)

Syntax

(gtk-entry-max-width-chars object) => n-chars
(setf (gtk-entry-max-width-chars object) n-chars)

Arguments

object -- a gtk-entry object
n-chars -- an integer with the maximum width, in characters

Details

Accessor of the max-width-chars slot of the gtk-entry class.

The gtk-entry-max-width-chars slot access function retrieves the desired maximum width of the entry, in characters. The (setf gtk-entry-max-width-chars) slot access function sets the desired maximum width.
 

See also

2021-11-3