1
2@c %start of fragment
3
4@deftp Class <gtk-recent-chooser-menu>
5Derives from @code{<gtk-recent-chooser>}, @code{<gtk-menu>}.
6
7This class defines the following slots:
8
9@table @code
10@item show-numbers
11Whether the items should be displayed with a number
12
13@end table
14
15@end deftp
16
17@deffn Function gtk-recent-chooser-menu-new  @result{}@tie{} (ret@tie{}@code{<gtk-widget>})
18Creates a new @code{<gtk-recent-chooser-menu>} widget.
19
20This kind of widget shows the list of recently used resources as a menu, each
21item as a menu item. Each item inside the menu might have an icon, representing
22its MIME type, and a number, for mnemonic access.
23
24This widget implements the @code{<gtk-recent-chooser>} interface.
25
26This widget creates its own @code{<gtk-recent-manager>} object. See the
27@code{gtk-recent-chooser-menu-new-for-manager} function to know how to create a
28@code{<gtk-recent-chooser-menu>} widget bound to another
29@code{<gtk-recent-manager>} object.
30
31@table @var
32@item ret
33a new @code{<gtk-recent-chooser-menu>}
34
35@end table
36
37Since 2.10
38
39@end deffn
40
41
42@c %end of fragment
43