~ubuntu-branches/ubuntu/trusty/gimp/trusty

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/html/GimpOffsetArea.html

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2009-08-14 09:57:17 UTC
  • mto: (1.1.21 upstream) (0.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20090814095717-37dh2xqy5t0rurpk
Import upstream version 2.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>GimpOffsetArea</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual">
8
8
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
9
9
<link rel="prev" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">
10
10
<link rel="next" href="GimpPageSelector.html" title="GimpPageSelector">
11
 
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
14
14
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
34
34
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
35
35
<td><a accesskey="n" href="GimpPageSelector.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
36
36
</tr>
37
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#GimpOffsetArea.synopsis" class="shortcut">Top</a>
38
 
                   | 
39
 
                  <a href="#GimpOffsetArea.description" class="shortcut">Description</a>
40
 
                   | 
41
 
                  <a href="#GimpOffsetArea.object-hierarchy" class="shortcut">Object Hierarchy</a>
42
 
                   | 
43
 
                  <a href="#GimpOffsetArea.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
44
 
                   | 
45
 
                  <a href="#GimpOffsetArea.signals" class="shortcut">Signals</a></nobr></td></tr>
 
37
<tr><td colspan="5" class="shortcuts">
 
38
<a href="#GimpOffsetArea.synopsis" class="shortcut">Top</a>
 
39
                 | 
 
40
                <a href="#GimpOffsetArea.description" class="shortcut">Description</a>
 
41
                 | 
 
42
                <a href="#GimpOffsetArea.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
43
                 | 
 
44
                <a href="#GimpOffsetArea.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
45
                 | 
 
46
                <a href="#GimpOffsetArea.signals" class="shortcut">Signals</a>
 
47
</td></tr>
46
48
</table>
47
 
<div class="refentry" lang="en">
 
49
<div class="refentry" title="GimpOffsetArea">
48
50
<a name="GimpOffsetArea"></a><div class="titlepage"></div>
49
51
<div class="refnamediv"><table width="100%"><tr>
50
52
<td valign="top">
53
55
</td>
54
56
<td valign="top" align="right"><img src="gimp-offset-area.png"></td>
55
57
</tr></table></div>
56
 
<div class="refsynopsisdiv">
 
58
<div class="refsynopsisdiv" title="Synopsis">
57
59
<a name="GimpOffsetArea.synopsis"></a><h2>Synopsis</h2>
58
60
<pre class="synopsis">
59
61
                    <a class="link" href="GimpOffsetArea.html#GimpOffsetArea-struct" title="GimpOffsetArea">GimpOffsetArea</a>;
60
62
<a
61
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
62
 
>GtkWidget</a>*          <a class="link" href="GimpOffsetArea.html#gimp-offset-area-new" title="gimp_offset_area_new ()">gimp_offset_area_new</a>                (<a
 
63
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
64
>GtkWidget</a> *         <a class="link" href="GimpOffsetArea.html#gimp-offset-area-new" title="gimp_offset_area_new ()">gimp_offset_area_new</a>                (<a
63
65
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
64
66
>gint</a> orig_width,
65
67
                                                         <a
81
83
>gint</a> offset_y);
82
84
void                <a class="link" href="GimpOffsetArea.html#gimp-offset-area-set-pixbuf" title="gimp_offset_area_set_pixbuf ()">gimp_offset_area_set_pixbuf</a>         (<a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
83
85
                                                         <a
84
 
href="/usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
 
86
href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
85
87
>GdkPixbuf</a> *pixbuf);
86
88
</pre>
87
89
</div>
88
 
<div class="refsect1" lang="en">
 
90
<div class="refsect1" title="Object Hierarchy">
89
91
<a name="GimpOffsetArea.object-hierarchy"></a><h2>Object Hierarchy</h2>
90
92
<pre class="synopsis">
91
93
  <a
95
97
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
96
98
>GInitiallyUnowned</a>
97
99
         +----<a
98
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
 
100
href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html"
99
101
>GtkObject</a>
100
102
               +----<a
101
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
103
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
102
104
>GtkWidget</a>
103
105
                     +----<a
104
 
href="/usr/share/gtk-doc/html/gtk/GtkDrawingArea.html"
 
106
href="http://library.gnome.org/devel/gtk/unstable/GtkDrawingArea.html"
105
107
>GtkDrawingArea</a>
106
108
                           +----GimpOffsetArea
107
109
</pre>
108
110
</div>
109
 
<div class="refsect1" lang="en">
 
111
<div class="refsect1" title="Implemented Interfaces">
110
112
<a name="GimpOffsetArea.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
111
113
<p>
112
114
GimpOffsetArea implements
113
 
 AtkImplementorIface and  <a
114
 
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
115
 
>GtkBuildable</a>.</p>
 
115
 <a
 
116
href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable"
 
117
>GtkBuildable</a> and  AtkImplementorIface.</p>
116
118
</div>
117
 
<div class="refsect1" lang="en">
 
119
<div class="refsect1" title="Signals">
118
120
<a name="GimpOffsetArea.signals"></a><h2>Signals</h2>
119
121
<pre class="synopsis">
120
122
  "<a class="link" href="GimpOffsetArea.html#GimpOffsetArea-offsets-changed" title='The "offsets-changed" signal'>offsets-changed</a>"                                : Run First
121
123
</pre>
122
124
</div>
123
 
<div class="refsect1" lang="en">
 
125
<div class="refsect1" title="Description">
124
126
<a name="GimpOffsetArea.description"></a><h2>Description</h2>
125
127
<p>
126
 
 
127
128
</p>
128
129
</div>
129
 
<div class="refsect1" lang="en">
 
130
<div class="refsect1" title="Details">
130
131
<a name="GimpOffsetArea.details"></a><h2>Details</h2>
131
 
<div class="refsect2" lang="en">
 
132
<div class="refsect2" title="GimpOffsetArea">
132
133
<a name="GimpOffsetArea-struct"></a><h3>GimpOffsetArea</h3>
133
134
<pre class="programlisting">typedef struct _GimpOffsetArea GimpOffsetArea;</pre>
134
135
<p>
135
 
 
136
136
</p>
137
137
</div>
138
138
<hr>
139
 
<div class="refsect2" lang="en">
 
139
<div class="refsect2" title="gimp_offset_area_new ()">
140
140
<a name="gimp-offset-area-new"></a><h3>gimp_offset_area_new ()</h3>
141
141
<pre class="programlisting"><a
142
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
143
 
>GtkWidget</a>*          gimp_offset_area_new                (<a
 
142
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
143
>GtkWidget</a> *         gimp_offset_area_new                (<a
144
144
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
145
145
>gint</a> orig_width,
146
146
                                                         <a
151
151
when resizing an image or a drawable to allow the user to interactively
152
152
specify the new offsets.</p>
153
153
<p>
154
 
 
155
154
</p>
156
155
<div class="variablelist"><table border="0">
157
156
<col align="left" valign="top">
175
174
</table></div>
176
175
</div>
177
176
<hr>
178
 
<div class="refsect2" lang="en">
 
177
<div class="refsect2" title="gimp_offset_area_set_size ()">
179
178
<a name="gimp-offset-area-set-size"></a><h3>gimp_offset_area_set_size ()</h3>
180
179
<pre class="programlisting">void                gimp_offset_area_set_size           (<a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
181
180
                                                         <a
189
188
If the offsets change as a result of this change, the "offsets-changed"
190
189
signal is emitted.</p>
191
190
<p>
192
 
 
193
191
</p>
194
192
<div class="variablelist"><table border="0">
195
193
<col align="left" valign="top">
213
211
</table></div>
214
212
</div>
215
213
<hr>
216
 
<div class="refsect2" lang="en">
 
214
<div class="refsect2" title="gimp_offset_area_set_offsets ()">
217
215
<a name="gimp-offset-area-set-offsets"></a><h3>gimp_offset_area_set_offsets ()</h3>
218
216
<pre class="programlisting">void                gimp_offset_area_set_offsets        (<a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
219
217
                                                         <a
226
224
Sets the offsets of the image/drawable displayed by the <a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a>.
227
225
It does not emit the "offsets-changed" signal.</p>
228
226
<p>
229
 
 
230
227
</p>
231
228
<div class="variablelist"><table border="0">
232
229
<col align="left" valign="top">
250
247
</table></div>
251
248
</div>
252
249
<hr>
253
 
<div class="refsect2" lang="en">
 
250
<div class="refsect2" title="gimp_offset_area_set_pixbuf ()">
254
251
<a name="gimp-offset-area-set-pixbuf"></a><h3>gimp_offset_area_set_pixbuf ()</h3>
255
252
<pre class="programlisting">void                gimp_offset_area_set_pixbuf         (<a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
256
253
                                                         <a
257
 
href="/usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
 
254
href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
258
255
>GdkPixbuf</a> *pixbuf);</pre>
259
256
<p>
260
257
Sets the pixbuf which represents the original image/drawable which
261
258
is being offset.</p>
262
259
<p>
263
 
 
264
260
</p>
265
261
<div class="variablelist"><table border="0">
266
262
<col align="left" valign="top">
273
269
<tr>
274
270
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
275
271
<td> a <a
276
 
href="/usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
 
272
href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
277
273
><span class="type">GdkPixbuf</span></a>.
278
274
</td>
279
275
</tr>
280
276
</tbody>
281
277
</table></div>
282
 
<p class="since">Since  GIMP 2.2
283
 
</p>
284
 
</div>
285
 
</div>
286
 
<div class="refsect1" lang="en">
 
278
<p class="since">Since GIMP 2.2</p>
 
279
</div>
 
280
</div>
 
281
<div class="refsect1" title="Signal Details">
287
282
<a name="GimpOffsetArea.signal-details"></a><h2>Signal Details</h2>
288
 
<div class="refsect2" lang="en">
 
283
<div class="refsect2" title='The "offsets-changed" signal'>
289
284
<a name="GimpOffsetArea-offsets-changed"></a><h3>The <code class="literal">"offsets-changed"</code> signal</h3>
290
285
<pre class="programlisting">void                user_function                      (<a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *gimpoffsetarea,
291
286
                                                        <a
298
293
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
299
294
>gpointer</a>        user_data)           : Run First</pre>
300
295
<p>
301
 
 
302
296
</p>
303
297
<div class="variablelist"><table border="0">
304
298
<col align="left" valign="top">
316
310
<tr>
317
311
<td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
318
312
<td>
319
 
 
320
313
</td>
321
314
</tr>
322
315
<tr>
330
323
</div>
331
324
<div class="footer">
332
325
<hr>
333
 
          Generated by GTK-Doc V1.10</div>
 
326
          Generated by GTK-Doc V1.11</div>
334
327
</body>
335
328
</html>