blob: 97a663bf33c6caf89f77f4065314ff0d683416d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
<!-- ##### SECTION Title ##### -->
GtkRecentChooserWidget
<!-- ##### SECTION Short_Description ##### -->
Displays recently used files
<!-- ##### SECTION Long_Description ##### -->
<para>
#GtkRecentChooserWidget is a widget suitable for selecting recently used
files. It is the main building block of a #GtkRecentChooserDialog. Most
applications will only need to use the latter; you can use
#GtkRecentChooserWidget as part of a larger window if you have special needs.
</para>
<para>
Note that #GtkRecentChooserWidget does not have any methods of its own.
Instead, you should use the functions that work on a #GtkRecentChooser.
</para>
<para>
Recently used files are supported since GTK+ 2.10.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
#GtkRecentChooser, #GtkRecentChooserDialog
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### STRUCT GtkRecentChooserWidget ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_recent_chooser_widget_new ##### -->
<para>
</para>
@Returns:
<!-- ##### FUNCTION gtk_recent_chooser_widget_new_for_manager ##### -->
<para>
</para>
@manager:
@Returns:
|