~ubuntu-branches/ubuntu/quantal/gtk+2.0/quantal-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gtk/tmpl/gtkrecentchoosermenu.sgml

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-02-06 22:03:26 UTC
  • mfrom: (1.14.12)
  • Revision ID: package-import@ubuntu.com-20120206220326-10d7cnkpdpbi9iox
Tags: 2.24.10-0ubuntu1
* New upstream version, dropped patches included in the new version
* debian/patches/090_logging_file_saves.patch:
  - improve the logging of saved filed, thanks Siegfried Gevatter 
    (lp: #920961)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
GtkRecentChooserMenu
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
Displays recently used files in a menu
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
#GtkRecentChooserMenu is a widget suitable for displaying recently used files
 
10
inside a menu.  It can be used to set a sub-menu of a #GtkMenuItem using
 
11
gtk_menu_item_set_submenu(), or as the menu of a #GtkMenuToolButton.
 
12
</para>
 
13
 
 
14
<para>
 
15
Note that #GtkRecentChooserMenu does not have any methods of its own.  Instead,
 
16
you should use the functions that work on a #GtkRecentChooser.
 
17
</para>
 
18
 
 
19
<para>
 
20
Note also that #GtkRecentChooserMenu does not support multiple filters, as it
 
21
has no way to let the user choose between them as the #GtkRecentChooserWidget
 
22
and #GtkRecentChooserDialog widgets do. Thus using gtk_recent_chooser_add_filter()
 
23
on a #GtkRecentChooserMenu widget will yield the same effects as using
 
24
gtk_recent_chooser_set_filter(), replacing any currently set filter
 
25
with the supplied filter; gtk_recent_chooser_remove_filter() will remove
 
26
any currently set #GtkRecentFilter object and will unset the current filter;
 
27
gtk_recent_chooser_list_filters() will return a list containing a single
 
28
#GtkRecentFilter object.
 
29
</para>
 
30
 
 
31
<para>
 
32
Recently used files are supported since GTK+ 2.10.
 
33
</para>
 
34
 
 
35
<!-- ##### SECTION See_Also ##### -->
 
36
<para>
 
37
#GtkRecentChooser
 
38
</para>
 
39
 
 
40
<!-- ##### SECTION Stability_Level ##### -->
 
41
 
 
42
 
 
43
<!-- ##### SECTION Image ##### -->
 
44
 
 
45
 
 
46
<!-- ##### STRUCT GtkRecentChooserMenu ##### -->
 
47
<para>
 
48
 
 
49
</para>
 
50
 
 
51
 
 
52
<!-- ##### ARG GtkRecentChooserMenu:show-numbers ##### -->
 
53
<para>
 
54
 
 
55
</para>
 
56
 
 
57
<!-- ##### FUNCTION gtk_recent_chooser_menu_new ##### -->
 
58
<para>
 
59
 
 
60
</para>
 
61
 
 
62
@void: 
 
63
@Returns: 
 
64
 
 
65
 
 
66
<!-- ##### FUNCTION gtk_recent_chooser_menu_new_for_manager ##### -->
 
67
<para>
 
68
 
 
69
</para>
 
70
 
 
71
@manager: 
 
72
@Returns: 
 
73
 
 
74
 
 
75
<!-- ##### FUNCTION gtk_recent_chooser_menu_get_show_numbers ##### -->
 
76
<para>
 
77
 
 
78
</para>
 
79
 
 
80
@menu: 
 
81
@Returns: 
 
82
 
 
83
 
 
84
<!-- ##### FUNCTION gtk_recent_chooser_menu_set_show_numbers ##### -->
 
85
<para>
 
86
 
 
87
</para>
 
88
 
 
89
@menu: 
 
90
@show_numbers: 
 
91
 
 
92