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="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpDialog.html" title="GimpDialog">
|
||||
<link rel="next" href="GimpEnumComboBox.html" title="GimpEnumComboBox">
|
||||
<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="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -24,47 +25,46 @@
|
||||
<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="GimpDialog.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
||||
<td><a accesskey="u" href="libgimpwidgets-widgets.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 Widgets Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="GimpEnumComboBox.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="GimpEnumStore"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2><span class="refentrytitle">GimpEnumStore</span></h2>
|
||||
<h2><span class="refentrytitle"><a name="top_of_page"></a>GimpEnumStore</span></h2>
|
||||
<p>GimpEnumStore — </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">
|
||||
|
||||
|
||||
|
||||
<a href="GimpEnumStore.html#GimpEnumStore-struct">GimpEnumStore</a>;
|
||||
<a
|
||||
href="../gtk/GtkListStore.html"
|
||||
>GtkListStore</a>* <a href="GimpEnumStore.html#gimp-enum-store-new">gimp_enum_store_new</a> (GType enum_type);
|
||||
<a
|
||||
href="../gtk/GtkListStore.html"
|
||||
>GtkListStore</a>* <a href="GimpEnumStore.html#gimp-enum-store-new-with-range">gimp_enum_store_new_with_range</a>
|
||||
GtkListStore* <a href="GimpEnumStore.html#gimp-enum-store-new">gimp_enum_store_new</a> (GType enum_type);
|
||||
GtkListStore* <a href="GimpEnumStore.html#gimp-enum-store-new-with-range">gimp_enum_store_new_with_range</a>
|
||||
(GType enum_type,
|
||||
gint minimum,
|
||||
gint maximum);
|
||||
<a
|
||||
href="../gtk/GtkListStore.html"
|
||||
>GtkListStore</a>* <a href="GimpEnumStore.html#gimp-enum-store-new-with-values">gimp_enum_store_new_with_values</a>
|
||||
GtkListStore* <a href="GimpEnumStore.html#gimp-enum-store-new-with-values">gimp_enum_store_new_with_values</a>
|
||||
(GType enum_type,
|
||||
gint n_values,
|
||||
...);
|
||||
<a
|
||||
href="../gtk/GtkListStore.html"
|
||||
>GtkListStore</a>* <a href="GimpEnumStore.html#gimp-enum-store-new-with-values-valist">gimp_enum_store_new_with_values_valist</a>
|
||||
GtkListStore* <a href="GimpEnumStore.html#gimp-enum-store-new-with-values-valist">gimp_enum_store_new_with_values_valist</a>
|
||||
(GType enum_type,
|
||||
gint n_values,
|
||||
va_list args);
|
||||
@ -75,58 +75,44 @@ void <a href="GimpEnumStore.html#gimp-enum-store-set-stock-prefix">gimp_e
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2566287"></a><h2>Object Hierarchy</h2>
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----<a
|
||||
href="../gtk/GtkListStore.html"
|
||||
>GtkListStore</a>
|
||||
+----GtkListStore
|
||||
+----<a href="GimpIntStore.html" title="GimpIntStore">GimpIntStore</a>
|
||||
+----GimpEnumStore
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2566319"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpEnumStore implements
|
||||
<a
|
||||
href="../gtk/GtkTreeModel.html"
|
||||
>GtkTreeModel</a>, <a
|
||||
href="../gtk/gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"
|
||||
>GtkTreeDragSource</a>, <a
|
||||
href="../gtk/gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDest"
|
||||
>GtkTreeDragDest</a> and <a
|
||||
href="../gtk/GtkTreeSortable.html"
|
||||
>GtkTreeSortable</a>.</p>
|
||||
GtkTreeModel, GtkTreeDragSource, GtkTreeDragDest and GtkTreeSortable.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2564716"></a><h2>Description</h2>
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2564727"></a><h2>Details</h2>
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564733"></a><h3>
|
||||
<a name="id2549201"></a><h3>
|
||||
<a name="GimpEnumStore-struct"></a>GimpEnumStore</h3>
|
||||
<a class="indexterm" name="id2564743"></a><pre class="programlisting">typedef struct _GimpEnumStore GimpEnumStore;</pre>
|
||||
<a class="indexterm" name="id2549212"></a><pre class="programlisting">typedef struct _GimpEnumStore GimpEnumStore;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564759"></a><h3>
|
||||
<a name="id2549228"></a><h3>
|
||||
<a name="gimp-enum-store-new"></a>gimp_enum_store_new ()</h3>
|
||||
<a class="indexterm" name="id2564769"></a><pre class="programlisting"><a
|
||||
href="../gtk/GtkListStore.html"
|
||||
>GtkListStore</a>* gimp_enum_store_new (GType enum_type);</pre>
|
||||
<a class="indexterm" name="id2549243"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new (GType enum_type);</pre>
|
||||
<p>
|
||||
Creates a new <a href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a>, derived from <a
|
||||
href="../gtk/GtkListStore.html"
|
||||
><span class="type">GtkListStore</span></a> and fills
|
||||
Creates a new <a href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a>, derived from <span class="type">GtkListStore</span> and fills
|
||||
it with enum values. The enum needs to be registered to the type
|
||||
system and should have translatable value names.</p>
|
||||
<p>
|
||||
@ -155,11 +141,9 @@ system and should have translatable value names.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2532990"></a><h3>
|
||||
<a name="id2568244"></a><h3>
|
||||
<a name="gimp-enum-store-new-with-range"></a>gimp_enum_store_new_with_range ()</h3>
|
||||
<a class="indexterm" name="id2533000"></a><pre class="programlisting"><a
|
||||
href="../gtk/GtkListStore.html"
|
||||
>GtkListStore</a>* gimp_enum_store_new_with_range
|
||||
<a class="indexterm" name="id2568258"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_range
|
||||
(GType enum_type,
|
||||
gint minimum,
|
||||
gint maximum);</pre>
|
||||
@ -205,11 +189,9 @@ to limit the enum values to a certain range. Values smaller than
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2533154"></a><h3>
|
||||
<a name="id2568411"></a><h3>
|
||||
<a name="gimp-enum-store-new-with-values"></a>gimp_enum_store_new_with_values ()</h3>
|
||||
<a class="indexterm" name="id2533165"></a><pre class="programlisting"><a
|
||||
href="../gtk/GtkListStore.html"
|
||||
>GtkListStore</a>* gimp_enum_store_new_with_values
|
||||
<a class="indexterm" name="id2568426"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_values
|
||||
(GType enum_type,
|
||||
gint n_values,
|
||||
...);</pre>
|
||||
@ -255,11 +237,9 @@ store.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2565488"></a><h3>
|
||||
<a name="id2542723"></a><h3>
|
||||
<a name="gimp-enum-store-new-with-values-valist"></a>gimp_enum_store_new_with_values_valist ()</h3>
|
||||
<a class="indexterm" name="id2565499"></a><pre class="programlisting"><a
|
||||
href="../gtk/GtkListStore.html"
|
||||
>GtkListStore</a>* gimp_enum_store_new_with_values_valist
|
||||
<a class="indexterm" name="id2542738"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_values_valist
|
||||
(GType enum_type,
|
||||
gint n_values,
|
||||
va_list args);</pre>
|
||||
@ -303,9 +283,9 @@ See <a href="GimpEnumStore.html#gimp-enum-store-new-with-values"><code class="fu
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2565639"></a><h3>
|
||||
<a name="id2570018"></a><h3>
|
||||
<a name="gimp-enum-store-set-stock-prefix"></a>gimp_enum_store_set_stock_prefix ()</h3>
|
||||
<a class="indexterm" name="id2565650"></a><pre class="programlisting">void gimp_enum_store_set_stock_prefix
|
||||
<a class="indexterm" name="id2570033"></a><pre class="programlisting">void gimp_enum_store_set_stock_prefix
|
||||
(<a href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> *store,
|
||||
const gchar *stock_prefix);</pre>
|
||||
<p>
|
||||
@ -339,9 +319,5 @@ See also: <a href="GimpEnumComboBox.html#gimp-enum-combo-box-set-stock-prefix"><
|
||||
</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="GimpDialog.html"><b><< GimpDialog</b></a></td>
|
||||
<td align="right"><a accesskey="n" href="GimpEnumComboBox.html"><b>GimpEnumComboBox >></b></a></td>
|
||||
</tr></table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user