~ubuntu-branches/ubuntu/saucy/gimp/saucy-security

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-05-20 19:21:01 UTC
  • mfrom: (1.1.26) (0.4.16 sid)
  • Revision ID: package-import@ubuntu.com-20120520192101-bs7zetx8ffoq2nfv
Tags: 2.8.0-2ubuntu1
* Merge from Debian unstable (LP: #908472). Remaining Changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu
  - debian/control:
    + Update description
  - debian/rules:
    + Set gettext domain and update translation templates
* Drop the following patches that were applied upstream:
  - debian/patches/ghost-cursor.patch: fix Wacom tablet cursor events
  - debian/patches/embed-page-setup-dialog.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
<div class="refsynopsisdiv">
45
45
<a name="GimpDrawablePreview.synopsis"></a><h2>Synopsis</h2>
46
46
<pre class="synopsis">                    <a class="link" href="GimpDrawablePreview.html#GimpDrawablePreview-struct" title="GimpDrawablePreview">GimpDrawablePreview</a>;
47
 
<a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GimpDrawablePreview.html#gimp-drawable-preview-new" title="gimp_drawable_preview_new ()">gimp_drawable_preview_new</a>           (<em class="parameter"><code><a class="link" href="libgimp-gimpdrawable.html#GimpDrawable" title="GimpDrawable"><span class="type">GimpDrawable</span></a> *drawable</code></em>,
48
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *toggle</code></em>);
 
47
<span class="returnvalue">GtkWidget</span> *         <a class="link" href="GimpDrawablePreview.html#gimp-drawable-preview-new" title="gimp_drawable_preview_new ()">gimp_drawable_preview_new</a>           (<em class="parameter"><code><a class="link" href="libgimp-gimpdrawable.html#GimpDrawable" title="GimpDrawable"><span class="type">GimpDrawable</span></a> *drawable</code></em>,
 
48
                                                         <em class="parameter"><code><span class="type">gboolean</span> *toggle</code></em>);
49
49
<a class="link" href="libgimp-gimpdrawable.html#GimpDrawable" title="GimpDrawable"><span class="returnvalue">GimpDrawable</span></a> *      <a class="link" href="GimpDrawablePreview.html#gimp-drawable-preview-get-drawable" title="gimp_drawable_preview_get_drawable ()">gimp_drawable_preview_get_drawable</a>  (<em class="parameter"><code><a class="link" href="GimpDrawablePreview.html" title="GimpDrawablePreview"><span class="type">GimpDrawablePreview</span></a> *preview</code></em>);
50
50
<span class="returnvalue">void</span>                <a class="link" href="GimpDrawablePreview.html#gimp-drawable-preview-draw-region" title="gimp_drawable_preview_draw_region ()">gimp_drawable_preview_draw_region</a>   (<em class="parameter"><code><a class="link" href="GimpDrawablePreview.html" title="GimpDrawablePreview"><span class="type">GimpDrawablePreview</span></a> *preview</code></em>,
51
51
                                                         <em class="parameter"><code>const <a class="link" href="libgimp-gimppixelrgn.html#GimpPixelRgn" title="GimpPixelRgn"><span class="type">GimpPixelRgn</span></a> *region</code></em>);
54
54
<div class="refsect1">
55
55
<a name="GimpDrawablePreview.object-hierarchy"></a><h2>Object Hierarchy</h2>
56
56
<pre class="synopsis">
57
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
58
 
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
59
 
         +----<a href="http://library.gnome.org/devel/gtk3/GtkObject.html">GtkObject</a>
60
 
               +----<a href="http://library.gnome.org/devel/gtk3/GtkWidget.html">GtkWidget</a>
61
 
                     +----<a href="http://library.gnome.org/devel/gtk3/GtkContainer.html">GtkContainer</a>
62
 
                           +----<a href="http://library.gnome.org/devel/gtk3/GtkBox.html">GtkBox</a>
