1
2@c %start of fragment
3
4@node GtkRecentChooserWidget
5@chapter GtkRecentChooserWidget
6Displays recently used files
7
8@section Overview
9@code{<gtk-recent-chooser-widget>} is a widget suitable for selecting recently
10used files. It is the main building block of a
11@code{<gtk-recent-chooser-dialog>}. Most applications will only need to use the
12latter; you can use @code{<gtk-recent-chooser-widget>} as part of a larger
13window if you have special needs.
14
15Note that @code{<gtk-recent-chooser-widget>} does not have any methods of its
16own. Instead, you should use the functions that work on a
17@code{<gtk-recent-chooser>}.
18
19Recently used files are supported since GTK+ 2.10.
20
21@section Usage
22@include defuns-gtkrecentchooserwidget.xml.texi
23
24@c %end of fragment
25