~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to docs/reference/gtk/xml/gtkrecentchooserwidget.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-05-04 12:24:25 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20070504122425-0m8midgzrp40y8w2
Tags: 2.10.12-1ubuntu1
* Sync with Debian
* New upstream version:
  Fixed bugs:
  - 379414 file chooser warnings when changing path in the entry
  - 418585 GtkFileChooserDefault sizing code is not DPI independent
  - 419568 Crash in search if start with special letter
  - 435062 build dies with icon cache validation
  - 379399 Segfault to call gtk_print_operation_run twice.
  - 387889 cups backend has problems when there are too many printers
  - 418531 invalid read to gtkicontheme.c gtk_icon_theme_lookup_icon...
  - 423916 crash in color scheme code
  - 424042 Segmentation fault while quickly pressing Alt+arrows
  - 415260 Protect against negative indices when setting values in G...
  - 419171 XGetVisualInfo() may not set nxvisuals
  - 128852 Gdk cursors don't look good on win32
  - 344657 Ctrl-H doesn't toggle "Show Hidden Files" setting
  - 345345 PrintOperation::paginate is not emitted for class handler
  - 347567 GtkPrintOperation::end-print is not emitted if it's cance...
  - 369112 gtk_ui_manager_add_ui should accept unnamed separator
  - 392015 Selected menu item invisible on Windows Vista
  - 399253 MS-Windows Theme Bottom Tab placement rendering glitches
  - 399425 gtk_input_dialog_fill_axes() adds child to gtkscrolledwin...
  - 403251 [patch] little memory leak in GtkPrintJob
  - 403267 [patch] memory leak in GtkPageSetupUnixDialog
  - 403470 MS-Windows Theme tab placement other than on top leaks a ...
  - 404506 Windows system fonts that have multi-byte font names cann...
  - 405089 Incorrect window placement for GtkEventBox private window
  - 405515 Minor leak in gtkfilesystemmodel.c
  - 405539 gdk_pixbuf_save() for PNG saver can return FALSE without ...
  - 415681 gdk_window_clear_area includes an extra line and column o...
  - 418219 GtkRecentChooser should apply filter before sorting and c...
  - 418403 Scroll to printer after selecting it from settings
  - 421985 _gtk_print_operation_platform_backend_launch_preview
  - 421990 gtk_print_job_get_surface
  - 421993 gtk_print_operation_init
  - 423064 Conditional jump or move depends on uninitialised value(s...
  - 423722 Fix printing header in gtk-demo
  - 424168 gtk_print_operation_run on async preview
  - 425655 Don't install gtk+-unix-print-2.0.pc on non-UNIX platforms
  - 425786 GDK segfaults if XineramaQueryScreens fails
  - 428665 Lpr Backend gets stuck in infinite loop during gtk_enumer...
  - 429902 GtkPrintOperation leaks cairo contextes
  - 431997 First delay of GdkPixbufAnimationIter is wrong
  - 433242 Inconsistent scroll arrow position calculations
  - 433972 Placing gtk.Expander inside a gtk.TextView() changes gtk....
  - 434261 _gtk_toolbar_elide_underscores incorrectly handles some s...
  - 383354 ctrl-L should make 'Location' entry disappear
  - 418673 gtk_recent_manager_add_item
  - 429732 gtk_accel_group_finalize accesses invalid memory
  - 435028 WM_CLIENT_LEADER is wrong on the leader_window
  - 431067 Background of the header window is not updated
  - 338843 add recent files support inside the ui manager
  - 148535 add drop shadow to menus, tooltips, etc. under Windows XP
* debian/control.in:
  - Conflicts on ubuntulooks (<= 0.9.11-1)
* debian/patches/15_default-fallback-icon-theme.patch:
  - patch from Debian, fallback on gnome icon theme

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<refentry id="GtkRecentChooserWidget">
 
2
<refmeta>
 
3
<refentrytitle role="top_of_page">GtkRecentChooserWidget</refentrytitle>
 
4
<manvolnum>3</manvolnum>
 
5
<refmiscinfo>GTK Library</refmiscinfo>
 
6
</refmeta>
 
7
 
 
8
<refnamediv>
 
9
<refname>GtkRecentChooserWidget</refname>
 
10
<refpurpose>Displays recently used files</refpurpose>
 
11
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
 
12
</refnamediv>
 
13
 
 
14
<refsynopsisdiv role="synopsis">
 
15
<title role="synopsis.title">Synopsis</title>
 
16
 
 
17
<synopsis>
 
18
 
 
19
#include &lt;gtk/gtk.h&gt;
 
20
 
 
21
 
 
22
                    <link linkend="GtkRecentChooserWidget-struct">GtkRecentChooserWidget</link>;
 
23
<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="gtk-recent-chooser-widget-new">gtk_recent_chooser_widget_new</link>       (void);
 
24
<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="gtk-recent-chooser-widget-new-for-manager">gtk_recent_chooser_widget_new_for_manager</link>
 
25
                                                        (<link linkend="GtkRecentManager">GtkRecentManager</link> *manager);
 
26
 
 
27
 
 
28
</synopsis>
 
29
</refsynopsisdiv>
 
30
 
 
31
<refsect1 role="object_hierarchy">
 
32
<title role="object_hierarchy.title">Object Hierarchy</title>
 
33
<synopsis>
 
34
 
 
35
  <link linkend="GObject">GObject</link>
 
36
   +----<link linkend="GInitiallyUnowned">GInitiallyUnowned</link>
 
37
         +----<link linkend="GtkObject">GtkObject</link>
 
38
               +----<link linkend="GtkWidget">GtkWidget</link>
 
39
                     +----<link linkend="GtkContainer">GtkContainer</link>
 
40
                           +----<link linkend="GtkBox">GtkBox</link>
 
41
                                 +----<link linkend="GtkVBox">GtkVBox</link>
 
42
                                       +----GtkRecentChooserWidget
 
43
</synopsis>
 
44
 
 
45
</refsect1>
 
46
 
 
47
 
 
48
 
 
49
<refsect1 role="impl_interfaces">
 
50
<title role="impl_interfaces.title">Implemented Interfaces</title>
 
51
<para>
 
52
GtkRecentChooserWidget implements
 
53
 <link linkend="AtkImplementorIface">AtkImplementorIface</link> and  <link linkend="GtkRecentChooser">GtkRecentChooser</link>.</para>
 
54
 
 
55
</refsect1>
 
56
 
 
57
 
 
58
 
 
59
 
 
60
 
 
61
<refsect1 role="desc">
 
62
<title role="desc.title">Description</title>
 
63
<para>
 
64
<link linkend="GtkRecentChooserWidget"><type>GtkRecentChooserWidget</type></link> is a widget suitable for selecting recently used
 
65
files.  It is the main building block of a <link linkend="GtkRecentChooserDialog"><type>GtkRecentChooserDialog</type></link>.  Most
 
66
applications will only need to use the latter; you can use
 
67
<link linkend="GtkRecentChooserWidget"><type>GtkRecentChooserWidget</type></link> as part of a larger window if you have special needs.
 
68
</para>
 
69
 
 
70
<para>
 
71
Note that <link linkend="GtkRecentChooserWidget"><type>GtkRecentChooserWidget</type></link> does not have any methods of its own.
 
72
Instead, you should use the functions that work on a <link linkend="GtkRecentChooser"><type>GtkRecentChooser</type></link>.
 
73
</para>
 
74
 
 
75
<para>
 
76
Recently used files are supported since GTK+ 2.10.
 
77
</para>
 
78
</refsect1>
 
79
 
 
80
<refsect1 role="details">
 
81
<title role="details.title">Details</title>
 
82
<refsect2>
 
83
<title><anchor id="GtkRecentChooserWidget-struct" role="struct"/>GtkRecentChooserWidget</title>
 
84
<indexterm><primary>GtkRecentChooserWidget</primary></indexterm><programlisting>typedef struct _GtkRecentChooserWidget GtkRecentChooserWidget;</programlisting>
 
85
<para>
 
86
 
 
87
</para></refsect2>
 
88
<refsect2>
 
89
<title><anchor id="gtk-recent-chooser-widget-new" role="function" condition="since:2.10"/>gtk_recent_chooser_widget_new ()</title>
 
90
<indexterm role="2.10"><primary>gtk_recent_chooser_widget_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*          gtk_recent_chooser_widget_new       (void);</programlisting>
 
91
<para>
 
92
Creates a new <link linkend="GtkRecentChooserWidget"><type>GtkRecentChooserWidget</type></link> object.  This is an embeddable widget
 
93
used to access the recently used resources list.</para>
 
94
<para>
 
95
 
 
96
</para><variablelist role="params">
 
97
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> a new <link linkend="GtkRecentChooserWidget"><type>GtkRecentChooserWidget</type></link>
 
98
 
 
99
</simpara></listitem></varlistentry>
 
100
</variablelist><para role="since">Since  2.10
 
101
</para></refsect2>
 
102
<refsect2>
 
103
<title><anchor id="gtk-recent-chooser-widget-new-for-manager" role="function" condition="since:2.10"/>gtk_recent_chooser_widget_new_for_manager ()</title>
 
104
<indexterm role="2.10"><primary>gtk_recent_chooser_widget_new_for_manager</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*          gtk_recent_chooser_widget_new_for_manager
 
105
                                                        (<link linkend="GtkRecentManager">GtkRecentManager</link> *manager);</programlisting>
 
106
<para>
 
107
Creates a new <link linkend="GtkRecentChooserWidget"><type>GtkRecentChooserWidget</type></link> with a specified recent manager.
 
108
</para>
 
109
<para>
 
110
This is useful if you have implemented your own recent manager, or if you
 
111
have a customized instance of a <link linkend="GtkRecentManager"><type>GtkRecentManager</type></link> object.</para>
 
112
<para>
 
113
 
 
114
</para><variablelist role="params">
 
115
<varlistentry><term><parameter>manager</parameter>&nbsp;:</term>
 
116
<listitem><simpara> a <link linkend="GtkRecentManager"><type>GtkRecentManager</type></link>
 
117
</simpara></listitem></varlistentry>
 
118
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> a new <link linkend="GtkRecentChooserWidget"><type>GtkRecentChooserWidget</type></link>
 
119
 
 
120
</simpara></listitem></varlistentry>
 
121
</variablelist><para role="since">Since  2.10
 
122
</para></refsect2>
 
123
 
 
124
</refsect1>
 
125
 
 
126
 
 
127
 
 
128
<refsect1>
 
129
<title>See Also</title>
 
130
<para>
 
131
<link linkend="GtkRecentChooser"><type>GtkRecentChooser</type></link>, <link linkend="GtkRecentChooserDialog"><type>GtkRecentChooserDialog</type></link>
 
132
</para>
 
133
</refsect1>
 
134
 
 
135
</refentry>