~ubuntu-branches/ubuntu/dapper/libgnomeui/dapper-updates

« back to all changes in this revision

Viewing changes to doc/reference/xml/gnome-pixmap-entry.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-11 17:46:10 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060411174610-yb9v0rvx60x0mdli
Tags: 2.14.1-0ubuntu1
* New upstream release:
  - Fix --disable-crash-dialog 
  - Fix leaks 
  - Fix gettext initialization 
* Resynchronized with Debian, only Ubuntu changes are:
  - debian/libgnomeui-0.shlibs: bumped for added interfaces.
  - debian/rules: added stuff for cleaning.
  - debian/patches/30_crash-dialog.patch: dropped, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<refentry id="GnomePixmapEntry">
2
2
<refmeta>
3
 
<refentrytitle id="top_of_page">GnomePixmapEntry</refentrytitle>
 
3
<refentrytitle>GnomePixmapEntry</refentrytitle>
4
4
<manvolnum>3</manvolnum>
5
5
<refmiscinfo>LIBGNOMEUI Library</refmiscinfo>
6
6
</refmeta>
7
7
 
8
8
<refnamediv>
9
 
<refname>GnomePixmapEntry</refname>
10
 
<refpurpose></refpurpose>
11
 
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
 
9
<refname>GnomePixmapEntry</refname><refpurpose></refpurpose>
12
10
</refnamediv>
13
11
 
14
 
<refsynopsisdiv id="synopsis">
15
 
<title id="synopsis.title">Synopsis</title>
 
12
<refsynopsisdiv><title>Synopsis</title>
16
13
 
17
14
<synopsis>
18
15
 
50
47
</synopsis>
51
48
</refsynopsisdiv>
52
49
 
53
 
<refsect1 id="object_hierarchy">
54
 
<title id="object_hierarchy.title">Object Hierarchy</title>
 
50
<refsect1>
 
51
<title>Object Hierarchy</title>
55
52
<synopsis>
56
53
 
57
54
  <link linkend="GObject">GObject</link>
69
66
 
70
67
 
71
68
 
72
 
<refsect1 id="impl_interfaces">
73
 
<title id="impl_interfaces.title">Implemented Interfaces</title>
 
69
<refsect1>
 
70
<title>Implemented Interfaces</title>
74
71
<para>
75
72
GnomePixmapEntry implements
76
73
 <link linkend="AtkImplementorIface">AtkImplementorIface</link> and  <link linkend="GtkEditable">GtkEditable</link>.</para>
78
75
</refsect1>
79
76
 
80
77
 
81
 
<refsect1 id="properties">
82
 
<title id="properties.title">Properties</title>
 
78
<refsect1>
 
79
<title>Properties</title>
83
80
<synopsis>
84
81
 
85
82
  &quot;<link linkend="GnomePixmapEntry--do-preview">do-preview</link>&quot;           <link linkend="gboolean">gboolean</link>              : Read / Write
88
85
 
89
86
 
90
87
 
91
 
<refsect1 id="desc">
92
 
<title id="desc.title">Description</title>
 
88
<refsect1>
 
89
<title>Description</title>
93
90
<para>
94
91
 
95
92
</para>
96
93
</refsect1>
97
94
 
98
 
<refsect1 id="details">
99
 
<title id="details.title">Details</title>
 
95
<refsect1>
 
96
<title>Details</title>
100
97
<refsect2>
101
 
<title><anchor id="GnomePixmapEntry-struct" role="struct"/>GnomePixmapEntry</title>
 
98
<title><anchor id="GnomePixmapEntry-struct"/>GnomePixmapEntry</title>
102
99
<indexterm role="deprecated"><primary>GnomePixmapEntry</primary></indexterm><programlisting>typedef struct _GnomePixmapEntry GnomePixmapEntry;</programlisting>
103
100
<warning><para><literal>GnomePixmapEntry</literal> is deprecated and should not be used in newly-written code.</para></warning>
104
101
<para>
105
102
 
106
103
</para></refsect2>
107
104
<refsect2>
108
 
<title><anchor id="gnome-pixmap-entry-new" role="function" condition="deprecated:"/>gnome_pixmap_entry_new ()</title>
 
105
<title><anchor id="gnome-pixmap-entry-new"/>gnome_pixmap_entry_new ()</title>
109
106
<indexterm role="deprecated"><primary>gnome_pixmap_entry_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*  gnome_pixmap_entry_new          (const <link linkend="gchar">gchar</link> *history_id,
110
107
                                             const <link linkend="gchar">gchar</link> *browse_dialog_title,
111
108
                                             <link linkend="gboolean">gboolean</link> do_preview);</programlisting>
