Imported Upstream version 2.3.16
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpimagecombobox</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
|
||||
<link rel="up" href="libgimpui.html" title="Part II. GIMP User Interface Library">
|
||||
<link rel="prev" href="libgimp-GimpItemComboBox.html" title="GimpItemComboBox">
|
||||
<link rel="next" href="libgimp-gimppixbuf.html" title="gimppixbuf">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimp.html" title="Part I. GIMP Library">
|
||||
<link rel="chapter" href="libgimp-general.html" title="Functions not Related to Specific Images">
|
||||
@ -31,20 +31,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="#id2682166" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2637703" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2706497" class="shortcut">Description</a>
|
||||
<a href="#id2717782" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2603036" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2574201" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2706467" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
|
||||
<a href="#id2717751" 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="id2682166"></a><span class="refentrytitle">gimpimagecombobox</span>
|
||||
<a name="id2637703"></a><span class="refentrytitle">gimpimagecombobox</span>
|
||||
</h2>
|
||||
<p>gimpimagecombobox — A widget providing a popup menu of images.</p>
|
||||
</td>
|
||||
@ -56,16 +56,16 @@
|
||||
|
||||
|
||||
|
||||
<a href="GimpImageComboBox.html#GimpImageComboBox-struct">GimpImageComboBox</a>;
|
||||
gboolean (<a href="GimpImageComboBox.html#GimpImageConstraintFunc">*GimpImageConstraintFunc</a>) (gint32 image_id,
|
||||
gpointer data);
|
||||
GtkWidget* <a href="GimpImageComboBox.html#gimp-image-combo-box-new">gimp_image_combo_box_new</a> (<a href="GimpImageComboBox.html#GimpImageConstraintFunc">GimpImageConstraintFunc</a> constraint,
|
||||
gpointer data);
|
||||
<a href="GimpImageComboBox.html#GimpImageComboBox-struct">GimpImageComboBox</a>;
|
||||
gboolean (<a href="GimpImageComboBox.html#GimpImageConstraintFunc">*GimpImageConstraintFunc</a>) (gint32 image_id,
|
||||
gpointer data);
|
||||
GtkWidget* <a href="GimpImageComboBox.html#gimp-image-combo-box-new">gimp_image_combo_box_new</a> (<a href="GimpImageComboBox.html#GimpImageConstraintFunc">GimpImageConstraintFunc</a> constraint,
|
||||
gpointer data);
|
||||
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2603036"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2574201"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -82,33 +82,33 @@ href="../libgimpwidgets/GimpIntComboBox.html"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2706467"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2717751"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpImageComboBox implements
|
||||
AtkImplementorIface, GtkCellLayout and GtkCellEditable.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2706497"></a><h2>Description</h2>
|
||||
<a name="id2717782"></a><h2>Description</h2>
|
||||
<p>
|
||||
A widget providing a popup menu of images.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2706514"></a><h2>Details</h2>
|
||||
<a name="id2717799"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2706524"></a><h3>
|
||||
<a name="id2717809"></a><h3>
|
||||
<a name="GimpImageComboBox-struct"></a>GimpImageComboBox</h3>
|
||||
<a class="indexterm" name="id2705353"></a><pre class="programlisting">typedef struct _GimpImageComboBox GimpImageComboBox;</pre>
|
||||
<a class="indexterm" name="id2717820"></a><pre class="programlisting">typedef struct _GimpImageComboBox GimpImageComboBox;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2705368"></a><h3>
|
||||
<a name="id2717836"></a><h3>
|
||||
<a name="GimpImageConstraintFunc"></a>GimpImageConstraintFunc ()</h3>
|
||||
<a class="indexterm" name="id2705380"></a><pre class="programlisting">gboolean (*GimpImageConstraintFunc) (gint32 image_id,
|
||||
gpointer data);</pre>
|
||||
<a class="indexterm" name="id2717847"></a><pre class="programlisting">gboolean (*GimpImageConstraintFunc) (gint32 image_id,
|
||||
gpointer data);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -137,10 +137,10 @@ A widget providing a popup menu of images.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2705456"></a><h3>
|
||||
<a name="id2717924"></a><h3>
|
||||
<a name="gimp-image-combo-box-new"></a>gimp_image_combo_box_new ()</h3>
|
||||
<a class="indexterm" name="id2705469"></a><pre class="programlisting">GtkWidget* gimp_image_combo_box_new (<a href="GimpImageComboBox.html#GimpImageConstraintFunc">GimpImageConstraintFunc</a> constraint,
|
||||
gpointer data);</pre>
|
||||
<a class="indexterm" name="id2717938"></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
|
||||
href="../libgimpwidgets/GimpIntComboBox.html"
|
||||
@ -184,7 +184,7 @@ href="../libgimpwidgets/GimpIntComboBox.html"
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<p>Since GIMP 2.2
|
||||
<p class="since">Since GIMP 2.2
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user