~ubuntu-branches/ubuntu/edgy/gimp/edgy-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-08-28 16:54:33 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060828165433-4a009iph3a8lq78s
Tags: 2.2.13-1ubuntu1
* Sync with Debian
* New upstream version, UVF exception granted by Colin Watson
* debian/patches/10_dont_show_wizard.patch:
  - don't use the setup wizard on first run
* debian/rules:
  - add gettext domain to the .desktop
  - run "intltool-update -p" for the different po directories of the package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1
2
<html>
2
3
<head>
3
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
7
8
<link rel="up" href="libgimpwidgets-widgets.html" title="Part&#160;I.&#160;GIMP Widgets">
8
9
<link rel="prev" href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">
9
10
<link rel="next" href="GimpPathEditor.html" title="GimpPathEditor">
10
 
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
11
12
<link rel="stylesheet" href="style.css" type="text/css">
12
13
<link rel="part" href="libgimpwidgets-widgets.html" title="Part&#160;I.&#160;GIMP Widgets">
13
14
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
19
20
<link rel="part" href="libgimpwidgets-deprecated.html" title="Part&#160;VI.&#160;Deprecated API">
20
21
</head>
21
22
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
22
 
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
 
23
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
24
<tr valign="middle">
23
25
<td><a accesskey="p" href="GimpMemsizeEntry.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
24
26
<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
25
27
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
26
28
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
27
29
<td><a accesskey="n" href="GimpPathEditor.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
28
 
</tr></table>
 
30
</tr>
 
31
<tr><td colspan="5" class="shortcuts"><nobr><a href="#top_of_page" class="shortcut">Top</a>
 
32
                  &#160;|&#160;
 
33
                  <a href="#desc" class="shortcut">Description</a>
 
34
                  &#160;|&#160;
 
35
                  <a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
 
36
                  &#160;|&#160;
 
37
                  <a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
 
38
</table>
29
39
<div class="refentry" lang="en">
30
40
<a name="GimpOffsetArea"></a><div class="titlepage"></div>
31
41
<div class="refnamediv"><table width="100%"><tr>
32
42
<td valign="top">
33
 
<h2><span class="refentrytitle">GimpOffsetArea</span></h2>
 
43
<h2><span class="refentrytitle"><a name="top_of_page"></a>GimpOffsetArea</span></h2>
34
44
<p>GimpOffsetArea &#8212; Widget to control image offsets.</p>
35
45
</td>
36
46
<td valign="top" align="right"></td>
37
47
</tr></table></div>
38
48
<div class="refsynopsisdiv">
39
 
<h2>Synopsis</h2>
 
49
<a name="synopsis"></a><h2>Synopsis</h2>
40
50
<pre class="synopsis">
41
51
 
42
52
 
43
53
 
44
54
            <a href="GimpOffsetArea.html#GimpOffsetArea-struct">GimpOffsetArea</a>;
45
 
<a
46
 
href="../gtk/GtkWidget.html"
47
 
>GtkWidget</a>*  <a href="GimpOffsetArea.html#gimp-offset-area-new">gimp_offset_area_new</a>            (gint orig_width,
 
55
GtkWidget*  <a href="GimpOffsetArea.html#gimp-offset-area-new">gimp_offset_area_new</a>            (gint orig_width,
48
56
                                             gint orig_height);
49
57
void        <a href="GimpOffsetArea.html#gimp-offset-area-set-size">gimp_offset_area_set_size</a>       (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
50
58
                                             gint width,
53
61
                                             gint offset_x,
54
62
                                             gint offset_y);
55
63
void        <a href="GimpOffsetArea.html#gimp-offset-area-set-pixbuf">gimp_offset_area_set_pixbuf</a>     (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
56
 
                                             <a
57
 
href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
58
 
>GdkPixbuf</a> *pixbuf);
 
64
                                             GdkPixbuf *pixbuf);
59
65
 