130
127
</simpara></listitem></varlistentry>
131
128
</variablelist></refsect2>
132
129
<refsect2>
133
 
<title><anchor id="gnome-pixmap-entry-construct" role="function" condition="deprecated:"/>gnome_pixmap_entry_construct ()</title>
 
130
<title><anchor id="gnome-pixmap-entry-construct"/>gnome_pixmap_entry_construct ()</title>
134
131
<indexterm role="deprecated"><primary>gnome_pixmap_entry_construct</primary></indexterm><programlisting><link linkend="void">void</link>        gnome_pixmap_entry_construct    (<link linkend="GnomePixmapEntry">GnomePixmapEntry</link> *pentry,
135
132
                                             const <link linkend="gchar">gchar</link> *history_id,
136
133
                                             const <link linkend="gchar">gchar</link> *browse_dialog_title,
157
154
</simpara></listitem></varlistentry>
158
155
</variablelist></refsect2>
159
156
<refsect2>
160
 
<title><anchor id="gnome-pixmap-entry-set-pixmap-subdir" role="function" condition="deprecated:"/>gnome_pixmap_entry_set_pixmap_subdir ()</title>
 
157
<title><anchor id="gnome-pixmap-entry-set-pixmap-subdir"/>gnome_pixmap_entry_set_pixmap_subdir ()</title>
161
158
<indexterm role="deprecated"><primary>gnome_pixmap_entry_set_pixmap_subdir</primary></indexterm><programlisting><link linkend="void">void</link>        gnome_pixmap_entry_set_pixmap_subdir
162
159
                                            (<link linkend="GnomePixmapEntry">GnomePixmapEntry</link> *pentry,
163
160
                                             const <link linkend="gchar">gchar</link> *subdir);</programlisting>
177
174
</simpara></listitem></varlistentry>
178
175
</variablelist></refsect2>
179
176
<refsect2>
180
 
<title><anchor id="gnome-pixmap-entry-gnome-file-entry" role="function" condition="deprecated:"/>gnome_pixmap_entry_gnome_file_entry ()</title>
 
177
<title><anchor id="gnome-pixmap-entry-gnome-file-entry"/>gnome_pixmap_entry_gnome_file_entry ()</title>
181
178
<indexterm role="deprecated"><primary>gnome_pixmap_entry_gnome_file_entry</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*  gnome_pixmap_entry_gnome_file_entry
182
179
                                            (<link linkend="GnomePixmapEntry">GnomePixmapEntry</link> *pentry);</programlisting>
183
180
<warning><para><literal>gnome_pixmap_entry_gnome_file_entry</literal> is deprecated and should not be used in newly-written code.</para></warning>
194
191
</simpara></listitem></varlistentry>
195
192
</variablelist></refsect2>
196
193
<refsect2>
197
 
<title><anchor id="gnome-pixmap-entry-gnome-entry" role="function" condition="deprecated:"/>gnome_pixmap_entry_gnome_entry ()</title>
 
194
<title><anchor id="gnome-pixmap-entry-gnome-entry"/>gnome_pixmap_entry_gnome_entry ()</title>
198
195
<indexterm role="deprecated"><primary>gnome_pixmap_entry_gnome_entry</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*  gnome_pixmap_entry_gnome_entry  (<link linkend="GnomePixmapEntry">GnomePixmapEntry</link> *pentry);</programlisting>
199
196
<warning><para><literal>gnome_pixmap_entry_gnome_entry</literal> is deprecated and should not be used in newly-written code.</para></warning>
200
197
<para>
210
207
</simpara></listitem></varlistentry>
211
208
</variablelist></refsect2>
212
209
<refsect2>
213
 
<title><anchor id="gnome-pixmap-entry-gtk-entry" role="function" condition="deprecated:"/>gnome_pixmap_entry_gtk_entry ()</title>
 
210
<title><anchor id="gnome-pixmap-entry-gtk-entry"/>gnome_pixmap_entry_gtk_entry ()</title>
214
211
<indexterm role="deprecated"><primary>gnome_pixmap_entry_gtk_entry</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*  gnome_pixmap_entry_gtk_entry    (<link linkend="GnomePixmapEntry">GnomePixmapEntry</link> *pentry);</programlisting>
215
212
<warning><para><literal>gnome_pixmap_entry_gtk_entry</literal> is deprecated and should not be used in newly-written code.</para></warning>
216
213
<para>
226
223
</simpara></listitem></varlistentry>
227
224
</variablelist></refsect2>
228
225
<refsect2>
229
 
<title><anchor id="gnome-pixmap-entry-scrolled-window" role="function" condition="deprecated:"/>gnome_pixmap_entry_scrolled_window ()</title>
 
226
<title><anchor id="gnome-pixmap-entry-scrolled-window"/>gnome_pixmap_entry_scrolled_window ()</title>
230
227
<indexterm role="deprecated"><primary>gnome_pixmap_entry_scrolled_window</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*  gnome_pixmap_entry_scrolled_window
231
228
                                            (<link linkend="GnomePixmapEntry">GnomePixmapEntry</link> *pentry);</programlisting>
232
229
<warning><para><literal>gnome_pixmap_entry_scrolled_window</literal> is deprecated and should not be used in newly-written code.</para></warning>
243
240
</simpara></listitem></varlistentry>
244
241
</variablelist></refsect2>
245
242
<refsect2>
246
 
<title><anchor id="gnome-pixmap-entry-preview-widget" role="function" condition="deprecated:"/>gnome_pixmap_entry_preview_widget ()</title>
 
243
<title><anchor id="gnome-pixmap-entry-preview-widget"/>gnome_pixmap_entry_preview_widget ()</title>
247
244
<indexterm role="deprecated"><primary>gnome_pixmap_entry_preview_widget</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*  gnome_pixmap_entry_preview_widget
248
245
                                            (<link linkend="GnomePixmapEntry">GnomePixmapEntry</link> *pentry);</programlisting>
249
246
<warning><para><literal>gnome_pixmap_entry_preview_widget</literal> is deprecated and should not be used in newly-written code.</para></warning>
261
258
</simpara></listitem></varlistentry>
262
259
</variablelist></refsect2>
263
260
<refsect2>
264
 
<title><anchor id="gnome-pixmap-entry-set-preview" role="function" condition="deprecated:"/>gnome_pixmap_entry_set_preview ()</title>
 
261
<title><anchor id="gnome-pixmap-entry-set-preview"/>gnome_pixmap_entry_set_preview ()</title>
265
262
<indexterm role="deprecated"><primary>gnome_pixmap_entry_set_preview</primary></indexterm><programlisting><link linkend="void">void</link>        gnome_pixmap_entry_set_preview  (<link linkend="GnomePixmapEntry">GnomePixmapEntry</link> *pentry,
266
263
                                             <link linkend="gboolean">gboolean</link> do_preview);</programlisting>
267
264
<warning><para><literal>gnome_pixmap_entry_set_preview</literal> is deprecated and should not be used in newly-written code.</para></warning>
281
278
</simpara></listitem></varlistentry>
282
279
</variablelist></refsect2>
283
280
<refsect2>
284
 
<title><anchor id="gnome-pixmap-entry-set-preview-size" role="function" condition="deprecated:"/>gnome_pixmap_entry_set_preview_size ()</title>
 
281
<title><anchor id="gnome-pixmap-entry-set-preview-size"/>gnome_pixmap_entry_set_preview_size ()</title>
285
282
<indexterm role="deprecated"><primary>gnome_pixmap_entry_set_preview_size</primary></indexterm><programlisting><link linkend="void">void</link>        gnome_pixmap_entry_set_preview_size
286
283
                                            (<link linkend="GnomePixmapEntry">GnomePixmapEntry</link> *pentry,
287
284
                                             <link linkend="gint">gint</link> preview_w,
304
301
</simpara></listitem></varlistentry>
305
302
</variablelist></refsect2>
306
303
<refsect2>
307
 
<title><anchor id="gnome-pixmap-entry-get-filename" role="function" condition="deprecated:"/>gnome_pixmap_entry_get_filename ()</title>
 
304
<title><anchor id="gnome-pixmap-entry-get-filename"/>gnome_pixmap_entry_get_filename ()</title>
308
305
<indexterm role="deprecated"><primary>gnome_pixmap_entry_get_filename</primary></indexterm><programlisting><link linkend="gchar">gchar</link>*      gnome_pixmap_entry_get_filename (<link linkend="GnomePixmapEntry">GnomePixmapEntry</link> *pentry);</programlisting>
309
306
<warning><para><literal>gnome_pixmap_entry_get_filename</literal> is deprecated and should not be used in newly-written code.</para></warning>
310
307
<para>
322
319
</variablelist></refsect2>
323
320
 
324
321
</refsect1>
325
 
<refsect1 id="property_details">
326
 
<title id="property_details.title">Property Details</title>
 
322
<refsect1>
 
323
<title>Properties</title>
327
324
<refsect2><title><anchor id="GnomePixmapEntry--do-preview"/>The &quot;<literal>do-preview</literal>&quot; property</title>
328
325
<programlisting>  &quot;do-preview&quot;           <link linkend="gboolean">gboolean</link>              : Read / Write</programlisting>
329
326
<para>Whether the pixmap entry should have a preview.</para><para>Default value: FALSE</para>