~ubuntu-branches/ubuntu/oneiric/xfce4-panel/oneiric

« back to all changes in this revision

Viewing changes to docs/references/html/XfcePanelImage.html

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2011-04-06 20:59:14 UTC
  • mfrom: (1.1.31 upstream)
  • Revision ID: james.westby@ubuntu.com-20110406205914-6gd3dxr2ri71vxb7
Tags: 4.8.3-0ubuntu1
* New upstream bugfix release. lp: #752791
* debian/patches:
  - 0001-Tasklist-add-button-release-event-to-proxy-item-bug-.patch:
    dropped, included upstream.
  - xubuntu_support-multiple-vendor-default-configs.patch: refreshed
    to apply cleanly.
  - series: refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="libxfce4panel-widgets.html" title="Part III. Additional Widgets">
9
9
<link rel="prev" href="XfceHVBox.html" title="XfceHVBox">
10
10
<link rel="next" href="libxfce4panel-miscelleanous.html" title="Part IV. Miscelleanous">
11
 
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
34
34
                  <a href="#XfcePanelImage.style-properties" class="shortcut">Style Properties</a>
35
35
</td></tr>
36
36
</table>
37
 
<div class="refentry" title="XfcePanelImage">
 
37
<div class="refentry">
38
38
<a name="XfcePanelImage"></a><div class="titlepage"></div>
39
39
<div class="refnamediv"><table width="100%"><tr>
40
40
<td valign="top">
43
43
</td>
44
44
<td valign="top" align="right"></td>
45
45
</tr></table></div>
46
 
<div class="refsynopsisdiv" title="Synopsis">
 
46
<div class="refsynopsisdiv">
47
47
<a name="XfcePanelImage.synopsis"></a><h2>Synopsis</h2>
48
48
<pre class="synopsis">
49
49
#include &lt;libxfce4panel/libxfce4panel.h&gt;
62
62
<span class="returnvalue">void</span>                <a class="link" href="XfcePanelImage.html#xfce-panel-image-clear" title="xfce_panel_image_clear ()">xfce_panel_image_clear</a>              (<em class="parameter"><code><a class="link" href="XfcePanelImage.html" title="XfcePanelImage"><span class="type">XfcePanelImage</span></a> *image</code></em>);
63
63
</pre>
64
64
</div>
65
 
<div class="refsect1" title="Object Hierarchy">
 
65
<div class="refsect1">
66
66
<a name="XfcePanelImage.object-hierarchy"></a><h2>Object Hierarchy</h2>
67
67
<pre class="synopsis">
68
68
  GObject
72
72
                     +----XfcePanelImage
73
73
</pre>
74
74
</div>
75
 
<div class="refsect1" title="Implemented Interfaces">
 
75
<div class="refsect1">
76
76
<a name="XfcePanelImage.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
77
77
<p>
78
78
XfcePanelImage implements
79
79
 AtkImplementorIface and  GtkBuildable.</p>
80
80
</div>
81
 
<div class="refsect1" title="Properties">
 
81
<div class="refsect1">
82
82
<a name="XfcePanelImage.properties"></a><h2>Properties</h2>
83
83
<pre class="synopsis">
84
84
  "<a class="link" href="XfcePanelImage.html#XfcePanelImage--pixbuf" title='The "pixbuf" property'>pixbuf</a>"                   <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>*            : Read / Write
86
86
  "<a class="link" href="XfcePanelImage.html#XfcePanelImage--source" title='The "source" property'>source</a>"                   <span class="type">gchar</span>*                : Read / Write
87
87
</pre>
88
88
</div>
89
 
<div class="refsect1" title="Style Properties">
 
89
<div class="refsect1">
90
90
<a name="XfcePanelImage.style-properties"></a><h2>Style Properties</h2>
91
91
<pre class="synopsis">
92
92
  "<a class="link" href="XfcePanelImage.html#XfcePanelImage--s-force-gtk-icon-sizes" title='The "force-gtk-icon-sizes" style property'>force-gtk-icon-sizes</a>"     <span class="type">gboolean</span>              : Read / Write
93
93
</pre>
94
94
</div>
95
 
<div class="refsect1" title="Description">
 