60
66
</pre>
61
67
</div>
62
68
<div class="refsect1" lang="en">
63
 
<a name="id2562301"></a><h2>Object Hierarchy</h2>
 
69
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
64
70
<pre class="synopsis">
65
71
 
66
72
  GObject
67
 
   +----<a
68
 
href="../gtk/GtkObject.html"
69
 
>GtkObject</a>
70
 
         +----<a
71
 
href="../gtk/GtkWidget.html"
72
 
>GtkWidget</a>
73
 
               +----<a
74
 
href="../gtk/GtkDrawingArea.html"
75
 
>GtkDrawingArea</a>
76
 
                     +----GimpOffsetArea
 
73
   +----GInitiallyUnowned
 
74
         +----GtkObject
 
75
               +----GtkWidget
 
76
                     +----GtkDrawingArea
 
77
                           +----GimpOffsetArea
77
78
</pre>
78
79
</div>
79
80
<div class="refsect1" lang="en">
80
 
<a name="id2562338"></a><h2>Implemented Interfaces</h2>
 
81
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
81
82
<p>
82
83
GimpOffsetArea implements
83
84
 AtkImplementorIface.</p>
84
85
</div>
85
86
<div class="refsect1" lang="en">
86
 
<a name="id2562355"></a><h2>Signal Prototypes</h2>
 
87
<a name="signal_proto"></a><h2>Signals</h2>
87
88
<pre class="synopsis">
88
89
 
89
90
"<a href="GimpOffsetArea.html#GimpOffsetArea-offsets-changed">offsets-changed</a>"
90
91
            void        user_function      (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *gimpoffsetarea,
91
 
                                            gint arg1,
92
 
                                            gint arg2,
93
 
                                            gpointer user_data);
 
92
                                            gint            arg1,
 
93
                                            gint            arg2,
 
94
                                            gpointer        user_data)           : Run first
94
95
</pre>
95
96
</div>
96
97
<div class="refsect1" lang="en">
97
 
<a name="id2558606"></a><h2>Description</h2>
 
98
<a name="desc"></a><h2>Description</h2>
98
99
<p>
99
100
 
100
101
</p>
101
102
</div>
102
103
<div class="refsect1" lang="en">
103
 
<a name="id2558617"></a><h2>Details</h2>
 
104
<a name="details"></a><h2>Details</h2>
104
105
<div class="refsect2" lang="en">
105
 
<a name="id2558624"></a><h3>
 
106
<a name="id2564036"></a><h3>
106
107
<a name="GimpOffsetArea-struct"></a>GimpOffsetArea</h3>
107
 
<a class="indexterm" name="id2558633"></a><pre class="programlisting">typedef struct _GimpOffsetArea GimpOffsetArea;</pre>
 
108
<a class="indexterm" name="id2564047"></a><pre class="programlisting">typedef struct _GimpOffsetArea GimpOffsetArea;</pre>
108
109
<p>
109
110
 
110
111
</p>
111
112
</div>
112
113
<hr>
113
114
<div class="refsect2" lang="en">
114
 
<a name="id2558649"></a><h3>
 
115
<a name="id2564063"></a><h3>
115
116
<a name="gimp-offset-area-new"></a>gimp_offset_area_new ()</h3>
116
 
<a class="indexterm" name="id2558658"></a><pre class="programlisting"><a
117
 
href="../gtk/GtkWidget.html"
118
 
