~ubuntu-branches/ubuntu/oneiric/gimp/oneiric-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-08-31 10:24:10 UTC
  • mfrom: (0.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20090831102410-5ne3s5jnk79y3hs5
Tags: upstream-2.6.7
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>gimpundo</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Library Reference Manual">
8
8
<link rel="up" href="libgimp-image.html" title="Manupulating Images and their Properties">
9
9
<link rel="prev" href="libgimp-gimptools.html" title="gimptools">
10
10
<link rel="next" href="libgimp-gimpvectors.html" title="gimpvectors">
38
38
                <a href="#libgimp-gimpundo.description" class="shortcut">Description</a>
39
39
</td></tr>
40
40
</table>
41
 
<div class="refentry" lang="en">
 
41
<div class="refentry" title="gimpundo">
42
42
<a name="libgimp-gimpundo"></a><div class="titlepage"></div>
43
43
<div class="refnamediv"><table width="100%"><tr>
44
44
<td valign="top">
47
47
</td>
48
48
<td valign="top" align="right"></td>
49
49
</tr></table></div>
50
 
<div class="refsynopsisdiv">
 
50
<div class="refsynopsisdiv" title="Synopsis">
51
51
<a name="libgimp-gimpundo.synopsis"></a><h2>Synopsis</h2>
52
52
<pre class="synopsis">
53
53
<a
87
87
>gint32</a> image_ID);
88
88
</pre>
89
89
</div>
90
 
<div class="refsect1" lang="en">
 
90
<div class="refsect1" title="Description">
91
91
<a name="libgimp-gimpundo.description"></a><h2>Description</h2>
92
92
<p>
93
93
Control of undo/redo.
94
94
</p>
95
95
</div>
96
 
<div class="refsect1" lang="en">
 
96
<div class="refsect1" title="Details">
97
97
<a name="libgimp-gimpundo.details"></a><h2>Details</h2>
98
 
<div class="refsect2" lang="en">
 
98
<div class="refsect2" title="gimp_image_undo_group_start ()">
99
99
<a name="gimp-image-undo-group-start"></a><h3>gimp_image_undo_group_start ()</h3>
100
100
<pre class="programlisting"><a
101
101
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
129
129
</table></div>
130
130
</div>
131
131
<hr>
132
 
<div class="refsect2" lang="en">
 
132
<div class="refsect2" title="gimp_image_undo_group_end ()">
133
133
<a name="gimp-image-undo-group-end"></a><h3>gimp_image_undo_group_end ()</h3>
134
134
<pre class="programlisting"><a
135
135
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
161
161
</table></div>
162
162
</div>
163
163
<hr>
164
 
<div class="refsect2" lang="en">
 
164
<div class="refsect2" title="gimp_image_undo_is_enabled ()">
165
165
<a name="gimp-image-undo-is-enabled"></a><h3>gimp_image_undo_is_enabled ()</h3>
166
166
<pre class="programlisting"><a
167
167
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
195
195
</table></div>
196
196
</div>
197
197
<hr>
198
 
<div class="refsect2" lang="en">
 
198
<div class="refsect2" title="gimp_image_undo_disable ()">
199
199
<a name="gimp-image-undo-disable"></a><h3>gimp_image_undo_disable ()</h3>
200
200
<pre class="programlisting"><a
201
201
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
230
230
</table></div>
231
231
</div>
232
232
<hr>
233
 
<div class="refsect2" lang="en">
 
233
<div class="refsect2" title="gimp_image_undo_enable ()">
234
234
<a name="gimp-image-undo-enable"></a><h3>gimp_image_undo_enable ()</h3>
235
235
<pre class="programlisting"><a
236
236
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
264
264
</table></div>
265
265
</div>
266
266
<hr>
267
 
<div class="refsect2" lang="en">
 
267
<div class="refsect2" title="gimp_image_undo_freeze ()">
268
268
<a name="gimp-image-undo-freeze"></a><h3>gimp_image_undo_freeze ()</h3>
269
269
<pre class="programlisting"><a
270
270
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
305
305
</table></div>
306
306
</div>
307
307
<hr>
308
 
<div class="refsect2" lang="en">
 
308
<div class="refsect2" title="gimp_image_undo_thaw ()">
309
309
<a name="gimp-image-undo-thaw"></a><h3>gimp_image_undo_thaw ()</h3>
310
310
<pre class="programlisting"><a
311
311
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"