Package: gtk
Class gtk-recent-chooser
Superclassesg-object, common-lisp:standard-object, common-lisp:t Documented SubclassesDirect SlotsDetails The gtk-recent-chooser interface is an interface that can be
implemented by widgets displaying the list of recently used files.
In GTK, the main objects that implement this interface are the gtk-recent-chooser-widget, gtk-recent-chooser-dialog and gtk-recent-chooser-menu widgets. Signal DetailsThe "item-activated" signallambda (chooser) :run-lastThe signal is emitted when the user "activates" a recent item in the recent chooser. This can happen by double-clicking on an item in the recently used resources list, or by pressing the Enter key.
The "selection-changed" signallambda (chooser) :run-lastThe signal is emitted when there is a change in the set of selected recently used resources. This can happen when a user modifies the selection with the mouse or the keyboard, or when explicitely calling functions to change the selection.
| Slot Access FunctionsInherited Slot Access FunctionsSee also |
2021-12-26