]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkrecentaction.sgml
Make 3.0 parallel-installable to 2.x
[~andy/gtk] / docs / reference / gtk / tmpl / gtkrecentaction.sgml
1 <!-- ##### SECTION Title ##### -->
2 GtkRecentAction
3
4 <!-- ##### SECTION Short_Description ##### -->
5 An action of which represents a list of recently used files
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 A GtkRecentAction represents a list of recently used files, which
10 can be shown by widgets such as #GtkRecentChooserDialog or 
11 #GtkRecentChooserMenu.
12 </para>
13 <para>
14 To construct a submenu showing recently used files, use a GtkRecentAction 
15 as the action for a &lt;menuitem&gt;. To construct a menu toolbutton showing 
16 the recently used files in the popup menu, use a GtkRecentAction as the 
17 action for a &lt;toolitem&gt; element.
18 </para>
19
20 <!-- ##### SECTION See_Also ##### -->
21 <para>
22
23 </para>
24
25 <!-- ##### SECTION Stability_Level ##### -->
26
27
28 <!-- ##### SECTION Image ##### -->
29
30
31 <!-- ##### STRUCT GtkRecentAction ##### -->
32 <para>
33
34 </para>
35
36
37 <!-- ##### ARG GtkRecentAction:show-numbers ##### -->
38 <para>
39
40 </para>
41
42 <!-- ##### FUNCTION gtk_recent_action_new ##### -->
43 <para>
44
45 </para>
46
47 @name: 
48 @label: 
49 @tooltip: 
50 @stock_id: 
51 @Returns: 
52
53
54 <!-- ##### FUNCTION gtk_recent_action_new_for_manager ##### -->
55 <para>
56
57 </para>
58
59 @name: 
60 @label: 
61 @tooltip: 
62 @stock_id: 
63 @manager: 
64 @Returns: 
65
66
67 <!-- ##### FUNCTION gtk_recent_action_get_show_numbers ##### -->
68 <para>
69
70 </para>
71
72 @action: 
73 @Returns: 
74
75
76 <!-- ##### FUNCTION gtk_recent_action_set_show_numbers ##### -->
77 <para>
78
79 </para>
80
81 @action: 
82 @show_numbers: 
83
84