Imported Upstream version 2.3.12
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpimagecombobox</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.70.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
|
||||
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
|
||||
<link rel="up" href="libgimpui.html" title="Part III. GIMP User Interface Library">
|
||||
<link rel="prev" href="GimpDrawableComboBox.html" title="gimpdrawablecombobox">
|
||||
@ -32,20 +32,20 @@
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimp-gimppixbuf.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2560132" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2570184" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2708273" class="shortcut">Description</a>
|
||||
<a href="#id2703725" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2588513" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2562458" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2708242" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
|
||||
<a href="#id2703694" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="GimpImageComboBox"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2560132"></a><span class="refentrytitle">gimpimagecombobox</span>
|
||||
<a name="id2570184"></a><span class="refentrytitle">gimpimagecombobox</span>
|
||||
</h2>
|
||||
<p>gimpimagecombobox — A widget providing a popup menu of images.</p>
|
||||
</td>
|
||||
@ -66,7 +66,7 @@ GtkWidget* <a href="GimpImageComboBox.html#gimp-image-combo-box-new">gimp_image
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2588513"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2562458"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -83,32 +83,32 @@ href="../libgimpwidgets/GimpIntComboBox.html"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2708242"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2703694"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpImageComboBox implements
|
||||
AtkImplementorIface, GtkCellLayout and GtkCellEditable.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2708273"></a><h2>Description</h2>
|
||||
<a name="id2703725"></a><h2>Description</h2>
|
||||
<p>
|
||||
A widget providing a popup menu of images.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2708290"></a><h2>Details</h2>
|
||||
<a name="id2703741"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2708300"></a><h3>
|
||||
<a name="id2703751"></a><h3>
|
||||
<a name="GimpImageComboBox-struct"></a>GimpImageComboBox</h3>
|
||||
<a class="indexterm" name="id2708311"></a><pre class="programlisting">typedef struct _GimpImageComboBox GimpImageComboBox;</pre>
|
||||
<a class="indexterm" name="id2703763"></a><pre class="programlisting">typedef struct _GimpImageComboBox GimpImageComboBox;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2708327"></a><h3>
|
||||
<a name="id2703778"></a><h3>
|
||||
<a name="GimpImageConstraintFunc"></a>GimpImageConstraintFunc ()</h3>
|
||||
<a class="indexterm" name="id2708338"></a><pre class="programlisting">gboolean (*GimpImageConstraintFunc) (gint32 image_id,
|
||||
<a class="indexterm" name="id2703790"></a><pre class="programlisting">gboolean (*GimpImageConstraintFunc) (gint32 image_id,
|
||||
gpointer data);</pre>
|
||||
<p>
|
||||
|
||||
@ -141,9 +141,9 @@ A widget providing a popup menu of images.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2711191"></a><h3>
|
||||
<a name="id2701781"></a><h3>
|
||||
<a name="gimp-image-combo-box-new"></a>gimp_image_combo_box_new ()</h3>
|
||||
<a class="indexterm" name="id2711204"></a><pre class="programlisting">GtkWidget* gimp_image_combo_box_new (<a href="GimpImageComboBox.html#GimpImageConstraintFunc">GimpImageConstraintFunc</a> constraint,
|
||||
<a class="indexterm" name="id2701794"></a><pre class="programlisting">GtkWidget* gimp_image_combo_box_new (<a href="GimpImageComboBox.html#GimpImageConstraintFunc">GimpImageConstraintFunc</a> constraint,
|
||||
gpointer data);</pre>
|
||||
<p>
|
||||
Creates a new <a
|
||||
|
||||
Reference in New Issue
Block a user