63
 
                                 +----<a href="http://library.gnome.org/devel/gtk3/GtkVBox.html">GtkVBox</a>
64
 
                                       +----<a href="/usr/share/gtk-doc/html/libgimpwidgets/GimpPreview.html">GimpPreview</a>
65
 
                                             +----<a href="/usr/share/gtk-doc/html/libgimpwidgets/GimpScrolledPreview.html">GimpScrolledPreview</a>
66
 
                                                   +----GimpDrawablePreview
 
57
  GObject
 
58
   +----GInitiallyUnowned
 
59
         +----GtkObject
 
60
               +----GtkWidget
 
61
                     +----GtkContainer
 
62
                           +----GtkBox
 
63
                                 +----<a href="/local/head/share/gtk-doc/html/libgimpwidgets/GimpPreview.html">GimpPreview</a>
 
64
                                       +----<a href="/local/head/share/gtk-doc/html/libgimpwidgets/GimpScrolledPreview.html">GimpScrolledPreview</a>
 
65
                                             +----GimpDrawablePreview
67
66
</pre>
68
67
</div>
69
68
<div class="refsect1">
70
69
<a name="GimpDrawablePreview.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
71
70
<p>
72
71
GimpDrawablePreview implements
73
 
 AtkImplementorIface,  <a href="http://library.gnome.org/devel/gtk3/GtkBuildable.html">GtkBuildable</a> and  <a href="http://library.gnome.org/devel/gtk3/gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
 
72
 AtkImplementorIface,  GtkBuildable and  GtkOrientable.</p>
74
73
</div>
75
74
<div class="refsect1">
76
75
<a name="GimpDrawablePreview.properties"></a><h2>Properties</h2>
77
76
<pre class="synopsis">
78
 
  "<a class="link" href="GimpDrawablePreview.html#GimpDrawablePreview--drawable" title='The "drawable" property'>drawable</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>              : Read / Write / Construct Only
 
77
  "<a class="link" href="GimpDrawablePreview.html#GimpDrawablePreview--drawable" title='The "drawable" property'>drawable</a>"                 <span class="type">gpointer</span>              : Read / Write / Construct Only
79
78
</pre>
80
79
</div>
81
80
<div class="refsect1">
95
94
<hr>
96
95
<div class="refsect2">
97
96
<a name="gimp-drawable-preview-new"></a><h3>gimp_drawable_preview_new ()</h3>
98
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         gimp_drawable_preview_new           (<em class="parameter"><code><a class="link" href="libgimp-gimpdrawable.html#GimpDrawable" title="GimpDrawable"><span class="type">GimpDrawable</span></a> *drawable</code></em>,
99
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *toggle</code></em>);</pre>
 
97
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         gimp_drawable_preview_new           (<em class="parameter"><code><a class="link" href="libgimp-gimpdrawable.html#GimpDrawable" title="GimpDrawable"><span class="type">GimpDrawable</span></a> *drawable</code></em>,
 
98
                                                         <em class="parameter"><code><span class="type">gboolean</span> *toggle</code></em>);</pre>
100
99
<p>
101
100
Creates a new <a class="link" href="GimpDrawablePreview.html" title="GimpDrawablePreview"><span class="type">GimpDrawablePreview</span></a> widget for <em class="parameter"><code>drawable</code></em>.
102
101
</p>
172
171
<a name="GimpDrawablePreview.property-details"></a><h2>Property Details</h2>
173
172
<div class="refsect2">
174
173
<a name="GimpDrawablePreview--drawable"></a><h3>The <code class="literal">"drawable"</code> property</h3>
175
 
<pre class="programlisting">  "drawable"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>              : Read / Write / Construct Only</pre>
 
174
<pre class="programlisting">  "drawable"                 <span class="type">gpointer</span>              : Read / Write / Construct Only</pre>
176
175
<p></p>
177
176
<p class="since">Since GIMP 2.4</p>
178
177
</div>