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 for the maximum width of the editable widget, in characters

Details

The accessor for the max-width-chars slot of the gtk:editable class gets or sets the desired maximum width of the editable widget, in characters.
 

See also

2025-08-06