95
<div class="refsect1">
96
96
<a name="XfcePanelImage.description"></a><h2>Description</h2>
97
97
<p>
98
98
The <a class="link" href="XfcePanelImage.html" title="XfcePanelImage"><span class="type">XfcePanelImage</span></a> is a widgets suitable for for example panel
109
109
which makes it usefull for usage in dialogs.
110
110
</p>
111
111
</div>
112
 
<div class="refsect1" title="Details">
 
112
<div class="refsect1">
113
113
<a name="XfcePanelImage.details"></a><h2>Details</h2>
114
 
<div class="refsect2" title="XfcePanelImage">
 
114
<div class="refsect2">
115
115
<a name="XfcePanelImage-struct"></a><h3>XfcePanelImage</h3>
116
116
<pre class="programlisting">typedef struct _XfcePanelImage XfcePanelImage;</pre>
117
117
<p>
120
120
</p>
121
121
</div>
122
122
<hr>
123
 
<div class="refsect2" title="xfce_panel_image_new ()">
 
123
<div class="refsect2">
124
124
<a name="xfce-panel-image-new"></a><h3>xfce_panel_image_new ()</h3>
125
125
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         xfce_panel_image_new                (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
126
126
<p>
130
130
<col align="left" valign="top">
131
131
<tbody><tr>
132
132
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
133
 
<td> a newly created XfcePanelImage widget.
134
 
 
135
 
</td>
 
133
<td>a newly created XfcePanelImage widget.</td>
136
134
</tr></tbody>
137
135
</table></div>
138
136
<p class="since">Since 4.8</p>
139
137
</div>
140
138
<hr>
141
 
<div class="refsect2" title="xfce_panel_image_new_from_pixbuf ()">
 
139
<div class="refsect2">
142
140
<a name="xfce-panel-image-new-from-pixbuf"></a><h3>xfce_panel_image_new_from_pixbuf ()</h3>
143
141
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         xfce_panel_image_new_from_pixbuf    (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
144
142
<p>
153
151
<tbody>
154
152
<tr>
155
153
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
156
 
<td>a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <code class="literal">NULL</code>.
157
 
</td>
 
154
<td>a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <code class="literal">NULL</code>.</td>
158
155
</tr>
159
156
<tr>
160
157
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
161
 
<td> a newly created XfcePanelImage widget.
162
 
 
163
 
</td>
 
158
<td>a newly created XfcePanelImage widget.</td>
164
159
</tr>
165
160
</tbody>
166
161
</table></div>
167
162
<p class="since">Since 4.8</p>
168
163
</div>
169
164
<hr>
170
 
<div class="refsect2" title="xfce_panel_image_new_from_source ()">
 
165
<div class="refsect2">
171
166
<a name="xfce-panel-image-new-from-source"></a><h3>xfce_panel_image_new_from_source ()</h3>
172
167
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         xfce_panel_image_new_from_source    (<em class="parameter"><code>const <span class="type">gchar</span> *source</code></em>);</pre>
173
168
<p>
183
178
<tr>
184
179
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
185
180
<td>source of the image. This can be an absolute path or
186
 
          an icon-name or <code class="literal">NULL</code>.
187
 
</td>
 
181
an icon-name or <code class="literal">NULL</code>.</td>
188
182
</tr>
189
183
<tr>
190
184
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
191
 
<td> a newly created XfcePanelImage widget.
192
 
 
193
 
</td>
 
185
<td>a newly created XfcePanelImage widget.</td>
194
186
</tr>
195
187
</tbody>
196
188
</table></div>
197
189
<p class="since">Since 4.8</p>
198
190
</div>
199
191
<hr>
200
 
<div class="refsect2" title="xfce_panel_image_set_from_pixbuf ()">
 
192
<div class="refsect2">
201
193
<a name="xfce-panel-image-set-from-pixbuf"></a><h3>xfce_panel_image_set_from_pixbuf ()</h3>
202
194
<pre class="programlisting"><span class="returnvalue">void</span>                xfce_panel_image_set_from_pixbuf    (<em class="parameter"><code><a class="link" href="XfcePanelImage.html" title="XfcePanelImage"><span class="type">XfcePanelImage</span></a> *image</code></em>,
203
195
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
209
201
<tbody>
210
202
<tr>
211
203
<td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
212
 
<td>an <a class="link" href="XfcePanelImage.html" title="XfcePanelImage"><span class="type">XfcePanelImage</span></a>.
213
 
</td>
 
204
<td>an <a class="link" href="XfcePanelImage.html" title="XfcePanelImage"><span class="type">XfcePanelImage</span></a>.</td>
214
205
</tr>
215
206
<tr>
216
207
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
217
 
<td>a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <code class="literal">NULL</code>.
218
 
</td>
 
208
<td>a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <code class="literal">NULL</code>.</td>
219
209
</tr>
220
210
</tbody>
221
211
</table></div>
222
212
<p class="since">Since 4.8</p>
223
213
</div>
224
214
<hr>
225
 
<div class="refsect2" title="xfce_panel_image_set_from_source ()">
 
215
<div class="refsect2">
226
216
<a name="xfce-panel-image-set-from-source"></a><h3>xfce_panel_image_set_from_source ()</h3>
227
217
<pre class="programlisting"><span class="returnvalue">void</span>                xfce_panel_image_set_from_source    (<em class="parameter"><code><a class="link" href="XfcePanelImage.html" title="XfcePanelImage"><span class="type">XfcePanelImage</span></a> *image</code></em>,
228
218
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *source</code></em>);</pre>
234
224
<tbody>
235
225
<tr>
236
226
<td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
237
 
<td>an <a class="link" href="XfcePanelImage.html" title="XfcePanelImage"><span class="type">XfcePanelImage</span></a>.
238
 
</td>
 
227
<td>an <a class="link" href="XfcePanelImage.html" title="XfcePanelImage"><span class="type">XfcePanelImage</span></a>.</td>
239
228
</tr>
240
229
<tr>
241
230
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
242
231
<td>source of the image. This can be an absolute path or
243
 
          an icon-name or <code class="literal">NULL</code>.
244
 
</td>
 
232
an icon-name or <code class="literal">NULL</code>.</td>
245
233
</tr>
246
234
</tbody>
247
235
</table></div>
248
236
<p class="since">Since 4.8</p>
249
237
</div>
250
238
<hr>
251
 
<div class="refsect2" title="xfce_panel_image_set_size ()">
 
239
<div class="refsect2">
252
240
<a name="xfce-panel-image-set-size"></a><h3>xfce_panel_image_set_size ()</h3>
253
241
<pre class="programlisting"><span class="returnvalue">void</span>                xfce_panel_image_set_size           (<em class="parameter"><code><a class="link" href="XfcePanelImage.html" title="XfcePanelImage"><span class="type">XfcePanelImage</span></a> *image</code></em>,
254
242
                                                         <em class="parameter"><code><span class="type">gint</span> size</code></em>);</pre>
262
250
<tbody>
263
251
<tr>
264
252
<td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
265
 
<td>an <a class="link" href="XfcePanelImage.html" title="XfcePanelImage"><span class="type">XfcePanelImage</span></a>.
266
 
</td>
 
253
<td>an <a class="link" href="XfcePanelImage.html" title="XfcePanelImage"><span class="type">XfcePanelImage</span></a>.</td>
267
254
</tr>
268
255
<tr>
269
256
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
270
 
<td>a new size in pixels.
271
 
</td>
 
257
<td>a new size in pixels.</td>
272
258
</tr>
273
259
</tbody>
274
260
</table></div>
275
261
<p class="since">Since 4.8</p>
276
262
</div>
277
263
<hr>
278
 
<div class="refsect2" title="xfce_panel_image_get_size ()">
 
264
<div class="refsect2">
279
265
<a name="xfce-panel-image-get-size"></a><h3>xfce_panel_image_get_size ()</h3>
280
266
<pre class="programlisting"><span class="returnvalue">gint</span>                xfce_panel_image_get_size           (<em class="parameter"><code><a class="link" href="XfcePanelImage.html" title="XfcePanelImage"><span class="type">XfcePanelImage</span></a> *image</code></em>);</pre>
281
267
<p>
287
273
<tbody>
288
274
<tr>
289
275
<td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
290
 
<td>an <a class="link" href="XfcePanelImage.html" title="XfcePanelImage"><span class="type">XfcePanelImage</span></a>.
291
 
</td>
 
276
<td>an <a class="link" href="XfcePanelImage.html" title="XfcePanelImage"><span class="type">XfcePanelImage</span></a>.</td>
292
277
</tr>
293
278
<tr>
294
279
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
295
 
<td> icon size in pixels of the image or -1.
296
 
 
297
 
</td>
 
280
<td>icon size in pixels of the image or -1.</td>
298
281
</tr>
299
282
</tbody>
300
283
</table></div>
301
284
<p class="since">Since 4.8</p>
302
285
</div>
303
286
<hr>
304
 
<div class="refsect2" title="xfce_panel_image_clear ()">
 
287
<div class="refsect2">
305
288
<a name="xfce-panel-image-clear"></a><h3>xfce_panel_image_clear ()</h3>
306
289
<pre class="programlisting"><span class="returnvalue">void</span>                xfce_panel_image_clear              (<em class="parameter"><code><a class="link" href="XfcePanelImage.html" title="XfcePanelImage"><span class="type">XfcePanelImage</span></a> *image</code></em>);</pre>
307
290
<p>
311
294
<col align="left" valign="top">
312
295
<tbody><tr>
313
296
<td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
314
 
<td>an <a class="link" href="XfcePanelImage.html" title="XfcePanelImage"><span class="type">XfcePanelImage</span></a>.
315
 
</td>
 
297
<td>an <a class="link" href="XfcePanelImage.html" title="XfcePanelImage"><span class="type">XfcePanelImage</span></a>.</td>
316
298
</tr></tbody>
317
299
</table></div>
318
300
<p class="since">Since 4.8</p>
319
301
</div>
320
302
</div>
321
 
<div class="refsect1" title="Property Details">
 
303
<div class="refsect1">
322
304
<a name="XfcePanelImage.property-details"></a><h2>Property Details</h2>
323
 
<div class="refsect2" title='The "pixbuf" property'>
 
305
<div class="refsect2">
324
306
<a name="XfcePanelImage--pixbuf"></a><h3>The <code class="literal">"pixbuf"</code> property</h3>
325
307
<pre class="programlisting">  "pixbuf"                   <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>*            : Read / Write</pre>
326
308
<p>Pixbuf image.</p>
327
309
</div>
328
310
<hr>
329
 
<div class="refsect2" title='The "size" property'>
 
311
<div class="refsect2">
330
312
<a name="XfcePanelImage--size"></a><h3>The <code class="literal">"size"</code> property</h3>
331
313
<pre class="programlisting">  "size"                     <span class="type">gint</span>                  : Read / Write</pre>
332
314
<p>Pixel size of the image.</p>
334
316
<p>Default value: -1</p>
335
317
</div>
336
318
<hr>
337
 
<div class="refsect2" title='The "source" property'>
 
319
<div class="refsect2">
338
320
<a name="XfcePanelImage--source"></a><h3>The <code class="literal">"source"</code> property</h3>
339
321
<pre class="programlisting">  "source"                   <span class="type">gchar</span>*                : Read / Write</pre>
340
322
<p>Icon or filename.</p>
341
323
<p>Default value: NULL</p>
342
324
</div>
343
325
</div>
344
 
<div class="refsect1" title="Style Property Details">
 
326
<div class="refsect1">
345
327
<a name="XfcePanelImage.style-property-details"></a><h2>Style Property Details</h2>
346
 
<div class="refsect2" title='The "force-gtk-icon-sizes" style property'>
 
328
<div class="refsect2">
347
329
<a name="XfcePanelImage--s-force-gtk-icon-sizes"></a><h3>The <code class="literal">"force-gtk-icon-sizes"</code> style property</h3>
348
330
<pre class="programlisting">  "force-gtk-icon-sizes"     <span class="type">gboolean</span>              : Read / Write</pre>
349
331
<p>Force the image to fix to GtkIconSizes.</p>
353
335
</div>
354
336
<div class="footer">
355
337
<hr>
356
 
          Generated by GTK-Doc V1.15</div>
 
338
          Generated by GTK-Doc V1.17</div>
357
339
</body>
358
340
</html>
 
 
b'\\ No newline at end of file'