Imported Upstream version 2.3.9
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
@ -7,7 +8,7 @@
|
||||
<link rel="up" href="libgimpui.html" title="Part III. GIMP User Interface Library">
|
||||
<link rel="prev" href="GimpDrawableComboBox.html" title="gimpdrawablecombobox">
|
||||
<link rel="next" href="libgimp-gimppixbuf.html" title="gimppixbuf">
|
||||
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="gimpdefinitions.html" title="Part I. GIMP Constants">
|
||||
<link rel="part" href="libgimp.html" title="Part II. GIMP Library">
|
||||
@ -23,24 +24,31 @@
|
||||
<link rel="index" href="ix04.html" title="Index of deprecated symbols">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
||||
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
||||
<tr valign="middle">
|
||||
<td><a accesskey="p" href="GimpDrawableComboBox.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
||||
<td><a accesskey="u" href="libgimpui.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
||||
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
||||
<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></table>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#top_of_page" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</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><span class="refentrytitle">gimpimagecombobox</span></h2>
|
||||
<h2><span class="refentrytitle"><a name="top_of_page"></a>gimpimagecombobox</span></h2>
|
||||
<p>gimpimagecombobox — A widget providing a popup menu of images.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<h2>Synopsis</h2>
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -48,34 +56,22 @@
|
||||
<a href="GimpImageComboBox.html#GimpImageComboBox-struct">GimpImageComboBox</a>;
|
||||
gboolean (<a href="GimpImageComboBox.html#GimpImageConstraintFunc">*GimpImageConstraintFunc</a>) (gint32 image_id,
|
||||
gpointer data);
|
||||
<a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* <a href="GimpImageComboBox.html#gimp-image-combo-box-new">gimp_image_combo_box_new</a> (<a href="GimpImageComboBox.html#GimpImageConstraintFunc">GimpImageConstraintFunc</a> constraint,
|
||||
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="id2516993"></a><h2>Object Hierarchy</h2>
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GInitiallyUnowned
|
||||
+----<a
|
||||
href="../gtk/GtkObject.html"
|
||||
>GtkObject</a>
|
||||
+----<a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>
|
||||
+----<a
|
||||
href="../gtk/GtkContainer.html"
|
||||
>GtkContainer</a>
|
||||
+----<a
|
||||
href="../gtk/GtkBin.html"
|
||||
>GtkBin</a>
|
||||
+----<a
|
||||
href="../gtk/GtkComboBox.html"
|
||||
>GtkComboBox</a>
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBin
|
||||
+----GtkComboBox
|
||||
+----<a
|
||||
href="../libgimpwidgets/GimpIntComboBox.html"
|
||||
>GimpIntComboBox</a>
|
||||
@ -83,36 +79,32 @@ href="../libgimpwidgets/GimpIntComboBox.html"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2659827"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpImageComboBox implements
|
||||
AtkImplementorIface, <a
|
||||
href="../gtk/GtkCellLayout.html"
|
||||
>GtkCellLayout</a> and <a
|
||||
href="../gtk/GtkCellEditable.html"
|
||||
>GtkCellEditable</a>.</p>
|
||||
AtkImplementorIface, GtkCellLayout and GtkCellEditable.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2659854"></a><h2>Description</h2>
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<p>
|
||||
A widget providing a popup menu of images.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2659866"></a><h2>Details</h2>
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2659872"></a><h3>
|
||||
<a name="id2662761"></a><h3>
|
||||
<a name="GimpImageComboBox-struct"></a>GimpImageComboBox</h3>
|
||||
<a class="indexterm" name="id2659881"></a><pre class="programlisting">typedef struct _GimpImageComboBox GimpImageComboBox;</pre>
|
||||
<a class="indexterm" name="id2662772"></a><pre class="programlisting">typedef struct _GimpImageComboBox GimpImageComboBox;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2659896"></a><h3>
|
||||
<a name="id2662788"></a><h3>
|
||||
<a name="GimpImageConstraintFunc"></a>GimpImageConstraintFunc ()</h3>
|
||||
<a class="indexterm" name="id2659905"></a><pre class="programlisting">gboolean (*GimpImageConstraintFunc) (gint32 image_id,
|
||||
<a class="indexterm" name="id2662799"></a><pre class="programlisting">gboolean (*GimpImageConstraintFunc) (gint32 image_id,
|
||||
gpointer data);</pre>
|
||||
<p>
|
||||
|
||||
@ -145,11 +137,9 @@ A widget providing a popup menu of images.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2661413"></a><h3>
|
||||
<a name="id2663726"></a><h3>
|
||||
<a name="gimp-image-combo-box-new"></a>gimp_image_combo_box_new ()</h3>
|
||||
<a class="indexterm" name="id2661422"></a><pre class="programlisting"><a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* gimp_image_combo_box_new (<a href="GimpImageComboBox.html#GimpImageConstraintFunc">GimpImageConstraintFunc</a> constraint,
|
||||
<a class="indexterm" name="id2663739"></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
|
||||
@ -202,9 +192,5 @@ href="../libgimpwidgets/GimpIntComboBox.html"
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
|
||||
<td align="left"><a accesskey="p" href="GimpDrawableComboBox.html"><b><< gimpdrawablecombobox</b></a></td>
|
||||
<td align="right"><a accesskey="n" href="libgimp-gimppixbuf.html"><b>gimppixbuf >></b></a></td>
|
||||
</tr></table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user