Imported Upstream version 2.6.2
This commit is contained in:
@ -47,9 +47,7 @@
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2><span class="refentrytitle"><a name="GimpPixmap.top_of_page"></a>GimpPixmap</span></h2>
|
||||
<p>GimpPixmap — Widget which creates a <a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkPixmap.html"
|
||||
><span class="type">GtkPixmap</span></a> from XPM data.</p>
|
||||
<p>GimpPixmap — Widget which creates a <span class="type">GtkPixmap</span> from XPM data.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
@ -57,38 +55,20 @@ href="/usr/share/gtk-doc/html/gtk/GtkPixmap.html"
|
||||
<a name="GimpPixmap.synopsis"></a><h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
<a class="link" href="GimpPixmap.html#GimpPixmap-struct" title="GimpPixmap">GimpPixmap</a>;
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* <a class="link" href="GimpPixmap.html#gimp-pixmap-new" title="gimp_pixmap_new ()">gimp_pixmap_new</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> **xpm_data);
|
||||
GtkWidget* <a class="link" href="GimpPixmap.html#gimp-pixmap-new" title="gimp_pixmap_new ()">gimp_pixmap_new</a> (gchar **xpm_data);
|
||||
void <a class="link" href="GimpPixmap.html#gimp-pixmap-set" title="gimp_pixmap_set ()">gimp_pixmap_set</a> (<a class="link" href="GimpPixmap.html" title="GimpPixmap">GimpPixmap</a> *pixmap,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> **xpm_data);
|
||||
gchar **xpm_data);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="GimpPixmap.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
|
||||
>GInitiallyUnowned</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
|
||||
>GtkObject</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
>GtkWidget</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkMisc.html"
|
||||
>GtkMisc</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkImage.html"
|
||||
>GtkImage</a>
|
||||
GObject
|
||||
+----GInitiallyUnowned
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkMisc
|
||||
+----GtkImage
|
||||
+----GimpPixmap
|
||||
</pre>
|
||||
</div>
|
||||
@ -96,27 +76,19 @@ href="/usr/share/gtk-doc/html/gtk/GtkImage.html"
|
||||
<a name="GimpPixmap.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpPixmap implements
|
||||
AtkImplementorIface and <a
|
||||
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
|
||||
>GtkBuildable</a>.</p>
|
||||
AtkImplementorIface and GtkBuildable.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="GimpPixmap.description"></a><h2>Description</h2>
|
||||
<p>
|
||||
Widget which creates a <a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkPixmap.html"
|
||||
><span class="type">GtkPixmap</span></a> from XPM data.
|
||||
Widget which creates a <span class="type">GtkPixmap</span> from XPM data.
|
||||
</p>
|
||||
<p>
|
||||
Use this widget instead of <a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkPixmap.html"
|
||||
><span class="type">GtkPixmap</span></a> if you don't want to worry about
|
||||
Use this widget instead of <span class="type">GtkPixmap</span> if you don't want to worry about
|
||||
the parent container's "realized" state.
|
||||
</p>
|
||||
<p>
|
||||
Note that the drawback of the easy interface is that the actual <a
|
||||
href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"
|
||||
><span class="type">GdkPixmap</span></a>
|
||||
Note that the drawback of the easy interface is that the actual <span class="type">GdkPixmap</span>
|
||||
and it's mask have to be constructed every time you call <a class="link" href="GimpPixmap.html#gimp-pixmap-new" title="gimp_pixmap_new ()"><code class="function">gimp_pixmap_new()</code></a>
|
||||
and cannot be cached in memory without doing bad hacks.
|
||||
</p>
|
||||
@ -137,11 +109,7 @@ and cannot be cached in memory without doing bad hacks.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-pixmap-new"></a><h3>gimp_pixmap_new ()</h3>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* gimp_pixmap_new (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> **xpm_data);</pre>
|
||||
<pre class="programlisting">GtkWidget* gimp_pixmap_new (gchar **xpm_data);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">gimp_pixmap_new</code> is deprecated and should not be used in newly-written code.</p>
|
||||
@ -171,9 +139,7 @@ Creates a new <a class="link" href="GimpPixmap.html" title="GimpPixmap"><span cl
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-pixmap-set"></a><h3>gimp_pixmap_set ()</h3>
|
||||
<pre class="programlisting">void gimp_pixmap_set (<a class="link" href="GimpPixmap.html" title="GimpPixmap">GimpPixmap</a> *pixmap,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> **xpm_data);</pre>
|
||||
gchar **xpm_data);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">gimp_pixmap_set</code> is deprecated and should not be used in newly-written code.</p>
|
||||
@ -206,9 +172,7 @@ Sets a new image for an existing <a class="link" href="GimpPixmap.html" title="G
|
||||
<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-pixmap-button-new" title="gimp_pixmap_button_new ()"><code class="function">gimp_pixmap_button_new()</code></a>
|
||||
</p>
|
||||
<p>
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkPixmap.html"
|
||||
><span class="type">GtkPixmap</span></a>
|
||||
<span class="type">GtkPixmap</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user