>GtkWidget</a>*  gimp_offset_area_new            (gint orig_width,
 
117
<a class="indexterm" name="id2564074"></a><pre class="programlisting">GtkWidget*  gimp_offset_area_new            (gint orig_width,
119
118
                                             gint orig_height);</pre>
120
119
<p>
121
120
Creates a new <a href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a> widget. A <a href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a> can be used
150
149
</div>
151
150
<hr>
152
151
<div class="refsect2" lang="en">
153
 
<a name="id2517470"></a><h3>
 
152
<a name="id2567406"></a><h3>
154
153
<a name="gimp-offset-area-set-size"></a>gimp_offset_area_set_size ()</h3>
155
 
<a class="indexterm" name="id2517479"></a><pre class="programlisting">void        gimp_offset_area_set_size       (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
 
154
<a class="indexterm" name="id2567417"></a><pre class="programlisting">void        gimp_offset_area_set_size       (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
156
155
                                             gint width,
157
156
                                             gint height);</pre>
158
157
<p>
188
187
</div>
189
188
<hr>
190
189
<div class="refsect2" lang="en">
191
 
<a name="id2517593"></a><h3>
 
190
<a name="id2567535"></a><h3>
192
191
<a name="gimp-offset-area-set-offsets"></a>gimp_offset_area_set_offsets ()</h3>
193
 
<a class="indexterm" name="id2517602"></a><pre class="programlisting">void        gimp_offset_area_set_offsets    (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
 
192
<a class="indexterm" name="id2567546"></a><pre class="programlisting">void        gimp_offset_area_set_offsets    (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
194
193
                                             gint offset_x,
195
194
                                             gint offset_y);</pre>
196
195
<p>
225
224
</div>
226
225
<hr>
227
226
<div class="refsect2" lang="en">
228
 
<a name="id2524505"></a><h3>
 
227
<a name="id2569716"></a><h3>
229
228
<a name="gimp-offset-area-set-pixbuf"></a>gimp_offset_area_set_pixbuf ()</h3>
230
 
<a class="indexterm" name="id2524514"></a><pre class="programlisting">void        gimp_offset_area_set_pixbuf     (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
231
 
                                             <a
232
 
href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
233
 
>GdkPixbuf</a> *pixbuf);</pre>
 
229
<a class="indexterm" name="id2569729"></a><pre class="programlisting">void        gimp_offset_area_set_pixbuf     (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
 
230
                                             GdkPixbuf *pixbuf);</pre>
234
231
<p>
235
232
Sets the pixbuf which represents the original image/drawable which
236
233
is being offset.</p>
249
246
<tr>
250
247
<td>
251
248
<span class="term"><em class="parameter"><code>pixbuf</code></em>&#160;:</span></td>
252
 
<td> a <a
253
 
href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
254
 
><span class="type">GdkPixbuf</span></a>.
 
249
<td> a <span class="type">GdkPixbuf</span>.
255
250
</td>
256
251
</tr>
257
252
</tbody>
261
256
</div>
262
257
</div>
263
258
<div class="refsect1" lang="en">
264
 
<a name="id2524606"></a><h2>Signals</h2>
 
259
<a name="signals"></a><h2>Signal Details</h2>
265
260
<div class="refsect2" lang="en">
266
 
<a name="id2524612"></a><h3>
 
261
<a name="id2569832"></a><h3>
267
262
<a name="GimpOffsetArea-offsets-changed"></a>The "offsets-changed" signal</h3>
268
 
<pre class="programlisting">void        user_function                  (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *gimpoffsetarea,
269
 
                                            gint arg1,
270
 
                                            gint arg2,
271
 
                                            gpointer user_data);</pre>
 
263
<a class="indexterm" name="id2569840"></a><pre class="programlisting">void        user_function                  (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *gimpoffsetarea,
 
264
                                            gint            arg1,
 
265
                                            gint            arg2,
 
266
                                            gpointer        user_data)           : Run first</pre>
272
267
<p>
273
268
 
274
269
</p>
304
299
</div>
305
300
</div>
306
301
</div>
307
 
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
308
 
<td align="left"><a accesskey="p" href="GimpMemsizeEntry.html"><b>&lt;&lt;&#160;GimpMemsizeEntry</b></a></td>
309
 
<td align="right"><a accesskey="n" href="GimpPathEditor.html"><b>GimpPathEditor&#160;&gt;&gt;</b></a></td>
310
 
</tr></table>
311
302
</body>
312
303
</html>