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 function retrieves the desired maximum width of the entry, in characters. The (setf gtk:entry-max-width-chars) function sets the desired maximum width.
 

See also

2023-3-13