Package: gtk
Class gtk-file-chooser-button
Superclassesgtk-box, gtk-container, gtk-widget, gtk-buildable, gtk-orientable, gtk-file-chooser, g-object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk-file-chooser-button widget is a widget that lets the user
select a file. ![]() It implements the gtk-file-chooser interface. Visually, it is a file name with a button to bring up a gtk-file-chooser-dialog widget. The user can then use that dialog to change the file associated with that button. This widget does not support setting the select-multiple property to true. The gtk-file-chooser-button widget supports the gtk-file-chooser-action's :open and :select-folder. Example(let ((button (gtk-file-chooser-button-new "Select a file" :open))) (setf (gtk-file-chooser-current-folder button) "/etc") ... ) NoteCSS nodesSignal DetailsThe "file-set" signallambda (widget) : Run FirstThe "file-set" signal is emitted when the user selects a file. Note that this signal is only emitted when the user changes the file.
| Slot Access Functions
Inherited Slot Access FunctionsSee also |
*2021-2-5