~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/libgimp-gimpedit.html

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2009-03-17 03:00:24 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317030024-gnp1dhd0hnt80f4h
Tags: 2.6.6-0ubuntu1
* New upstream release (LP: #344052)
* debian/patches/04_from_bugzilla_572403.patch:
  - Dropped, the fix is in the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="libgimp-image.html" title="Manupulating Images and their Properties">
9
9
<link rel="prev" href="libgimp-gimpdrawabletransform.html" title="gimpdrawabletransform">
10
10
<link rel="next" href="libgimp-gimpfileops.html" title="gimpfileops">
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="libgimp.html" title="Part I. GIMP Library">
14
14
<link rel="chapter" href="libgimp-general.html" title="Functions not Related to Specific Images">
32
32
<th width="100%" align="center">GIMP Library Reference Manual</th>
33
33
<td><a accesskey="n" href="libgimp-gimpfileops.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
34
34
</tr>
35
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#libgimp-gimpedit.synopsis" class="shortcut">Top</a>
36
 
                   | 
37
 
                  <a href="#libgimp-gimpedit.description" class="shortcut">Description</a></nobr></td></tr>
 
35
<tr><td colspan="5" class="shortcuts">
 
36
<a href="#libgimp-gimpedit.synopsis" class="shortcut">Top</a>
 
37
                 | 
 
38
                <a href="#libgimp-gimpedit.description" class="shortcut">Description</a>
 
39
</td></tr>
38
40
</table>
39
41
<div class="refentry" lang="en">
40
42
<a name="libgimp-gimpedit"></a><div class="titlepage"></div>
49
51
<a name="libgimp-gimpedit.synopsis"></a><h2>Synopsis</h2>
50
52
<pre class="synopsis">
51
53
<a
52
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
53
 
>gboolean</a>            <a class="link" href="libgimp-gimpedit.html#gimp-edit-cut" title="gimp_edit_cut ()">gimp_edit_cut</a>                       (gint32 drawable_ID);
54
 
<a
55
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
56
 
>gboolean</a>            <a class="link" href="libgimp-gimpedit.html#gimp-edit-copy" title="gimp_edit_copy ()">gimp_edit_copy</a>                      (gint32 drawable_ID);
57
 
<a
58
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
59
 
>gboolean</a>            <a class="link" href="libgimp-gimpedit.html#gimp-edit-copy-visible" title="gimp_edit_copy_visible ()">gimp_edit_copy_visible</a>              (gint32 image_ID);
60
 
gint32              <a class="link" href="libgimp-gimpedit.html#gimp-edit-paste" title="gimp_edit_paste ()">gimp_edit_paste</a>                     (gint32 drawable_ID,
 
54
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
55
>gboolean</a>            <a class="link" href="libgimp-gimpedit.html#gimp-edit-cut" title="gimp_edit_cut ()">gimp_edit_cut</a>                       (<a
 
56
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
57
>gint32</a> drawable_ID);
 
58
<a
 
59
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
60
>gboolean</a>            <a class="link" href="libgimp-gimpedit.html#gimp-edit-copy" title="gimp_edit_copy ()">gimp_edit_copy</a>                      (<a
 
61
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
62
>gint32</a> drawable_ID);
 
63
<a
 
64
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
65
>gboolean</a>            <a class="link" href="libgimp-gimpedit.html#gimp-edit-copy-visible" title="gimp_edit_copy_visible ()">gimp_edit_copy_visible</a>              (<a
 
66
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
67
>gint32</a> image_ID);
 
68
<a
 
69
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
70
>gint32</a>              <a class="link" href="libgimp-gimpedit.html#gimp-edit-paste" title="gimp_edit_paste ()">gimp_edit_paste</a>                     (<a
 
71
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
72
>gint32</a> drawable_ID,
61
73
                                                         <a
62
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
74
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
63
75
>gboolean</a> paste_into);
64
 
gint32              <a class="link" href="libgimp-gimpedit.html#gimp-edit-paste-as-new" title="gimp_edit_paste_as_new ()">gimp_edit_paste_as_new</a>              (void);
65
 
<a
66
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
67
 
>gchar</a>*              <a class="link" href="libgimp-gimpedit.html#gimp-edit-named-cut" title="gimp_edit_named_cut ()">gimp_edit_named_cut</a>                 (gint32 drawable_ID,
68
 
                                                         const <a
69
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
70
 
>gchar</a> *buffer_name);
71
 
<a
72
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
73
 
>gchar</a>*              <a class="link" href="libgimp-gimpedit.html#gimp-edit-named-copy" title="gimp_edit_named_copy ()">gimp_edit_named_copy</a>                (gint32 drawable_ID,
74
 
                                                         const <a
75
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
76
 
>gchar</a> *buffer_name);
77
 
<a
78
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
79
 
>gchar</a>*              <a class="link" href="libgimp-gimpedit.html#gimp-edit-named-copy-visible" title="gimp_edit_named_copy_visible ()">gimp_edit_named_copy_visible</a>        (gint32 image_ID,
80
 
                                                         const <a
81
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
82
 
>gchar</a> *buffer_name);
83
 
gint32              <a class="link" href="libgimp-gimpedit.html#gimp-edit-named-paste" title="gimp_edit_named_paste ()">gimp_edit_named_paste</a>               (gint32 drawable_ID,
84
 
                                                         const <a
85
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
76
<a
 
77
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
78
>gint32</a>              <a class="link" href="libgimp-gimpedit.html#gimp-edit-paste-as-new" title="gimp_edit_paste_as_new ()">gimp_edit_paste_as_new</a>              (void);
 
79
<a
 
80
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
81
>gchar</a>*              <a class="link" href="libgimp-gimpedit.html#gimp-edit-named-cut" title="gimp_edit_named_cut ()">gimp_edit_named_cut</a>                 (<a
 
82
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
83
>gint32</a> drawable_ID,
 
84
                                                         const <a
 
85
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
86
>gchar</a> *buffer_name);
 
87
<a
 
88
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
89
>gchar</a>*              <a class="link" href="libgimp-gimpedit.html#gimp-edit-named-copy" title="gimp_edit_named_copy ()">gimp_edit_named_copy</a>                (<a
 
90
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
91
>gint32</a> drawable_ID,
 
92
                                                         const <a
 
93
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
94
>gchar</a> *buffer_name);
 
95
<a
 
96
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
97
>gchar</a>*              <a class="link" href="libgimp-gimpedit.html#gimp-edit-named-copy-visible" title="gimp_edit_named_copy_visible ()">gimp_edit_named_copy_visible</a>        (<a
 
98
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
99
>gint32</a> image_ID,
 
100
                                                         const <a
 
101
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
102
>gchar</a> *buffer_name);
 
103
<a
 
104
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
105
>gint32</a>              <a class="link" href="libgimp-gimpedit.html#gimp-edit-named-paste" title="gimp_edit_named_paste ()">gimp_edit_named_paste</a>               (<a
 
106
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
107
>gint32</a> drawable_ID,
 
108
                                                         const <a
 
109
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
86
110
>gchar</a> *buffer_name,
87
111
                                                         <a
88
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
112
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
89
113
>gboolean</a> paste_into);
90
 
gint32              <a class="link" href="libgimp-gimpedit.html#gimp-edit-named-paste-as-new" title="gimp_edit_named_paste_as_new ()">gimp_edit_named_paste_as_new</a>        (const <a
91
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
114
<a
 
115
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
116
>gint32</a>              <a class="link" href="libgimp-gimpedit.html#gimp-edit-named-paste-as-new" title="gimp_edit_named_paste_as_new ()">gimp_edit_named_paste_as_new</a>        (const <a
 
117
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
92
118
>gchar</a> *buffer_name);
93
119
<a
94
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
95
 
>gboolean</a>            <a class="link" href="libgimp-gimpedit.html#gimp-edit-clear" title="gimp_edit_clear ()">gimp_edit_clear</a>                     (gint32 drawable_ID);
 
120
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
121
>gboolean</a>            <a class="link" href="libgimp-gimpedit.html#gimp-edit-clear" title="gimp_edit_clear ()">gimp_edit_clear</a>                     (<a
 
122
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
123
>gint32</a> drawable_ID);
96
124
<a
97
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
98
 
>gboolean</a>            <a class="link" href="libgimp-gimpedit.html#gimp-edit-fill" title="gimp_edit_fill ()">gimp_edit_fill</a>                      (gint32 drawable_ID,
 
125
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
126
>gboolean</a>            <a class="link" href="libgimp-gimpedit.html#gimp-edit-fill" title="gimp_edit_fill ()">gimp_edit_fill</a>                      (<a
 
127
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
128
>gint32</a> drawable_ID,
99
129
                                                         <a class="link" href="libgimp-gimpenums.html#GimpFillType" title="enum GimpFillType">GimpFillType</a> fill_type);
100
130
<a
101
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
102
 
>gboolean</a>            <a class="link" href="libgimp-gimpedit.html#gimp-edit-bucket-fill" title="gimp_edit_bucket_fill ()">gimp_edit_bucket_fill</a>               (gint32 drawable_ID,
 
131
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
132
>gboolean</a>            <a class="link" href="libgimp-gimpedit.html#gimp-edit-bucket-fill" title="gimp_edit_bucket_fill ()">gimp_edit_bucket_fill</a>               (<a
 
133
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
134
>gint32</a> drawable_ID,
103
135
                                                         <a
104
136
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpBucketFillMode"
105
137
>GimpBucketFillMode</a> fill_mode,
106
138
                                                         <a class="link" href="libgimp-gimpenums.html#GimpLayerModeEffects" title="enum GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode,
107
139
                                                         <a
108
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
140
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
109
141
>gdouble</a> opacity,
110
142
                                                         <a
111
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
143
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
112
144
>gdouble</a> threshold,
113
145
                                                         <a
114
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
146
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
115
147
>gboolean</a> sample_merged,
116
148
                                                         <a
117
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
149
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
118
150
>gdouble</a> x,
119
151
                                                         <a
120
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
152
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
121
153
>gdouble</a> y);
122
154
<a
123
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
124
 
>gboolean</a>            <a class="link" href="libgimp-gimpedit.html#gimp-edit-blend" title="gimp_edit_blend ()">gimp_edit_blend</a>                     (gint32 drawable_ID,
 
155
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
156
>gboolean</a>            <a class="link" href="libgimp-gimpedit.html#gimp-edit-blend" title="gimp_edit_blend ()">gimp_edit_blend</a>                     (<a
 
157
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
158
>gint32</a> drawable_ID,
125
159
                                                         <a
126
160
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpBlendMode"
127
161
>GimpBlendMode</a> blend_mode,
130
164
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpGradientType"
131
165
>GimpGradientType</a> gradient_type,
132
166
                                                         <a
133
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
167
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
134
168
>gdouble</a> opacity,
135
169
                                                         <a
136
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
170
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
137
171
>gdouble</a> offset,
138
172
                                                         <a
139
173
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpRepeatMode"
140
174
>GimpRepeatMode</a> repeat,
141
175
                                                         <a
142
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
176
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
143
177
>gboolean</a> reverse,
144
178
                                                         <a
145
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
179
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
146
180
>gboolean</a> supersample,
147
181
                                                         <a
148
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
182
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
149
183
>gint</a> max_depth,
150
184
                                                         <a
151
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
185
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
152
186
>gdouble</a> threshold,
153
187
                                                         <a
154
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
188
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
155
189
>gboolean</a> dither,
156
190
                                                         <a
157
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
191
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
158
192
>gdouble</a> x1,
159
193
                                                         <a
160
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
194
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
161
195
>gdouble</a> y1,
162
196
                                                         <a
163
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
197
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
164
198
>gdouble</a> x2,
165
199
                                                         <a
166
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
200
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
167
201
>gdouble</a> y2);
168
202
<a
169
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
170
 
>gboolean</a>            <a class="link" href="libgimp-gimpedit.html#gimp-edit-stroke" title="gimp_edit_stroke ()">gimp_edit_stroke</a>                    (gint32 drawable_ID);
 
203
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
204
>gboolean</a>            <a class="link" href="libgimp-gimpedit.html#gimp-edit-stroke" title="gimp_edit_stroke ()">gimp_edit_stroke</a>                    (<a
 
205
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
206
>gint32</a> drawable_ID);
171
207
<a
172
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
173
 
>gboolean</a>            <a class="link" href="libgimp-gimpedit.html#gimp-edit-stroke-vectors" title="gimp_edit_stroke_vectors ()">gimp_edit_stroke_vectors</a>            (gint32 drawable_ID,
174
 
                                                         gint32 vectors_ID);
 
208
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
209
>gboolean</a>            <a class="link" href="libgimp-gimpedit.html#gimp-edit-stroke-vectors" title="gimp_edit_stroke_vectors ()">gimp_edit_stroke_vectors</a>            (<a
 
210
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
211
>gint32</a> drawable_ID,
 
212
                                                         <a
 
213
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
214
>gint32</a> vectors_ID);
175
215
</pre>
176
216
</div>
177
217
<div class="refsect1" lang="en">
178
218
<a name="libgimp-gimpedit.description"></a><h2>Description</h2>
179
219
<p>
180
220
Edit menu functions (cut, copy, paste, clear, etc.)
181
 
 
182
221
</p>
183
222
</div>
184
223
<div class="refsect1" lang="en">
186
225
<div class="refsect2" lang="en">
187
226
<a name="gimp-edit-cut"></a><h3>gimp_edit_cut ()</h3>
188
227
<pre class="programlisting"><a
189
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
190
 
>gboolean</a>            gimp_edit_cut                       (gint32 drawable_ID);</pre>
 
228
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
229
>gboolean</a>            gimp_edit_cut                       (<a
 
230
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
231
>gint32</a> drawable_ID);</pre>
191
232
<p>
192
233
Cut from the specified drawable.
193
234
</p>
201
242
area lies completely outside the bounds of the current drawable and
202
243
there is nothing to copy from.</p>
203
244
<p>
204
 
 
205
245
</p>
206
246
<div class="variablelist"><table border="0">
207
247
<col align="left" valign="top">
223
263
<div class="refsect2" lang="en">
224
264
<a name="gimp-edit-copy"></a><h3>gimp_edit_copy ()</h3>
225
265
<pre class="programlisting"><a
226
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
227
 
>gboolean</a>            gimp_edit_copy                      (gint32 drawable_ID);</pre>
 
266
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
267
>gboolean</a>            gimp_edit_copy                      (<a
 
268
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
269
>gint32</a> drawable_ID);</pre>
228
270
<p>
229
271
Copy from the specified drawable.
230
272
</p>
238
280
completely outside the bounds of the current drawable and there is
239
281
nothing to copy from.</p>
240
282
<p>
241
 
 
242
283
</p>
243
284
<div class="variablelist"><table border="0">
244
285
<col align="left" valign="top">
260
301
<div class="refsect2" lang="en">
261
302
<a name="gimp-edit-copy-visible"></a><h3>gimp_edit_copy_visible ()</h3>
262
303
<pre class="programlisting"><a
263
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
264
 
>gboolean</a>            gimp_edit_copy_visible              (gint32 image_ID);</pre>
 
304
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
305
>gboolean</a>            gimp_edit_copy_visible              (<a
 
306
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
307
>gint32</a> image_ID);</pre>
265
308
<p>
266
309
Copy from the projection.
267
310
</p>
273
316
projection's contents will be stored in the internal GIMP edit
274
317
buffer.</p>
275
318
<p>
276
 
 
277
319
</p>
278
320
<div class="variablelist"><table border="0">
279
321
<col align="left" valign="top">
291
333
</tr>
292
334
</tbody>
293
335
</table></div>
294
 
<p class="since">Since  GIMP 2.2
295
 
</p>
 
336
<p class="since">Since GIMP 2.2</p>
296
337
</div>
297
338
<hr>
298
339
<div class="refsect2" lang="en">
299
340
<a name="gimp-edit-paste"></a><h3>gimp_edit_paste ()</h3>
300
 
<pre class="programlisting">gint32              gimp_edit_paste                     (gint32 drawable_ID,
 
341
<pre class="programlisting"><a
 
342
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
343
>gint32</a>              gimp_edit_paste                     (<a
 
344
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
345
>gint32</a> drawable_ID,
301
346
                                                         <a
302
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
347
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
303
348
>gboolean</a> paste_into);</pre>
304
349
<p>
305
350
Paste buffer to the specified drawable.
321
366
specified drawable, and a subsequent call to floating_sel_attach is
322
367
not needed.</p>
323
368
<p>
324
 
 
325
369
</p>
326
370
<div class="variablelist"><table border="0">
327
371
<col align="left" valign="top">
347
391
<hr>
348
392
<div class="refsect2" lang="en">
349
393
<a name="gimp-edit-paste-as-new"></a><h3>gimp_edit_paste_as_new ()</h3>
350
 
<pre class="programlisting">gint32              gimp_edit_paste_as_new              (void);</pre>
 
394
<pre class="programlisting"><a
 
395
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
396
>gint32</a>              gimp_edit_paste_as_new              (void);</pre>
351
397
<p>
352
398
Paste buffer to a new image.
353
399
</p>
357
403
previously made to either <a class="link" href="libgimp-gimpedit.html#gimp-edit-cut" title="gimp_edit_cut ()"><code class="function">gimp_edit_cut()</code></a> or <a class="link" href="libgimp-gimpedit.html#gimp-edit-copy" title="gimp_edit_copy ()"><code class="function">gimp_edit_copy()</code></a>. This
358
404
procedure returns the new image or -1 if the edit buffer was empty.</p>
359
405
<p>
360
 
 
361
406
</p>
362
407
<div class="variablelist"><table border="0">
363
408
<col align="left" valign="top">
368
413
</td>
369
414
</tr></tbody>
370
415
</table></div>
371
 
<p class="since">Since  GIMP 2.4
372
 
</p>
 
416
<p class="since">Since GIMP 2.4</p>
373
417
</div>
374
418
<hr>
375
419
<div class="refsect2" lang="en">
376
420
<a name="gimp-edit-named-cut"></a><h3>gimp_edit_named_cut ()</h3>
377
421
<pre class="programlisting"><a
378
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
379
 
>gchar</a>*              gimp_edit_named_cut                 (gint32 drawable_ID,
 
422
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
423
>gchar</a>*              gimp_edit_named_cut                 (<a
 
424
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
425
>gint32</a> drawable_ID,
380
426
                                                         const <a
381
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
427
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
382
428
>gchar</a> *buffer_name);</pre>
383
429
<p>
384
430
Cut into a named buffer.
389
435
later pasting, regardless of any intermediate copy or cut
390
436
operations.</p>
391
437
<p>
392
 
 
393
438
</p>
394
439
<div class="variablelist"><table border="0">
395
440
<col align="left" valign="top">
412
457
</tr>
413
458
</tbody>
414
459
</table></div>
415
 
<p class="since">Since  GIMP 2.4
416
 
</p>
 
460
<p class="since">Since GIMP 2.4</p>
417
461
</div>
418
462
<hr>
419
463
<div class="refsect2" lang="en">
420
464
<a name="gimp-edit-named-copy"></a><h3>gimp_edit_named_copy ()</h3>
421
465
<pre class="programlisting"><a
422
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
423
 
>gchar</a>*              gimp_edit_named_copy                (gint32 drawable_ID,
 
466
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
467
>gchar</a>*              gimp_edit_named_copy                (<a
 
468
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
469
>gint32</a> drawable_ID,
424
470
                                                         const <a
425
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
471
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
426
472
>gchar</a> *buffer_name);</pre>
427
473
<p>
428
474
Copy into a named buffer.
433
479
later pasting, regardless of any intermediate copy or cut
434
480
operations.</p>
435
481
<p>
436
 
 
437
482
</p>
438
483
<div class="variablelist"><table border="0">
439
484
<col align="left" valign="top">
456
501
</tr>
457
502
</tbody>
458
503
</table></div>
459
 
<p class="since">Since  GIMP 2.4
460
 
</p>
 
504
<p class="since">Since GIMP 2.4</p>
461
505
</div>
462
506
<hr>
463
507
<div class="refsect2" lang="en">
464
508
<a name="gimp-edit-named-copy-visible"></a><h3>gimp_edit_named_copy_visible ()</h3>
465
509
<pre class="programlisting"><a
466
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
467
 
>gchar</a>*              gimp_edit_named_copy_visible        (gint32 image_ID,
 
510
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
511
>gchar</a>*              gimp_edit_named_copy_visible        (<a
 
512
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
513
>gint32</a> image_ID,
468
514
                                                         const <a
469
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
515
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
470
516
>gchar</a> *buffer_name);</pre>
471
517
<p>
472
518
Copy from the projection into a named buffer.
477
523
available for later pasting, regardless of any intermediate copy or
478
524
cut operations.</p>
479
525
<p>
480
 
 
481
526
</p>
482
527
<div class="variablelist"><table border="0">
483
528
<col align="left" valign="top">
500
545
</tr>
501
546
</tbody>
502
547
</table></div>
503
 
<p class="since">Since  GIMP 2.4
504
 
</p>
 
548
<p class="since">Since GIMP 2.4</p>
505
549
</div>
506
550
<hr>
507
551
<div class="refsect2" lang="en">
508
552
<a name="gimp-edit-named-paste"></a><h3>gimp_edit_named_paste ()</h3>
509
 
<pre class="programlisting">gint32              gimp_edit_named_paste               (gint32 drawable_ID,
 
553
<pre class="programlisting"><a
 
554
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
555
>gint32</a>              gimp_edit_named_paste               (<a
 
556
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
557
>gint32</a> drawable_ID,
510
558
                                                         const <a
511
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
559
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
512
560
>gchar</a> *buffer_name,
513
561
                                                         <a
514
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
562
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
515
563
>gboolean</a> paste_into);</pre>
516
564
<p>
517
565
Paste named buffer to the specified drawable.
520
568
This procedure works like <a class="link" href="libgimp-gimpedit.html#gimp-edit-paste" title="gimp_edit_paste ()"><code class="function">gimp_edit_paste()</code></a> but pastes a named
521
569
buffer instead of the global buffer.</p>
522
570
<p>
523
 
 
524
571
</p>
525
572
<div class="variablelist"><table border="0">
526
573
<col align="left" valign="top">
548
595
</tr>
549
596
</tbody>
550
597
</table></div>
551
 
<p class="since">Since  GIMP 2.4
552
 
</p>
 
598
<p class="since">Since GIMP 2.4</p>
553
599
</div>
554
600
<hr>
555
601
<div class="refsect2" lang="en">
556
602
<a name="gimp-edit-named-paste-as-new"></a><h3>gimp_edit_named_paste_as_new ()</h3>
557
 
<pre class="programlisting">gint32              gimp_edit_named_paste_as_new        (const <a
558
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
603
<pre class="programlisting"><a
 
604
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
605
>gint32</a>              gimp_edit_named_paste_as_new        (const <a
 
606
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
559
607
>gchar</a> *buffer_name);</pre>
560
608
<p>
561
609
Paste named buffer to a new image.
564
612
This procedure works like <a class="link" href="libgimp-gimpedit.html#gimp-edit-paste-as-new" title="gimp_edit_paste_as_new ()"><code class="function">gimp_edit_paste_as_new()</code></a> but pastes a
565
613
named buffer instead of the global buffer.</p>
566
614
<p>
567
 
 
568
615
</p>
569
616
<div class="variablelist"><table border="0">
570
617
<col align="left" valign="top">
582
629
</tr>
583
630
</tbody>
584
631
</table></div>
585
 
<p class="since">Since  GIMP 2.4
586
 
</p>
 
632
<p class="since">Since GIMP 2.4</p>
587
633
</div>
588
634
<hr>
589
635
<div class="refsect2" lang="en">
590
636
<a name="gimp-edit-clear"></a><h3>gimp_edit_clear ()</h3>
591
637
<pre class="programlisting"><a
592
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
593
 
>gboolean</a>            gimp_edit_clear                     (gint32 drawable_ID);</pre>
 
638
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
639
>gboolean</a>            gimp_edit_clear                     (<a
 
640
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
641
>gint32</a> drawable_ID);</pre>
594
642
<p>
595
643
Clear selected area of drawable.
596
644
</p>
601
649
to the background color. This procedure only affects regions within
602
650
a selection if there is a selection active.</p>
603
651
<p>
604
 
 
605
652
</p>
606
653
<div class="variablelist"><table border="0">
607
654
<col align="left" valign="top">
623
670
<div class="refsect2" lang="en">
624
671
<a name="gimp-edit-fill"></a><h3>gimp_edit_fill ()</h3>
625
672
<pre class="programlisting"><a
626
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
627
 
>gboolean</a>            gimp_edit_fill                      (gint32 drawable_ID,
 
673
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
674
>gboolean</a>            gimp_edit_fill                      (<a
 
675
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
676
>gint32</a> drawable_ID,
628
677
                                                         <a class="link" href="libgimp-gimpenums.html#GimpFillType" title="enum GimpFillType">GimpFillType</a> fill_type);</pre>
629
678
<p>
630
679
Fill selected area of drawable.
638
687
If you want to fill the whole drawable, regardless of the selection,
639
688
use <a class="link" href="libgimp-gimpdrawable.html#gimp-drawable-fill" title="gimp_drawable_fill ()"><code class="function">gimp_drawable_fill()</code></a>.</p>
640
689
<p>
641
 
 
642
690
</p>
643
691
<div class="variablelist"><table border="0">
644
692
<col align="left" valign="top">
665
713
<div class="refsect2" lang="en">
666
714
<a name="gimp-edit-bucket-fill"></a><h3>gimp_edit_bucket_fill ()</h3>
667
715
<pre class="programlisting"><a
668
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
669
 
>gboolean</a>            gimp_edit_bucket_fill               (gint32 drawable_ID,
 
716
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
717
>gboolean</a>            gimp_edit_bucket_fill               (<a
 
718
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
719
>gint32</a> drawable_ID,
670
720
                                                         <a
671
721
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpBucketFillMode"
672
722
>GimpBucketFillMode</a> fill_mode,
673
723
                                                         <a class="link" href="libgimp-gimpenums.html#GimpLayerModeEffects" title="enum GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode,
674
724
                                                         <a
675
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
725
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
676
726
>gdouble</a> opacity,
677
727
                                                         <a
678
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
728
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
679
729
>gdouble</a> threshold,
680
730
                                                         <a
681
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
731
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
682
732
>gboolean</a> sample_merged,
683
733
                                                         <a
684
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
734
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
685
735
>gdouble</a> x,
686
736
                                                         <a
687
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
737
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
688
738
>gdouble</a> y);</pre>
689
739
<p>
690
740
Fill the area specified either by the current selection if there is
704
754
coordinates are relative to the image's origin; otherwise, they are
705
755
relative to the drawable's origin.</p>
706
756
<p>
707
 
 
708
757
</p>
709
758
<div class="variablelist"><table border="0">
710
759
<col align="left" valign="top">
761
810
<div class="refsect2" lang="en">
762
811
<a name="gimp-edit-blend"></a><h3>gimp_edit_blend ()</h3>
763
812
<pre class="programlisting"><a
764
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
765
 
>gboolean</a>            gimp_edit_blend                     (gint32 drawable_ID,
 
813
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
814
>gboolean</a>            gimp_edit_blend                     (<a
 
815
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
816
>gint32</a> drawable_ID,
766
817
                                                         <a
767
818
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpBlendMode"
768
819
>GimpBlendMode</a> blend_mode,
771
822
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpGradientType"
772
823
>GimpGradientType</a> gradient_type,
773
824
                                                         <a
774
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
825
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
775
826
>gdouble</a> opacity,
776
827
                                                         <a
777
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
828
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
778
829
>gdouble</a> offset,
779
830
                                                         <a
780
831
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpRepeatMode"
781
832
>GimpRepeatMode</a> repeat,
782
833
                                                         <a
783
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
834
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
784
835
>gboolean</a> reverse,
785
836
                                                         <a
786
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
837
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
787
838
>gboolean</a> supersample,
788
839
                                                         <a
789
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
840
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
790
841
>gint</a> max_depth,
791
842
                                                         <a
792
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
843
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
793
844
>gdouble</a> threshold,
794
845
                                                         <a
795
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
846
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
796
847
>gboolean</a> dither,
797
848
                                                         <a
798
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
849
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
799
850
>gdouble</a> x1,
800
851
                                                         <a
801
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
852
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
802
853
>gdouble</a> y1,
803
854
                                                         <a
804
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
855
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
805
856
>gdouble</a> x2,
806
857
                                                         <a
807
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
858
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
808
859
>gdouble</a> y2);</pre>
809
860
<p>
810
861
Blend between the starting and ending coordinates with the specified
816
867
of blend using the starting and ending coordinates as defined for
817
868
each gradient type.</p>
818
869
<p>
819
 
 
820
870
</p>
821
871
<div class="variablelist"><table border="0">
822
872
<col align="left" valign="top">
913
963
<div class="refsect2" lang="en">
914
964
<a name="gimp-edit-stroke"></a><h3>gimp_edit_stroke ()</h3>
915
965
<pre class="programlisting"><a
916
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
917
 
>gboolean</a>            gimp_edit_stroke                    (gint32 drawable_ID);</pre>
 
966
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
967
>gboolean</a>            gimp_edit_stroke                    (<a
 
968
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
969
>gint32</a> drawable_ID);</pre>
918
970
<p>
919
971
Stroke the current selection
920
972
</p>
924
976
paint is applied to the specified drawable regardless of the active
925
977
selection.</p>
926
978
<p>
927
 
 
928
979
</p>
929
980
<div class="variablelist"><table border="0">
930
981
<col align="left" valign="top">
946
997
<div class="refsect2" lang="en">
947
998
<a name="gimp-edit-stroke-vectors"></a><h3>gimp_edit_stroke_vectors ()</h3>
948
999
<pre class="programlisting"><a
949
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
950
 
>gboolean</a>            gimp_edit_stroke_vectors            (gint32 drawable_ID,
951
 
                                                         gint32 vectors_ID);</pre>
 
1000
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
1001
>gboolean</a>            gimp_edit_stroke_vectors            (<a
 
1002
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
1003
>gint32</a> drawable_ID,
 
1004
                                                         <a
 
1005
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
 
1006
>gint32</a> vectors_ID);</pre>
952
1007
<p>
953
1008
Stroke the specified vectors object
954
1009
</p>
956
1011
This procedure strokes the specified vectors object, painting along
957
1012
the path with the active brush and foreground color.</p>
958
1013
<p>
959
 
 
960
1014
</p>
961
1015
<div class="variablelist"><table border="0">
962
1016
<col align="left" valign="top">
979
1033
</tr>
980
1034
</tbody>
981
1035
</table></div>
982
 
<p class="since">Since  GIMP 2.4
983
 
</p>
 
1036
<p class="since">Since GIMP 2.4</p>
984
1037
</div>
985
1038
</div>
986
1039
</div>
987
1040
<div class="footer">
988
1041
<hr>
989
 
          Generated by GTK-Doc V1.10</div>
 
1042
          Generated by GTK-Doc V1.11</div>
990
1043
</body>
991
1044
</html>