Package: gtk
Class gtk:file-chooser-button
Superclassesgtk:box, gtk:container, gtk:widget, gtk:buildable, gtk:orientable, gtk:file-chooser, gobject: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 :open and :select-folder values of the gtk:file-chooser-action enumeration. Examples(let ((button (gtk:file-chooser-button-new "Select a file" :open))) (setf (gtk:file-chooser-current-folder button) "/etc") ... ) NotesCSS nodesSignal DetailsThe "file-set" signallambda (widget) :run-firstThe signal is emitted when the user selects a file. Note that this signal is only emitted when the user changes the file.
| Returned bySlot Access Functions
Inherited Slot Access FunctionsSee also |
#2023-3-17