Package: gtk

Accessor gtk:editable-max-width-chars

Lambda List

gtk:editable-max-width-chars (object)

Syntax

(gtk:editable-max-width-chars object) => max
(setf (gtk:editable-max-width-chars object) max)

Arguments

object -- a gtk:editable widget
max -- an integer with the maximum width of the editable widget, in characters

Details

Accessor of the max-width-chars slot of the gtk:editable class. The gtk:editable-max-width-chars function retrieves the desired maximum width of the editable widget, in characters. The (setf gtk:editable-max-width-chars) function sets the desired maximum width.
 

See also

2023-10-24