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

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/GimpZoomPreview.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>GimpZoomPreview</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="libgimpui.html" title="Part II. GIMP User Interface Library">
9
9
<link rel="prev" href="GimpAspectPreview.html" title="GimpAspectPreview">
10
10
<link rel="next" href="libgimp-GimpItemComboBox.html" title="GimpItemComboBox">
44
44
                <a href="#GimpZoomPreview.properties" class="shortcut">Properties</a>
45
45
</td></tr>
46
46
</table>
47
 
<div class="refentry" lang="en">
 
47
<div class="refentry" title="GimpZoomPreview">
48
48
<a name="GimpZoomPreview"></a><div class="titlepage"></div>
49
49
<div class="refnamediv"><table width="100%"><tr>
50
50
<td valign="top">
53
53
</td>
54
54
<td valign="top" align="right"></td>
55
55
</tr></table></div>
56
 
<div class="refsynopsisdiv">
 
56
<div class="refsynopsisdiv" title="Synopsis">
57
57
<a name="GimpZoomPreview.synopsis"></a><h2>Synopsis</h2>
58
58
<pre class="synopsis">
59
59
                    <a class="link" href="GimpZoomPreview.html#GimpZoomPreview-struct" title="GimpZoomPreview">GimpZoomPreview</a>;
60
60
<a
61
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
61
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
62
62
>GtkWidget</a> *         <a class="link" href="GimpZoomPreview.html#gimp-zoom-preview-new" title="gimp_zoom_preview_new ()">gimp_zoom_preview_new</a>               (<a class="link" href="libgimp-gimpdrawable.html#GimpDrawable" title="GimpDrawable">GimpDrawable</a> *drawable);
63
63
<a
64
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
64
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
65
65
>GtkWidget</a> *         <a class="link" href="GimpZoomPreview.html#gimp-zoom-preview-new-with-model" title="gimp_zoom_preview_new_with_model ()">gimp_zoom_preview_new_with_model</a>    (<a class="link" href="libgimp-gimpdrawable.html#GimpDrawable" title="GimpDrawable">GimpDrawable</a> *drawable,
66
66
                                                         <a
67
67
href="../libgimpwidgets/GimpZoomModel.html"
87
87
>GimpZoomModel</a> *     <a class="link" href="GimpZoomPreview.html#gimp-zoom-preview-get-model" title="gimp_zoom_preview_get_model ()">gimp_zoom_preview_get_model</a>         (<a class="link" href="GimpZoomPreview.html" title="GimpZoomPreview">GimpZoomPreview</a> *preview);
88
88
</pre>
89
89
</div>
90
 
<div class="refsect1" lang="en">
 
90
<div class="refsect1" title="Object Hierarchy">
91
91
<a name="GimpZoomPreview.object-hierarchy"></a><h2>Object Hierarchy</h2>
92
92
<pre class="synopsis">
93
93
  <a
97
97
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
98
98
>GInitiallyUnowned</a>
99
99
         +----<a
100
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
 
100
href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html"
101
101
>GtkObject</a>
102
102
               +----<a
103
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
103
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
104
104
>GtkWidget</a>
105
105
                     +----<a
106
 
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
 
106
href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html"
107
107
>GtkContainer</a>
108
108
                           +----<a
109
 
href="/usr/share/gtk-doc/html/gtk/GtkBox.html"
 
109
href="http://library.gnome.org/devel/gtk/unstable/GtkBox.html"
110
110
>GtkBox</a>
111
111
                                 +----<a
112
 
href="/usr/share/gtk-doc/html/gtk/GtkVBox.html"
 
112
href="http://library.gnome.org/devel/gtk/unstable/GtkVBox.html"
113
113
>GtkVBox</a>
114
114
                                       +----<a
115
115
href="../libgimpwidgets/GimpPreview.html"
120
120
                                                   +----GimpZoomPreview
121
121
</pre>
122
122
</div>
123
 
<div class="refsect1" lang="en">
 
123
<div class="refsect1" title="Implemented Interfaces">
124
124
<a name="GimpZoomPreview.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
125
125
<p>
126
126
GimpZoomPreview implements
127
 
 AtkImplementorIface and  <a
128
 
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
129
 
>GtkBuildable</a>.</p>
 
127
 <a
 
128
href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable"
 
129
>GtkBuildable</a>,  AtkImplementorIface and  <a
 
130
href="http://library.gnome.org/devel/gtk/unstable/gtk-Orientable.html#GtkOrientable"
 
131
>GtkOrientable</a>.</p>
130
132
</div>
131
 
<div class="refsect1" lang="en">
 
133
<div class="refsect1" title="Properties">
132
134
<a name="GimpZoomPreview.properties"></a><h2>Properties</h2>
133
135
<pre class="synopsis">
134
136
  "<a class="link" href="GimpZoomPreview.html#GimpZoomPreview--drawable" title='The "drawable" property'>drawable</a>"                 <a
139
141
>GimpZoomModel</a>*        : Read / Write / Construct Only
140
142
</pre>
141
143
</div>
142
 
<div class="refsect1" lang="en">
 
144
<div class="refsect1" title="Description">
143
145
<a name="GimpZoomPreview.description"></a><h2>Description</h2>
144
146
<p>
145
147
</p>
146
148
</div>
147
 
<div class="refsect1" lang="en">
 
149
<div class="refsect1" title="Details">
148
150
<a name="GimpZoomPreview.details"></a><h2>Details</h2>
149
 
<div class="refsect2" lang="en">
 
151
<div class="refsect2" title="GimpZoomPreview">
150
152
<a name="GimpZoomPreview-struct"></a><h3>GimpZoomPreview</h3>
151
153
<pre class="programlisting">typedef struct _GimpZoomPreview GimpZoomPreview;</pre>
152
154
<p>
153
155
</p>
154
156
</div>
155
157
<hr>
156
 
<div class="refsect2" lang="en">
 
158
<div class="refsect2" title="gimp_zoom_preview_new ()">
157
159
<a name="gimp-zoom-preview-new"></a><h3>gimp_zoom_preview_new ()</h3>
158
160
<pre class="programlisting"><a
159
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
161
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
160
162
>GtkWidget</a> *         gimp_zoom_preview_new               (<a class="link" href="libgimp-gimpdrawable.html#GimpDrawable" title="GimpDrawable">GimpDrawable</a> *drawable);</pre>
161
163
<p>
162
164
Creates a new <a class="link" href="GimpZoomPreview.html" title="GimpZoomPreview"><span class="type">GimpZoomPreview</span></a> widget for <em class="parameter"><code>drawable</code></em>.</p>
180
182
<p class="since">Since GIMP 2.4</p>
181
183
</div>
182
184
<hr>
183
 
<div class="refsect2" lang="en">
 
185
<div class="refsect2" title="gimp_zoom_preview_new_with_model ()">
184
186
<a name="gimp-zoom-preview-new-with-model"></a><h3>gimp_zoom_preview_new_with_model ()</h3>
185
187
<pre class="programlisting"><a
186
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
188
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
187
189
>GtkWidget</a> *         gimp_zoom_preview_new_with_model    (<a class="link" href="libgimp-gimpdrawable.html#GimpDrawable" title="GimpDrawable">GimpDrawable</a> *drawable,
188
190
                                                         <a
189
191
href="../libgimpwidgets/GimpZoomModel.html"
224
226
<p class="since">Since GIMP 2.4</p>
225
227
</div>
226
228
<hr>
227
 
<div class="refsect2" lang="en">
 
229
<div class="refsect2" title="gimp_zoom_preview_get_source ()">
228
230
<a name="gimp-zoom-preview-get-source"></a><h3>gimp_zoom_preview_get_source ()</h3>
229
231
<pre class="programlisting"><a
230
232
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"
284
286
<p class="since">Since GIMP 2.4</p>
285
287
</div>
286
288
<hr>
287
 
<div class="refsect2" lang="en">
 
289
<div class="refsect2" title="gimp_zoom_preview_get_drawable ()">
288
290
<a name="gimp-zoom-preview-get-drawable"></a><h3>gimp_zoom_preview_get_drawable ()</h3>
289
291
<pre class="programlisting"><a class="link" href="libgimp-gimpdrawable.html#GimpDrawable" title="GimpDrawable">GimpDrawable</a> *      gimp_zoom_preview_get_drawable      (<a class="link" href="GimpZoomPreview.html" title="GimpZoomPreview">GimpZoomPreview</a> *preview);</pre>
290
292
<p>
310
312
<p class="since">Since GIMP 2.4</p>
311
313
</div>
312
314
<hr>
313
 
<div class="refsect2" lang="en">
 
315
<div class="refsect2" title="gimp_zoom_preview_get_factor ()">
314
316
<a name="gimp-zoom-preview-get-factor"></a><h3>gimp_zoom_preview_get_factor ()</h3>
315
317
<pre class="programlisting"><a
316
318
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
338
340
<p class="since">Since GIMP 2.4</p>
339
341
</div>
340
342
<hr>
341
 
<div class="refsect2" lang="en">
 
343
<div class="refsect2" title="gimp_zoom_preview_get_model ()">
342
344
<a name="gimp-zoom-preview-get-model"></a><h3>gimp_zoom_preview_get_model ()</h3>
343
345
<pre class="programlisting"><a
344
346
href="../libgimpwidgets/GimpZoomModel.html"
370
372
<p class="since">Since GIMP 2.4</p>
371
373
</div>
372
374
</div>
373
 
<div class="refsect1" lang="en">
 
375
<div class="refsect1" title="Property Details">
374
376
<a name="GimpZoomPreview.property-details"></a><h2>Property Details</h2>
375
 
<div class="refsect2" lang="en">
 
377
<div class="refsect2" title='The "drawable" property'>
376
378
<a name="GimpZoomPreview--drawable"></a><h3>The <code class="literal">"drawable"</code> property</h3>
377
379
<pre class="programlisting">  "drawable"                 <a
378
380
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
384
386
<p>Since GIMP 2.4</p>
385
387
</div>
386
388
<hr>
387
 
<div class="refsect2" lang="en">
 
389
<div class="refsect2" title='The "model" property'>
388
390
<a name="GimpZoomPreview--model"></a><h3>The <code class="literal">"model"</code> property</h3>
389
391
<pre class="programlisting">  "model"                    <a
390
392
href="../libgimpwidgets/GimpZoomModel.html"