Package: gtk

Accessor gtk:file-chooser-button-width-chars

Lambda List

gtk:file-chooser-button-width-chars (object)

Syntax

(gtk:file-chooser-button-width-chars object) => n-chars
(setf (gtk:file-chooser-button-width-chars object) n-chars)

Arguments

object -- a gtk:file-chooser-button widget to modify
n-chars -- an integer with the width, in characters

Details

Accessor of the width-chars slot of the gtk:file-chooser-button class. The gtk:file-chooser-button-width-chars retrieves the width in characters of the file chooser button's entry and/or label. The (setf gtk:file-chooser-button-width-chars) function sets the width, in characters, that the file chooser button will use.
 

See also

2023-6-11