Imported Upstream version 2.3.15

This commit is contained in:
Ari Pollak
2010-08-11 01:21:06 -04:00
parent aca02f7697
commit d694295a3e
819 changed files with 63117 additions and 44484 deletions

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpButton.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="#id2556982" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2577396" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2567705" class="shortcut">Description</a>
<a href="#id2571536" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2569044" class="shortcut">Object Hierarchy</a>
<a href="#id2580689" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2569105" class="shortcut">Implemented Interfaces</a>
<a href="#id2580749" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2567649" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2571480" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpBrowser"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2556982"></a><span class="refentrytitle">GimpBrowser</span>
<a name="id2577396"></a><span class="refentrytitle">GimpBrowser</span>
</h2>
<p>GimpBrowser</p>
</td>
@ -74,7 +74,7 @@ void <a href="GimpBrowser.html#gimp-browser-show-message">gimp_browser_sh
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2569044"></a><h2>Object Hierarchy</h2>
<a name="id2580689"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -88,13 +88,13 @@ void <a href="GimpBrowser.html#gimp-browser-show-message">gimp_browser_sh
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2569105"></a><h2>Implemented Interfaces</h2>
<a name="id2580749"></a><h2>Implemented Interfaces</h2>
<p>
GimpBrowser implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2567649"></a><h2>Signals</h2>
<a name="id2571480"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpBrowser.html#GimpBrowser-search">search</a>" void user_function (<a href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *gimpbrowser,
@ -104,26 +104,26 @@ GimpBrowser implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2567705"></a><h2>Description</h2>
<a name="id2571536"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2567721"></a><h2>Details</h2>
<a name="id2571552"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2567732"></a><h3>
<a name="id2571563"></a><h3>
<a name="GimpBrowser-struct"></a>GimpBrowser</h3>
<a class="indexterm" name="id2567744"></a><pre class="programlisting">typedef struct _GimpBrowser GimpBrowser;</pre>
<a class="indexterm" name="id2571576"></a><pre class="programlisting">typedef struct _GimpBrowser GimpBrowser;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2567759"></a><h3>
<a name="id2571591"></a><h3>
<a name="gimp-browser-new"></a>gimp_browser_new ()</h3>
<a class="indexterm" name="id2567774"></a><pre class="programlisting">GtkWidget* gimp_browser_new (void);</pre>
<a class="indexterm" name="id2571605"></a><pre class="programlisting">GtkWidget* gimp_browser_new (void);</pre>
<p>
Create a new <a href="GimpBrowser.html" title="GimpBrowser"><span class="type">GimpBrowser</span></a> widget.</p>
<p>
@ -143,9 +143,9 @@ Create a new <a href="GimpBrowser.html" title="GimpBrowser"><span class="type">G
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566182"></a><h3>
<a name="id2501163"></a><h3>
<a name="gimp-browser-add-search-types"></a>gimp_browser_add_search_types ()</h3>
<a class="indexterm" name="id2566196"></a><pre class="programlisting">void gimp_browser_add_search_types (<a href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *browser,
<a class="indexterm" name="id2501176"></a><pre class="programlisting">void gimp_browser_add_search_types (<a href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *browser,
const gchar *first_type_label,
gint first_type_id,
...);</pre>
@ -184,9 +184,9 @@ Populates the <span class="type">GtkComboBox</span> with search types.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566331"></a><h3>
<a name="id2501312"></a><h3>
<a name="gimp-browser-set-widget"></a>gimp_browser_set_widget ()</h3>
<a class="indexterm" name="id2566345"></a><pre class="programlisting">void gimp_browser_set_widget (<a href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *browser,
<a class="indexterm" name="id2501326"></a><pre class="programlisting">void gimp_browser_set_widget (<a href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *browser,
GtkWidget *widget);</pre>
<p>
Sets the widget to appear on the right side of the <em class="parameter"><code>browser</code></em>.</p>
@ -213,9 +213,9 @@ Sets the widget to appear on the right side of the <em class="parameter"><code>b
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2564789"></a><h3>
<a name="id2506595"></a><h3>
<a name="gimp-browser-show-message"></a>gimp_browser_show_message ()</h3>
<a class="indexterm" name="id2564803"></a><pre class="programlisting">void gimp_browser_show_message (<a href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *browser,
<a class="indexterm" name="id2506609"></a><pre class="programlisting">void gimp_browser_show_message (<a href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *browser,
const gchar *message);</pre>
<p>
Displays <em class="parameter"><code>message</code></em> in the right side of the <em class="parameter"><code>browser</code></em>. Unless the right
@ -244,11 +244,11 @@ side already contains a <span class="type">GtkLabel</span>, the widget previousl
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2564922"></a><h2>Signal Details</h2>
<a name="id2506729"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2564933"></a><h3>
<a name="id2506740"></a><h3>
<a name="GimpBrowser-search"></a>The "search" signal</h3>
<a class="indexterm" name="id2564942"></a><pre class="programlisting">void user_function (<a href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *gimpbrowser,
<a class="indexterm" name="id2506748"></a><pre class="programlisting">void user_function (<a href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *gimpbrowser,
gchar *arg1,
gint arg2,
gpointer user_data) : Run last</pre>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpChainButton.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="#id2587460" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2588020" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2563188" class="shortcut">Description</a>
<a href="#id2580220" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2548652" class="shortcut">Object Hierarchy</a>
<a href="#id2578852" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2548720" class="shortcut">Implemented Interfaces</a>
<a href="#id2578919" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2548741" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2578941" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpButton"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2587460"></a><span class="refentrytitle">GimpButton</span>
<a name="id2588020"></a><span class="refentrytitle">GimpButton</span>
</h2>
<p>GimpButton &#8212; A <span class="type">GtkButton</span> with a little extra functionality.</p>
</td>
@ -68,7 +68,7 @@ void <a href="GimpButton.html#gimp-button-extended-clicked">gimp_button_e
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2548652"></a><h2>Object Hierarchy</h2>
<a name="id2578852"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -83,13 +83,13 @@ void <a href="GimpButton.html#gimp-button-extended-clicked">gimp_button_e
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2548720"></a><h2>Implemented Interfaces</h2>
<a name="id2578919"></a><h2>Implemented Interfaces</h2>
<p>
GimpButton implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2548741"></a><h2>Signals</h2>
<a name="id2578941"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpButton.html#GimpButton-extended-clicked">extended-clicked</a>"
@ -99,7 +99,7 @@ GimpButton implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2563188"></a><h2>Description</h2>
<a name="id2580220"></a><h2>Description</h2>
<p>
<a href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a> adds an extra signal to the <span class="type">GtkButton</span> widget that allows
to distinguish a normal click from a click that was performed with
@ -107,20 +107,20 @@ modifier keys pressed.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2563220"></a><h2>Details</h2>
<a name="id2580251"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2563231"></a><h3>
<a name="id2580262"></a><h3>
<a name="GimpButton-struct"></a>GimpButton</h3>
<a class="indexterm" name="id2563243"></a><pre class="programlisting">typedef struct _GimpButton GimpButton;</pre>
<a class="indexterm" name="id2580274"></a><pre class="programlisting">typedef struct _GimpButton GimpButton;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563258"></a><h3>
<a name="id2580289"></a><h3>
<a name="gimp-button-new"></a>gimp_button_new ()</h3>
<a class="indexterm" name="id2563271"></a><pre class="programlisting">GtkWidget* gimp_button_new (void);</pre>
<a class="indexterm" name="id2580302"></a><pre class="programlisting">GtkWidget* gimp_button_new (void);</pre>
<p>
Creates a new <a href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a> widget.</p>
<p>
@ -137,9 +137,9 @@ Creates a new <a href="GimpButton.html" title="GimpButton"><span class="type">Gi
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563324"></a><h3>
<a name="id2580355"></a><h3>
<a name="gimp-button-extended-clicked"></a>gimp_button_extended_clicked ()</h3>
<a class="indexterm" name="id2566609"></a><pre class="programlisting">void gimp_button_extended_clicked (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *button,
<a class="indexterm" name="id2566617"></a><pre class="programlisting">void gimp_button_extended_clicked (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *button,
GdkModifierType state);</pre>
<p>
Emits the button's "extended_clicked" signal.</p>
@ -164,11 +164,11 @@ Emits the button's "extended_clicked" signal.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2566703"></a><h2>Signal Details</h2>
<a name="id2566711"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2566714"></a><h3>
<a name="id2566722"></a><h3>
<a name="GimpButton-extended-clicked"></a>The "extended-clicked" signal</h3>
<a class="indexterm" name="id2566721"></a><pre class="programlisting">void user_function (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *gimpbutton,
<a class="indexterm" name="id2566730"></a><pre class="programlisting">void user_function (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *gimpbutton,
GdkModifierType *arg1,
gpointer user_data) : Run first</pre>
<p>

View File

@ -33,20 +33,20 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpCellRendererToggle.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="#id2580687" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2556752" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2552220" class="shortcut">Description</a>
<a href="#id2557448" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2583139" class="shortcut">Object Hierarchy</a>
<a href="#id2579131" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2552166" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2557394" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpCellRendererColor"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2580687"></a><span class="refentrytitle">GimpCellRendererColor</span>
<a name="id2556752"></a><span class="refentrytitle">GimpCellRendererColor</span>
</h2>
<p>GimpCellRendererColor</p>
</td>
@ -65,7 +65,7 @@ GtkCellRenderer* <a href="GimpCellRendererColor.html#gimp-cell-renderer-color-ne
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2583139"></a><h2>Object Hierarchy</h2>
<a name="id2579131"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -76,7 +76,7 @@ GtkCellRenderer* <a href="GimpCellRendererColor.html#gimp-cell-renderer-color-ne
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2552166"></a><h2>Properties</h2>
<a name="id2557394"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpCellRendererColor.html#GimpCellRendererColor--color">color</a>" <a
@ -87,26 +87,26 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2552220"></a><h2>Description</h2>
<a name="id2557448"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2571822"></a><h2>Details</h2>
<a name="id2618327"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2571832"></a><h3>
<a name="id2618338"></a><h3>
<a name="GimpCellRendererColor-struct"></a>GimpCellRendererColor</h3>
<a class="indexterm" name="id2571843"></a><pre class="programlisting">typedef struct _GimpCellRendererColor GimpCellRendererColor;</pre>
<a class="indexterm" name="id2618349"></a><pre class="programlisting">typedef struct _GimpCellRendererColor GimpCellRendererColor;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2571859"></a><h3>
<a name="id2618366"></a><h3>
<a name="gimp-cell-renderer-color-new"></a>gimp_cell_renderer_color_new ()</h3>
<a class="indexterm" name="id2571873"></a><pre class="programlisting">GtkCellRenderer* gimp_cell_renderer_color_new
<a class="indexterm" name="id2618379"></a><pre class="programlisting">GtkCellRenderer* gimp_cell_renderer_color_new
(void);</pre>
<p>
Creates a <span class="type">GtkCellRenderer</span> that displays a color.</p>
@ -127,29 +127,29 @@ Creates a <span class="type">GtkCellRenderer</span> that displays a color.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2609563"></a><h2>Property Details</h2>
<a name="id2626067"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2609574"></a><h3>
<a name="id2626078"></a><h3>
<a name="GimpCellRendererColor--color"></a>The "<code class="literal">color</code>" property</h3>
<a class="indexterm" name="id2609588"></a><pre class="programlisting"> "color" <a
<a class="indexterm" name="id2626092"></a><pre class="programlisting"> "color" <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> : Read / Write</pre>
<p></p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609607"></a><h3>
<a name="id2625788"></a><h3>
<a name="GimpCellRendererColor--icon-size"></a>The "<code class="literal">icon-size</code>" property</h3>
<a class="indexterm" name="id2618151"></a><pre class="programlisting"> "icon-size" gint : Read / Write / Construct</pre>
<a class="indexterm" name="id2625802"></a><pre class="programlisting"> "icon-size" gint : Read / Write / Construct</pre>
<p></p>
<p>Allowed values: &gt;= 0</p>
<p>Default value: 1</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618179"></a><h3>
<a name="id2625829"></a><h3>
<a name="GimpCellRendererColor--opaque"></a>The "<code class="literal">opaque</code>" property</h3>
<a class="indexterm" name="id2618193"></a><pre class="programlisting"> "opaque" gboolean : Read / Write / Construct</pre>
<a class="indexterm" name="id2625844"></a><pre class="programlisting"> "opaque" gboolean : Read / Write / Construct</pre>
<p></p>
<p>Default value: TRUE</p>
</div>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-colordisplay.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="#id2593935" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2574529" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2621149" class="shortcut">Description</a>
<a href="#id2629821" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2625606" class="shortcut">Object Hierarchy</a>
<a href="#id2624342" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2625654" class="shortcut">Properties</a>
<a href="#id2629721" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2625696" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2629764" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpCellRendererToggle"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2593935"></a><span class="refentrytitle">GimpCellRendererToggle</span>
<a name="id2574529"></a><span class="refentrytitle">GimpCellRendererToggle</span>
</h2>
<p>GimpCellRendererToggle</p>
</td>
@ -71,7 +71,7 @@ void <a href="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-click
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2625606"></a><h2>Object Hierarchy</h2>
<a name="id2624342"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -83,7 +83,7 @@ void <a href="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-click
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2625654"></a><h2>Properties</h2>
<a name="id2629721"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpCellRendererToggle.html#GimpCellRendererToggle--stock-id">stock-id</a>" gchararray : Read / Write / Construct
@ -91,7 +91,7 @@ void <a href="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-click
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2625696"></a><h2>Signals</h2>
<a name="id2629764"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpCellRendererToggle.html#GimpCellRendererToggle-clicked">clicked</a>" void user_function (<a href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> *gimpcellrenderertoggle,
@ -101,26 +101,26 @@ void <a href="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-click
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2621149"></a><h2>Description</h2>
<a name="id2629821"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2621165"></a><h2>Details</h2>
<a name="id2629837"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2621176"></a><h3>
<a name="id2629848"></a><h3>
<a name="GimpCellRendererToggle-struct"></a>GimpCellRendererToggle</h3>
<a class="indexterm" name="id2621187"></a><pre class="programlisting">typedef struct _GimpCellRendererToggle GimpCellRendererToggle;</pre>
<a class="indexterm" name="id2629859"></a><pre class="programlisting">typedef struct _GimpCellRendererToggle GimpCellRendererToggle;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621203"></a><h3>
<a name="id2629875"></a><h3>
<a name="gimp-cell-renderer-toggle-new"></a>gimp_cell_renderer_toggle_new ()</h3>
<a class="indexterm" name="id2621217"></a><pre class="programlisting">GtkCellRenderer* gimp_cell_renderer_toggle_new
<a class="indexterm" name="id2629889"></a><pre class="programlisting">GtkCellRenderer* gimp_cell_renderer_toggle_new
(const gchar *stock_id);</pre>
<p>
Creates a custom version of the <span class="type">GtkCellRendererToggle</span>. Instead of
@ -152,9 +152,9 @@ layer's visibility by showing <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621309"></a><h3>
<a name="id2625062"></a><h3>
<a name="gimp-cell-renderer-toggle-clicked"></a>gimp_cell_renderer_toggle_clicked ()</h3>
<a class="indexterm" name="id2621323"></a><pre class="programlisting">void gimp_cell_renderer_toggle_clicked
<a class="indexterm" name="id2625075"></a><pre class="programlisting">void gimp_cell_renderer_toggle_clicked
(<a href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> *cell,
const gchar *path,
GdkModifierType state);</pre>
@ -188,30 +188,30 @@ Emits the "clicked" signal from a <a href="GimpCellRendererToggle.html" title="G
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2621434"></a><h2>Property Details</h2>
<a name="id2625187"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2621444"></a><h3>
<a name="id2625197"></a><h3>
<a name="GimpCellRendererToggle--stock-id"></a>The "<code class="literal">stock-id</code>" property</h3>
<a class="indexterm" name="id2621458"></a><pre class="programlisting"> "stock-id" gchararray : Read / Write / Construct</pre>
<a class="indexterm" name="id2625213"></a><pre class="programlisting"> "stock-id" gchararray : Read / Write / Construct</pre>
<p></p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621482"></a><h3>
<a name="id2625237"></a><h3>
<a name="GimpCellRendererToggle--stock-size"></a>The "<code class="literal">stock-size</code>" property</h3>
<a class="indexterm" name="id2621495"></a><pre class="programlisting"> "stock-size" gint : Read / Write / Construct</pre>
<a class="indexterm" name="id2625252"></a><pre class="programlisting"> "stock-size" gint : Read / Write / Construct</pre>
<p></p>
<p>Allowed values: &gt;= 0</p>
<p>Default value: 4</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2621524"></a><h2>Signal Details</h2>
<a name="id2625282"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2621535"></a><h3>
<a name="id2625292"></a><h3>
<a name="GimpCellRendererToggle-clicked"></a>The "clicked" signal</h3>
<a class="indexterm" name="id2621545"></a><pre class="programlisting">void user_function (<a href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> *gimpcellrenderertoggle,
<a class="indexterm" name="id2625302"></a><pre class="programlisting">void user_function (<a href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> *gimpcellrenderertoggle,
gchar *arg1,
GdkModifierType *arg2,
gpointer user_data) : Run last</pre>

View File

@ -33,24 +33,24 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorArea.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="#id2571398" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2577611" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2581319" class="shortcut">Description</a>
<a href="#id2586276" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2566446" class="shortcut">Object Hierarchy</a>
<a href="#id2584024" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2566501" class="shortcut">Implemented Interfaces</a>
<a href="#id2584079" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2566522" class="shortcut">Properties</a>
<a href="#id2584100" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2581276" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2586233" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpChainButton"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2571398"></a><span class="refentrytitle">GimpChainButton</span>
<a name="id2577611"></a><span class="refentrytitle">GimpChainButton</span>
</h2>
<p>GimpChainButton &#8212; Widget to visually connect two entry widgets.</p>
</td>
@ -72,7 +72,7 @@ gboolean <a href="GimpChainButton.html#gimp-chain-button-get-active">gimp_cha
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2566446"></a><h2>Object Hierarchy</h2>
<a name="id2584024"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -85,20 +85,20 @@ gboolean <a href="GimpChainButton.html#gimp-chain-button-get-active">gimp_cha
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2566501"></a><h2>Implemented Interfaces</h2>
<a name="id2584079"></a><h2>Implemented Interfaces</h2>
<p>
GimpChainButton implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2566522"></a><h2>Properties</h2>
<a name="id2584100"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpChainButton.html#GimpChainButton--position">position</a>" <a href="GimpChainButton.html#GimpChainPosition">GimpChainPosition</a> : Read / Write / Construct Only
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2581276"></a><h2>Signals</h2>
<a name="id2586233"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpChainButton.html#GimpChainButton-toggled">toggled</a>" void user_function (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *gimpchainbutton,
@ -106,7 +106,7 @@ GimpChainButton implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2581319"></a><h2>Description</h2>
<a name="id2586276"></a><h2>Description</h2>
<p>
This widget provides a button showing either a linked or a broken
chain that can be used to link two entries, spinbuttons, colors
@ -123,20 +123,20 @@ necessary.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2581362"></a><h2>Details</h2>
<a name="id2586319"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2581373"></a><h3>
<a name="id2586329"></a><h3>
<a name="GimpChainButton-struct"></a>GimpChainButton</h3>
<a class="indexterm" name="id2581384"></a><pre class="programlisting">typedef struct _GimpChainButton GimpChainButton;</pre>
<a class="indexterm" name="id2586341"></a><pre class="programlisting">typedef struct _GimpChainButton GimpChainButton;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581401"></a><h3>
<a name="id2586357"></a><h3>
<a name="GimpChainPosition"></a>enum GimpChainPosition</h3>
<a class="indexterm" name="id2581413"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2586370"></a><pre class="programlisting">typedef enum
{
GIMP_CHAIN_TOP,
GIMP_CHAIN_LEFT,
@ -150,9 +150,9 @@ necessary.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2577082"></a><h3>
<a name="id2578188"></a><h3>
<a name="gimp-chain-button-new"></a>gimp_chain_button_new ()</h3>
<a class="indexterm" name="id2577093"></a><pre class="programlisting">GtkWidget* gimp_chain_button_new (<a href="GimpChainButton.html#GimpChainPosition">GimpChainPosition</a> position);</pre>
<a class="indexterm" name="id2578199"></a><pre class="programlisting">GtkWidget* gimp_chain_button_new (<a href="GimpChainButton.html#GimpChainPosition">GimpChainPosition</a> position);</pre>
<p>
Creates a new <a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> widget.
</p>
@ -187,9 +187,9 @@ for more than two widgets, but the look is optimized for two.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2577188"></a><h3>
<a name="id2578294"></a><h3>
<a name="gimp-chain-button-set-active"></a>gimp_chain_button_set_active ()</h3>
<a class="indexterm" name="id2577199"></a><pre class="programlisting">void gimp_chain_button_set_active (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button,
<a class="indexterm" name="id2578307"></a><pre class="programlisting">void gimp_chain_button_set_active (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button,
gboolean active);</pre>
<p>
Sets the state of the <a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> to be either locked (<code class="literal">TRUE</code>) or
@ -215,9 +215,9 @@ unlocked (<code class="literal">FALSE</code>) and changes the showed pixmap to r
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2577303"></a><h3>
<a name="id2578412"></a><h3>
<a name="gimp-chain-button-get-active"></a>gimp_chain_button_get_active ()</h3>
<a class="indexterm" name="id2577314"></a><pre class="programlisting">gboolean gimp_chain_button_get_active (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button);</pre>
<a class="indexterm" name="id2578425"></a><pre class="programlisting">gboolean gimp_chain_button_get_active (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button);</pre>
<p>
Checks the state of the <a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.</p>
<p>
@ -241,11 +241,11 @@ Checks the state of the <a href="GimpChainButton.html" title="GimpChainButton"><
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2578902"></a><h2>Property Details</h2>
<a name="id2589954"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2578912"></a><h3>
<a name="id2589965"></a><h3>
<a name="GimpChainButton--position"></a>The "<code class="literal">position</code>" property</h3>
<a class="indexterm" name="id2578926"></a><pre class="programlisting"> "position" <a href="GimpChainButton.html#GimpChainPosition">GimpChainPosition</a> : Read / Write / Construct Only</pre>
<a class="indexterm" name="id2589979"></a><pre class="programlisting"> "position" <a href="GimpChainButton.html#GimpChainPosition">GimpChainPosition</a> : Read / Write / Construct Only</pre>
<p>
The position in which the chain button will be used.</p>
<p>
@ -257,11 +257,11 @@ The position in which the chain button will be used.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2578963"></a><h2>Signal Details</h2>
<a name="id2590017"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2578974"></a><h3>
<a name="id2590028"></a><h3>
<a name="GimpChainButton-toggled"></a>The "toggled" signal</h3>
<a class="indexterm" name="id2578982"></a><pre class="programlisting">void user_function (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *gimpchainbutton,
<a class="indexterm" name="id2590035"></a><pre class="programlisting">void user_function (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *gimpchainbutton,
gpointer user_data) : Run first</pre>
<p>
@ -284,7 +284,7 @@ The position in which the chain button will be used.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2579052"></a><h2>See Also</h2>
<a name="id2590106"></a><h2>See Also</h2>
<p>
You may want to use the convenience function <a href="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new"><code class="function">gimp_coordinates_new()</code></a> to set
up two GimpSizeEntries (see <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>) linked with a <a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.

View File

@ -33,24 +33,24 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorButton.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="#id2571074" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2501515" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2579116" class="shortcut">Description</a>
<a href="#id2589515" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2589661" class="shortcut">Object Hierarchy</a>
<a href="#id2582456" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2582304" class="shortcut">Implemented Interfaces</a>
<a href="#id2576079" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2582325" class="shortcut">Properties</a>
<a href="#id2576100" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2582392" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2576167" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorArea"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2571074"></a><span class="refentrytitle">GimpColorArea</span>
<a name="id2501515"></a><span class="refentrytitle">GimpColorArea</span>
</h2>
<p>GimpColorArea &#8212; Displays a GimpRGB color, optionally with alpha-channel.</p>
</td>
@ -86,7 +86,7 @@ void <a href="GimpColorArea.html#gimp-color-area-set-draw-border">gimp_co
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2589661"></a><h2>Object Hierarchy</h2>
<a name="id2582456"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -98,13 +98,13 @@ void <a href="GimpColorArea.html#gimp-color-area-set-draw-border">gimp_co
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2582304"></a><h2>Implemented Interfaces</h2>
<a name="id2576079"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorArea implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2582325"></a><h2>Properties</h2>
<a name="id2576100"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpColorArea.html#GimpColorArea--color">color</a>" <a
@ -116,7 +116,7 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2582392"></a><h2>Signals</h2>
<a name="id2576167"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpColorArea.html#GimpColorArea-color-changed">color-changed</a>"
@ -125,26 +125,26 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2579116"></a><h2>Description</h2>
<a name="id2589515"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2579132"></a><h2>Details</h2>
<a name="id2589531"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2579142"></a><h3>
<a name="id2589542"></a><h3>
<a name="GimpColorArea-struct"></a>GimpColorArea</h3>
<a class="indexterm" name="id2579154"></a><pre class="programlisting">typedef struct _GimpColorArea GimpColorArea;</pre>
<a class="indexterm" name="id2589553"></a><pre class="programlisting">typedef struct _GimpColorArea GimpColorArea;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579170"></a><h3>
<a name="id2589570"></a><h3>
<a name="GimpColorAreaType"></a>enum GimpColorAreaType</h3>
<a class="indexterm" name="id2579183"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2589582"></a><pre class="programlisting">typedef enum
{
GIMP_COLOR_AREA_FLAT = 0,
GIMP_COLOR_AREA_SMALL_CHECKS,
@ -157,9 +157,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579200"></a><h3>
<a name="id2589599"></a><h3>
<a name="gimp-color-area-new"></a>gimp_color_area_new ()</h3>
<a class="indexterm" name="id2579212"></a><pre class="programlisting">GtkWidget* gimp_color_area_new (const <a
<a class="indexterm" name="id2589612"></a><pre class="programlisting">GtkWidget* gimp_color_area_new (const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color,
<a href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> type,
@ -203,9 +203,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579341"></a><h3>
<a name="id2589740"></a><h3>
<a name="gimp-color-area-set-color"></a>gimp_color_area_set_color ()</h3>
<a class="indexterm" name="id2579352"></a><pre class="programlisting">void gimp_color_area_set_color (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
<a class="indexterm" name="id2589751"></a><pre class="programlisting">void gimp_color_area_set_color (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -234,9 +234,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2567242"></a><h3>
<a name="id2571252"></a><h3>
<a name="gimp-color-area-get-color"></a>gimp_color_area_get_color ()</h3>
<a class="indexterm" name="id2567254"></a><pre class="programlisting">void gimp_color_area_get_color (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
<a class="indexterm" name="id2571263"></a><pre class="programlisting">void gimp_color_area_get_color (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -265,9 +265,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2567346"></a><h3>
<a name="id2571356"></a><h3>
<a name="gimp-color-area-has-alpha"></a>gimp_color_area_has_alpha ()</h3>
<a class="indexterm" name="id2567358"></a><pre class="programlisting">gboolean gimp_color_area_has_alpha (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area);</pre>
<a class="indexterm" name="id2571367"></a><pre class="programlisting">gboolean gimp_color_area_has_alpha (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area);</pre>
<p>
Checks whether the <em class="parameter"><code>area</code></em> shows transparency information. This is determined
via the <em class="parameter"><code>area</code></em>'s <a href="GimpColorArea.html#GimpColorAreaType"><span class="type">GimpColorAreaType</span></a>.</p>
@ -292,9 +292,9 @@ via the <em class="parameter"><code>area</code></em>'s <a href="GimpColorArea.ht
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2593259"></a><h3>
<a name="id2593302"></a><h3>
<a name="gimp-color-area-set-type"></a>gimp_color_area_set_type ()</h3>
<a class="indexterm" name="id2593270"></a><pre class="programlisting">void gimp_color_area_set_type (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
<a class="indexterm" name="id2593313"></a><pre class="programlisting">void gimp_color_area_set_type (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
<a href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> type);</pre>
<p>
Allows to change the type of <em class="parameter"><code>area</code></em>. The <a href="GimpColorArea.html#GimpColorAreaType"><span class="type">GimpColorAreaType</span></a> determines
@ -321,9 +321,9 @@ the checkerboard used to do that.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2593363"></a><h3>
<a name="id2593403"></a><h3>
<a name="gimp-color-area-set-draw-border"></a>gimp_color_area_set_draw_border ()</h3>
<a class="indexterm" name="id2593376"></a><pre class="programlisting">void gimp_color_area_set_draw_border (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
<a class="indexterm" name="id2593416"></a><pre class="programlisting">void gimp_color_area_set_draw_border (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
gboolean draw_border);</pre>
<p>
The <em class="parameter"><code>area</code></em> can draw a thin border in the foreground color around
@ -350,11 +350,11 @@ off. The default is not draw a border.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2593465"></a><h2>Property Details</h2>
<a name="id2593505"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2593476"></a><h3>
<a name="id2593516"></a><h3>
<a name="GimpColorArea--color"></a>The "<code class="literal">color</code>" property</h3>
<a class="indexterm" name="id2593490"></a><pre class="programlisting"> "color" <a
<a class="indexterm" name="id2593529"></a><pre class="programlisting"> "color" <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> : Read / Write / Construct</pre>
<p>
@ -367,16 +367,16 @@ The color displayed in the color area.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2593522"></a><h3>
<a name="id2593562"></a><h3>
<a name="GimpColorArea--drag-mask"></a>The "<code class="literal">drag-mask</code>" property</h3>
<a class="indexterm" name="id2593536"></a><pre class="programlisting"> "drag-mask" GdkModifierType : Write / Construct Only</pre>
<a class="indexterm" name="id2593576"></a><pre class="programlisting"> "drag-mask" GdkModifierType : Write / Construct Only</pre>
<p></p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2593556"></a><h3>
<a name="id2593596"></a><h3>
<a name="GimpColorArea--draw-border"></a>The "<code class="literal">draw-border</code>" property</h3>
<a class="indexterm" name="id2593570"></a><pre class="programlisting"> "draw-border" gboolean : Read / Write</pre>
<a class="indexterm" name="id2593610"></a><pre class="programlisting"> "draw-border" gboolean : Read / Write</pre>
<p>
Whether to draw a thin border in the foreground color around the area.</p>
<p>
@ -388,9 +388,9 @@ Whether to draw a thin border in the foreground color around the area.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2593606"></a><h3>
<a name="id2593646"></a><h3>
<a name="GimpColorArea--type"></a>The "<code class="literal">type</code>" property</h3>
<a class="indexterm" name="id2593621"></a><pre class="programlisting"> "type" <a href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> : Read / Write / Construct</pre>
<a class="indexterm" name="id2593661"></a><pre class="programlisting"> "type" <a href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> : Read / Write / Construct</pre>
<p>
The type of the color area.</p>
<p>
@ -402,11 +402,11 @@ The type of the color area.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2593658"></a><h2>Signal Details</h2>
<a name="id2593698"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2593669"></a><h3>
<a name="id2593709"></a><h3>
<a name="GimpColorArea-color-changed"></a>The "color-changed" signal</h3>
<a class="indexterm" name="id2593677"></a><pre class="programlisting">void user_function (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *gimpcolorarea,
<a class="indexterm" name="id2593717"></a><pre class="programlisting">void user_function (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *gimpcolorarea,
gpointer user_data) : Run first</pre>
<p>

View File

@ -33,24 +33,24 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorHexEntry.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="#id2564556" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2569180" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2591237" class="shortcut">Description</a>
<a href="#id2591188" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2577706" class="shortcut">Object Hierarchy</a>
<a href="#id2591907" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2577773" class="shortcut">Implemented Interfaces</a>
<a href="#id2591975" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2577795" class="shortcut">Properties</a>
<a href="#id2591996" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2591194" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2591145" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorButton"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2564556"></a><span class="refentrytitle">GimpColorButton</span>
<a name="id2569180"></a><span class="refentrytitle">GimpColorButton</span>
</h2>
<p>GimpColorButton &#8212; Widget for selecting a color from a simple button.</p>
</td>
@ -88,7 +88,7 @@ void <a href="GimpColorButton.html#gimp-color-button-set-type">gimp_color
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2577706"></a><h2>Object Hierarchy</h2>
<a name="id2591907"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -103,13 +103,13 @@ void <a href="GimpColorButton.html#gimp-color-button-set-type">gimp_color
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2577773"></a><h2>Implemented Interfaces</h2>
<a name="id2591975"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorButton implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2577795"></a><h2>Properties</h2>
<a name="id2591996"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpColorButton.html#GimpColorButton--color">color</a>" <a
@ -121,7 +121,7 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2591194"></a><h2>Signals</h2>
<a name="id2591145"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpColorButton.html#GimpColorButton-color-changed">color-changed</a>"
@ -130,7 +130,7 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2591237"></a><h2>Description</h2>
<a name="id2591188"></a><h2>Description</h2>
<p>
This widget provides a simple button with a preview showing the
color.
@ -143,20 +143,20 @@ color, the "color_changed" signal is emitted.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2591262"></a><h2>Details</h2>
<a name="id2591213"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2591272"></a><h3>
<a name="id2591224"></a><h3>
<a name="GimpColorButton-struct"></a>GimpColorButton</h3>
<a class="indexterm" name="id2591284"></a><pre class="programlisting">typedef struct _GimpColorButton GimpColorButton;</pre>
<a class="indexterm" name="id2591235"></a><pre class="programlisting">typedef struct _GimpColorButton GimpColorButton;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2591300"></a><h3>
<a name="id2591252"></a><h3>
<a name="gimp-color-button-new"></a>gimp_color_button_new ()</h3>
<a class="indexterm" name="id2591312"></a><pre class="programlisting">GtkWidget* gimp_color_button_new (const gchar *title,
<a class="indexterm" name="id2591263"></a><pre class="programlisting">GtkWidget* gimp_color_button_new (const gchar *title,
gint width,
gint height,
const <a
@ -215,9 +215,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579484"></a><h3>
<a name="id2585502"></a><h3>
<a name="gimp-color-button-set-color"></a>gimp_color_button_set_color ()</h3>
<a class="indexterm" name="id2579495"></a><pre class="programlisting">void gimp_color_button_set_color (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
<a class="indexterm" name="id2585514"></a><pre class="programlisting">void gimp_color_button_set_color (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -246,9 +246,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579592"></a><h3>
<a name="id2585610"></a><h3>
<a name="gimp-color-button-get-color"></a>gimp_color_button_get_color ()</h3>
<a class="indexterm" name="id2579603"></a><pre class="programlisting">void gimp_color_button_get_color (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
<a class="indexterm" name="id2585622"></a><pre class="programlisting">void gimp_color_button_get_color (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -277,9 +277,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579694"></a><h3>
<a name="id2585715"></a><h3>
<a name="gimp-color-button-set-update"></a>gimp_color_button_set_update ()</h3>
<a class="indexterm" name="id2594955"></a><pre class="programlisting">void gimp_color_button_set_update (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
<a class="indexterm" name="id2594998"></a><pre class="programlisting">void gimp_color_button_set_update (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
gboolean continuous);</pre>
<p>
When set to <span class="type">TRUE</span>, the <em class="parameter"><code>button</code></em> will emit the "color-changed"
@ -306,9 +306,9 @@ dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2595043"></a><h3>
<a name="id2595086"></a><h3>
<a name="gimp-color-button-get-update"></a>gimp_color_button_get_update ()</h3>
<a class="indexterm" name="id2595055"></a><pre class="programlisting">gboolean gimp_color_button_get_update (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button);</pre>
<a class="indexterm" name="id2595098"></a><pre class="programlisting">gboolean gimp_color_button_get_update (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button);</pre>
<p>
Returns the color button's <em class="parameter"><code>continuous_update</code></em> property.</p>
<p>
@ -332,9 +332,9 @@ Returns the color button's <em class="parameter"><code>continuous_update</code><
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2595135"></a><h3>
<a name="id2595177"></a><h3>
<a name="gimp-color-button-has-alpha"></a>gimp_color_button_has_alpha ()</h3>
<a class="indexterm" name="id2595147"></a><pre class="programlisting">gboolean gimp_color_button_has_alpha (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button);</pre>
<a class="indexterm" name="id2595189"></a><pre class="programlisting">gboolean gimp_color_button_has_alpha (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button);</pre>
<p>
Checks whether the <em class="parameter"><code>buttons</code></em> shows transparency information.</p>
<p>
@ -359,9 +359,9 @@ otherwise.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2595246"></a><h3>
<a name="id2595288"></a><h3>
<a name="gimp-color-button-set-type"></a>gimp_color_button_set_type ()</h3>
<a class="indexterm" name="id2595258"></a><pre class="programlisting">void gimp_color_button_set_type (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
<a class="indexterm" name="id2595300"></a><pre class="programlisting">void gimp_color_button_set_type (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
<a href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> type);</pre>
<p>
Sets the <em class="parameter"><code>button</code></em> to the given <em class="parameter"><code>type</code></em>. See also <a href="GimpColorArea.html#gimp-color-area-set-type"><code class="function">gimp_color_area_set_type()</code></a>.</p>
@ -386,11 +386,11 @@ Sets the <em class="parameter"><code>button</code></em> to the given <em class="
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2595366"></a><h2>Property Details</h2>
<a name="id2595408"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2595376"></a><h3>
<a name="id2595418"></a><h3>
<a name="GimpColorButton--color"></a>The "<code class="literal">color</code>" property</h3>
<a class="indexterm" name="id2595390"></a><pre class="programlisting"> "color" <a
<a class="indexterm" name="id2595432"></a><pre class="programlisting"> "color" <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> : Read / Write / Construct</pre>
<p>
@ -403,9 +403,9 @@ The color displayed in the button's color area.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2595422"></a><h3>
<a name="id2595464"></a><h3>
<a name="GimpColorButton--continuous-update"></a>The "<code class="literal">continuous-update</code>" property</h3>
<a class="indexterm" name="id2595438"></a><pre class="programlisting"> "continuous-update" gboolean : Read / Write / Construct</pre>
<a class="indexterm" name="id2595480"></a><pre class="programlisting"> "continuous-update" gboolean : Read / Write / Construct</pre>
<p>
The update policy of the color button.</p>
<p>
@ -417,9 +417,9 @@ The update policy of the color button.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2595474"></a><h3>
<a name="id2595516"></a><h3>
<a name="GimpColorButton--title"></a>The "<code class="literal">title</code>" property</h3>
<a class="indexterm" name="id2595488"></a><pre class="programlisting"> "title" gchararray : Read / Write / Construct Only</pre>
<a class="indexterm" name="id2595530"></a><pre class="programlisting"> "title" gchararray : Read / Write / Construct Only</pre>
<p>
The title to be used for the color selection dialog.</p>
<p>
@ -431,9 +431,9 @@ The title to be used for the color selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2595524"></a><h3>
<a name="id2595566"></a><h3>
<a name="GimpColorButton--type"></a>The "<code class="literal">type</code>" property</h3>
<a class="indexterm" name="id2595538"></a><pre class="programlisting"> "type" <a href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> : Read / Write / Construct</pre>
<a class="indexterm" name="id2595580"></a><pre class="programlisting"> "type" <a href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> : Read / Write / Construct</pre>
<p>
The type of the button's color area.</p>
<p>
@ -445,11 +445,11 @@ The type of the button's color area.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2595575"></a><h2>Signal Details</h2>
<a name="id2595617"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2595586"></a><h3>
<a name="id2595628"></a><h3>
<a name="GimpColorButton-color-changed"></a>The "color-changed" signal</h3>
<a class="indexterm" name="id2595596"></a><pre class="programlisting">void user_function (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *gimpcolorbutton,
<a class="indexterm" name="id2595638"></a><pre class="programlisting">void user_function (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *gimpcolorbutton,
gpointer user_data) : Run first</pre>
<p>
@ -472,7 +472,7 @@ The type of the button's color area.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2595666"></a><h2>See Also</h2>
<a name="id2595708"></a><h2>See Also</h2>
<p>
<span class="type">libgimpcolor-gimpcolorspace</span>
</p>

View File

@ -33,24 +33,24 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorDisplayStack.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="#id2574847" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2556820" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2629448" class="shortcut">Description</a>
<a href="#id2621987" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2629330" class="shortcut">Object Hierarchy</a>
<a href="#id2621868" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2629353" class="shortcut">Implemented Interfaces</a>
<a href="#id2621892" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2629375" class="shortcut">Properties</a>
<a href="#id2621913" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2629405" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2621943" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorDisplay"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2574847"></a><span class="refentrytitle">GimpColorDisplay</span>
<a name="id2556820"></a><span class="refentrytitle">GimpColorDisplay</span>
</h2>
<p>GimpColorDisplay &#8212; Pluggable GIMP display color correction modules.</p>
</td>
@ -89,7 +89,7 @@ void <a href="GimpColorDisplay.html#gimp-color-display-changed">gimp_colo
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2629330"></a><h2>Object Hierarchy</h2>
<a name="id2621868"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -97,7 +97,7 @@ void <a href="GimpColorDisplay.html#gimp-color-display-changed">gimp_colo
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2629353"></a><h2>Implemented Interfaces</h2>
<a name="id2621892"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorDisplay implements
<a
@ -105,14 +105,14 @@ href="../libgimpconfig/libgimpconfig-GimpConfig.html#GimpConfigInterface"
>GimpConfigInterface</a>.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2629375"></a><h2>Properties</h2>
<a name="id2621913"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpColorDisplay.html#GimpColorDisplay--enabled">enabled</a>" gboolean : Read / Write / Construct
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2629405"></a><h2>Signals</h2>
<a name="id2621943"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpColorDisplay.html#GimpColorDisplay-changed">changed</a>" void user_function (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *gimpcolordisplay,
@ -120,27 +120,27 @@ href="../libgimpconfig/libgimpconfig-GimpConfig.html#GimpConfigInterface"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2629448"></a><h2>Description</h2>
<a name="id2621987"></a><h2>Description</h2>
<p>
Functions and definitions for creating pluggable GIMP
display color correction modules.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2629465"></a><h2>Details</h2>
<a name="id2622004"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2629476"></a><h3>
<a name="id2622015"></a><h3>
<a name="GimpColorDisplay-struct"></a>GimpColorDisplay</h3>
<a class="indexterm" name="id2629488"></a><pre class="programlisting">typedef struct _GimpColorDisplay GimpColorDisplay;</pre>
<a class="indexterm" name="id2622026"></a><pre class="programlisting">typedef struct _GimpColorDisplay GimpColorDisplay;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2629504"></a><h3>
<a name="id2622043"></a><h3>
<a name="gimp-color-display-new"></a>gimp_color_display_new ()</h3>
<a class="indexterm" name="id2629515"></a><pre class="programlisting"><a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a>* gimp_color_display_new (GType display_type);</pre>
<a class="indexterm" name="id2622054"></a><pre class="programlisting"><a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a>* gimp_color_display_new (GType display_type);</pre>
<p>
</p>
@ -164,9 +164,9 @@ display color correction modules.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624585"></a><h3>
<a name="id2622110"></a><h3>
<a name="gimp-color-display-clone"></a>gimp_color_display_clone ()</h3>
<a class="indexterm" name="id2624596"></a><pre class="programlisting"><a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a>* gimp_color_display_clone (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<a class="indexterm" name="id2622121"></a><pre class="programlisting"><a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a>* gimp_color_display_clone (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
</p>
@ -190,9 +190,9 @@ display color correction modules.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624652"></a><h3>
<a name="id2622177"></a><h3>
<a name="gimp-color-display-set-enabled"></a>gimp_color_display_set_enabled ()</h3>
<a class="indexterm" name="id2624664"></a><pre class="programlisting">void gimp_color_display_set_enabled (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
<a class="indexterm" name="id2622188"></a><pre class="programlisting">void gimp_color_display_set_enabled (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
gboolean enabled);</pre>
<p>
@ -217,9 +217,9 @@ display color correction modules.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624730"></a><h3>
<a name="id2623315"></a><h3>
<a name="gimp-color-display-get-enabled"></a>gimp_color_display_get_enabled ()</h3>
<a class="indexterm" name="id2624741"></a><pre class="programlisting">gboolean gimp_color_display_get_enabled (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<a class="indexterm" name="id2623326"></a><pre class="programlisting">gboolean gimp_color_display_get_enabled (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
</p>
@ -243,9 +243,9 @@ display color correction modules.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624796"></a><h3>
<a name="id2623381"></a><h3>
<a name="gimp-color-display-convert"></a>gimp_color_display_convert ()</h3>
<a class="indexterm" name="id2624808"></a><pre class="programlisting">void gimp_color_display_convert (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
<a class="indexterm" name="id2623392"></a><pre class="programlisting">void gimp_color_display_convert (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
guchar *buf,
gint width,
gint height,
@ -294,9 +294,9 @@ display color correction modules.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624958"></a><h3>
<a name="id2623543"></a><h3>
<a name="gimp-color-display-load-state"></a>gimp_color_display_load_state ()</h3>
<a class="indexterm" name="id2622918"></a><pre class="programlisting">void gimp_color_display_load_state (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
<a class="indexterm" name="id2623554"></a><pre class="programlisting">void gimp_color_display_load_state (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
<a
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
>GimpParasite</a> *state);</pre>
@ -323,9 +323,9 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2622985"></a><h3>
<a name="id2623620"></a><h3>
<a name="gimp-color-display-save-state"></a>gimp_color_display_save_state ()</h3>
<a class="indexterm" name="id2622999"></a><pre class="programlisting"><a
<a class="indexterm" name="id2623633"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
>GimpParasite</a>* gimp_color_display_save_state (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
@ -351,9 +351,9 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2623056"></a><h3>
<a name="id2623690"></a><h3>
<a name="gimp-color-display-configure"></a>gimp_color_display_configure ()</h3>
<a class="indexterm" name="id2623069"></a><pre class="programlisting">GtkWidget* gimp_color_display_configure (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<a class="indexterm" name="id2623703"></a><pre class="programlisting">GtkWidget* gimp_color_display_configure (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
</p>
@ -377,9 +377,9 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2623126"></a><h3>
<a name="id2623760"></a><h3>
<a name="gimp-color-display-configure-reset"></a>gimp_color_display_configure_reset ()</h3>
<a class="indexterm" name="id2623140"></a><pre class="programlisting">void gimp_color_display_configure_reset
<a class="indexterm" name="id2623774"></a><pre class="programlisting">void gimp_color_display_configure_reset
(<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
@ -397,9 +397,9 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2623187"></a><h3>
<a name="id2623821"></a><h3>
<a name="gimp-color-display-changed"></a>gimp_color_display_changed ()</h3>
<a class="indexterm" name="id2623198"></a><pre class="programlisting">void gimp_color_display_changed (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<a class="indexterm" name="id2623832"></a><pre class="programlisting">void gimp_color_display_changed (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
</p>
@ -416,21 +416,21 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2623246"></a><h2>Property Details</h2>
<a name="id2623880"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2623256"></a><h3>
<a name="id2623890"></a><h3>
<a name="GimpColorDisplay--enabled"></a>The "<code class="literal">enabled</code>" property</h3>
<a class="indexterm" name="id2623270"></a><pre class="programlisting"> "enabled" gboolean : Read / Write / Construct</pre>
<a class="indexterm" name="id2623904"></a><pre class="programlisting"> "enabled" gboolean : Read / Write / Construct</pre>
<p></p>
<p>Default value: TRUE</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2623296"></a><h2>Signal Details</h2>
<a name="id2623930"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2623306"></a><h3>
<a name="id2623940"></a><h3>
<a name="GimpColorDisplay-changed"></a>The "changed" signal</h3>
<a class="indexterm" name="id2623314"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *gimpcolordisplay,
<a class="indexterm" name="id2623948"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *gimpcolordisplay,
gpointer user_data) : Run first</pre>
<p>
@ -453,7 +453,7 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2623384"></a><h2>See Also</h2>
<a name="id2624018"></a><h2>See Also</h2>
<p>
<span class="type">GModule</span>
</p>

View File

@ -33,20 +33,20 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-colorselector.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="#id2554093" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2579744" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2624238" class="shortcut">Description</a>
<a href="#id2630924" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2622568" class="shortcut">Object Hierarchy</a>
<a href="#id2622265" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2622592" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2622289" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorDisplayStack"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2554093"></a><span class="refentrytitle">GimpColorDisplayStack</span>
<a name="id2579744"></a><span class="refentrytitle">GimpColorDisplayStack</span>
</h2>
<p>GimpColorDisplayStack</p>
</td>
@ -86,7 +86,7 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2622568"></a><h2>Object Hierarchy</h2>
<a name="id2622265"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -94,7 +94,7 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2622592"></a><h2>Signals</h2>
<a name="id2622289"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpColorDisplayStack.html#GimpColorDisplayStack-added">added</a>" void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
@ -113,26 +113,26 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2624238"></a><h2>Description</h2>
<a name="id2630924"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2624254"></a><h2>Details</h2>
<a name="id2630940"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2624265"></a><h3>
<a name="id2630951"></a><h3>
<a name="GimpColorDisplayStack-struct"></a>GimpColorDisplayStack</h3>
<a class="indexterm" name="id2624276"></a><pre class="programlisting">typedef struct _GimpColorDisplayStack GimpColorDisplayStack;</pre>
<a class="indexterm" name="id2630962"></a><pre class="programlisting">typedef struct _GimpColorDisplayStack GimpColorDisplayStack;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624292"></a><h3>
<a name="id2630977"></a><h3>
<a name="gimp-color-display-stack-new"></a>gimp_color_display_stack_new ()</h3>
<a class="indexterm" name="id2624303"></a><pre class="programlisting"><a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a>* gimp_color_display_stack_new
<a class="indexterm" name="id2630990"></a><pre class="programlisting"><a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a>* gimp_color_display_stack_new
(void);</pre>
<p>
@ -150,9 +150,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624339"></a><h3>
<a name="id2631026"></a><h3>
<a name="gimp-color-display-stack-clone"></a>gimp_color_display_stack_clone ()</h3>
<a class="indexterm" name="id2624352"></a><pre class="programlisting"><a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a>* gimp_color_display_stack_clone
<a class="indexterm" name="id2631040"></a><pre class="programlisting"><a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a>* gimp_color_display_stack_clone
(<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack);</pre>
<p>
@ -177,9 +177,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630636"></a><h3>
<a name="id2631096"></a><h3>
<a name="gimp-color-display-stack-changed"></a>gimp_color_display_stack_changed ()</h3>
<a class="indexterm" name="id2630649"></a><pre class="programlisting">void gimp_color_display_stack_changed
<a class="indexterm" name="id2631928"></a><pre class="programlisting">void gimp_color_display_stack_changed
(<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack);</pre>
<p>
@ -197,9 +197,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630696"></a><h3>
<a name="id2631974"></a><h3>
<a name="gimp-color-display-stack-add"></a>gimp_color_display_stack_add ()</h3>
<a class="indexterm" name="id2630709"></a><pre class="programlisting">void gimp_color_display_stack_add (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
<a class="indexterm" name="id2631987"></a><pre class="programlisting">void gimp_color_display_stack_add (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
@ -224,9 +224,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630775"></a><h3>
<a name="id2632054"></a><h3>
<a name="gimp-color-display-stack-remove"></a>gimp_color_display_stack_remove ()</h3>
<a class="indexterm" name="id2630788"></a><pre class="programlisting">void gimp_color_display_stack_remove (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
<a class="indexterm" name="id2632067"></a><pre class="programlisting">void gimp_color_display_stack_remove (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
@ -251,9 +251,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630855"></a><h3>
<a name="id2632134"></a><h3>
<a name="gimp-color-display-stack-reorder-up"></a>gimp_color_display_stack_reorder_up ()</h3>
<a class="indexterm" name="id2630869"></a><pre class="programlisting">void gimp_color_display_stack_reorder_up
<a class="indexterm" name="id2632148"></a><pre class="programlisting">void gimp_color_display_stack_reorder_up
(<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
@ -279,9 +279,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2622198"></a><h3>
<a name="id2622872"></a><h3>
<a name="gimp-color-display-stack-reorder-down"></a>gimp_color_display_stack_reorder_down ()</h3>
<a class="indexterm" name="id2622211"></a><pre class="programlisting">void gimp_color_display_stack_reorder_down
<a class="indexterm" name="id2622886"></a><pre class="programlisting">void gimp_color_display_stack_reorder_down
(<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
@ -307,9 +307,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2622279"></a><h3>
<a name="id2622954"></a><h3>
<a name="gimp-color-display-stack-convert"></a>gimp_color_display_stack_convert ()</h3>
<a class="indexterm" name="id2622292"></a><pre class="programlisting">void gimp_color_display_stack_convert
<a class="indexterm" name="id2622967"></a><pre class="programlisting">void gimp_color_display_stack_convert
(<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
guchar *buf,
gint width,
@ -359,11 +359,11 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2631727"></a><h2>Signal Details</h2>
<a name="id2633007"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2631737"></a><h3>
<a name="id2633016"></a><h3>
<a name="GimpColorDisplayStack-added"></a>The "added" signal</h3>
<a class="indexterm" name="id2631744"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
<a class="indexterm" name="id2633023"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *arg1,
gint arg2,
gpointer user_data) : Run first</pre>
@ -398,9 +398,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2631844"></a><h3>
<a name="id2633124"></a><h3>
<a name="GimpColorDisplayStack-changed"></a>The "changed" signal</h3>
<a class="indexterm" name="id2631854"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
<a class="indexterm" name="id2633133"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
gpointer user_data) : Run first</pre>
<p>
@ -423,9 +423,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2631918"></a><h3>
<a name="id2633197"></a><h3>
<a name="GimpColorDisplayStack-removed"></a>The "removed" signal</h3>
<a class="indexterm" name="id2631927"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
<a class="indexterm" name="id2633207"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *arg1,
gpointer user_data) : Run first</pre>
<p>
@ -454,9 +454,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2632015"></a><h3>
<a name="id2633295"></a><h3>
<a name="GimpColorDisplayStack-reordered"></a>The "reordered" signal</h3>
<a class="indexterm" name="id2632025"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
<a class="indexterm" name="id2633305"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *arg1,
gint arg2,
gpointer user_data) : Run first</pre>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorScale.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="#id2553878" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2571913" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2558695" class="shortcut">Description</a>
<a href="#id2591749" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2589331" class="shortcut">Object Hierarchy</a>
<a href="#id2585020" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2589380" class="shortcut">Implemented Interfaces</a>
<a href="#id2585069" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2589413" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2585102" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorHexEntry"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2553878"></a><span class="refentrytitle">GimpColorHexEntry</span>
<a name="id2571913"></a><span class="refentrytitle">GimpColorHexEntry</span>
</h2>
<p>GimpColorHexEntry &#8212; Widget for entering a color's hex triplet.</p>
</td>
@ -74,7 +74,7 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2589331"></a><h2>Object Hierarchy</h2>
<a name="id2585020"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -86,13 +86,13 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2589380"></a><h2>Implemented Interfaces</h2>
<a name="id2585069"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorHexEntry implements
AtkImplementorIface, GtkEditable and GtkCellEditable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2589413"></a><h2>Signals</h2>
<a name="id2585102"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpColorHexEntry.html#GimpColorHexEntry-color-changed">color-changed</a>"
@ -101,26 +101,26 @@ GimpColorHexEntry implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2558695"></a><h2>Description</h2>
<a name="id2591749"></a><h2>Description</h2>
<p>
Widget for entering a color's hex triplet.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2558712"></a><h2>Details</h2>
<a name="id2591766"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2558722"></a><h3>
<a name="id2591777"></a><h3>
<a name="GimpColorHexEntry-struct"></a>GimpColorHexEntry</h3>
<a class="indexterm" name="id2558734"></a><pre class="programlisting">typedef struct _GimpColorHexEntry GimpColorHexEntry;</pre>
<a class="indexterm" name="id2591788"></a><pre class="programlisting">typedef struct _GimpColorHexEntry GimpColorHexEntry;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2558751"></a><h3>
<a name="id2591805"></a><h3>
<a name="gimp-color-hex-entry-new"></a>gimp_color_hex_entry_new ()</h3>
<a class="indexterm" name="id2558764"></a><pre class="programlisting">GtkWidget* gimp_color_hex_entry_new (void);</pre>
<a class="indexterm" name="id2591818"></a><pre class="programlisting">GtkWidget* gimp_color_hex_entry_new (void);</pre>
<p>
</p>
<p>
@ -140,9 +140,9 @@ Widget for entering a color's hex triplet.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2558815"></a><h3>
<a name="id2591869"></a><h3>
<a name="gimp-color-hex-entry-set-color"></a>gimp_color_hex_entry_set_color ()</h3>
<a class="indexterm" name="id2558829"></a><pre class="programlisting">void gimp_color_hex_entry_set_color (<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *entry,
<a class="indexterm" name="id2554909"></a><pre class="programlisting">void gimp_color_hex_entry_set_color (<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *entry,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -175,9 +175,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2588765"></a><h3>
<a name="id2555007"></a><h3>
<a name="gimp-color-hex-entry-get-color"></a>gimp_color_hex_entry_get_color ()</h3>
<a class="indexterm" name="id2588781"></a><pre class="programlisting">void gimp_color_hex_entry_get_color (<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *entry,
<a class="indexterm" name="id2555022"></a><pre class="programlisting">void gimp_color_hex_entry_get_color (<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *entry,
<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -208,11 +208,11 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2562021"></a><h2>Signal Details</h2>
<a name="id2592586"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2562032"></a><h3>
<a name="id2592597"></a><h3>
<a name="GimpColorHexEntry-color-changed"></a>The "color-changed" signal</h3>
<a class="indexterm" name="id2562042"></a><pre class="programlisting">void user_function (<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *gimpcolorhexentry,
<a class="indexterm" name="id2592606"></a><pre class="programlisting">void user_function (<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *gimpcolorhexentry,
gpointer user_data) : Run first</pre>
<p>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorScales.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="#id2559250" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2564865" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2629592" class="shortcut">Description</a>
<a href="#id2632624" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2633722" class="shortcut">Object Hierarchy</a>
<a href="#id2625422" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2629529" class="shortcut">Implemented Interfaces</a>
<a href="#id2635010" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2629550" class="shortcut">Style Properties</a></nobr></td></tr>
<a href="#id2635031" class="shortcut">Style Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorNotebook"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2559250"></a><span class="refentrytitle">GimpColorNotebook</span>
<a name="id2564865"></a><span class="refentrytitle">GimpColorNotebook</span>
</h2>
<p>GimpColorNotebook &#8212; A <a href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.</p>
</td>
@ -69,7 +69,7 @@ GtkWidget* <a href="GimpColorNotebook.html#gimp-color-notebook-set-has-page">gi
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2633722"></a><h2>Object Hierarchy</h2>
<a name="id2625422"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -84,13 +84,13 @@ GtkWidget* <a href="GimpColorNotebook.html#gimp-color-notebook-set-has-page">gi
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2629529"></a><h2>Implemented Interfaces</h2>
<a name="id2635010"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorNotebook implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2629550"></a><h2>Style Properties</h2>
<a name="id2635031"></a><h2>Style Properties</h2>
<pre class="synopsis">
"<a href="GimpColorNotebook.html#GimpColorNotebook--tab-border">tab-border</a>" gint : Read
@ -98,27 +98,27 @@ GimpColorNotebook implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2629592"></a><h2>Description</h2>
<a name="id2632624"></a><h2>Description</h2>
<p>
The <a href="GimpColorNotebook.html" title="GimpColorNotebook"><span class="type">GimpColorNotebook</span></a> widget is an implementation of a <a href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a>.
It serves as a container for <span class="type">GimpColorSelectors</span>.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2629629"></a><h2>Details</h2>
<a name="id2632661"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2629640"></a><h3>
<a name="id2632672"></a><h3>
<a name="GimpColorNotebook-struct"></a>GimpColorNotebook</h3>
<a class="indexterm" name="id2629787"></a><pre class="programlisting">typedef struct _GimpColorNotebook GimpColorNotebook;</pre>
<a class="indexterm" name="id2632684"></a><pre class="programlisting">typedef struct _GimpColorNotebook GimpColorNotebook;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2629804"></a><h3>
<a name="id2632700"></a><h3>
<a name="gimp-color-notebook-set-has-page"></a>gimp_color_notebook_set_has_page ()</h3>
<a class="indexterm" name="id2629815"></a><pre class="programlisting">GtkWidget* gimp_color_notebook_set_has_page
<a class="indexterm" name="id2632712"></a><pre class="programlisting">GtkWidget* gimp_color_notebook_set_has_page
(<a href="GimpColorNotebook.html" title="GimpColorNotebook">GimpColorNotebook</a> *notebook,
GType page_type,
gboolean has_page);</pre>
@ -157,20 +157,20 @@ The <em class="parameter"><code>page_type</code></em> passed must be a <a href="
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2634386"></a><h2>Style Property Details</h2>
<a name="id2635717"></a><h2>Style Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2634396"></a><h3>
<a name="id2635727"></a><h3>
<a name="GimpColorNotebook--tab-border"></a>The "<code class="literal">tab-border</code>" style property</h3>
<a class="indexterm" name="id2634410"></a><pre class="programlisting"> "tab-border" gint : Read</pre>
<a class="indexterm" name="id2635741"></a><pre class="programlisting"> "tab-border" gint : Read</pre>
<p>Width of the border around the tab contents.</p>
<p>Allowed values: &gt;= 0</p>
<p>Default value: 0</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634438"></a><h3>
<a name="id2635770"></a><h3>
<a name="GimpColorNotebook--tab-icon-size"></a>The "<code class="literal">tab-icon-size</code>" style property</h3>
<a class="indexterm" name="id2634453"></a><pre class="programlisting"> "tab-icon-size" GtkIconSize : Read</pre>
<a class="indexterm" name="id2635784"></a><pre class="programlisting"> "tab-icon-size" GtkIconSize : Read</pre>
<p>Size for icons displayed in the tab.</p>
<p>Default value: GTK_ICON_SIZE_BUTTON</p>
</div>

View File

@ -33,20 +33,20 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorSelection.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="#id2552815" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2590515" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2560352" class="shortcut">Description</a>
<a href="#id2586122" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2560276" class="shortcut">Object Hierarchy</a>
<a href="#id2586046" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2560331" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
<a href="#id2586100" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorScale"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2552815"></a><span class="refentrytitle">GimpColorScale</span>
<a name="id2590515"></a><span class="refentrytitle">GimpColorScale</span>
</h2>
<p>GimpColorScale &#8212; Fancy colored sliders.</p>
</td>
@ -74,7 +74,7 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2560276"></a><h2>Object Hierarchy</h2>
<a name="id2586046"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -87,32 +87,32 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2560331"></a><h2>Implemented Interfaces</h2>
<a name="id2586100"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorScale implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2560352"></a><h2>Description</h2>
<a name="id2586122"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2562125"></a><h2>Details</h2>
<a name="id2592061"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2562136"></a><h3>
<a name="id2592072"></a><h3>
<a name="GimpColorScale-struct"></a>GimpColorScale</h3>
<a class="indexterm" name="id2562147"></a><pre class="programlisting">typedef struct _GimpColorScale GimpColorScale;</pre>
<a class="indexterm" name="id2592083"></a><pre class="programlisting">typedef struct _GimpColorScale GimpColorScale;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2562164"></a><h3>
<a name="id2592100"></a><h3>
<a name="gimp-color-scale-new"></a>gimp_color_scale_new ()</h3>
<a class="indexterm" name="id2562175"></a><pre class="programlisting">GtkWidget* gimp_color_scale_new (GtkOrientation orientation,
<a class="indexterm" name="id2592111"></a><pre class="programlisting">GtkWidget* gimp_color_scale_new (GtkOrientation orientation,
<a href="GimpColorSelector.html#GimpColorSelectorChannel">GimpColorSelectorChannel</a> channel);</pre>
<p>
Creates a new <a href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> widget.</p>
@ -142,9 +142,9 @@ Creates a new <a href="GimpColorScale.html" title="GimpColorScale"><span class="
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2562270"></a><h3>
<a name="id2592206"></a><h3>
<a name="gimp-color-scale-set-channel"></a>gimp_color_scale_set_channel ()</h3>
<a class="indexterm" name="id2592553"></a><pre class="programlisting">void gimp_color_scale_set_channel (<a href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> *scale,
<a class="indexterm" name="id2562109"></a><pre class="programlisting">void gimp_color_scale_set_channel (<a href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> *scale,
<a href="GimpColorSelector.html#GimpColorSelectorChannel">GimpColorSelectorChannel</a> channel);</pre>
<p>
Changes the color channel displayed by the <em class="parameter"><code>scale</code></em>.</p>
@ -169,9 +169,9 @@ Changes the color channel displayed by the <em class="parameter"><code>scale</co
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2592636"></a><h3>
<a name="id2562192"></a><h3>
<a name="gimp-color-scale-set-color"></a>gimp_color_scale_set_color ()</h3>
<a class="indexterm" name="id2592647"></a><pre class="programlisting">void gimp_color_scale_set_color (<a href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> *scale,
<a class="indexterm" name="id2562203"></a><pre class="programlisting">void gimp_color_scale_set_color (<a href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> *scale,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *rgb,

View File

@ -33,20 +33,20 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorSelect.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="#id2562775" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2605960" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2622444" class="shortcut">Description</a>
<a href="#id2631586" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2572243" class="shortcut">Object Hierarchy</a>
<a href="#id2587572" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2619023" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
<a href="#id2631566" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorScales"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2562775"></a><span class="refentrytitle">GimpColorScales</span>
<a name="id2605960"></a><span class="refentrytitle">GimpColorScales</span>
</h2>
<p>GimpColorScales &#8212; A <a href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.</p>
</td>
@ -63,7 +63,7 @@
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2572243"></a><h2>Object Hierarchy</h2>
<a name="id2587572"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -78,13 +78,13 @@
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2619023"></a><h2>Implemented Interfaces</h2>
<a name="id2631566"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorScales implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2622444"></a><h2>Description</h2>
<a name="id2631586"></a><h2>Description</h2>
<p>
The <a href="GimpColorScales.html" title="GimpColorScales"><span class="type">GimpColorScales</span></a> widget is an implementation of a <a href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a>.
It shows a group of <a href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> widgets that allow to adjust the
@ -92,11 +92,11 @@ HSV and RGB color channels.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2622482"></a><h2>Details</h2>
<a name="id2552319"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2622493"></a><h3>
<a name="id2552330"></a><h3>
<a name="GimpColorScales-struct"></a>GimpColorScales</h3>
<a class="indexterm" name="id2622504"></a><pre class="programlisting">typedef struct _GimpColorScales GimpColorScales;</pre>
<a class="indexterm" name="id2552341"></a><pre class="programlisting">typedef struct _GimpColorScales GimpColorScales;</pre>
<p>
</p>

View File

@ -33,20 +33,20 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-controller.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="#id2573500" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2575432" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2630928" class="shortcut">Description</a>
<a href="#id2630390" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2555900" class="shortcut">Object Hierarchy</a>
<a href="#id2548430" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2630907" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
<a href="#id2630369" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorSelect"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2573500"></a><span class="refentrytitle">GimpColorSelect</span>
<a name="id2575432"></a><span class="refentrytitle">GimpColorSelect</span>
</h2>
<p>GimpColorSelect &#8212; A <a href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.</p>
</td>
@ -63,7 +63,7 @@
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2555900"></a><h2>Object Hierarchy</h2>
<a name="id2548430"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -78,13 +78,13 @@
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2630907"></a><h2>Implemented Interfaces</h2>
<a name="id2630369"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorSelect implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2630928"></a><h2>Description</h2>
<a name="id2630390"></a><h2>Description</h2>
<p>
The <a href="GimpColorSelect.html" title="GimpColorSelect"><span class="type">GimpColorSelect</span></a> widget is an implementation of a <a href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a>.
It shows a square area that allows to interactively change two color channels
@ -94,11 +94,11 @@ will then change the other two channels accordingly.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2630971"></a><h2>Details</h2>
<a name="id2630433"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2630982"></a><h3>
<a name="id2630444"></a><h3>
<a name="GimpColorSelect-struct"></a>GimpColorSelect</h3>
<a class="indexterm" name="id2630994"></a><pre class="programlisting">typedef struct _GimpColorSelect GimpColorSelect;</pre>
<a class="indexterm" name="id2630455"></a><pre class="programlisting">typedef struct _GimpColorSelect GimpColorSelect;</pre>
<p>
</p>

View File

@ -33,24 +33,24 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpDialog.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="#id2571553" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2587105" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2587021" class="shortcut">Description</a>
<a href="#id2569735" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2593788" class="shortcut">Object Hierarchy</a>
<a href="#id2547533" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2593849" class="shortcut">Implemented Interfaces</a>
<a href="#id2547594" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2593871" class="shortcut">Properties</a>
<a href="#id2547616" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2586975" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2569690" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorSelection"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2571553"></a><span class="refentrytitle">GimpColorSelection</span>
<a name="id2587105"></a><span class="refentrytitle">GimpColorSelection</span>
</h2>
<p>GimpColorSelection &#8212; Widget for doing a color selection.</p>
</td>
@ -98,7 +98,7 @@ href="../libgimpconfig/GimpColorConfig.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2593788"></a><h2>Object Hierarchy</h2>
<a name="id2547533"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -112,13 +112,13 @@ href="../libgimpconfig/GimpColorConfig.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2593849"></a><h2>Implemented Interfaces</h2>
<a name="id2547594"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorSelection implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2593871"></a><h2>Properties</h2>
<a name="id2547616"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpColorSelection.html#GimpColorSelection--config">config</a>" <a
@ -127,7 +127,7 @@ href="../libgimpconfig/GimpColorConfig.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2586975"></a><h2>Signals</h2>
<a name="id2569690"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpColorSelection.html#GimpColorSelection-color-changed">color-changed</a>"
@ -136,26 +136,26 @@ href="../libgimpconfig/GimpColorConfig.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2587021"></a><h2>Description</h2>
<a name="id2569735"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2587036"></a><h2>Details</h2>
<a name="id2569751"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2587047"></a><h3>
<a name="id2569761"></a><h3>
<a name="GimpColorSelection-struct"></a>GimpColorSelection</h3>
<a class="indexterm" name="id2587059"></a><pre class="programlisting">typedef struct _GimpColorSelection GimpColorSelection;</pre>
<a class="indexterm" name="id2569773"></a><pre class="programlisting">typedef struct _GimpColorSelection GimpColorSelection;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2587075"></a><h3>
<a name="id2569790"></a><h3>
<a name="gimp-color-selection-new"></a>gimp_color_selection_new ()</h3>
<a class="indexterm" name="id2587087"></a><pre class="programlisting">GtkWidget* gimp_color_selection_new (void);</pre>
<a class="indexterm" name="id2569801"></a><pre class="programlisting">GtkWidget* gimp_color_selection_new (void);</pre>
<p>
Creates a new <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.</p>
<p>
@ -172,9 +172,9 @@ Creates a new <a href="GimpColorSelection.html" title="GimpColorSelection"><span
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2587140"></a><h3>
<a name="id2569854"></a><h3>
<a name="gimp-color-selection-set-show-alpha"></a>gimp_color_selection_set_show_alpha ()</h3>
<a class="indexterm" name="id2587153"></a><pre class="programlisting">void gimp_color_selection_set_show_alpha
<a class="indexterm" name="id2569868"></a><pre class="programlisting">void gimp_color_selection_set_show_alpha
(<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
gboolean show_alpha);</pre>
<p>
@ -200,9 +200,9 @@ Sets the <em class="parameter"><code>show_alpha</code></em> property of the <em
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2572799"></a><h3>
<a name="id2586692"></a><h3>
<a name="gimp-color-selection-get-show-alpha"></a>gimp_color_selection_get_show_alpha ()</h3>
<a class="indexterm" name="id2572812"></a><pre class="programlisting">gboolean gimp_color_selection_get_show_alpha
<a class="indexterm" name="id2586705"></a><pre class="programlisting">gboolean gimp_color_selection_get_show_alpha
(<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre>
<p>
Returns the <em class="parameter"><code>selection</code></em>'s <em class="parameter"><code>show_alpha</code></em> property.</p>
@ -227,9 +227,9 @@ Returns the <em class="parameter"><code>selection</code></em>'s <em class="param
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2572907"></a><h3>
<a name="id2586800"></a><h3>
<a name="gimp-color-selection-set-color"></a>gimp_color_selection_set_color ()</h3>
<a class="indexterm" name="id2572920"></a><pre class="programlisting">void gimp_color_selection_set_color (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
<a class="indexterm" name="id2586813"></a><pre class="programlisting">void gimp_color_selection_set_color (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -256,9 +256,9 @@ Sets the <a href="GimpColorSelection.html" title="GimpColorSelection"><span clas
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2573017"></a><h3>
<a name="id2586910"></a><h3>
<a name="gimp-color-selection-get-color"></a>gimp_color_selection_get_color ()</h3>
<a class="indexterm" name="id2573030"></a><pre class="programlisting">void gimp_color_selection_get_color (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
<a class="indexterm" name="id2586924"></a><pre class="programlisting">void gimp_color_selection_get_color (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -285,9 +285,9 @@ This function returns the <a href="GimpColorSelection.html" title="GimpColorSele
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2598023"></a><h3>
<a name="id2598073"></a><h3>
<a name="gimp-color-selection-set-old-color"></a>gimp_color_selection_set_old_color ()</h3>
<a class="indexterm" name="id2598036"></a><pre class="programlisting">void gimp_color_selection_set_old_color
<a class="indexterm" name="id2598086"></a><pre class="programlisting">void gimp_color_selection_set_old_color
(<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
@ -315,9 +315,9 @@ Sets the <a href="GimpColorSelection.html" title="GimpColorSelection"><span clas
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2598125"></a><h3>
<a name="id2598175"></a><h3>
<a name="gimp-color-selection-get-old-color"></a>gimp_color_selection_get_old_color ()</h3>
<a class="indexterm" name="id2598139"></a><pre class="programlisting">void gimp_color_selection_get_old_color
<a class="indexterm" name="id2598189"></a><pre class="programlisting">void gimp_color_selection_get_old_color
(<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
@ -345,9 +345,9 @@ This function returns the <a href="GimpColorSelection.html" title="GimpColorSele
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2587997"></a><h3>
<a name="id2598288"></a><h3>
<a name="gimp-color-selection-reset"></a>gimp_color_selection_reset ()</h3>
<a class="indexterm" name="id2598230"></a><pre class="programlisting">void gimp_color_selection_reset (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre>
<a class="indexterm" name="id2598300"></a><pre class="programlisting">void gimp_color_selection_reset (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre>
<p>
Sets the <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s current color to its old color.</p>
<p>
@ -364,9 +364,9 @@ Sets the <a href="GimpColorSelection.html" title="GimpColorSelection"><span clas
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2598287"></a><h3>
<a name="id2598364"></a><h3>
<a name="gimp-color-selection-color-changed"></a>gimp_color_selection_color_changed ()</h3>
<a class="indexterm" name="id2598300"></a><pre class="programlisting">void gimp_color_selection_color_changed
<a class="indexterm" name="id2598378"></a><pre class="programlisting">void gimp_color_selection_color_changed
(<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre>
<p>
Emits the "color-changed" signal.</p>
@ -384,9 +384,9 @@ Emits the "color-changed" signal.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2598352"></a><h3>
<a name="id2598436"></a><h3>
<a name="gimp-color-selection-set-config"></a>gimp_color_selection_set_config ()</h3>
<a class="indexterm" name="id2598366"></a><pre class="programlisting">void gimp_color_selection_set_config (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
<a class="indexterm" name="id2598452"></a><pre class="programlisting">void gimp_color_selection_set_config (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
<a
href="../libgimpconfig/GimpColorConfig.html"
>GimpColorConfig</a> *config);</pre>
@ -415,22 +415,22 @@ Sets the color management configuration to use with this color selection.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2598436"></a><h2>Property Details</h2>
<a name="id2598531"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2598446"></a><h3>
<a name="id2598541"></a><h3>
<a name="GimpColorSelection--config"></a>The "<code class="literal">config</code>" property</h3>
<a class="indexterm" name="id2598458"></a><pre class="programlisting"> "config" <a
<a class="indexterm" name="id2598555"></a><pre class="programlisting"> "config" <a
href="../libgimpconfig/GimpColorConfig.html"
>GimpColorConfig</a> : Write</pre>
<p></p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2598477"></a><h2>Signal Details</h2>
<a name="id2598577"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2598486"></a><h3>
<a name="id2598588"></a><h3>
<a name="GimpColorSelection-color-changed"></a>The "color-changed" signal</h3>
<a class="indexterm" name="id2598496"></a><pre class="programlisting">void user_function (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *gimpcolorselection,
<a class="indexterm" name="id2598597"></a><pre class="programlisting">void user_function (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *gimpcolorselection,
gpointer user_data) : Run first</pre>
<p>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorNotebook.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="#id2552393" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2585439" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2631525" class="shortcut">Description</a>
<a href="#id2631618" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2630150" class="shortcut">Object Hierarchy</a>
<a href="#id2630189" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2631413" class="shortcut">Implemented Interfaces</a>
<a href="#id2630271" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2631435" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2630293" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorSelector"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2552393"></a><span class="refentrytitle">GimpColorSelector</span>
<a name="id2585439"></a><span class="refentrytitle">GimpColorSelector</span>
</h2>
<p>GimpColorSelector &#8212; Pluggable GIMP color selector modules.</p>
</td>
@ -102,7 +102,7 @@ href="../libgimpconfig/GimpColorConfig.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2630150"></a><h2>Object Hierarchy</h2>
<a name="id2630189"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -119,13 +119,13 @@ href="../libgimpconfig/GimpColorConfig.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2631413"></a><h2>Implemented Interfaces</h2>
<a name="id2630271"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorSelector implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2631435"></a><h2>Signals</h2>
<a name="id2630293"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpColorSelector.html#GimpColorSelector-channel-changed">channel-changed</a>"
@ -140,27 +140,27 @@ GimpColorSelector implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2631525"></a><h2>Description</h2>
<a name="id2631618"></a><h2>Description</h2>
<p>
Functions and definitions for creating pluggable GIMP color
selector modules.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2631542"></a><h2>Details</h2>
<a name="id2631635"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2631553"></a><h3>
<a name="id2631646"></a><h3>
<a name="GimpColorSelector-struct"></a>GimpColorSelector</h3>
<a class="indexterm" name="id2631564"></a><pre class="programlisting">typedef struct _GimpColorSelector GimpColorSelector;</pre>
<a class="indexterm" name="id2631658"></a><pre class="programlisting">typedef struct _GimpColorSelector GimpColorSelector;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2631581"></a><h3>
<a name="id2631674"></a><h3>
<a name="GIMP-COLOR-SELECTOR-SIZE:CAPS"></a>GIMP_COLOR_SELECTOR_SIZE</h3>
<a class="indexterm" name="id2631594"></a><pre class="programlisting">#define GIMP_COLOR_SELECTOR_SIZE 150
<a class="indexterm" name="id2631687"></a><pre class="programlisting">#define GIMP_COLOR_SELECTOR_SIZE 150
</pre>
<p>
The suggested size for a color area in a <a href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.
@ -168,9 +168,9 @@ The suggested size for a color area in a <a href="GimpColorSelector.html" title=
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2631617"></a><h3>
<a name="id2631711"></a><h3>
<a name="GIMP-COLOR-SELECTOR-BAR-SIZE:CAPS"></a>GIMP_COLOR_SELECTOR_BAR_SIZE</h3>
<a class="indexterm" name="id2631630"></a><pre class="programlisting">#define GIMP_COLOR_SELECTOR_BAR_SIZE 15
<a class="indexterm" name="id2631724"></a><pre class="programlisting">#define GIMP_COLOR_SELECTOR_BAR_SIZE 15
</pre>
<p>
The suggested width for a color bar in a <a href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.
@ -178,9 +178,9 @@ The suggested width for a color bar in a <a href="GimpColorSelector.html" title=
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2631654"></a><h3>
<a name="id2631748"></a><h3>
<a name="GimpColorSelectorChannel"></a>enum GimpColorSelectorChannel</h3>
<a class="indexterm" name="id2631666"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2631760"></a><pre class="programlisting">typedef enum
{
GIMP_COLOR_SELECTOR_HUE, /*&lt; desc="_H", help="Hue" &gt;*/
GIMP_COLOR_SELECTOR_SATURATION, /*&lt; desc="_S", help="Saturation" &gt;*/
@ -238,9 +238,9 @@ The suggested width for a color bar in a <a href="GimpColorSelector.html" title=
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2623677"></a><h3>
<a name="id2631907"></a><h3>
<a name="gimp-color-selector-new"></a>gimp_color_selector_new ()</h3>
<a class="indexterm" name="id2623688"></a><pre class="programlisting">GtkWidget* gimp_color_selector_new (GType selector_type,
<a class="indexterm" name="id2631919"></a><pre class="programlisting">GtkWidget* gimp_color_selector_new (GType selector_type,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *rgb,
@ -286,9 +286,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2623806"></a><h3>
<a name="id2632294"></a><h3>
<a name="gimp-color-selector-set-toggles-visible"></a>gimp_color_selector_set_toggles_visible ()</h3>
<a class="indexterm" name="id2623820"></a><pre class="programlisting">void gimp_color_selector_set_toggles_visible
<a class="indexterm" name="id2632307"></a><pre class="programlisting">void gimp_color_selector_set_toggles_visible
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
gboolean visible);</pre>
<p>
@ -314,9 +314,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2623888"></a><h3>
<a name="id2632376"></a><h3>
<a name="gimp-color-selector-set-toggles-sensitive"></a>gimp_color_selector_set_toggles_sensitive ()</h3>
<a class="indexterm" name="id2623903"></a><pre class="programlisting">void gimp_color_selector_set_toggles_sensitive
<a class="indexterm" name="id2632390"></a><pre class="programlisting">void gimp_color_selector_set_toggles_sensitive
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
gboolean sensitive);</pre>
<p>
@ -342,9 +342,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2623971"></a><h3>
<a name="id2632458"></a><h3>
<a name="gimp-color-selector-set-show-alpha"></a>gimp_color_selector_set_show_alpha ()</h3>
<a class="indexterm" name="id2623984"></a><pre class="programlisting">void gimp_color_selector_set_show_alpha
<a class="indexterm" name="id2632472"></a><pre class="programlisting">void gimp_color_selector_set_show_alpha
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
gboolean show_alpha);</pre>
<p>
@ -370,9 +370,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624052"></a><h3>
<a name="id2632539"></a><h3>
<a name="gimp-color-selector-set-color"></a>gimp_color_selector_set_color ()</h3>
<a class="indexterm" name="id2624065"></a><pre class="programlisting">void gimp_color_selector_set_color (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
<a class="indexterm" name="id2632553"></a><pre class="programlisting">void gimp_color_selector_set_color (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *rgb,
@ -407,9 +407,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2633799"></a><h3>
<a name="id2635087"></a><h3>
<a name="gimp-color-selector-set-channel"></a>gimp_color_selector_set_channel ()</h3>
<a class="indexterm" name="id2633811"></a><pre class="programlisting">void gimp_color_selector_set_channel (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
<a class="indexterm" name="id2635099"></a><pre class="programlisting">void gimp_color_selector_set_channel (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
<a href="GimpColorSelector.html#GimpColorSelectorChannel">GimpColorSelectorChannel</a> channel);</pre>
<p>
@ -434,9 +434,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2633871"></a><h3>
<a name="id2635159"></a><h3>
<a name="gimp-color-selector-color-changed"></a>gimp_color_selector_color_changed ()</h3>
<a class="indexterm" name="id2633884"></a><pre class="programlisting">void gimp_color_selector_color_changed
<a class="indexterm" name="id2635172"></a><pre class="programlisting">void gimp_color_selector_color_changed
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector);</pre>
<p>
@ -454,9 +454,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2633925"></a><h3>
<a name="id2635214"></a><h3>
<a name="gimp-color-selector-channel-changed"></a>gimp_color_selector_channel_changed ()</h3>
<a class="indexterm" name="id2633939"></a><pre class="programlisting">void gimp_color_selector_channel_changed
<a class="indexterm" name="id2635227"></a><pre class="programlisting">void gimp_color_selector_channel_changed
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector);</pre>
<p>
@ -474,9 +474,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2633980"></a><h3>
<a name="id2635268"></a><h3>
<a name="gimp-color-selector-set-config"></a>gimp_color_selector_set_config ()</h3>
<a class="indexterm" name="id2633994"></a><pre class="programlisting">void gimp_color_selector_set_config (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
<a class="indexterm" name="id2635282"></a><pre class="programlisting">void gimp_color_selector_set_config (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
<a
href="../libgimpconfig/GimpColorConfig.html"
>GimpColorConfig</a> *config);</pre>
@ -505,11 +505,11 @@ Sets the color management configuration to use with this color selector.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2634064"></a><h2>Signal Details</h2>
<a name="id2635352"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2634074"></a><h3>
<a name="id2635362"></a><h3>
<a name="GimpColorSelector-channel-changed"></a>The "channel-changed" signal</h3>
<a class="indexterm" name="id2634083"></a><pre class="programlisting">void user_function (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *gimpcolorselector,
<a class="indexterm" name="id2635371"></a><pre class="programlisting">void user_function (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *gimpcolorselector,
gint arg1,
gpointer user_data) : Run first</pre>
<p>
@ -538,9 +538,9 @@ Sets the color management configuration to use with this color selector.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634164"></a><h3>
<a name="id2635452"></a><h3>
<a name="GimpColorSelector-color-changed"></a>The "color-changed" signal</h3>
<a class="indexterm" name="id2634173"></a><pre class="programlisting">void user_function (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *gimpcolorselector,
<a class="indexterm" name="id2635461"></a><pre class="programlisting">void user_function (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *gimpcolorselector,
gpointer arg1,
gpointer arg2,
gpointer user_data) : Run first</pre>
@ -575,7 +575,7 @@ Sets the color management configuration to use with this color selector.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2634275"></a><h2>See Also</h2>
<a name="id2635563"></a><h2>See Also</h2>
<p>
<span class="type">GModule</span>
</p>

View File

@ -33,24 +33,24 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-utils.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="#id2620631" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2594242" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2631321" class="shortcut">Description</a>
<a href="#id2630742" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2631185" class="shortcut">Object Hierarchy</a>
<a href="#id2630606" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2631209" class="shortcut">Implemented Interfaces</a>
<a href="#id2630630" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2631230" class="shortcut">Properties</a>
<a href="#id2630651" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2631271" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2630693" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpController"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2620631"></a><span class="refentrytitle">GimpController</span>
<a name="id2594242"></a><span class="refentrytitle">GimpController</span>
</h2>
<p>GimpController &#8212; Pluggable GIMP input controller modules.</p>
</td>
@ -81,7 +81,7 @@ gboolean <a href="GimpController.html#gimp-controller-event">gimp_controller_
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2631185"></a><h2>Object Hierarchy</h2>
<a name="id2630606"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -89,7 +89,7 @@ gboolean <a href="GimpController.html#gimp-controller-event">gimp_controller_
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2631209"></a><h2>Implemented Interfaces</h2>
<a name="id2630630"></a><h2>Implemented Interfaces</h2>
<p>
GimpController implements
<a
@ -97,7 +97,7 @@ href="../libgimpconfig/libgimpconfig-GimpConfig.html#GimpConfigInterface"
>GimpConfigInterface</a>.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2631230"></a><h2>Properties</h2>
<a name="id2630651"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpController.html#GimpController--name">name</a>" gchararray : Read / Write / Construct
@ -105,7 +105,7 @@ href="../libgimpconfig/libgimpconfig-GimpConfig.html#GimpConfigInterface"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2631271"></a><h2>Signals</h2>
<a name="id2630693"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpController.html#GimpController-event">event</a>" gboolean user_function (<a href="GimpController.html" title="GimpController">GimpController</a> *gimpcontroller,
@ -114,17 +114,17 @@ href="../libgimpconfig/libgimpconfig-GimpConfig.html#GimpConfigInterface"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2631321"></a><h2>Description</h2>
<a name="id2630742"></a><h2>Description</h2>
<p>
An abstract interface for implementing arbitrary input controllers.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2631338"></a><h2>Details</h2>
<a name="id2630759"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2630189"></a><h3>
<a name="id2631108"></a><h3>
<a name="GimpControllerEventType"></a>enum GimpControllerEventType</h3>
<a class="indexterm" name="id2630200"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2631120"></a><pre class="programlisting">typedef enum
{
GIMP_CONTROLLER_EVENT_TRIGGER,
GIMP_CONTROLLER_EVENT_VALUE
@ -136,9 +136,9 @@ An abstract interface for implementing arbitrary input controllers.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630217"></a><h3>
<a name="id2631137"></a><h3>
<a name="GimpControllerEventAny"></a>GimpControllerEventAny</h3>
<a class="indexterm" name="id2630228"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2631148"></a><pre class="programlisting">typedef struct {
GimpControllerEventType type;
GimpController *source;
gint event_id;
@ -150,9 +150,9 @@ An abstract interface for implementing arbitrary input controllers.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630246"></a><h3>
<a name="id2631166"></a><h3>
<a name="GimpControllerEventTrigger"></a>GimpControllerEventTrigger</h3>
<a class="indexterm" name="id2630257"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2631177"></a><pre class="programlisting">typedef struct {
GimpControllerEventType type;
GimpController *source;
gint event_id;
@ -164,9 +164,9 @@ An abstract interface for implementing arbitrary input controllers.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630275"></a><h3>
<a name="id2631194"></a><h3>
<a name="GimpControllerEventValue"></a>GimpControllerEventValue</h3>
<a class="indexterm" name="id2630286"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2631206"></a><pre class="programlisting">typedef struct {
GimpControllerEventType type;
GimpController *source;
gint event_id;
@ -179,9 +179,9 @@ An abstract interface for implementing arbitrary input controllers.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630304"></a><h3>
<a name="id2631224"></a><h3>
<a name="GimpControllerEvent"></a>union GimpControllerEvent</h3>
<a class="indexterm" name="id2630317"></a><pre class="programlisting">union GimpControllerEvent
<a class="indexterm" name="id2631236"></a><pre class="programlisting">union GimpControllerEvent
{
GimpControllerEventType type;
GimpControllerEventAny any;
@ -195,18 +195,18 @@ An abstract interface for implementing arbitrary input controllers.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630335"></a><h3>
<a name="id2631254"></a><h3>
<a name="GimpController-struct"></a>GimpController</h3>
<a class="indexterm" name="id2630347"></a><pre class="programlisting">typedef struct _GimpController GimpController;</pre>
<a class="indexterm" name="id2631266"></a><pre class="programlisting">typedef struct _GimpController GimpController;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630363"></a><h3>
<a name="id2631282"></a><h3>
<a name="gimp-controller-new"></a>gimp_controller_new ()</h3>
<a class="indexterm" name="id2630375"></a><pre class="programlisting"><a href="GimpController.html" title="GimpController">GimpController</a>* gimp_controller_new (GType controller_type);</pre>
<a class="indexterm" name="id2631295"></a><pre class="programlisting"><a href="GimpController.html" title="GimpController">GimpController</a>* gimp_controller_new (GType controller_type);</pre>
<p>
</p>
@ -230,9 +230,9 @@ An abstract interface for implementing arbitrary input controllers.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630431"></a><h3>
<a name="id2631351"></a><h3>
<a name="gimp-controller-get-n-events"></a>gimp_controller_get_n_events ()</h3>
<a class="indexterm" name="id2630442"></a><pre class="programlisting">gint gimp_controller_get_n_events (<a href="GimpController.html" title="GimpController">GimpController</a> *controller);</pre>
<a class="indexterm" name="id2631362"></a><pre class="programlisting">gint gimp_controller_get_n_events (<a href="GimpController.html" title="GimpController">GimpController</a> *controller);</pre>
<p>
</p>
@ -256,9 +256,9 @@ An abstract interface for implementing arbitrary input controllers.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2632830"></a><h3>
<a name="id2634018"></a><h3>
<a name="gimp-controller-get-event-name"></a>gimp_controller_get_event_name ()</h3>
<a class="indexterm" name="id2632841"></a><pre class="programlisting">const gchar* gimp_controller_get_event_name (<a href="GimpController.html" title="GimpController">GimpController</a> *controller,
<a class="indexterm" name="id2634030"></a><pre class="programlisting">const gchar* gimp_controller_get_event_name (<a href="GimpController.html" title="GimpController">GimpController</a> *controller,
gint event_id);</pre>
<p>
@ -288,9 +288,9 @@ An abstract interface for implementing arbitrary input controllers.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2632919"></a><h3>
<a name="id2634108"></a><h3>
<a name="gimp-controller-get-event-blurb"></a>gimp_controller_get_event_blurb ()</h3>
<a class="indexterm" name="id2632930"></a><pre class="programlisting">const gchar* gimp_controller_get_event_blurb
<a class="indexterm" name="id2634119"></a><pre class="programlisting">const gchar* gimp_controller_get_event_blurb
(<a href="GimpController.html" title="GimpController">GimpController</a> *controller,
gint event_id);</pre>
<p>
@ -321,9 +321,9 @@ An abstract interface for implementing arbitrary input controllers.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2633010"></a><h3>
<a name="id2634198"></a><h3>
<a name="gimp-controller-event"></a>gimp_controller_event ()</h3>
<a class="indexterm" name="id2633021"></a><pre class="programlisting">gboolean gimp_controller_event (<a href="GimpController.html" title="GimpController">GimpController</a> *controller,
<a class="indexterm" name="id2634209"></a><pre class="programlisting">gboolean gimp_controller_event (<a href="GimpController.html" title="GimpController">GimpController</a> *controller,
const <a href="GimpController.html#GimpControllerEvent">GimpControllerEvent</a> *event);</pre>
<p>
@ -353,29 +353,29 @@ An abstract interface for implementing arbitrary input controllers.
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2633100"></a><h2>Property Details</h2>
<a name="id2634289"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2633111"></a><h3>
<a name="id2634299"></a><h3>
<a name="GimpController--name"></a>The "<code class="literal">name</code>" property</h3>
<a class="indexterm" name="id2633125"></a><pre class="programlisting"> "name" gchararray : Read / Write / Construct</pre>
<a class="indexterm" name="id2634313"></a><pre class="programlisting"> "name" gchararray : Read / Write / Construct</pre>
<p></p>
<p>Default value: "Unnamed Controller"</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2633149"></a><h3>
<a name="id2634337"></a><h3>
<a name="GimpController--state"></a>The "<code class="literal">state</code>" property</h3>
<a class="indexterm" name="id2633163"></a><pre class="programlisting"> "state" gchararray : Read / Write / Construct</pre>
<a class="indexterm" name="id2634351"></a><pre class="programlisting"> "state" gchararray : Read / Write / Construct</pre>
<p></p>
<p>Default value: "Unknown"</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2633188"></a><h2>Signal Details</h2>
<a name="id2634376"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2633199"></a><h3>
<a name="id2634387"></a><h3>
<a name="GimpController-event"></a>The "event" signal</h3>
<a class="indexterm" name="id2633207"></a><pre class="programlisting">gboolean user_function (<a href="GimpController.html" title="GimpController">GimpController</a> *gimpcontroller,
<a class="indexterm" name="id2634395"></a><pre class="programlisting">gboolean user_function (<a href="GimpController.html" title="GimpController">GimpController</a> *gimpcontroller,
gpointer arg1,
gpointer user_data) : Run last</pre>
<p>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpEnumStore.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="#id2560838" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2554899" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2596018" class="shortcut">Description</a>
<a href="#id2587292" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2596512" class="shortcut">Object Hierarchy</a>
<a href="#id2574135" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2596580" class="shortcut">Implemented Interfaces</a>
<a href="#id2574202" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2595974" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2574224" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpDialog"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2560838"></a><span class="refentrytitle">GimpDialog</span>
<a name="id2554899"></a><span class="refentrytitle">GimpDialog</span>
</h2>
<p>GimpDialog &#8212; Constructors for <span class="type">GtkDialog</span>'s and action_areas as well as other
dialog-related stuff.</p>
@ -89,7 +89,7 @@ void <a href="GimpDialog.html#gimp-dialogs-show-help-button">gimp_dialogs
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2596512"></a><h2>Object Hierarchy</h2>
<a name="id2574135"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -104,13 +104,13 @@ void <a href="GimpDialog.html#gimp-dialogs-show-help-button">gimp_dialogs
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2596580"></a><h2>Implemented Interfaces</h2>
<a name="id2574202"></a><h2>Implemented Interfaces</h2>
<p>
GimpDialog implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2595974"></a><h2>Properties</h2>
<a name="id2574224"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpDialog.html#GimpDialog--help-func">help-func</a>" gpointer : Read / Write / Construct Only
@ -118,26 +118,26 @@ GimpDialog implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2596018"></a><h2>Description</h2>
<a name="id2587292"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2596034"></a><h2>Details</h2>
<a name="id2587307"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2596044"></a><h3>
<a name="id2587318"></a><h3>
<a name="GimpDialog-struct"></a>GimpDialog</h3>
<a class="indexterm" name="id2596057"></a><pre class="programlisting">typedef struct _GimpDialog GimpDialog;</pre>
<a class="indexterm" name="id2587331"></a><pre class="programlisting">typedef struct _GimpDialog GimpDialog;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2596072"></a><h3>
<a name="id2587346"></a><h3>
<a name="gimp-dialog-new"></a>gimp_dialog_new ()</h3>
<a class="indexterm" name="id2596084"></a><pre class="programlisting">GtkWidget* gimp_dialog_new (const gchar *title,
<a class="indexterm" name="id2587358"></a><pre class="programlisting">GtkWidget* gimp_dialog_new (const gchar *title,
const gchar *role,
GtkWidget *parent,
GtkDialogFlags flags,
@ -208,9 +208,9 @@ action_area buttons see <code class="function">gtk_dialog_new_with_buttons()</co
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2595838"></a><h3>
<a name="id2595880"></a><h3>
<a name="gimp-dialog-new-valist"></a>gimp_dialog_new_valist ()</h3>
<a class="indexterm" name="id2595849"></a><pre class="programlisting">GtkWidget* gimp_dialog_new_valist (const gchar *title,
<a class="indexterm" name="id2595891"></a><pre class="programlisting">GtkWidget* gimp_dialog_new_valist (const gchar *title,
const gchar *role,
GtkWidget *parent,
GtkDialogFlags flags,
@ -277,9 +277,9 @@ action_area buttons see <code class="function">gtk_dialog_new_with_buttons()</co
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2599891"></a><h3>
<a name="id2599923"></a><h3>
<a name="gimp-dialog-add-button"></a>gimp_dialog_add_button ()</h3>
<a class="indexterm" name="id2599903"></a><pre class="programlisting">GtkWidget* gimp_dialog_add_button (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
<a class="indexterm" name="id2599934"></a><pre class="programlisting">GtkWidget* gimp_dialog_add_button (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
const gchar *button_text,
gint response_id);</pre>
<p>
@ -317,9 +317,9 @@ sets the RESPONSE_OK widget as the default response.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2600023"></a><h3>
<a name="id2600055"></a><h3>
<a name="gimp-dialog-add-buttons"></a>gimp_dialog_add_buttons ()</h3>
<a class="indexterm" name="id2600034"></a><pre class="programlisting">void gimp_dialog_add_buttons (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
<a class="indexterm" name="id2600066"></a><pre class="programlisting">void gimp_dialog_add_buttons (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
...);</pre>
<p>
This function is essentially the same as <code class="function">gtk_dialog_add_buttons()</code>
@ -345,9 +345,9 @@ except it calls <a href="GimpDialog.html#gimp-dialog-add-button"><code class="fu
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2600131"></a><h3>
<a name="id2600162"></a><h3>
<a name="gimp-dialog-add-buttons-valist"></a>gimp_dialog_add_buttons_valist ()</h3>
<a class="indexterm" name="id2600144"></a><pre class="programlisting">void gimp_dialog_add_buttons_valist (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
<a class="indexterm" name="id2600175"></a><pre class="programlisting">void gimp_dialog_add_buttons_valist (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
va_list args);</pre>
<p>
This function is essentially the same as <a href="GimpDialog.html#gimp-dialog-add-buttons"><code class="function">gimp_dialog_add_buttons()</code></a>
@ -373,9 +373,9 @@ except it takes a va_list instead of '...'</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2600230"></a><h3>
<a name="id2600242"></a><h3>
<a name="gimp-dialog-run"></a>gimp_dialog_run ()</h3>
<a class="indexterm" name="id2600243"></a><pre class="programlisting">gint gimp_dialog_run (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog);</pre>
<a class="indexterm" name="id2600252"></a><pre class="programlisting">gint gimp_dialog_run (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog);</pre>
<p>
This function does exactly the same as <code class="function">gtk_dialog_run()</code> except it
does not make the dialog modal while the <span class="type">GMainLoop</span> is running.</p>
@ -402,7 +402,7 @@ does not make the dialog modal while the <span class="type">GMainLoop</span> is
<div class="refsect2" lang="en">
<a name="id2600328"></a><h3>
<a name="gimp-dialogs-show-help-button"></a>gimp_dialogs_show_help_button ()</h3>
<a class="indexterm" name="id2600344"></a><pre class="programlisting">void gimp_dialogs_show_help_button (gboolean show);</pre>
<a class="indexterm" name="id2600342"></a><pre class="programlisting">void gimp_dialogs_show_help_button (gboolean show);</pre>
<p>
This function is for internal use only.</p>
<p>
@ -421,18 +421,18 @@ This function is for internal use only.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2600401"></a><h2>Property Details</h2>
<a name="id2600393"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2600412"></a><h3>
<a name="id2600403"></a><h3>
<a name="GimpDialog--help-func"></a>The "<code class="literal">help-func</code>" property</h3>
<a class="indexterm" name="id2600426"></a><pre class="programlisting"> "help-func" gpointer : Read / Write / Construct Only</pre>
<a class="indexterm" name="id2600415"></a><pre class="programlisting"> "help-func" gpointer : Read / Write / Construct Only</pre>
<p></p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2600446"></a><h3>
<a name="id2600434"></a><h3>
<a name="GimpDialog--help-id"></a>The "<code class="literal">help-id</code>" property</h3>
<a class="indexterm" name="id2600461"></a><pre class="programlisting"> "help-id" gchararray : Read / Write / Construct Only</pre>
<a class="indexterm" name="id2600446"></a><pre class="programlisting"> "help-id" gchararray : Read / Write / Construct Only</pre>
<p></p>
<p>Default value: NULL</p>
</div>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpEnumLabel.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="#id2585806" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2587804" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2594829" class="shortcut">Description</a>
<a href="#id2556167" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2551595" class="shortcut">Object Hierarchy</a>
<a href="#id2598705" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2594765" class="shortcut">Implemented Interfaces</a>
<a href="#id2598773" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2594798" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2556137" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpEnumComboBox"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2585806"></a><span class="refentrytitle">GimpEnumComboBox</span>
<a name="id2587804"></a><span class="refentrytitle">GimpEnumComboBox</span>
</h2>
<p>GimpEnumComboBox</p>
</td>
@ -71,7 +71,7 @@ void <a href="GimpEnumComboBox.html#gimp-enum-combo-box-set-stock-prefix"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2551595"></a><h2>Object Hierarchy</h2>
<a name="id2598705"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -86,39 +86,39 @@ void <a href="GimpEnumComboBox.html#gimp-enum-combo-box-set-stock-prefix"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2594765"></a><h2>Implemented Interfaces</h2>
<a name="id2598773"></a><h2>Implemented Interfaces</h2>
<p>
GimpEnumComboBox implements
AtkImplementorIface, GtkCellEditable and GtkCellLayout.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2594798"></a><h2>Properties</h2>
<a name="id2556137"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpEnumComboBox.html#GimpEnumComboBox--model">model</a>" <a href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> : Read / Write
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2594829"></a><h2>Description</h2>
<a name="id2556167"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2594844"></a><h2>Details</h2>
<a name="id2556183"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2594855"></a><h3>
<a name="id2556194"></a><h3>
<a name="GimpEnumComboBox-struct"></a>GimpEnumComboBox</h3>
<a class="indexterm" name="id2590273"></a><pre class="programlisting">typedef struct _GimpEnumComboBox GimpEnumComboBox;</pre>
<a class="indexterm" name="id2556205"></a><pre class="programlisting">typedef struct _GimpEnumComboBox GimpEnumComboBox;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2590289"></a><h3>
<a name="id2556222"></a><h3>
<a name="gimp-enum-combo-box-new"></a>gimp_enum_combo_box_new ()</h3>
<a class="indexterm" name="id2590303"></a><pre class="programlisting">GtkWidget* gimp_enum_combo_box_new (GType enum_type);</pre>
<a class="indexterm" name="id2556235"></a><pre class="programlisting">GtkWidget* gimp_enum_combo_box_new (GType enum_type);</pre>
<p>
Creates a <span class="type">GtkComboBox</span> readily filled with all enum values from a
given <em class="parameter"><code>enum_type</code></em>. The enum needs to be registered to the type
@ -156,9 +156,9 @@ own <a href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEn
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2551067"></a><h3>
<a name="id2598982"></a><h3>
<a name="gimp-enum-combo-box-new-with-model"></a>gimp_enum_combo_box_new_with_model ()</h3>
<a class="indexterm" name="id2551080"></a><pre class="programlisting">GtkWidget* gimp_enum_combo_box_new_with_model
<a class="indexterm" name="id2598996"></a><pre class="programlisting">GtkWidget* gimp_enum_combo_box_new_with_model
(<a href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> *enum_store);</pre>
<p>
Creates a <span class="type">GtkComboBox</span> for the given <em class="parameter"><code>enum_store</code></em>.</p>
@ -186,9 +186,9 @@ Creates a <span class="type">GtkComboBox</span> for the given <em class="paramet
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2551174"></a><h3>
<a name="id2599089"></a><h3>
<a name="gimp-enum-combo-box-set-stock-prefix"></a>gimp_enum_combo_box_set_stock_prefix ()</h3>
<a class="indexterm" name="id2551190"></a><pre class="programlisting">void gimp_enum_combo_box_set_stock_prefix
<a class="indexterm" name="id2597142"></a><pre class="programlisting">void gimp_enum_combo_box_set_stock_prefix
(<a href="GimpEnumComboBox.html" title="GimpEnumComboBox">GimpEnumComboBox</a> *combo_box,
const gchar *stock_prefix);</pre>
<p>
@ -217,11 +217,11 @@ Attempts to create stock icons for all items in the <em class="parameter"><code>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2551298"></a><h2>Property Details</h2>
<a name="id2597250"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2551309"></a><h3>
<a name="id2597261"></a><h3>
<a name="GimpEnumComboBox--model"></a>The "<code class="literal">model</code>" property</h3>
<a class="indexterm" name="id2570008"></a><pre class="programlisting"> "model" <a href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> : Read / Write</pre>
<a class="indexterm" name="id2597274"></a><pre class="programlisting"> "model" <a href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> : Read / Write</pre>
<p></p>
</div>
</div>

View File

@ -33,20 +33,20 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpFileEntry.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="#id2570345" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2570689" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2599644" class="shortcut">Description</a>
<a href="#id2570091" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2599569" class="shortcut">Object Hierarchy</a>
<a href="#id2570015" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2599623" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
<a href="#id2570069" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpEnumLabel"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2570345"></a><span class="refentrytitle">GimpEnumLabel</span>
<a name="id2570689"></a><span class="refentrytitle">GimpEnumLabel</span>
</h2>
<p>GimpEnumLabel</p>
</td>
@ -67,7 +67,7 @@ void <a href="GimpEnumLabel.html#gimp-enum-label-set-value">gimp_enum_lab
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2599569"></a><h2>Object Hierarchy</h2>
<a name="id2570015"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -80,32 +80,32 @@ void <a href="GimpEnumLabel.html#gimp-enum-label-set-value">gimp_enum_lab
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2599623"></a><h2>Implemented Interfaces</h2>
<a name="id2570069"></a><h2>Implemented Interfaces</h2>
<p>
GimpEnumLabel implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2599644"></a><h2>Description</h2>
<a name="id2570091"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2599660"></a><h2>Details</h2>
<a name="id2570106"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2599671"></a><h3>
<a name="id2570117"></a><h3>
<a name="GimpEnumLabel-struct"></a>GimpEnumLabel</h3>
<a class="indexterm" name="id2599683"></a><pre class="programlisting">typedef struct _GimpEnumLabel GimpEnumLabel;</pre>
<a class="indexterm" name="id2597298"></a><pre class="programlisting">typedef struct _GimpEnumLabel GimpEnumLabel;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2600632"></a><h3>
<a name="id2597315"></a><h3>
<a name="gimp-enum-label-new"></a>gimp_enum_label_new ()</h3>
<a class="indexterm" name="id2600646"></a><pre class="programlisting">GtkWidget* gimp_enum_label_new (GType enum_type,
<a class="indexterm" name="id2597329"></a><pre class="programlisting">GtkWidget* gimp_enum_label_new (GType enum_type,
gint value);</pre>
<p>
</p>
@ -138,9 +138,9 @@ GimpEnumLabel implements
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2600746"></a><h3>
<a name="id2597429"></a><h3>
<a name="gimp-enum-label-set-value"></a>gimp_enum_label_set_value ()</h3>
<a class="indexterm" name="id2561537"></a><pre class="programlisting">void gimp_enum_label_set_value (<a href="GimpEnumLabel.html" title="GimpEnumLabel">GimpEnumLabel</a> *label,
<a class="indexterm" name="id2597443"></a><pre class="programlisting">void gimp_enum_label_set_value (<a href="GimpEnumLabel.html" title="GimpEnumLabel">GimpEnumLabel</a> *label,
gint value);</pre>
<p>
</p>

View File

@ -33,22 +33,22 @@
<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>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2556617" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2570730" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2570432" class="shortcut">Description</a>
<a href="#id2565279" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2591764" class="shortcut">Object Hierarchy</a>
<a href="#id2596822" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2570361" class="shortcut">Implemented Interfaces</a>
<a href="#id2565209" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2570401" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2565248" class="shortcut">Properties</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>
<a name="id2556617"></a><span class="refentrytitle">GimpEnumStore</span>
<a name="id2570730"></a><span class="refentrytitle">GimpEnumStore</span>
</h2>
<p>GimpEnumStore</p>
</td>
@ -81,7 +81,7 @@ void <a href="GimpEnumStore.html#gimp-enum-store-set-stock-prefix">gimp_e
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2591764"></a><h2>Object Hierarchy</h2>
<a name="id2596822"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -91,39 +91,39 @@ void <a href="GimpEnumStore.html#gimp-enum-store-set-stock-prefix">gimp_e
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2570361"></a><h2>Implemented Interfaces</h2>
<a name="id2565209"></a><h2>Implemented Interfaces</h2>
<p>
GimpEnumStore implements
GtkTreeModel, GtkTreeDragSource, GtkTreeDragDest and GtkTreeSortable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2570401"></a><h2>Properties</h2>
<a name="id2565248"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpEnumStore.html#GimpEnumStore--enum-type">enum-type</a>" GType : Read / Write / Construct Only
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2570432"></a><h2>Description</h2>
<a name="id2565279"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2570448"></a><h2>Details</h2>
<a name="id2565295"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2570458"></a><h3>
<a name="id2565306"></a><h3>
<a name="GimpEnumStore-struct"></a>GimpEnumStore</h3>
<a class="indexterm" name="id2570470"></a><pre class="programlisting">typedef struct _GimpEnumStore GimpEnumStore;</pre>
<a class="indexterm" name="id2565317"></a><pre class="programlisting">typedef struct _GimpEnumStore GimpEnumStore;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2570486"></a><h3>
<a name="id2565334"></a><h3>
<a name="gimp-enum-store-new"></a>gimp_enum_store_new ()</h3>
<a class="indexterm" name="id2570501"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new (GType enum_type);</pre>
<a class="indexterm" name="id2565348"></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 <span class="type">GtkListStore</span> and fills
it with enum values. The enum needs to be registered to the type
@ -152,9 +152,9 @@ system and should have translatable value names.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597197"></a><h3>
<a name="id2555556"></a><h3>
<a name="gimp-enum-store-new-with-range"></a>gimp_enum_store_new_with_range ()</h3>
<a class="indexterm" name="id2597211"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_range
<a class="indexterm" name="id2555570"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_range
(GType enum_type,
gint minimum,
gint maximum);</pre>
@ -196,9 +196,9 @@ to limit the enum values to a certain range. Values smaller than
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597362"></a><h3>
<a name="id2555722"></a><h3>
<a name="gimp-enum-store-new-with-values"></a>gimp_enum_store_new_with_values ()</h3>
<a class="indexterm" name="id2570532"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_values
<a class="indexterm" name="id2597689"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_values
(GType enum_type,
gint n_values,
...);</pre>
@ -240,9 +240,9 @@ store.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2570672"></a><h3>
<a name="id2597829"></a><h3>
<a name="gimp-enum-store-new-with-values-valist"></a>gimp_enum_store_new_with_values_valist ()</h3>
<a class="indexterm" name="id2570687"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_values_valist
<a class="indexterm" name="id2597845"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_values_valist
(GType enum_type,
gint n_values,
va_list args);</pre>
@ -282,9 +282,9 @@ See <a href="GimpEnumStore.html#gimp-enum-store-new-with-values"><code class="fu
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597548"></a><h3>
<a name="id2555940"></a><h3>
<a name="gimp-enum-store-set-stock-prefix"></a>gimp_enum_store_set_stock_prefix ()</h3>
<a class="indexterm" name="id2597564"></a><pre class="programlisting">void gimp_enum_store_set_stock_prefix
<a class="indexterm" name="id2555955"></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>
@ -316,11 +316,11 @@ See also: <a href="GimpEnumComboBox.html#gimp-enum-combo-box-set-stock-prefix"><
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2597678"></a><h2>Property Details</h2>
<a name="id2556069"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2597689"></a><h3>
<a name="id2556080"></a><h3>
<a name="GimpEnumStore--enum-type"></a>The "<code class="literal">enum-type</code>" property</h3>
<a class="indexterm" name="id2597702"></a><pre class="programlisting"> "enum-type" GType : Read / Write / Construct Only</pre>
<a class="indexterm" name="id2556094"></a><pre class="programlisting"> "enum-type" GType : Read / Write / Construct Only</pre>
<p>
Sets the <span class="type">GType</span> of the enum to be used in the store.</p>
<p>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpFrame.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="#id2565303" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2560370" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2553307" class="shortcut">Description</a>
<a href="#id2556582" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2599407" class="shortcut">Object Hierarchy</a>
<a href="#id2596615" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2599467" class="shortcut">Implemented Interfaces</a>
<a href="#id2596676" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2553264" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2556540" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpFileEntry"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2565303"></a><span class="refentrytitle">GimpFileEntry</span>
<a name="id2560370"></a><span class="refentrytitle">GimpFileEntry</span>
</h2>
<p>GimpFileEntry &#8212; Widget for entering a filename.</p>
</td>
@ -72,7 +72,7 @@ void <a href="GimpFileEntry.html#gimp-file-entry-set-filename">gimp_file_
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2599407"></a><h2>Object Hierarchy</h2>
<a name="id2596615"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -86,13 +86,13 @@ void <a href="GimpFileEntry.html#gimp-file-entry-set-filename">gimp_file_
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2599467"></a><h2>Implemented Interfaces</h2>
<a name="id2596676"></a><h2>Implemented Interfaces</h2>
<p>
GimpFileEntry implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2553264"></a><h2>Signals</h2>
<a name="id2556540"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpFileEntry.html#GimpFileEntry-filename-changed">filename-changed</a>"
@ -101,7 +101,7 @@ GimpFileEntry implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2553307"></a><h2>Description</h2>
<a name="id2556582"></a><h2>Description</h2>
<p>
This widget is used to enter filenames or directories.
</p>
@ -124,11 +124,11 @@ will be emitted.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2553394"></a><h2>Details</h2>
<a name="id2556670"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2553405"></a><h3>
<a name="id2556680"></a><h3>
<a name="GimpFileEntry-struct"></a>GimpFileEntry</h3>
<a class="indexterm" name="id2553417"></a><pre class="programlisting">typedef struct _GimpFileEntry GimpFileEntry;</pre>
<a class="indexterm" name="id2556692"></a><pre class="programlisting">typedef struct _GimpFileEntry GimpFileEntry;</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">GimpFileEntry</code> is deprecated and should not be used in newly-written code.</p>
@ -139,9 +139,9 @@ will be emitted.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2601872"></a><h3>
<a name="id2601659"></a><h3>
<a name="gimp-file-entry-new"></a>gimp_file_entry_new ()</h3>
<a class="indexterm" name="id2601887"></a><pre class="programlisting">GtkWidget* gimp_file_entry_new (const gchar *title,
<a class="indexterm" name="id2601674"></a><pre class="programlisting">GtkWidget* gimp_file_entry_new (const gchar *title,
const gchar *filename,
gboolean dir_only,
gboolean check_valid);</pre>
@ -188,9 +188,9 @@ You should use <span class="type">GtkFileChooserButton</span> instead.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2602063"></a><h3>
<a name="id2601850"></a><h3>
<a name="gimp-file-entry-get-filename"></a>gimp_file_entry_get_filename ()</h3>
<a class="indexterm" name="id2602076"></a><pre class="programlisting">gchar* gimp_file_entry_get_filename (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry);</pre>
<a class="indexterm" name="id2601864"></a><pre class="programlisting">gchar* gimp_file_entry_get_filename (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_file_entry_get_filename</code> is deprecated and should not be used in newly-written code.</p>
@ -218,9 +218,9 @@ Note that you have to <code class="function">g_free()</code> the returned string
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2570086"></a><h3>
<a name="id2551640"></a><h3>
<a name="gimp-file-entry-set-filename"></a>gimp_file_entry_set_filename ()</h3>
<a class="indexterm" name="id2570100"></a><pre class="programlisting">void gimp_file_entry_set_filename (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry,
<a class="indexterm" name="id2551654"></a><pre class="programlisting">void gimp_file_entry_set_filename (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry,
const gchar *filename);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -251,11 +251,11 @@ name.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2570217"></a><h2>Signal Details</h2>
<a name="id2551773"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2570228"></a><h3>
<a name="id2551784"></a><h3>
<a name="GimpFileEntry-filename-changed"></a>The "filename-changed" signal</h3>
<a class="indexterm" name="id2570236"></a><pre class="programlisting">void user_function (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *arg0,
<a class="indexterm" name="id2551793"></a><pre class="programlisting">void user_function (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *arg0,
gpointer user_data) : Run first</pre>
<p>
This signal is emitted whenever the user changes the filename.</p>
@ -272,7 +272,7 @@ This signal is emitted whenever the user changes the filename.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2570296"></a><h2>See Also</h2>
<a name="id2551853"></a><h2>See Also</h2>
<p>
<a href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a>
</p>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-GimpHintBox.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="#id2583325" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2588574" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2598798" class="shortcut">Description</a>
<a href="#id2551982" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2552483" class="shortcut">Object Hierarchy</a>
<a href="#id2551859" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2598735" class="shortcut">Implemented Interfaces</a>
<a href="#id2551919" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2598756" class="shortcut">Style Properties</a></nobr></td></tr>
<a href="#id2551941" class="shortcut">Style Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpFrame"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2583325"></a><span class="refentrytitle">GimpFrame</span>
<a name="id2588574"></a><span class="refentrytitle">GimpFrame</span>
</h2>
<p>GimpFrame &#8212; A widget providing a HIG-compliant subclass of <span class="type">GtkFrame</span>.</p>
</td>
@ -66,7 +66,7 @@ GtkWidget* <a href="GimpFrame.html#gimp-frame-new">gimp_frame_new</a>
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2552483"></a><h2>Object Hierarchy</h2>
<a name="id2551859"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -80,13 +80,13 @@ GtkWidget* <a href="GimpFrame.html#gimp-frame-new">gimp_frame_new</a>
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2598735"></a><h2>Implemented Interfaces</h2>
<a name="id2551919"></a><h2>Implemented Interfaces</h2>
<p>
GimpFrame implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2598756"></a><h2>Style Properties</h2>
<a name="id2551941"></a><h2>Style Properties</h2>
<pre class="synopsis">
"<a href="GimpFrame.html#GimpFrame--label-bold">label-bold</a>" gboolean : Read
@ -94,26 +94,26 @@ GimpFrame implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2598798"></a><h2>Description</h2>
<a name="id2551982"></a><h2>Description</h2>
<p>
A widget providing a HIG-compliant subclass of <span class="type">GtkFrame</span>.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2598821"></a><h2>Details</h2>
<a name="id2594527"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2598832"></a><h3>
<a name="id2594538"></a><h3>
<a name="GimpFrame-struct"></a>GimpFrame</h3>
<a class="indexterm" name="id2598845"></a><pre class="programlisting">typedef struct _GimpFrame GimpFrame;</pre>
<a class="indexterm" name="id2594550"></a><pre class="programlisting">typedef struct _GimpFrame GimpFrame;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2592953"></a><h3>
<a name="id2594565"></a><h3>
<a name="gimp-frame-new"></a>gimp_frame_new ()</h3>
<a class="indexterm" name="id2592968"></a><pre class="programlisting">GtkWidget* gimp_frame_new (const gchar *label);</pre>
<a class="indexterm" name="id2594580"></a><pre class="programlisting">GtkWidget* gimp_frame_new (const gchar *label);</pre>
<p>
Creates a <a href="GimpFrame.html" title="GimpFrame"><span class="type">GimpFrame</span></a> widget. A <a href="GimpFrame.html" title="GimpFrame"><span class="type">GimpFrame</span></a> is a HIG-compliant
variant of <span class="type">GtkFrame</span>. It doesn't render a frame at all but
@ -144,19 +144,19 @@ the GNOME HIG (see http://developer.gnome.org/projects/gup/hig/).</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2593076"></a><h2>Style Property Details</h2>
<a name="id2603132"></a><h2>Style Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2593086"></a><h3>
<a name="id2603141"></a><h3>
<a name="GimpFrame--label-bold"></a>The "<code class="literal">label-bold</code>" style property</h3>
<a class="indexterm" name="id2593100"></a><pre class="programlisting"> "label-bold" gboolean : Read</pre>
<a class="indexterm" name="id2603155"></a><pre class="programlisting"> "label-bold" gboolean : Read</pre>
<p></p>
<p>Default value: TRUE</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2603091"></a><h3>
<a name="id2603179"></a><h3>
<a name="GimpFrame--label-spacing"></a>The "<code class="literal">label-spacing</code>" style property</h3>
<a class="indexterm" name="id2603106"></a><pre class="programlisting"> "label-spacing" gint : Read</pre>
<a class="indexterm" name="id2603193"></a><pre class="programlisting"> "label-spacing" gint : Read</pre>
<p></p>
<p>Allowed values: &gt;= 0</p>
<p>Default value: 6</p>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpIntStore.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="#id2567010" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2563357" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2603024" class="shortcut">Description</a>
<a href="#id2600920" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2602892" class="shortcut">Object Hierarchy</a>
<a href="#id2552159" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2602960" class="shortcut">Implemented Interfaces</a>
<a href="#id2600856" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2602994" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2600889" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpIntComboBox"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2567010"></a><span class="refentrytitle">GimpIntComboBox</span>
<a name="id2563357"></a><span class="refentrytitle">GimpIntComboBox</span>
</h2>
<p>GimpIntComboBox &#8212; A widget providing a popup menu of integer values (e.g. enums).</p>
</td>
@ -92,7 +92,7 @@ void <a href="GimpIntComboBox.html#gimp-int-combo-box-set-sensitivity">gi
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2602892"></a><h2>Object Hierarchy</h2>
<a name="id2552159"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -107,39 +107,39 @@ void <a href="GimpIntComboBox.html#gimp-int-combo-box-set-sensitivity">gi
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2602960"></a><h2>Implemented Interfaces</h2>
<a name="id2600856"></a><h2>Implemented Interfaces</h2>
<p>
GimpIntComboBox implements
AtkImplementorIface, GtkCellEditable and GtkCellLayout.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2602994"></a><h2>Properties</h2>
<a name="id2600889"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpIntComboBox.html#GimpIntComboBox--ellipsize">ellipsize</a>" PangoEllipsizeMode : Read / Write
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2603024"></a><h2>Description</h2>
<a name="id2600920"></a><h2>Description</h2>
<p>
A widget providing a popup menu of integer values (e.g. enums).
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2603041"></a><h2>Details</h2>
<a name="id2600937"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2603052"></a><h3>
<a name="id2600947"></a><h3>
<a name="GimpIntComboBox-struct"></a>GimpIntComboBox</h3>
<a class="indexterm" name="id2603063"></a><pre class="programlisting">typedef struct _GimpIntComboBox GimpIntComboBox;</pre>
<a class="indexterm" name="id2600959"></a><pre class="programlisting">typedef struct _GimpIntComboBox GimpIntComboBox;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2600908"></a><h3>
<a name="id2600975"></a><h3>
<a name="GimpIntSensitivityFunc"></a>GimpIntSensitivityFunc ()</h3>
<a class="indexterm" name="id2600919"></a><pre class="programlisting">gboolean (*GimpIntSensitivityFunc) (gint value,
<a class="indexterm" name="id2600987"></a><pre class="programlisting">gboolean (*GimpIntSensitivityFunc) (gint value,
gpointer data);</pre>
<p>
@ -169,9 +169,9 @@ A widget providing a popup menu of integer values (e.g. enums).
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2600995"></a><h3>
<a name="id2601063"></a><h3>
<a name="gimp-int-combo-box-new"></a>gimp_int_combo_box_new ()</h3>
<a class="indexterm" name="id2601009"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new (const gchar *first_label,
<a class="indexterm" name="id2601077"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new (const gchar *first_label,
gint first_value,
...);</pre>
<p>
@ -216,9 +216,9 @@ g_object_new (GIMP_TYPE_INT_COMBO_BOX, NULL).</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2601150"></a><h3>
<a name="id2602012"></a><h3>
<a name="gimp-int-combo-box-new-valist"></a>gimp_int_combo_box_new_valist ()</h3>
<a class="indexterm" name="id2601165"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new_valist (const gchar *first_label,
<a class="indexterm" name="id2602027"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new_valist (const gchar *first_label,
gint first_value,
va_list values);</pre>
<p>
@ -258,9 +258,9 @@ label/value pairs. Probably only useful for language bindings.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2601291"></a><h3>
<a name="id2602153"></a><h3>
<a name="gimp-int-combo-box-new-array"></a>gimp_int_combo_box_new_array ()</h3>
<a class="indexterm" name="id2605944"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new_array (gint n_values,
<a class="indexterm" name="id2605978"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new_array (gint n_values,
const gchar *labels[]);</pre>
<p>
A variant of <a href="GimpIntComboBox.html#gimp-int-combo-box-new"><code class="function">gimp_int_combo_box_new()</code></a> that takes an array of labels.
@ -294,9 +294,9 @@ The array indices are used as values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606044"></a><h3>
<a name="id2606078"></a><h3>
<a name="gimp-int-combo-box-prepend"></a>gimp_int_combo_box_prepend ()</h3>
<a class="indexterm" name="id2606057"></a><pre class="programlisting">void gimp_int_combo_box_prepend (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a class="indexterm" name="id2606091"></a><pre class="programlisting">void gimp_int_combo_box_prepend (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
...);</pre>
<p>
This function provides a convenient way to prepend items to a
@ -328,9 +328,9 @@ The column number must be taken from the enum <a href="GimpIntStore.html#GimpInt
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606169"></a><h3>
<a name="id2606202"></a><h3>
<a name="gimp-int-combo-box-append"></a>gimp_int_combo_box_append ()</h3>
<a class="indexterm" name="id2606183"></a><pre class="programlisting">void gimp_int_combo_box_append (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a class="indexterm" name="id2606217"></a><pre class="programlisting">void gimp_int_combo_box_append (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
...);</pre>
<p>
This function provides a convenient way to append items to a
@ -362,9 +362,9 @@ The column number must be taken from the enum <a href="GimpIntStore.html#GimpInt
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606295"></a><h3>
<a name="id2606329"></a><h3>
<a name="gimp-int-combo-box-set-active"></a>gimp_int_combo_box_set_active ()</h3>
<a class="indexterm" name="id2606311"></a><pre class="programlisting">gboolean gimp_int_combo_box_set_active (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a class="indexterm" name="id2606345"></a><pre class="programlisting">gboolean gimp_int_combo_box_set_active (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
gint value);</pre>
<p>
Looks up the item that belongs to the given <em class="parameter"><code>value</code></em> and makes it the
@ -399,9 +399,9 @@ selected item in the <em class="parameter"><code>combo_box</code></em>.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606437"></a><h3>
<a name="id2606471"></a><h3>
<a name="gimp-int-combo-box-get-active"></a>gimp_int_combo_box_get_active ()</h3>
<a class="indexterm" name="id2606453"></a><pre class="programlisting">gboolean gimp_int_combo_box_get_active (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a class="indexterm" name="id2606487"></a><pre class="programlisting">gboolean gimp_int_combo_box_get_active (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
gint *value);</pre>
<p>
Retrieves the value of the selected (active) item in the <em class="parameter"><code>combo_box</code></em>.</p>
@ -435,9 +435,9 @@ Retrieves the value of the selected (active) item in the <em class="parameter"><
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606580"></a><h3>
<a name="id2606614"></a><h3>
<a name="gimp-int-combo-box-connect"></a>gimp_int_combo_box_connect ()</h3>
<a class="indexterm" name="id2606594"></a><pre class="programlisting">gulong gimp_int_combo_box_connect (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a class="indexterm" name="id2606628"></a><pre class="programlisting">gulong gimp_int_combo_box_connect (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
gint value,
GCallback callback,
gpointer data);</pre>
@ -493,9 +493,9 @@ href="../libgimp/libgimp-GimpItemComboBox.html#gimp-drawable-combo-box-new"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606816"></a><h3>
<a name="id2606850"></a><h3>
<a name="gimp-int-combo-box-set-sensitivity"></a>gimp_int_combo_box_set_sensitivity ()</h3>
<a class="indexterm" name="id2606832"></a><pre class="programlisting">void gimp_int_combo_box_set_sensitivity
<a class="indexterm" name="id2606866"></a><pre class="programlisting">void gimp_int_combo_box_set_sensitivity
(<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a href="GimpIntComboBox.html#GimpIntSensitivityFunc">GimpIntSensitivityFunc</a> func,
gpointer data,
@ -541,11 +541,11 @@ sensitivity to be updated.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2607008"></a><h2>Property Details</h2>
<a name="id2607042"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2607019"></a><h3>
<a name="id2607053"></a><h3>
<a name="GimpIntComboBox--ellipsize"></a>The "<code class="literal">ellipsize</code>" property</h3>
<a class="indexterm" name="id2607033"></a><pre class="programlisting"> "ellipsize" PangoEllipsizeMode : Read / Write</pre>
<a class="indexterm" name="id2607066"></a><pre class="programlisting"> "ellipsize" PangoEllipsizeMode : Read / Write</pre>
<p>
Specifies the preferred place to ellipsize text in the combo-box,
if the cell renderer does not have enough room to display the

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpMemsizeEntry.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="#id2562964" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2588753" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2602302" class="shortcut">Description</a>
<a href="#id2600592" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2602194" class="shortcut">Object Hierarchy</a>
<a href="#id2605459" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2602231" class="shortcut">Implemented Interfaces</a>
<a href="#id2605496" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2602272" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2600562" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpIntStore"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2562964"></a><span class="refentrytitle">GimpIntStore</span>
<a name="id2588753"></a><span class="refentrytitle">GimpIntStore</span>
</h2>
<p>GimpIntStore &#8212; A model for integer based name-value pairs (e.g. enums)</p>
</td>
@ -70,7 +70,7 @@ gboolean <a href="GimpIntStore.html#gimp-int-store-lookup-by-value">gimp_int_
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2602194"></a><h2>Object Hierarchy</h2>
<a name="id2605459"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -80,39 +80,39 @@ gboolean <a href="GimpIntStore.html#gimp-int-store-lookup-by-value">gimp_int_
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2602231"></a><h2>Implemented Interfaces</h2>
<a name="id2605496"></a><h2>Implemented Interfaces</h2>
<p>
GimpIntStore implements
GtkTreeModel, GtkTreeDragSource, GtkTreeDragDest and GtkTreeSortable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2602272"></a><h2>Properties</h2>
<a name="id2600562"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpIntStore.html#GimpIntStore--user-data-type">user-data-type</a>" GType : Read / Write / Construct Only
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2602302"></a><h2>Description</h2>
<a name="id2600592"></a><h2>Description</h2>
<p>
A model for integer based name-value pairs (e.g. enums)
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2602328"></a><h2>Details</h2>
<a name="id2600609"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2602339"></a><h3>
<a name="id2600620"></a><h3>
<a name="GimpIntStore-struct"></a>GimpIntStore</h3>
<a class="indexterm" name="id2602352"></a><pre class="programlisting">typedef struct _GimpIntStore GimpIntStore;</pre>
<a class="indexterm" name="id2600632"></a><pre class="programlisting">typedef struct _GimpIntStore GimpIntStore;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2602367"></a><h3>
<a name="id2600647"></a><h3>
<a name="GimpIntStoreColumns"></a>enum GimpIntStoreColumns</h3>
<a class="indexterm" name="id2602379"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2600660"></a><pre class="programlisting">typedef enum
{
GIMP_INT_STORE_VALUE,
GIMP_INT_STORE_LABEL,
@ -128,9 +128,9 @@ A model for integer based name-value pairs (e.g. enums)
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2602398"></a><h3>
<a name="id2600678"></a><h3>
<a name="gimp-int-store-new"></a>gimp_int_store_new ()</h3>
<a class="indexterm" name="id2602412"></a><pre class="programlisting">GtkListStore* gimp_int_store_new (void);</pre>
<a class="indexterm" name="id2600693"></a><pre class="programlisting">GtkListStore* gimp_int_store_new (void);</pre>
<p>
Creates a <span class="type">GtkListStore</span> with a number of useful columns.
<a href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a> is especially useful if the items you want to store
@ -152,9 +152,9 @@ are identified using an integer value.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2601524"></a><h3>
<a name="id2601431"></a><h3>
<a name="gimp-int-store-lookup-by-value"></a>gimp_int_store_lookup_by_value ()</h3>
<a class="indexterm" name="id2601538"></a><pre class="programlisting">gboolean gimp_int_store_lookup_by_value (GtkTreeModel *model,
<a class="indexterm" name="id2601444"></a><pre class="programlisting">gboolean gimp_int_store_lookup_by_value (GtkTreeModel *model,
gint value,
GtkTreeIter *iter);</pre>
<p>
@ -194,11 +194,11 @@ Iterate over the <em class="parameter"><code>model</code></em> looking for <em c
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2601702"></a><h2>Property Details</h2>
<a name="id2605072"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2602536"></a><h3>
<a name="id2605082"></a><h3>
<a name="GimpIntStore--user-data-type"></a>The "<code class="literal">user-data-type</code>" property</h3>
<a class="indexterm" name="id2602550"></a><pre class="programlisting"> "user-data-type" GType : Read / Write / Construct Only</pre>
<a class="indexterm" name="id2605096"></a><pre class="programlisting"> "user-data-type" GType : Read / Write / Construct Only</pre>
<p>
Allows to set the <span class="type">GType</span> for the GIMP_INT_STORE_USER_DATA column.
</p>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpOffsetArea.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="#id2590447" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2590888" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2602702" class="shortcut">Description</a>
<a href="#id2605836" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2605482" class="shortcut">Object Hierarchy</a>
<a href="#id2605627" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2602637" class="shortcut">Implemented Interfaces</a>
<a href="#id2605686" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2602658" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2605707" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpMemsizeEntry"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2590447"></a><span class="refentrytitle">GimpMemsizeEntry</span>
<a name="id2590888"></a><span class="refentrytitle">GimpMemsizeEntry</span>
</h2>
<p>GimpMemsizeEntry &#8212; A composite widget that allows to enter a memory size.</p>
</td>
@ -71,7 +71,7 @@ guint64 <a href="GimpMemsizeEntry.html#gimp-memsize-entry-get-value">gimp_me
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2605482"></a><h2>Object Hierarchy</h2>
<a name="id2605627"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -85,13 +85,13 @@ guint64 <a href="GimpMemsizeEntry.html#gimp-memsize-entry-get-value">gimp_me
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2602637"></a><h2>Implemented Interfaces</h2>
<a name="id2605686"></a><h2>Implemented Interfaces</h2>
<p>
GimpMemsizeEntry implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2602658"></a><h2>Signals</h2>
<a name="id2605707"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpMemsizeEntry.html#GimpMemsizeEntry-value-changed">value-changed</a>"
@ -100,7 +100,7 @@ GimpMemsizeEntry implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2602702"></a><h2>Description</h2>
<a name="id2605836"></a><h2>Description</h2>
<p>
Similar to a <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> but instead of lengths, this widget is used to let
the user enter memory sizes. An option menu allows to switch between
@ -108,20 +108,20 @@ Kilobytes, Megabytes and Gigabytes. Used in the GIMP preferences dialog.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2602729"></a><h2>Details</h2>
<a name="id2605862"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2605770"></a><h3>
<a name="id2605873"></a><h3>
<a name="GimpMemsizeEntry-struct"></a>GimpMemsizeEntry</h3>
<a class="indexterm" name="id2605782"></a><pre class="programlisting">typedef struct _GimpMemsizeEntry GimpMemsizeEntry;</pre>
<a class="indexterm" name="id2605885"></a><pre class="programlisting">typedef struct _GimpMemsizeEntry GimpMemsizeEntry;</pre>
<p>
The <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> struct is considered private.
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2605805"></a><h3>
<a name="id2605908"></a><h3>
<a name="gimp-memsize-entry-new"></a>gimp_memsize_entry_new ()</h3>
<a class="indexterm" name="id2605817"></a><pre class="programlisting">GtkWidget* gimp_memsize_entry_new (guint64 value,
<a class="indexterm" name="id2605920"></a><pre class="programlisting">GtkWidget* gimp_memsize_entry_new (guint64 value,
guint64 lower,
guint64 upper);</pre>
<p>
@ -158,9 +158,9 @@ and a <span class="type">GtkOptionMenu</span> all setup to allow the user to ent
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607104"></a><h3>
<a name="id2604712"></a><h3>
<a name="gimp-memsize-entry-set-value"></a>gimp_memsize_entry_set_value ()</h3>
<a class="indexterm" name="id2607116"></a><pre class="programlisting">void gimp_memsize_entry_set_value (<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *entry,
<a class="indexterm" name="id2604723"></a><pre class="programlisting">void gimp_memsize_entry_set_value (<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *entry,
guint64 value);</pre>
<p>
Sets the <em class="parameter"><code>entry</code></em>'s value. Please note that the <a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry"><span class="type">GimpMemsizeEntry</span></a> rounds
@ -186,9 +186,9 @@ the value to full Kilobytes.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607206"></a><h3>
<a name="id2604813"></a><h3>
<a name="gimp-memsize-entry-get-value"></a>gimp_memsize_entry_get_value ()</h3>
<a class="indexterm" name="id2607217"></a><pre class="programlisting">guint64 gimp_memsize_entry_get_value (<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *entry);</pre>
<a class="indexterm" name="id2604825"></a><pre class="programlisting">guint64 gimp_memsize_entry_get_value (<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *entry);</pre>
<p>
Retrieves the current value from a <a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry"><span class="type">GimpMemsizeEntry</span></a>.</p>
<p>
@ -212,11 +212,11 @@ Retrieves the current value from a <a href="GimpMemsizeEntry.html" title="GimpMe
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2607300"></a><h2>Signal Details</h2>
<a name="id2602206"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2607311"></a><h3>
<a name="id2602216"></a><h3>
<a name="GimpMemsizeEntry-value-changed"></a>The "value-changed" signal</h3>
<a class="indexterm" name="id2607320"></a><pre class="programlisting">void user_function (<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *gimpmemsizeentry,
<a class="indexterm" name="id2602226"></a><pre class="programlisting">void user_function (<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *gimpmemsizeentry,
gpointer user_data) : Run first</pre>
<p>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpPageSelector.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="#id2566996" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2559671" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2603280" class="shortcut">Description</a>
<a href="#id2602739" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2605630" class="shortcut">Object Hierarchy</a>
<a href="#id2605333" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2605679" class="shortcut">Implemented Interfaces</a>
<a href="#id2605382" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2603223" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2602682" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpOffsetArea"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2566996"></a><span class="refentrytitle">GimpOffsetArea</span>
<a name="id2559671"></a><span class="refentrytitle">GimpOffsetArea</span>
</h2>
<p>GimpOffsetArea &#8212; Widget to control image offsets.</p>
</td>
@ -75,7 +75,7 @@ void <a href="GimpOffsetArea.html#gimp-offset-area-set-pixbuf">gimp_offse
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2605630"></a><h2>Object Hierarchy</h2>
<a name="id2605333"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -87,13 +87,13 @@ void <a href="GimpOffsetArea.html#gimp-offset-area-set-pixbuf">gimp_offse
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2605679"></a><h2>Implemented Interfaces</h2>
<a name="id2605382"></a><h2>Implemented Interfaces</h2>
<p>
GimpOffsetArea implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2603223"></a><h2>Signals</h2>
<a name="id2602682"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpOffsetArea.html#GimpOffsetArea-offsets-changed">offsets-changed</a>"
@ -104,26 +104,26 @@ GimpOffsetArea implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2603280"></a><h2>Description</h2>
<a name="id2602739"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2603296"></a><h2>Details</h2>
<a name="id2602755"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2603307"></a><h3>
<a name="id2602766"></a><h3>
<a name="GimpOffsetArea-struct"></a>GimpOffsetArea</h3>
<a class="indexterm" name="id2603318"></a><pre class="programlisting">typedef struct _GimpOffsetArea GimpOffsetArea;</pre>
<a class="indexterm" name="id2602777"></a><pre class="programlisting">typedef struct _GimpOffsetArea GimpOffsetArea;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2603335"></a><h3>
<a name="id2602794"></a><h3>
<a name="gimp-offset-area-new"></a>gimp_offset_area_new ()</h3>
<a class="indexterm" name="id2603346"></a><pre class="programlisting">GtkWidget* gimp_offset_area_new (gint orig_width,
<a class="indexterm" name="id2602805"></a><pre class="programlisting">GtkWidget* gimp_offset_area_new (gint orig_width,
gint orig_height);</pre>
<p>
Creates a new <a href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a> widget. A <a href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a> can be used
@ -155,9 +155,9 @@ specify the new offsets.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2605107"></a><h3>
<a name="id2608016"></a><h3>
<a name="gimp-offset-area-set-size"></a>gimp_offset_area_set_size ()</h3>
<a class="indexterm" name="id2605119"></a><pre class="programlisting">void gimp_offset_area_set_size (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
<a class="indexterm" name="id2608027"></a><pre class="programlisting">void gimp_offset_area_set_size (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
gint width,
gint height);</pre>
<p>
@ -190,9 +190,9 @@ signal is emitted.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2605227"></a><h3>
<a name="id2608135"></a><h3>
<a name="gimp-offset-area-set-offsets"></a>gimp_offset_area_set_offsets ()</h3>
<a class="indexterm" name="id2605238"></a><pre class="programlisting">void gimp_offset_area_set_offsets (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
<a class="indexterm" name="id2608146"></a><pre class="programlisting">void gimp_offset_area_set_offsets (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
gint offset_x,
gint offset_y);</pre>
<p>
@ -224,9 +224,9 @@ It does not emit the "offsets-changed" signal.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2603796"></a><h3>
<a name="id2602369"></a><h3>
<a name="gimp-offset-area-set-pixbuf"></a>gimp_offset_area_set_pixbuf ()</h3>
<a class="indexterm" name="id2603810"></a><pre class="programlisting">void gimp_offset_area_set_pixbuf (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
<a class="indexterm" name="id2602382"></a><pre class="programlisting">void gimp_offset_area_set_pixbuf (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
GdkPixbuf *pixbuf);</pre>
<p>
Sets the pixbuf which represents the original image/drawable which
@ -254,11 +254,11 @@ is being offset.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2603902"></a><h2>Signal Details</h2>
<a name="id2602475"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2603913"></a><h3>
<a name="id2602486"></a><h3>
<a name="GimpOffsetArea-offsets-changed"></a>The "offsets-changed" signal</h3>
<a class="indexterm" name="id2603922"></a><pre class="programlisting">void user_function (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *gimpoffsetarea,
<a class="indexterm" name="id2602493"></a><pre class="programlisting">void user_function (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *gimpoffsetarea,
gint arg1,
gint arg2,
gpointer user_data) : Run first</pre>

View File

@ -33,24 +33,24 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpPathEditor.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="#id2578405" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2596711" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2604057" class="shortcut">Description</a>
<a href="#id2603393" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2608501" class="shortcut">Object Hierarchy</a>
<a href="#id2609220" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2608563" class="shortcut">Implemented Interfaces</a>
<a href="#id2603258" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2608585" class="shortcut">Properties</a>
<a href="#id2603280" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2608627" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2603322" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpPageSelector"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2578405"></a><span class="refentrytitle">GimpPageSelector</span>
<a name="id2596711"></a><span class="refentrytitle">GimpPageSelector</span>
</h2>
<p>GimpPageSelector</p>
</td>
@ -107,7 +107,7 @@ gchar* <a href="GimpPageSelector.html#gimp-page-selector-get-selected-range
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2608501"></a><h2>Object Hierarchy</h2>
<a name="id2609220"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -121,13 +121,13 @@ gchar* <a href="GimpPageSelector.html#gimp-page-selector-get-selected-range
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2608563"></a><h2>Implemented Interfaces</h2>
<a name="id2603258"></a><h2>Implemented Interfaces</h2>
<p>
GimpPageSelector implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2608585"></a><h2>Properties</h2>
<a name="id2603280"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpPageSelector.html#GimpPageSelector--n-pages">n-pages</a>" gint : Read / Write
@ -135,7 +135,7 @@ GimpPageSelector implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2608627"></a><h2>Signals</h2>
<a name="id2603322"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpPageSelector.html#GimpPageSelector-activate">activate</a>" void user_function (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *widget,
@ -146,26 +146,26 @@ GimpPageSelector implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2604057"></a><h2>Description</h2>
<a name="id2603393"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2604073"></a><h2>Details</h2>
<a name="id2603408"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2604084"></a><h3>
<a name="id2603419"></a><h3>
<a name="GimpPageSelector-struct"></a>GimpPageSelector</h3>
<a class="indexterm" name="id2604095"></a><pre class="programlisting">typedef struct _GimpPageSelector GimpPageSelector;</pre>
<a class="indexterm" name="id2603431"></a><pre class="programlisting">typedef struct _GimpPageSelector GimpPageSelector;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2604112"></a><h3>
<a name="id2603447"></a><h3>
<a name="GimpPageSelectorTarget"></a>enum GimpPageSelectorTarget</h3>
<a class="indexterm" name="id2604123"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2603458"></a><pre class="programlisting">typedef enum
{
GIMP_PAGE_SELECTOR_TARGET_LAYERS, /*&lt; desc="Layers" &gt;*/
GIMP_PAGE_SELECTOR_TARGET_IMAGES /*&lt; desc="Images" &gt;*/
@ -177,9 +177,9 @@ GimpPageSelector implements
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2604141"></a><h3>
<a name="id2603476"></a><h3>
<a name="gimp-page-selector-new"></a>gimp_page_selector_new ()</h3>
<a class="indexterm" name="id2604154"></a><pre class="programlisting">GtkWidget* gimp_page_selector_new (void);</pre>
<a class="indexterm" name="id2603490"></a><pre class="programlisting">GtkWidget* gimp_page_selector_new (void);</pre>
<p>
Creates a new <a href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> widget.</p>
<p>
@ -199,9 +199,9 @@ Creates a new <a href="GimpPageSelector.html" title="GimpPageSelector"><span cla
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2604213"></a><h3>
<a name="id2603549"></a><h3>
<a name="gimp-page-selector-set-n-pages"></a>gimp_page_selector_set_n_pages ()</h3>
<a class="indexterm" name="id2604229"></a><pre class="programlisting">void gimp_page_selector_set_n_pages (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a class="indexterm" name="id2603564"></a><pre class="programlisting">void gimp_page_selector_set_n_pages (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
gint n_pages);</pre>
<p>
Sets the number of pages in the document to open.</p>
@ -228,9 +228,9 @@ Sets the number of pages in the document to open.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611355"></a><h3>
<a name="id2611401"></a><h3>
<a name="gimp-page-selector-get-n-pages"></a>gimp_page_selector_get_n_pages ()</h3>
<a class="indexterm" name="id2611369"></a><pre class="programlisting">gint gimp_page_selector_get_n_pages (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
<a class="indexterm" name="id2611414"></a><pre class="programlisting">gint gimp_page_selector_get_n_pages (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
<p>
</p>
<p>
@ -257,9 +257,9 @@ Sets the number of pages in the document to open.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611435"></a><h3>
<a name="id2611479"></a><h3>
<a name="gimp-page-selector-set-target"></a>gimp_page_selector_set_target ()</h3>
<a class="indexterm" name="id2611449"></a><pre class="programlisting">void gimp_page_selector_set_target (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a class="indexterm" name="id2611494"></a><pre class="programlisting">void gimp_page_selector_set_target (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a href="GimpPageSelector.html#GimpPageSelectorTarget">GimpPageSelectorTarget</a> target);</pre>
<p>
</p>
@ -286,9 +286,9 @@ Sets the number of pages in the document to open.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611532"></a><h3>
<a name="id2611577"></a><h3>
<a name="gimp-page-selector-get-target"></a>gimp_page_selector_get_target ()</h3>
<a class="indexterm" name="id2611548"></a><pre class="programlisting"><a href="GimpPageSelector.html#GimpPageSelectorTarget">GimpPageSelectorTarget</a> gimp_page_selector_get_target
<a class="indexterm" name="id2611592"></a><pre class="programlisting"><a href="GimpPageSelector.html#GimpPageSelectorTarget">GimpPageSelectorTarget</a> gimp_page_selector_get_target
(<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
<p>
</p>
@ -316,9 +316,9 @@ Sets the number of pages in the document to open.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611622"></a><h3>
<a name="id2611666"></a><h3>
<a name="gimp-page-selector-set-page-thumbnail"></a>gimp_page_selector_set_page_thumbnail ()</h3>
<a class="indexterm" name="id2611638"></a><pre class="programlisting">void gimp_page_selector_set_page_thumbnail
<a class="indexterm" name="id2611682"></a><pre class="programlisting">void gimp_page_selector_set_page_thumbnail
(<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
gint page_no,
GdkPixbuf *thumbnail);</pre>
@ -353,9 +353,9 @@ be used if no page thumbnail is set.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2573564"></a><h3>
<a name="id2611799"></a><h3>
<a name="gimp-page-selector-get-page-thumbnail"></a>gimp_page_selector_get_page_thumbnail ()</h3>
<a class="indexterm" name="id2611750"></a><pre class="programlisting">GdkPixbuf* gimp_page_selector_get_page_thumbnail
<a class="indexterm" name="id2611815"></a><pre class="programlisting">GdkPixbuf* gimp_page_selector_get_page_thumbnail
(<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
gint page_no);</pre>
<p>
@ -391,9 +391,9 @@ be used if no page thumbnail is set.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611851"></a><h3>
<a name="id2611928"></a><h3>
<a name="gimp-page-selector-set-page-label"></a>gimp_page_selector_set_page_label ()</h3>
<a class="indexterm" name="id2611867"></a><pre class="programlisting">void gimp_page_selector_set_page_label
<a class="indexterm" name="id2611945"></a><pre class="programlisting">void gimp_page_selector_set_page_label
(<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
gint page_no,
const gchar *label);</pre>
@ -427,9 +427,9 @@ be used if no page thumbnail is set.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611960"></a><h3>
<a name="id2612050"></a><h3>
<a name="gimp-page-selector-get-page-label"></a>gimp_page_selector_get_page_label ()</h3>
<a class="indexterm" name="id2611976"></a><pre class="programlisting">gchar* gimp_page_selector_get_page_label
<a class="indexterm" name="id2612067"></a><pre class="programlisting">gchar* gimp_page_selector_get_page_label
(<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
gint page_no);</pre>
<p>
@ -465,9 +465,9 @@ be used if no page thumbnail is set.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612079"></a><h3>
<a name="id2612182"></a><h3>
<a name="gimp-page-selector-select-all"></a>gimp_page_selector_select_all ()</h3>
<a class="indexterm" name="id2612093"></a><pre class="programlisting">void gimp_page_selector_select_all (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
<a class="indexterm" name="id2612197"></a><pre class="programlisting">void gimp_page_selector_select_all (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
<p>
Selects all pages.</p>
<p>
@ -486,9 +486,9 @@ Selects all pages.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612148"></a><h3>
<a name="id2612260"></a><h3>
<a name="gimp-page-selector-unselect-all"></a>gimp_page_selector_unselect_all ()</h3>
<a class="indexterm" name="id2612162"></a><pre class="programlisting">void gimp_page_selector_unselect_all (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
<a class="indexterm" name="id2612276"></a><pre class="programlisting">void gimp_page_selector_unselect_all (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
<p>
Unselects all pages.</p>
<p>
@ -507,9 +507,9 @@ Unselects all pages.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612217"></a><h3>
<a name="id2612338"></a><h3>
<a name="gimp-page-selector-select-page"></a>gimp_page_selector_select_page ()</h3>
<a class="indexterm" name="id2612232"></a><pre class="programlisting">void gimp_page_selector_select_page (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a class="indexterm" name="id2612354"></a><pre class="programlisting">void gimp_page_selector_select_page (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
gint page_no);</pre>
<p>
Adds a page to the selection.</p>
@ -536,9 +536,9 @@ Adds a page to the selection.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612307"></a><h3>
<a name="id2612438"></a><h3>
<a name="gimp-page-selector-unselect-page"></a>gimp_page_selector_unselect_page ()</h3>
<a class="indexterm" name="id2612321"></a><pre class="programlisting">void gimp_page_selector_unselect_page
<a class="indexterm" name="id2612453"></a><pre class="programlisting">void gimp_page_selector_unselect_page
(<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
gint page_no);</pre>
<p>
@ -566,9 +566,9 @@ Removes a page from the selection.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612397"></a><h3>
<a name="id2612539"></a><h3>
<a name="gimp-page-selector-page-is-selected"></a>gimp_page_selector_page_is_selected ()</h3>
<a class="indexterm" name="id2612412"></a><pre class="programlisting">gboolean gimp_page_selector_page_is_selected
<a class="indexterm" name="id2612555"></a><pre class="programlisting">gboolean gimp_page_selector_page_is_selected
(<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
gint page_no);</pre>
<p>
@ -602,9 +602,9 @@ Removes a page from the selection.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612513"></a><h3>
<a name="id2612668"></a><h3>
<a name="gimp-page-selector-get-selected-pages"></a>gimp_page_selector_get_selected_pages ()</h3>
<a class="indexterm" name="id2612528"></a><pre class="programlisting">gint* gimp_page_selector_get_selected_pages
<a class="indexterm" name="id2612684"></a><pre class="programlisting">gint* gimp_page_selector_get_selected_pages
(<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
gint *n_selected_pages);</pre>
<p>
@ -639,9 +639,9 @@ Removes a page from the selection.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612623"></a><h3>
<a name="id2612790"></a><h3>
<a name="gimp-page-selector-select-range"></a>gimp_page_selector_select_range ()</h3>
<a class="indexterm" name="id2612637"></a><pre class="programlisting">void gimp_page_selector_select_range (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a class="indexterm" name="id2612806"></a><pre class="programlisting">void gimp_page_selector_select_range (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
const gchar *range);</pre>
<p>
Selectes the pages described by <code class="literal">range</code>. The range string is a
@ -675,9 +675,9 @@ overlapping pages and ranges will be merged.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612729"></a><h3>
<a name="id2612908"></a><h3>
<a name="gimp-page-selector-get-selected-range"></a>gimp_page_selector_get_selected_range ()</h3>
<a class="indexterm" name="id2612744"></a><pre class="programlisting">gchar* gimp_page_selector_get_selected_range
<a class="indexterm" name="id2612924"></a><pre class="programlisting">gchar* gimp_page_selector_get_selected_range
(<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
<p>
</p>
@ -707,11 +707,11 @@ overlapping pages and ranges will be merged.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2612822"></a><h2>Property Details</h2>
<a name="id2613012"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2612832"></a><h3>
<a name="id2613022"></a><h3>
<a name="GimpPageSelector--n-pages"></a>The "<code class="literal">n-pages</code>" property</h3>
<a class="indexterm" name="id2612844"></a><pre class="programlisting"> "n-pages" gint : Read / Write</pre>
<a class="indexterm" name="id2613036"></a><pre class="programlisting"> "n-pages" gint : Read / Write</pre>
<p>
The number of pages of the document to open.</p>
<p>
@ -724,9 +724,9 @@ The number of pages of the document to open.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612879"></a><h3>
<a name="id2613075"></a><h3>
<a name="GimpPageSelector--target"></a>The "<code class="literal">target</code>" property</h3>
<a class="indexterm" name="id2612892"></a><pre class="programlisting"> "target" <a href="GimpPageSelector.html#GimpPageSelectorTarget">GimpPageSelectorTarget</a> : Read / Write</pre>
<a class="indexterm" name="id2613089"></a><pre class="programlisting"> "target" <a href="GimpPageSelector.html#GimpPageSelectorTarget">GimpPageSelectorTarget</a> : Read / Write</pre>
<p>
The target to open the document to.</p>
<p>
@ -738,11 +738,11 @@ The target to open the document to.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2612925"></a><h2>Signal Details</h2>
<a name="id2613126"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2612934"></a><h3>
<a name="id2613137"></a><h3>
<a name="GimpPageSelector-activate"></a>The "activate" signal</h3>
<a class="indexterm" name="id2612942"></a><pre class="programlisting">void user_function (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *widget,
<a class="indexterm" name="id2613145"></a><pre class="programlisting">void user_function (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *widget,
gpointer user_data) : Run first / Action</pre>
<p>
The "activate" signal on GimpPageSelector is an action signal. It
@ -769,9 +769,9 @@ is emitted when a user double-clicks an item in the page selection.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613013"></a><h3>
<a name="id2613223"></a><h3>
<a name="GimpPageSelector-selection-changed"></a>The "selection-changed" signal</h3>
<a class="indexterm" name="id2613022"></a><pre class="programlisting">void user_function (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *widget,
<a class="indexterm" name="id2613232"></a><pre class="programlisting">void user_function (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *widget,
gpointer user_data) : Run first</pre>
<p>
This signal is emitted whenever the set of selected pages changes.</p>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpPickButton.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="#id2557895" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2552769" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2609888" class="shortcut">Description</a>
<a href="#id2611328" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2609737" class="shortcut">Object Hierarchy</a>
<a href="#id2611166" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2609798" class="shortcut">Implemented Interfaces</a>
<a href="#id2611239" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2609819" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2611260" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpPathEditor"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2557895"></a><span class="refentrytitle">GimpPathEditor</span>
<a name="id2552769"></a><span class="refentrytitle">GimpPathEditor</span>
</h2>
<p>GimpPathEditor &#8212; Widget for editing a file search path.</p>
</td>
@ -82,7 +82,7 @@ void <a href="GimpPathEditor.html#gimp-path-editor-set-dir-writable">gimp
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2609737"></a><h2>Object Hierarchy</h2>
<a name="id2611166"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -96,13 +96,13 @@ void <a href="GimpPathEditor.html#gimp-path-editor-set-dir-writable">gimp
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2609798"></a><h2>Implemented Interfaces</h2>
<a name="id2611239"></a><h2>Implemented Interfaces</h2>
<p>
GimpPathEditor implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2609819"></a><h2>Signals</h2>
<a name="id2611260"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpPathEditor.html#GimpPathEditor-path-changed">path-changed</a>"
@ -114,7 +114,7 @@ GimpPathEditor implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2609888"></a><h2>Description</h2>
<a name="id2611328"></a><h2>Description</h2>
<p>
This widget is used to edit file search paths.
</p>
@ -133,20 +133,20 @@ the search path, the "path_changed" signal will be emitted.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2609929"></a><h2>Details</h2>
<a name="id2611369"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2609940"></a><h3>
<a name="id2611380"></a><h3>
<a name="GimpPathEditor-struct"></a>GimpPathEditor</h3>
<a class="indexterm" name="id2609952"></a><pre class="programlisting">typedef struct _GimpPathEditor GimpPathEditor;</pre>
<a class="indexterm" name="id2607637"></a><pre class="programlisting">typedef struct _GimpPathEditor GimpPathEditor;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609968"></a><h3>
<a name="id2607653"></a><h3>
<a name="gimp-path-editor-new"></a>gimp_path_editor_new ()</h3>
<a class="indexterm" name="id2609979"></a><pre class="programlisting">GtkWidget* gimp_path_editor_new (const gchar *title,
<a class="indexterm" name="id2607665"></a><pre class="programlisting">GtkWidget* gimp_path_editor_new (const gchar *title,
const gchar *path);</pre>
<p>
Creates a new <a href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a> widget.
@ -180,9 +180,9 @@ The elements of the initial search path must be separated with the
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608108"></a><h3>
<a name="id2607778"></a><h3>
<a name="gimp-path-editor-get-path"></a>gimp_path_editor_get_path ()</h3>
<a class="indexterm" name="id2608119"></a><pre class="programlisting">gchar* gimp_path_editor_get_path (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);</pre>
<a class="indexterm" name="id2607790"></a><pre class="programlisting">gchar* gimp_path_editor_get_path (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);</pre>
<p>
The elements of the returned search path string are separated with the
<span class="type">G_SEARCHPATH_SEPARATOR</span> character.
@ -210,9 +210,9 @@ Note that you have to <code class="function">g_free()</code> the returned string
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608201"></a><h3>
<a name="id2607872"></a><h3>
<a name="gimp-path-editor-set-path"></a>gimp_path_editor_set_path ()</h3>
<a class="indexterm" name="id2608212"></a><pre class="programlisting">void gimp_path_editor_set_path (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
<a class="indexterm" name="id2607884"></a><pre class="programlisting">void gimp_path_editor_set_path (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
const gchar *path);</pre>
<p>
The elements of the initial search path must be separated with the
@ -238,9 +238,9 @@ The elements of the initial search path must be separated with the
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608291"></a><h3>
<a name="id2608246"></a><h3>
<a name="gimp-path-editor-get-writable-path"></a>gimp_path_editor_get_writable_path ()</h3>
<a class="indexterm" name="id2608304"></a><pre class="programlisting">gchar* gimp_path_editor_get_writable_path
<a class="indexterm" name="id2608260"></a><pre class="programlisting">gchar* gimp_path_editor_get_writable_path
(<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);</pre>
<p>
@ -265,9 +265,9 @@ The elements of the initial search path must be separated with the
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608362"></a><h3>
<a name="id2608317"></a><h3>
<a name="gimp-path-editor-set-writable-path"></a>gimp_path_editor_set_writable_path ()</h3>
<a class="indexterm" name="id2608376"></a><pre class="programlisting">void gimp_path_editor_set_writable_path
<a class="indexterm" name="id2608331"></a><pre class="programlisting">void gimp_path_editor_set_writable_path
(<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
const gchar *path);</pre>
<p>
@ -293,9 +293,9 @@ The elements of the initial search path must be separated with the
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2604524"></a><h3>
<a name="id2608399"></a><h3>
<a name="gimp-path-editor-get-dir-writable"></a>gimp_path_editor_get_dir_writable ()</h3>
<a class="indexterm" name="id2604538"></a><pre class="programlisting">gboolean gimp_path_editor_get_dir_writable
<a class="indexterm" name="id2608413"></a><pre class="programlisting">gboolean gimp_path_editor_get_dir_writable
(<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
const gchar *directory);</pre>
<p>
@ -326,9 +326,9 @@ The elements of the initial search path must be separated with the
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2604616"></a><h3>
<a name="id2608492"></a><h3>
<a name="gimp-path-editor-set-dir-writable"></a>gimp_path_editor_set_dir_writable ()</h3>
<a class="indexterm" name="id2604630"></a><pre class="programlisting">void gimp_path_editor_set_dir_writable
<a class="indexterm" name="id2608506"></a><pre class="programlisting">void gimp_path_editor_set_dir_writable
(<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
const gchar *directory,
gboolean writable);</pre>
@ -360,11 +360,11 @@ The elements of the initial search path must be separated with the
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2604721"></a><h2>Signal Details</h2>
<a name="id2608596"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2604732"></a><h3>
<a name="id2608607"></a><h3>
<a name="GimpPathEditor-path-changed"></a>The "path-changed" signal</h3>
<a class="indexterm" name="id2604739"></a><pre class="programlisting">void user_function (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *arg0,
<a class="indexterm" name="id2608614"></a><pre class="programlisting">void user_function (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *arg0,
gpointer user_data) : Run first</pre>
<p>
This signal is emitted whenever the user adds, deletes, modifies
@ -382,9 +382,9 @@ or reorders an element of the search path.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2604798"></a><h3>
<a name="id2608673"></a><h3>
<a name="GimpPathEditor-writable-changed"></a>The "writable-changed" signal</h3>
<a class="indexterm" name="id2604807"></a><pre class="programlisting">void user_function (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *arg0,
<a class="indexterm" name="id2608682"></a><pre class="programlisting">void user_function (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *arg0,
gpointer user_data) : Run first</pre>
<p>
This signal is emitted whenever the "writable" column of a directory
@ -403,7 +403,7 @@ is changed, either by the user clicking on it or by calling
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2604879"></a><h2>See Also</h2>
<a name="id2608754"></a><h2>See Also</h2>
<p>
<a href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a>
</p>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpPixmap.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="#id2552707" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2565140" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2608837" class="shortcut">Description</a>
<a href="#id2594824" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2594322" class="shortcut">Object Hierarchy</a>
<a href="#id2590932" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2608765" class="shortcut">Implemented Interfaces</a>
<a href="#id2563657" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2608787" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2563678" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpPickButton"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2552707"></a><span class="refentrytitle">GimpPickButton</span>
<a name="id2565140"></a><span class="refentrytitle">GimpPickButton</span>
</h2>
<p>GimpPickButton &#8212; Widget to pick a color from screen.</p>
</td>
@ -66,7 +66,7 @@ GtkWidget* <a href="GimpPickButton.html#gimp-pick-button-new">gimp_pick_button_
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2594322"></a><h2>Object Hierarchy</h2>
<a name="id2590932"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -80,13 +80,13 @@ GtkWidget* <a href="GimpPickButton.html#gimp-pick-button-new">gimp_pick_button_
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2608765"></a><h2>Implemented Interfaces</h2>
<a name="id2563657"></a><h2>Implemented Interfaces</h2>
<p>
GimpPickButton implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2608787"></a><h2>Signals</h2>
<a name="id2563678"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpPickButton.html#GimpPickButton-color-picked">color-picked</a>"
@ -96,7 +96,7 @@ GimpPickButton implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2608837"></a><h2>Description</h2>
<a name="id2594824"></a><h2>Description</h2>
<p>
<a href="GimpPickButton.html" title="GimpPickButton"><span class="type">GimpPickButton</span></a> is a specialized button. When clicked, it changes the
cursor to a color-picker pipette and allows the user to pick a color
@ -104,20 +104,20 @@ from any point on the screen.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2608862"></a><h2>Details</h2>
<a name="id2594850"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2608873"></a><h3>
<a name="id2594861"></a><h3>
<a name="GimpPickButton-struct"></a>GimpPickButton</h3>
<a class="indexterm" name="id2608884"></a><pre class="programlisting">typedef struct _GimpPickButton GimpPickButton;</pre>
<a class="indexterm" name="id2594872"></a><pre class="programlisting">typedef struct _GimpPickButton GimpPickButton;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608901"></a><h3>
<a name="id2594889"></a><h3>
<a name="gimp-pick-button-new"></a>gimp_pick_button_new ()</h3>
<a class="indexterm" name="id2608912"></a><pre class="programlisting">GtkWidget* gimp_pick_button_new (void);</pre>
<a class="indexterm" name="id2604279"></a><pre class="programlisting">GtkWidget* gimp_pick_button_new (void);</pre>
<p>
Creates a new <a href="GimpPickButton.html" title="GimpPickButton"><span class="type">GimpPickButton</span></a> widget.</p>
<p>
@ -134,11 +134,11 @@ Creates a new <a href="GimpPickButton.html" title="GimpPickButton"><span class="
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2611084"></a><h2>Signal Details</h2>
<a name="id2604334"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2611095"></a><h3>
<a name="id2604345"></a><h3>
<a name="GimpPickButton-color-picked"></a>The "color-picked" signal</h3>
<a class="indexterm" name="id2611102"></a><pre class="programlisting">void user_function (<a href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> *gimppickbutton,
<a class="indexterm" name="id2604352"></a><pre class="programlisting">void user_function (<a href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> *gimppickbutton,
gpointer arg1,
gpointer user_data) : Run first</pre>
<p>

View File

@ -33,20 +33,20 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpPreviewArea.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="#id2579410" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2565746" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2611304" class="shortcut">Description</a>
<a href="#id2610869" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2611228" class="shortcut">Object Hierarchy</a>
<a href="#id2551281" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2611283" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
<a href="#id2610848" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpPixmap"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2579410"></a><span class="refentrytitle">GimpPixmap</span>
<a name="id2565746"></a><span class="refentrytitle">GimpPixmap</span>
</h2>
<p>GimpPixmap &#8212; Widget which creates a <span class="type">GtkPixmap</span> from XPM data.</p>
</td>
@ -66,7 +66,7 @@ void <a href="GimpPixmap.html#gimp-pixmap-set">gimp_pixmap_set</a>
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2611228"></a><h2>Object Hierarchy</h2>
<a name="id2551281"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -79,13 +79,13 @@ void <a href="GimpPixmap.html#gimp-pixmap-set">gimp_pixmap_set</a>
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2611283"></a><h2>Implemented Interfaces</h2>
<a name="id2610848"></a><h2>Implemented Interfaces</h2>
<p>
GimpPixmap implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2611304"></a><h2>Description</h2>
<a name="id2610869"></a><h2>Description</h2>
<p>
Widget which creates a <span class="type">GtkPixmap</span> from XPM data.
</p>
@ -100,11 +100,11 @@ and cannot be cached in memory without doing bad hacks.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2607593"></a><h2>Details</h2>
<a name="id2610927"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2607604"></a><h3>
<a name="id2610937"></a><h3>
<a name="GimpPixmap-struct"></a>GimpPixmap</h3>
<a class="indexterm" name="id2607617"></a><pre class="programlisting">typedef struct _GimpPixmap GimpPixmap;</pre>
<a class="indexterm" name="id2610950"></a><pre class="programlisting">typedef struct _GimpPixmap GimpPixmap;</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">GimpPixmap</code> is deprecated and should not be used in newly-written code.</p>
@ -115,9 +115,9 @@ and cannot be cached in memory without doing bad hacks.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607644"></a><h3>
<a name="id2610978"></a><h3>
<a name="gimp-pixmap-new"></a>gimp_pixmap_new ()</h3>
<a class="indexterm" name="id2607659"></a><pre class="programlisting">GtkWidget* gimp_pixmap_new (gchar **xpm_data);</pre>
<a class="indexterm" name="id2610992"></a><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>
@ -145,9 +145,9 @@ Creates a new <a href="GimpPixmap.html" title="GimpPixmap"><span class="type">Gi
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607746"></a><h3>
<a name="id2608810"></a><h3>
<a name="gimp-pixmap-set"></a>gimp_pixmap_set ()</h3>
<a class="indexterm" name="id2607761"></a><pre class="programlisting">void gimp_pixmap_set (<a href="GimpPixmap.html" title="GimpPixmap">GimpPixmap</a> *pixmap,
<a class="indexterm" name="id2608825"></a><pre class="programlisting">void gimp_pixmap_set (<a href="GimpPixmap.html" title="GimpPixmap">GimpPixmap</a> *pixmap,
gchar **xpm_data);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -176,7 +176,7 @@ Sets a new image for an existing <a href="GimpPixmap.html" title="GimpPixmap"><s
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2607853"></a><h2>See Also</h2>
<a name="id2608917"></a><h2>See Also</h2>
<p>
<a href="libgimpwidgets-GimpWidgets.html#gimp-pixmap-button-new"><code class="function">gimp_pixmap_button_new()</code></a>
</p>

View File

@ -33,26 +33,26 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpRatioEntry.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="#id2556671" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2564738" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2616000" class="shortcut">Description</a>
<a href="#id2616139" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2610652" class="shortcut">Object Hierarchy</a>
<a href="#id2615397" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2610720" class="shortcut">Implemented Interfaces</a>
<a href="#id2615465" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2610741" class="shortcut">Properties</a>
<a href="#id2616036" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2610771" class="shortcut">Style Properties</a>
<a href="#id2616067" class="shortcut">Style Properties</a>
&#160;|&#160;
<a href="#id2610801" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2616097" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpPreview"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2556671"></a><span class="refentrytitle">GimpPreview</span>
<a name="id2564738"></a><span class="refentrytitle">GimpPreview</span>
</h2>
<p>GimpPreview &#8212; A widget providing a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> plus framework to update the preview.</p>
</td>
@ -102,7 +102,7 @@ GtkWidget* <a href="GimpPreview.html#gimp-preview-get-controls">gimp_preview_ge
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2610652"></a><h2>Object Hierarchy</h2>
<a name="id2615397"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -117,27 +117,27 @@ GtkWidget* <a href="GimpPreview.html#gimp-preview-get-controls">gimp_preview_ge
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2610720"></a><h2>Implemented Interfaces</h2>
<a name="id2615465"></a><h2>Implemented Interfaces</h2>
<p>
GimpPreview implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2610741"></a><h2>Properties</h2>
<a name="id2616036"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpPreview.html#GimpPreview--update">update</a>" gboolean : Read / Write / Construct
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2610771"></a><h2>Style Properties</h2>
<a name="id2616067"></a><h2>Style Properties</h2>
<pre class="synopsis">
"<a href="GimpPreview.html#GimpPreview--size">size</a>" gint : Read
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2610801"></a><h2>Signals</h2>
<a name="id2616097"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpPreview.html#GimpPreview-invalidated">invalidated</a>"
@ -146,26 +146,26 @@ GimpPreview implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2616000"></a><h2>Description</h2>
<a name="id2616139"></a><h2>Description</h2>
<p>
A widget providing a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> plus framework to update the preview.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2616023"></a><h2>Details</h2>
<a name="id2616162"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2616033"></a><h3>
<a name="id2616173"></a><h3>
<a name="GimpPreview-struct"></a>GimpPreview</h3>
<a class="indexterm" name="id2616046"></a><pre class="programlisting">typedef struct _GimpPreview GimpPreview;</pre>
<a class="indexterm" name="id2616185"></a><pre class="programlisting">typedef struct _GimpPreview GimpPreview;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616061"></a><h3>
<a name="id2616200"></a><h3>
<a name="gimp-preview-get-update"></a>gimp_preview_get_update ()</h3>
<a class="indexterm" name="id2616075"></a><pre class="programlisting">gboolean gimp_preview_get_update (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
<a class="indexterm" name="id2616214"></a><pre class="programlisting">gboolean gimp_preview_get_update (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
<p>
</p>
<p>
@ -192,9 +192,9 @@ A widget providing a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><spa
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616145"></a><h3>
<a name="id2616286"></a><h3>
<a name="gimp-preview-set-update"></a>gimp_preview_set_update ()</h3>
<a class="indexterm" name="id2616159"></a><pre class="programlisting">void gimp_preview_set_update (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a class="indexterm" name="id2616300"></a><pre class="programlisting">void gimp_preview_set_update (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
gboolean update);</pre>
<p>
Sets the state of the "Preview" check button.</p>
@ -222,9 +222,9 @@ Sets the state of the "Preview" check button.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616261"></a><h3>
<a name="id2616402"></a><h3>
<a name="gimp-preview-set-bounds"></a>gimp_preview_set_bounds ()</h3>
<a class="indexterm" name="id2616275"></a><pre class="programlisting">void gimp_preview_set_bounds (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a class="indexterm" name="id2616416"></a><pre class="programlisting">void gimp_preview_set_bounds (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
gint xmin,
gint ymin,
gint xmax,
@ -271,9 +271,9 @@ maximum size of the <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619160"></a><h3>
<a name="id2619169"></a><h3>
<a name="gimp-preview-get-size"></a>gimp_preview_get_size ()</h3>
<a class="indexterm" name="id2619172"></a><pre class="programlisting">void gimp_preview_get_size (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a class="indexterm" name="id2619182"></a><pre class="programlisting">void gimp_preview_get_size (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
gint *width,
gint *height);</pre>
<p>
@ -306,9 +306,9 @@ maximum size of the <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619275"></a><h3>
<a name="id2619285"></a><h3>
<a name="gimp-preview-get-position"></a>gimp_preview_get_position ()</h3>
<a class="indexterm" name="id2619289"></a><pre class="programlisting">void gimp_preview_get_position (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a class="indexterm" name="id2619298"></a><pre class="programlisting">void gimp_preview_get_position (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
gint *x,
gint *y);</pre>
<p>
@ -341,9 +341,9 @@ maximum size of the <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619393"></a><h3>
<a name="id2619403"></a><h3>
<a name="gimp-preview-transform"></a>gimp_preview_transform ()</h3>
<a class="indexterm" name="id2619407"></a><pre class="programlisting">void gimp_preview_transform (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a class="indexterm" name="id2619416"></a><pre class="programlisting">void gimp_preview_transform (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
gint src_x,
gint src_y,
gint *dest_x,
@ -388,9 +388,9 @@ Transforms from image to widget coordinates.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619555"></a><h3>
<a name="id2619565"></a><h3>
<a name="gimp-preview-untransform"></a>gimp_preview_untransform ()</h3>
<a class="indexterm" name="id2619569"></a><pre class="programlisting">void gimp_preview_untransform (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a class="indexterm" name="id2619579"></a><pre class="programlisting">void gimp_preview_untransform (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
gint src_x,
gint src_y,
gint *dest_x,
@ -435,9 +435,9 @@ Transforms from widget to image coordinates.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619718"></a><h3>
<a name="id2619728"></a><h3>
<a name="gimp-preview-get-area"></a>gimp_preview_get_area ()</h3>
<a class="indexterm" name="id2619732"></a><pre class="programlisting">GtkWidget* gimp_preview_get_area (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
<a class="indexterm" name="id2619741"></a><pre class="programlisting">GtkWidget* gimp_preview_get_area (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
<p>
In most cases, you shouldn't need to access the <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a>
that is being used in the <em class="parameter"><code>preview</code></em>. Sometimes however, you need to.
@ -467,9 +467,9 @@ such cases, use <a href="GimpPreview.html#gimp-preview-get-area"><code class="fu
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619816"></a><h3>
<a name="id2619851"></a><h3>
<a name="gimp-preview-draw"></a>gimp_preview_draw ()</h3>
<a class="indexterm" name="id2619828"></a><pre class="programlisting">void gimp_preview_draw (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
<a class="indexterm" name="id2619866"></a><pre class="programlisting">void gimp_preview_draw (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
<p>
Calls the GimpPreview::draw method. GimpPreview itself doesn't
implement a default draw method so the behaviour is determined by
@ -496,9 +496,9 @@ original, unmodified drawable to the <em class="parameter"><code>preview</code><
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619909"></a><h3>
<a name="id2619957"></a><h3>
<a name="gimp-preview-draw-buffer"></a>gimp_preview_draw_buffer ()</h3>
<a class="indexterm" name="id2619922"></a><pre class="programlisting">void gimp_preview_draw_buffer (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a class="indexterm" name="id2619971"></a><pre class="programlisting">void gimp_preview_draw_buffer (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
const guchar *buffer,
gint rowstride);</pre>
<p>
@ -533,9 +533,9 @@ derived class implementing this method.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2620023"></a><h3>
<a name="id2620058"></a><h3>
<a name="gimp-preview-invalidate"></a>gimp_preview_invalidate ()</h3>
<a class="indexterm" name="id2620035"></a><pre class="programlisting">void gimp_preview_invalidate (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
<a class="indexterm" name="id2620070"></a><pre class="programlisting">void gimp_preview_invalidate (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
<p>
This function starts or renews a short low-priority timeout. When
the timeout expires, the GimpPreview::invalidated signal is emitted
@ -564,9 +564,9 @@ itself.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2620112"></a><h3>
<a name="id2620147"></a><h3>
<a name="gimp-preview-set-default-cursor"></a>gimp_preview_set_default_cursor ()</h3>
<a class="indexterm" name="id2620126"></a><pre class="programlisting">void gimp_preview_set_default_cursor (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a class="indexterm" name="id2620161"></a><pre class="programlisting">void gimp_preview_set_default_cursor (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
GdkCursor *cursor);</pre>
<p>
Sets the default mouse cursor for the preview. Note that this will
@ -595,9 +595,9 @@ be overriden by a <code class="literal">GDK_FLEUR</code> if the preview has scro
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2620234"></a><h3>
<a name="id2620269"></a><h3>
<a name="gimp-preview-get-controls"></a>gimp_preview_get_controls ()</h3>
<a class="indexterm" name="id2620247"></a><pre class="programlisting">GtkWidget* gimp_preview_get_controls (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
<a class="indexterm" name="id2620282"></a><pre class="programlisting">GtkWidget* gimp_preview_get_controls (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
<p>
Gives access to the <span class="type">GtkHBox</span> at the bottom of the preview that
contains the update toggle. Derived widgets can use this function
@ -626,32 +626,32 @@ if they need to add controls to this area.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2620327"></a><h2>Property Details</h2>
<a name="id2620363"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2620337"></a><h3>
<a name="id2620372"></a><h3>
<a name="GimpPreview--update"></a>The "<code class="literal">update</code>" property</h3>
<a class="indexterm" name="id2620349"></a><pre class="programlisting"> "update" gboolean : Read / Write / Construct</pre>
<a class="indexterm" name="id2620384"></a><pre class="programlisting"> "update" gboolean : Read / Write / Construct</pre>
<p></p>
<p>Default value: TRUE</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2620372"></a><h2>Style Property Details</h2>
<a name="id2620407"></a><h2>Style Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2620382"></a><h3>
<a name="id2620417"></a><h3>
<a name="GimpPreview--size"></a>The "<code class="literal">size</code>" style property</h3>
<a class="indexterm" name="id2620394"></a><pre class="programlisting"> "size" gint : Read</pre>
<a class="indexterm" name="id2620430"></a><pre class="programlisting"> "size" gint : Read</pre>
<p></p>
<p>Allowed values: [1,1024]</p>
<p>Default value: 200</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2620420"></a><h2>Signal Details</h2>
<a name="id2620455"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2620429"></a><h3>
<a name="id2620464"></a><h3>
<a name="GimpPreview-invalidated"></a>The "invalidated" signal</h3>
<a class="indexterm" name="id2620436"></a><pre class="programlisting">void user_function (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *gimppreview,
<a class="indexterm" name="id2620472"></a><pre class="programlisting">void user_function (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *gimppreview,
gpointer user_data) : Run first</pre>
<p>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpPreview.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="#id2548292" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2581223" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2609229" class="shortcut">Description</a>
<a href="#id2607402" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2609117" class="shortcut">Object Hierarchy</a>
<a href="#id2607289" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2609166" class="shortcut">Implemented Interfaces</a>
<a href="#id2607338" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2609187" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2607360" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpPreviewArea"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2548292"></a><span class="refentrytitle">GimpPreviewArea</span>
<a name="id2581223"></a><span class="refentrytitle">GimpPreviewArea</span>
</h2>
<p>GimpPreviewArea &#8212; A general purpose preview widget which caches its pixel data.</p>
</td>
@ -122,7 +122,7 @@ void <a href="GimpPreviewArea.html#gimp-preview-area-menu-popup">gimp_pre
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2609117"></a><h2>Object Hierarchy</h2>
<a name="id2607289"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -134,13 +134,13 @@ void <a href="GimpPreviewArea.html#gimp-preview-area-menu-popup">gimp_pre
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2609166"></a><h2>Implemented Interfaces</h2>
<a name="id2607338"></a><h2>Implemented Interfaces</h2>
<p>
GimpPreviewArea implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2609187"></a><h2>Properties</h2>
<a name="id2607360"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpPreviewArea.html#GimpPreviewArea--check-size">check-size</a>" <a
@ -152,26 +152,26 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckType"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2609229"></a><h2>Description</h2>
<a name="id2607402"></a><h2>Description</h2>
<p>
A general purpose preview widget which caches its pixel data.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2609246"></a><h2>Details</h2>
<a name="id2609272"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2609257"></a><h3>
<a name="id2609282"></a><h3>
<a name="GimpPreviewArea-struct"></a>GimpPreviewArea</h3>
<a class="indexterm" name="id2609268"></a><pre class="programlisting">typedef struct _GimpPreviewArea GimpPreviewArea;</pre>
<a class="indexterm" name="id2609294"></a><pre class="programlisting">typedef struct _GimpPreviewArea GimpPreviewArea;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609285"></a><h3>
<a name="id2609310"></a><h3>
<a name="gimp-preview-area-new"></a>gimp_preview_area_new ()</h3>
<a class="indexterm" name="id2609296"></a><pre class="programlisting">GtkWidget* gimp_preview_area_new (void);</pre>
<a class="indexterm" name="id2609322"></a><pre class="programlisting">GtkWidget* gimp_preview_area_new (void);</pre>
<p>
Creates a new <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget.</p>
<p>
@ -190,9 +190,9 @@ Since GIMP 2.2
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609349"></a><h3>
<a name="id2609375"></a><h3>
<a name="gimp-preview-area-draw"></a>gimp_preview_area_draw ()</h3>
<a class="indexterm" name="id2609360"></a><pre class="programlisting">void gimp_preview_area_draw (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a class="indexterm" name="id2609386"></a><pre class="programlisting">void gimp_preview_area_draw (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
gint x,
gint y,
gint width,
@ -260,9 +260,9 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616488"></a><h3>
<a name="id2616514"></a><h3>
<a name="gimp-preview-area-fill"></a>gimp_preview_area_fill ()</h3>
<a class="indexterm" name="id2616498"></a><pre class="programlisting">void gimp_preview_area_fill (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a class="indexterm" name="id2616524"></a><pre class="programlisting">void gimp_preview_area_fill (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
gint x,
gint y,
gint width,
@ -327,9 +327,9 @@ Since GIMP 2.2</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616709"></a><h3>
<a name="id2616733"></a><h3>
<a name="gimp-preview-area-blend"></a>gimp_preview_area_blend ()</h3>
<a class="indexterm" name="id2616720"></a><pre class="programlisting">void gimp_preview_area_blend (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a class="indexterm" name="id2616744"></a><pre class="programlisting">void gimp_preview_area_blend (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
gint x,
gint y,
gint width,
@ -418,9 +418,9 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2617066"></a><h3>
<a name="id2617090"></a><h3>
<a name="gimp-preview-area-mask"></a>gimp_preview_area_mask ()</h3>
<a class="indexterm" name="id2617077"></a><pre class="programlisting">void gimp_preview_area_mask (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a class="indexterm" name="id2617101"></a><pre class="programlisting">void gimp_preview_area_mask (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
gint x,
gint y,
gint width,
@ -516,9 +516,9 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2617452"></a><h3>
<a name="id2617475"></a><h3>
<a name="gimp-preview-area-set-offsets"></a>gimp_preview_area_set_offsets ()</h3>
<a class="indexterm" name="id2617467"></a><pre class="programlisting">void gimp_preview_area_set_offsets (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a class="indexterm" name="id2617491"></a><pre class="programlisting">void gimp_preview_area_set_offsets (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
gint x,
gint y);</pre>
<p>
@ -552,9 +552,9 @@ when drawing the checkerboard and to determine the dither offsets.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2617551"></a><h3>
<a name="id2617596"></a><h3>
<a name="gimp-preview-area-set-colormap"></a>gimp_preview_area_set_colormap ()</h3>
<a class="indexterm" name="id2617564"></a><pre class="programlisting">void gimp_preview_area_set_colormap (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a class="indexterm" name="id2617610"></a><pre class="programlisting">void gimp_preview_area_set_colormap (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
const guchar *colormap,
gint num_colors);</pre>
<p>
@ -590,9 +590,9 @@ Since GIMP 2.2</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2617695"></a><h3>
<a name="id2501397"></a><h3>
<a name="gimp-preview-area-set-max-size"></a>gimp_preview_area_set_max_size ()</h3>
<a class="indexterm" name="id2617710"></a><pre class="programlisting">void gimp_preview_area_set_max_size (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a class="indexterm" name="id2617753"></a><pre class="programlisting">void gimp_preview_area_set_max_size (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
gint width,
gint height);</pre>
<p>
@ -628,9 +628,9 @@ preview will draw itself centered into the allocated area.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2617814"></a><h3>
<a name="id2617857"></a><h3>
<a name="gimp-preview-area-menu-popup"></a>gimp_preview_area_menu_popup ()</h3>
<a class="indexterm" name="id2617829"></a><pre class="programlisting">void gimp_preview_area_menu_popup (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a class="indexterm" name="id2617872"></a><pre class="programlisting">void gimp_preview_area_menu_popup (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
GdkEventButton *event);</pre>
<p>
Creates a popup menu that allows to configure the size and type of
@ -658,11 +658,11 @@ the checkerboard pattern that the <em class="parameter"><code>area</code></em> u
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2617920"></a><h2>Property Details</h2>
<a name="id2617964"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2617930"></a><h3>
<a name="id2617973"></a><h3>
<a name="GimpPreviewArea--check-size"></a>The "<code class="literal">check-size</code>" property</h3>
<a class="indexterm" name="id2617942"></a><pre class="programlisting"> "check-size" <a
<a class="indexterm" name="id2617985"></a><pre class="programlisting"> "check-size" <a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckSize"
>GimpCheckSize</a> : Read / Write</pre>
<p></p>
@ -670,9 +670,9 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckSize"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2617964"></a><h3>
<a name="id2618007"></a><h3>
<a name="GimpPreviewArea--check-type"></a>The "<code class="literal">check-type</code>" property</h3>
<a class="indexterm" name="id2617977"></a><pre class="programlisting"> "check-type" <a
<a class="indexterm" name="id2618020"></a><pre class="programlisting"> "check-type" <a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckType"
>GimpCheckType</a> : Read / Write</pre>
<p></p>

View File

@ -33,28 +33,28 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpScrolledPreview.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="#id2502282" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2582258" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2614168" class="shortcut">Description</a>
<a href="#id2615876" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2613370" class="shortcut">Object Hierarchy</a>
<a href="#id2613926" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2614038" class="shortcut">Implemented Interfaces</a>
<a href="#id2613974" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2614072" class="shortcut">Properties</a>
<a href="#id2614008" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2614124" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2614073" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpRatioEntry"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2502282"></a><span class="refentrytitle">GimpRatioEntry</span>
<a name="id2582258"></a><span class="refentrytitle">GimpRatioEntry</span>
</h2>
<p>GimpRatioEntry</p>
</td>
<td valign="top" align="right"></td>
<td valign="top" align="right"><img src="gimp-ratio-entry.png"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
@ -63,6 +63,7 @@
<a href="GimpRatioEntry.html#GimpRatioEntry-struct">GimpRatioEntry</a>;
enum <a href="GimpRatioEntry.html#GimpAspectType">GimpAspectType</a>;
GtkWidget* <a href="GimpRatioEntry.html#gimp-ratio-entry-new">gimp_ratio_entry_new</a> (void);
void <a href="GimpRatioEntry.html#gimp-ratio-entry-set-fraction">gimp_ratio_entry_set_fraction</a> (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry,
gdouble numerator,
@ -73,11 +74,14 @@ void <a href="GimpRatioEntry.html#gimp-ratio-entry-get-fraction">gimp_rat
void <a href="GimpRatioEntry.html#gimp-ratio-entry-set-ratio">gimp_ratio_entry_set_ratio</a> (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry,
gdouble ratio);
gdouble <a href="GimpRatioEntry.html#gimp-ratio-entry-get-ratio">gimp_ratio_entry_get_ratio</a> (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry);
void <a href="GimpRatioEntry.html#gimp-ratio-entry-set-aspect">gimp_ratio_entry_set_aspect</a> (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry,
<a href="GimpRatioEntry.html#GimpAspectType">GimpAspectType</a> aspect);
<a href="GimpRatioEntry.html#GimpAspectType">GimpAspectType</a> <a href="GimpRatioEntry.html#gimp-ratio-entry-get-aspect">gimp_ratio_entry_get_aspect</a> (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2613370"></a><h2>Object Hierarchy</h2>
<a name="id2613926"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -89,22 +93,23 @@ gdouble <a href="GimpRatioEntry.html#gimp-ratio-entry-get-ratio">gimp_ratio_
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2614038"></a><h2>Implemented Interfaces</h2>
<a name="id2613974"></a><h2>Implemented Interfaces</h2>
<p>
GimpRatioEntry implements
AtkImplementorIface, GtkEditable and GtkCellEditable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2614072"></a><h2>Properties</h2>
<a name="id2614008"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpRatioEntry.html#GimpRatioEntry--aspect">aspect</a>" <a href="GimpRatioEntry.html#GimpAspectType">GimpAspectType</a> : Read / Write
"<a href="GimpRatioEntry.html#GimpRatioEntry--denominator">denominator</a>" gdouble : Read / Write
"<a href="GimpRatioEntry.html#GimpRatioEntry--numerator">numerator</a>" gdouble : Read / Write
"<a href="GimpRatioEntry.html#GimpRatioEntry--ratio">ratio</a>" gdouble : Read / Write
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2614124"></a><h2>Signals</h2>
<a name="id2614073"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpRatioEntry.html#GimpRatioEntry-ratio-changed">ratio-changed</a>"
@ -113,26 +118,41 @@ GimpRatioEntry implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2614168"></a><h2>Description</h2>
<a name="id2615876"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2614183"></a><h2>Details</h2>
<a name="id2615891"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2614194"></a><h3>
<a name="id2615902"></a><h3>
<a name="GimpRatioEntry-struct"></a>GimpRatioEntry</h3>
<a class="indexterm" name="id2615121"></a><pre class="programlisting">typedef struct _GimpRatioEntry GimpRatioEntry;</pre>
<a class="indexterm" name="id2615914"></a><pre class="programlisting">typedef struct _GimpRatioEntry GimpRatioEntry;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615137"></a><h3>
<a name="id2615930"></a><h3>
<a name="GimpAspectType"></a>enum GimpAspectType</h3>
<a class="indexterm" name="id2615942"></a><pre class="programlisting">typedef enum
{
GIMP_ASPECT_SQUARE, /*&lt; desc="Square" &gt;*/
GIMP_ASPECT_PORTRAIT, /*&lt; desc="Portrait" &gt;*/
GIMP_ASPECT_LANDSCAPE /*&lt; desc="Landscape" &gt;*/
} GimpAspectType;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615961"></a><h3>
<a name="gimp-ratio-entry-new"></a>gimp_ratio_entry_new ()</h3>
<a class="indexterm" name="id2615151"></a><pre class="programlisting">GtkWidget* gimp_ratio_entry_new (void);</pre>
<a class="indexterm" name="id2615975"></a><pre class="programlisting">GtkWidget* gimp_ratio_entry_new (void);</pre>
<p>
</p>
<p>
@ -152,9 +172,9 @@ GimpRatioEntry implements
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615202"></a><h3>
<a name="id2614570"></a><h3>
<a name="gimp-ratio-entry-set-fraction"></a>gimp_ratio_entry_set_fraction ()</h3>
<a class="indexterm" name="id2615216"></a><pre class="programlisting">void gimp_ratio_entry_set_fraction (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry,
<a class="indexterm" name="id2614584"></a><pre class="programlisting">void gimp_ratio_entry_set_fraction (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry,
gdouble numerator,
gdouble denominator);</pre>
<p>
@ -193,9 +213,9 @@ convert it to 1.0.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614658"></a><h3>
<a name="id2614707"></a><h3>
<a name="gimp-ratio-entry-get-fraction"></a>gimp_ratio_entry_get_fraction ()</h3>
<a class="indexterm" name="id2614673"></a><pre class="programlisting">void gimp_ratio_entry_get_fraction (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry,
<a class="indexterm" name="id2614722"></a><pre class="programlisting">void gimp_ratio_entry_get_fraction (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry,
gdouble *numerator,
gdouble *denominator);</pre>
<p>
@ -233,9 +253,9 @@ as a single decimal value.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614805"></a><h3>
<a name="id2613616"></a><h3>
<a name="gimp-ratio-entry-set-ratio"></a>gimp_ratio_entry_set_ratio ()</h3>
<a class="indexterm" name="id2614819"></a><pre class="programlisting">void gimp_ratio_entry_set_ratio (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry,
<a class="indexterm" name="id2613630"></a><pre class="programlisting">void gimp_ratio_entry_set_ratio (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry,
gdouble ratio);</pre>
<p>
Sets the ratio displayed by a <a href="GimpRatioEntry.html" title="GimpRatioEntry"><span class="type">GimpRatioEntry</span></a>. If the new ratio is
@ -268,9 +288,9 @@ numerator and denominator &lt; 1000.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613735"></a><h3>
<a name="id2613728"></a><h3>
<a name="gimp-ratio-entry-get-ratio"></a>gimp_ratio_entry_get_ratio ()</h3>
<a class="indexterm" name="id2613749"></a><pre class="programlisting">gdouble gimp_ratio_entry_get_ratio (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry);</pre>
<a class="indexterm" name="id2613742"></a><pre class="programlisting">gdouble gimp_ratio_entry_get_ratio (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry);</pre>
<p>
Retrieves the ratio value displayed by a <a href="GimpRatioEntry.html" title="GimpRatioEntry"><span class="type">GimpRatioEntry</span></a>.</p>
<p>
@ -288,6 +308,65 @@ Retrieves the ratio value displayed by a <a href="GimpRatioEntry.html" title="Gi
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> The ratio value.
</td>
</tr>
</tbody>
</table></div>
<p>Since GIMP 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613823"></a><h3>
<a name="gimp-ratio-entry-set-aspect"></a>gimp_ratio_entry_set_aspect ()</h3>
<a class="indexterm" name="id2613837"></a><pre class="programlisting">void gimp_ratio_entry_set_aspect (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry,
<a href="GimpRatioEntry.html#GimpAspectType">GimpAspectType</a> aspect);</pre>
<p>
Sets the aspect of the ratio by swapping the numerator and denominator
(or setting them to 1.0 in case that <em class="parameter"><code>aspect</code></em> is <code class="literal">GIMP_ASPECT_SQUARE</code>).</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>entry</code></em>&#160;:</span></td>
<td> a <a href="GimpRatioEntry.html" title="GimpRatioEntry"><span class="type">GimpRatioEntry</span></a> widget
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>aspect</code></em>&#160;:</span></td>
<td> the new aspect
</td>
</tr>
</tbody>
</table></div>
<p>Since GIMP 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609986"></a><h3>
<a name="gimp-ratio-entry-get-aspect"></a>gimp_ratio_entry_get_aspect ()</h3>
<a class="indexterm" name="id2610000"></a><pre class="programlisting"><a href="GimpRatioEntry.html#GimpAspectType">GimpAspectType</a> gimp_ratio_entry_get_aspect (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry);</pre>
<p>
Gets the aspect of the ratio displayed by a <a href="GimpRatioEntry.html" title="GimpRatioEntry"><span class="type">GimpRatioEntry</span></a>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>entry</code></em>&#160;:</span></td>
<td> a <a href="GimpRatioEntry.html" title="GimpRatioEntry"><span class="type">GimpRatioEntry</span></a> widget
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> The entry's current aspect.
</td>
</tr>
</tbody>
@ -297,40 +376,48 @@ Retrieves the ratio value displayed by a <a href="GimpRatioEntry.html" title="Gi
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2613831"></a><h2>Property Details</h2>
<a name="id2610082"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2613842"></a><h3>
<a name="id2610093"></a><h3>
<a name="GimpRatioEntry--aspect"></a>The "<code class="literal">aspect</code>" property</h3>
<a class="indexterm" name="id2610107"></a><pre class="programlisting"> "aspect" <a href="GimpRatioEntry.html#GimpAspectType">GimpAspectType</a> : Read / Write</pre>
<p></p>
<p>Default value: GIMP_ASPECT_SQUARE</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2610130"></a><h3>
<a name="GimpRatioEntry--denominator"></a>The "<code class="literal">denominator</code>" property</h3>
<a class="indexterm" name="id2613856"></a><pre class="programlisting"> "denominator" gdouble : Read / Write</pre>
<a class="indexterm" name="id2610144"></a><pre class="programlisting"> "denominator" gdouble : Read / Write</pre>
<p></p>
<p>Allowed values: &gt;= G_MINDOUBLE</p>
<p>Default value: 1</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613884"></a><h3>
<a name="id2610172"></a><h3>
<a name="GimpRatioEntry--numerator"></a>The "<code class="literal">numerator</code>" property</h3>
<a class="indexterm" name="id2613898"></a><pre class="programlisting"> "numerator" gdouble : Read / Write</pre>
<a class="indexterm" name="id2610186"></a><pre class="programlisting"> "numerator" gdouble : Read / Write</pre>
<p></p>
<p>Allowed values: &gt;= G_MINDOUBLE</p>
<p>Default value: 1</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613926"></a><h3>
<a name="id2610214"></a><h3>
<a name="GimpRatioEntry--ratio"></a>The "<code class="literal">ratio</code>" property</h3>
<a class="indexterm" name="id2613940"></a><pre class="programlisting"> "ratio" gdouble : Read / Write</pre>
<a class="indexterm" name="id2610228"></a><pre class="programlisting"> "ratio" gdouble : Read / Write</pre>
<p></p>
<p>Allowed values: &gt;= G_MINDOUBLE</p>
<p>Default value: 1</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2615561"></a><h2>Signal Details</h2>
<a name="id2610258"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2615572"></a><h3>
<a name="id2610269"></a><h3>
<a name="GimpRatioEntry-ratio-changed"></a>The "ratio-changed" signal</h3>
<a class="indexterm" name="id2615581"></a><pre class="programlisting">void user_function (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *gimpratioentry,
<a class="indexterm" name="id2610278"></a><pre class="programlisting">void user_function (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *gimpratioentry,
gpointer user_data) : Run first</pre>
<p>

View File

@ -33,20 +33,20 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpSizeEntry.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="#id2549093" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2580156" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2614511" class="shortcut">Description</a>
<a href="#id2615704" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2613633" class="shortcut">Object Hierarchy</a>
<a href="#id2615615" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2614490" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
<a href="#id2615682" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpScrolledPreview"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2549093"></a><span class="refentrytitle">GimpScrolledPreview</span>
<a name="id2580156"></a><span class="refentrytitle">GimpScrolledPreview</span>
</h2>
<p>GimpScrolledPreview &#8212; A widget providing a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> enhanced by scrolling capabilities.</p>
</td>
@ -73,7 +73,7 @@ void <a href="GimpScrolledPreview.html#gimp-scrolled-preview-thaw">gimp_s
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2613633"></a><h2>Object Hierarchy</h2>
<a name="id2615615"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -88,32 +88,32 @@ void <a href="GimpScrolledPreview.html#gimp-scrolled-preview-thaw">gimp_s
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2614490"></a><h2>Implemented Interfaces</h2>
<a name="id2615682"></a><h2>Implemented Interfaces</h2>
<p>
GimpScrolledPreview implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2614511"></a><h2>Description</h2>
<a name="id2615704"></a><h2>Description</h2>
<p>
A widget providing a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> enhanced by scrolling capabilities.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2614534"></a><h2>Details</h2>
<a name="id2615726"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2614544"></a><h3>
<a name="id2614395"></a><h3>
<a name="GimpScrolledPreview-struct"></a>GimpScrolledPreview</h3>
<a class="indexterm" name="id2614556"></a><pre class="programlisting">typedef struct _GimpScrolledPreview GimpScrolledPreview;</pre>
<a class="indexterm" name="id2614407"></a><pre class="programlisting">typedef struct _GimpScrolledPreview GimpScrolledPreview;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614573"></a><h3>
<a name="id2614424"></a><h3>
<a name="gimp-scrolled-preview-set-position"></a>gimp_scrolled_preview_set_position ()</h3>
<a class="indexterm" name="id2614586"></a><pre class="programlisting">void gimp_scrolled_preview_set_position
<a class="indexterm" name="id2614437"></a><pre class="programlisting">void gimp_scrolled_preview_set_position
(<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
gint x,
gint y);</pre>
@ -147,9 +147,9 @@ A widget providing a <a href="GimpPreview.html" title="GimpPreview"><span class=
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614948"></a><h3>
<a name="id2614541"></a><h3>
<a name="gimp-scrolled-preview-set-policy"></a>gimp_scrolled_preview_set_policy ()</h3>
<a class="indexterm" name="id2614962"></a><pre class="programlisting">void gimp_scrolled_preview_set_policy
<a class="indexterm" name="id2620543"></a><pre class="programlisting">void gimp_scrolled_preview_set_policy
(<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
GtkPolicyType hscrollbar_policy,
GtkPolicyType vscrollbar_policy);</pre>
@ -183,9 +183,9 @@ A widget providing a <a href="GimpPreview.html" title="GimpPreview"><span class=
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615702"></a><h3>
<a name="id2620650"></a><h3>
<a name="gimp-scrolled-preview-freeze"></a>gimp_scrolled_preview_freeze ()</h3>
<a class="indexterm" name="id2615718"></a><pre class="programlisting">void gimp_scrolled_preview_freeze (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
<a class="indexterm" name="id2620665"></a><pre class="programlisting">void gimp_scrolled_preview_freeze (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
<p>
While the <em class="parameter"><code>preview</code></em> is frozen, it is not going to redraw itself in
response to scroll events.
@ -209,9 +209,9 @@ This function should only be used to implement widgets derived from
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615799"></a><h3>
<a name="id2621566"></a><h3>
<a name="gimp-scrolled-preview-thaw"></a>gimp_scrolled_preview_thaw ()</h3>
<a class="indexterm" name="id2615813"></a><pre class="programlisting">void gimp_scrolled_preview_thaw (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
<a class="indexterm" name="id2621580"></a><pre class="programlisting">void gimp_scrolled_preview_thaw (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
<p>
While the <em class="parameter"><code>preview</code></em> is frozen, it is not going to redraw itself in
response to scroll events.

View File

@ -7,7 +7,7 @@
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
<link rel="up" href="libgimpwidgets-widgets.html" title="Part&#160;I.&#160;GIMP Widgets">
<link rel="prev" href="GimpScrolledPreview.html" title="GimpScrolledPreview">
<link rel="next" href="GimpUnitMenu.html" title="GimpUnitMenu">
<link rel="next" href="GimpStringComboBox.html" title="GimpStringComboBox">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="libgimpwidgets-widgets.html" title="Part&#160;I.&#160;GIMP Widgets">
@ -31,24 +31,24 @@
<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="GimpUnitMenu.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
<td><a accesskey="n" href="GimpStringComboBox.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="#id2586868" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2551106" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2610460" class="shortcut">Description</a>
<a href="#id2620927" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2610289" class="shortcut">Object Hierarchy</a>
<a href="#id2620754" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2610344" class="shortcut">Implemented Interfaces</a>
<a href="#id2620809" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2610365" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2620830" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpSizeEntry"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2586868"></a><span class="refentrytitle">GimpSizeEntry</span>
<a name="id2551106"></a><span class="refentrytitle">GimpSizeEntry</span>
</h2>
<p>GimpSizeEntry &#8212; Widget for entering pixel values and resolutions.</p>
</td>
@ -135,7 +135,7 @@ GtkWidget* <a href="GimpSizeEntry.html#gimp-size-entry-get-help-widget">gimp_si
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2610289"></a><h2>Object Hierarchy</h2>
<a name="id2620754"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -148,13 +148,13 @@ GtkWidget* <a href="GimpSizeEntry.html#gimp-size-entry-get-help-widget">gimp_si
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2610344"></a><h2>Implemented Interfaces</h2>
<a name="id2620809"></a><h2>Implemented Interfaces</h2>
<p>
GimpSizeEntry implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2610365"></a><h2>Signals</h2>
<a name="id2620830"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpSizeEntry.html#GimpSizeEntry-refval-changed">refval-changed</a>"
@ -169,7 +169,7 @@ GimpSizeEntry implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2610460"></a><h2>Description</h2>
<a name="id2620927"></a><h2>Description</h2>
<p>
This widget is used to enter pixel distances/sizes and resolutions.
</p>
@ -201,29 +201,29 @@ real-world-unit.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2625935"></a><h2>Details</h2>
<a name="id2626303"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2625944"></a><h3>
<a name="id2626312"></a><h3>
<a name="GimpSizeEntry-struct"></a>GimpSizeEntry</h3>
<a class="indexterm" name="id2625955"></a><pre class="programlisting">typedef struct _GimpSizeEntry GimpSizeEntry;</pre>
<a class="indexterm" name="id2626322"></a><pre class="programlisting">typedef struct _GimpSizeEntry GimpSizeEntry;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2625969"></a><h3>
<a name="id2626337"></a><h3>
<a name="GimpSizeEntryField"></a>GimpSizeEntryField</h3>
<a class="indexterm" name="id2625980"></a><pre class="programlisting">typedef struct _GimpSizeEntryField GimpSizeEntryField;</pre>
<a class="indexterm" name="id2626347"></a><pre class="programlisting">typedef struct _GimpSizeEntryField GimpSizeEntryField;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2625994"></a><h3>
<a name="id2626363"></a><h3>
<a name="GimpSizeEntryUpdatePolicy"></a>enum GimpSizeEntryUpdatePolicy</h3>
<a class="indexterm" name="id2626005"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2626375"></a><pre class="programlisting">typedef enum
{
GIMP_SIZE_ENTRY_UPDATE_NONE = 0,
GIMP_SIZE_ENTRY_UPDATE_SIZE = 1,
@ -236,9 +236,9 @@ real-world-unit.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2626022"></a><h3>
<a name="id2626393"></a><h3>
<a name="gimp-size-entry-new"></a>gimp_size_entry_new ()</h3>
<a class="indexterm" name="id2626034"></a><pre class="programlisting">GtkWidget* gimp_size_entry_new (gint number_of_fields,
<a class="indexterm" name="id2626405"></a><pre class="programlisting">GtkWidget* gimp_size_entry_new (gint number_of_fields,
<a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
>GimpUnit</a> unit,
@ -347,9 +347,9 @@ of the <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpU
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2626472"></a><h3>
<a name="id2626843"></a><h3>
<a name="gimp-size-entry-add-field"></a>gimp_size_entry_add_field ()</h3>
<a class="indexterm" name="id2626484"></a><pre class="programlisting">void gimp_size_entry_add_field (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2626854"></a><pre class="programlisting">void gimp_size_entry_add_field (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
GtkSpinButton *value_spinbutton,
GtkSpinButton *refval_spinbutton);</pre>
<p>
@ -386,9 +386,9 @@ as <code class="literal">TRUE</code> in <a href="GimpSizeEntry.html#gimp-size-en
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2626645"></a><h3>
<a name="id2627016"></a><h3>
<a name="gimp-size-entry-attach-label"></a>gimp_size_entry_attach_label ()</h3>
<a class="indexterm" name="id2626658"></a><pre class="programlisting">GtkWidget* gimp_size_entry_attach_label (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2627029"></a><pre class="programlisting">GtkWidget* gimp_size_entry_attach_label (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
const gchar *text,
gint row,
gint column,
@ -436,9 +436,9 @@ Attaches a <span class="type">GtkLabel</span> to the <a href="GimpSizeEntry.html
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2626834"></a><h3>
<a name="id2627205"></a><h3>
<a name="gimp-size-entry-set-resolution"></a>gimp_size_entry_set_resolution ()</h3>
<a class="indexterm" name="id2626848"></a><pre class="programlisting">void gimp_size_entry_set_resolution (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2627219"></a><pre class="programlisting">void gimp_size_entry_set_resolution (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
gint field,
gdouble resolution,
gboolean keep_size);</pre>
@ -488,9 +488,9 @@ This function does nothing if the <a href="GimpSizeEntry.html#GimpSizeEntryUpdat
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627067"></a><h3>
<a name="id2627438"></a><h3>
<a name="gimp-size-entry-set-size"></a>gimp_size_entry_set_size ()</h3>
<a class="indexterm" name="id2627078"></a><pre class="programlisting">void gimp_size_entry_set_size (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2627449"></a><pre class="programlisting">void gimp_size_entry_set_size (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
gint field,
gdouble lower,
gdouble upper);</pre>
@ -537,9 +537,9 @@ This function does nothing if the <a href="GimpSizeEntry.html#GimpSizeEntryUpdat
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627251"></a><h3>
<a name="id2627644"></a><h3>
<a name="gimp-size-entry-set-value-boundaries"></a>gimp_size_entry_set_value_boundaries ()</h3>
<a class="indexterm" name="id2627264"></a><pre class="programlisting">void gimp_size_entry_set_value_boundaries
<a class="indexterm" name="id2627658"></a><pre class="programlisting">void gimp_size_entry_set_value_boundaries
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
gint field,
gdouble lower,
@ -589,9 +589,9 @@ NOTE: In most cases you won't be interested in this function because the
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627432"></a><h3>
<a name="id2627843"></a><h3>
<a name="gimp-size-entry-get-value"></a>gimp_size_entry_get_value ()</h3>
<a class="indexterm" name="id2627443"></a><pre class="programlisting">gdouble gimp_size_entry_get_value (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2627855"></a><pre class="programlisting">gdouble gimp_size_entry_get_value (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
gint field);</pre>
<p>
Returns the value of field # <em class="parameter"><code>field</code></em> of the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.
@ -633,9 +633,9 @@ NOTE: In most cases you won't be interested in this value because the
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627585"></a><h3>
<a name="id2628012"></a><h3>
<a name="gimp-size-entry-set-value"></a>gimp_size_entry_set_value ()</h3>
<a class="indexterm" name="id2627596"></a><pre class="programlisting">void gimp_size_entry_set_value (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2628024"></a><pre class="programlisting">void gimp_size_entry_set_value (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
gint field,
gdouble value);</pre>
<p>
@ -678,9 +678,9 @@ NOTE: In most cases you won't be interested in this value because the
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627747"></a><h3>
<a name="id2628193"></a><h3>
<a name="gimp-size-entry-set-refval-boundaries"></a>gimp_size_entry_set_refval_boundaries ()</h3>
<a class="indexterm" name="id2627760"></a><pre class="programlisting">void gimp_size_entry_set_refval_boundaries
<a class="indexterm" name="id2628206"></a><pre class="programlisting">void gimp_size_entry_set_refval_boundaries
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
gint field,
gdouble lower,
@ -724,9 +724,9 @@ The current reference value of the <em class="parameter"><code>field</code></em>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627906"></a><h3>
<a name="id2628368"></a><h3>
<a name="gimp-size-entry-set-refval-digits"></a>gimp_size_entry_set_refval_digits ()</h3>
<a class="indexterm" name="id2627919"></a><pre class="programlisting">void gimp_size_entry_set_refval_digits
<a class="indexterm" name="id2628382"></a><pre class="programlisting">void gimp_size_entry_set_refval_digits
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
gint field,
gint digits);</pre>
@ -765,9 +765,9 @@ of digits will equal to 0 for <span class="type">GIMP_SIZE_ENTRY_UPDATE_SIZE</sp
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628053"></a><h3>
<a name="id2628500"></a><h3>
<a name="gimp-size-entry-get-refval"></a>gimp_size_entry_get_refval ()</h3>
<a class="indexterm" name="id2628064"></a><pre class="programlisting">gdouble gimp_size_entry_get_refval (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2628511"></a><pre class="programlisting">gdouble gimp_size_entry_get_refval (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
gint field);</pre>
<p>
Returns the reference value for field # <em class="parameter"><code>field</code></em> of the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.
@ -802,9 +802,9 @@ in dpi, depending on which <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628176"></a><h3>
<a name="id2628623"></a><h3>
<a name="gimp-size-entry-set-refval"></a>gimp_size_entry_set_refval ()</h3>
<a class="indexterm" name="id2628187"></a><pre class="programlisting">void gimp_size_entry_set_refval (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2628634"></a><pre class="programlisting">void gimp_size_entry_set_refval (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
gint field,
gdouble refval);</pre>
<p>
@ -840,9 +840,9 @@ depending on which <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy"><span
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628314"></a><h3>
<a name="id2628761"></a><h3>
<a name="gimp-size-entry-get-unit"></a>gimp_size_entry_get_unit ()</h3>
<a class="indexterm" name="id2628324"></a><pre class="programlisting"><a
<a class="indexterm" name="id2628771"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
>GimpUnit</a> gimp_size_entry_get_unit (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse);</pre>
<p>
@ -871,9 +871,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628398"></a><h3>
<a name="id2628845"></a><h3>
<a name="gimp-size-entry-set-unit"></a>gimp_size_entry_set_unit ()</h3>
<a class="indexterm" name="id2628408"></a><pre class="programlisting">void gimp_size_entry_set_unit (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2628855"></a><pre class="programlisting">void gimp_size_entry_set_unit (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
>GimpUnit</a> unit);</pre>
@ -903,9 +903,9 @@ according to which <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy"><span
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628495"></a><h3>
<a name="id2628942"></a><h3>
<a name="gimp-size-entry-set-pixel-digits"></a>gimp_size_entry_set_pixel_digits ()</h3>
<a class="indexterm" name="id2628507"></a><pre class="programlisting">void gimp_size_entry_set_pixel_digits
<a class="indexterm" name="id2628955"></a><pre class="programlisting">void gimp_size_entry_set_pixel_digits
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
gint digits);</pre>
<p>
@ -932,9 +932,9 @@ you set up a <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="typ
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628596"></a><h3>
<a name="id2629043"></a><h3>
<a name="gimp-size-entry-show-unit-menu"></a>gimp_size_entry_show_unit_menu ()</h3>
<a class="indexterm" name="id2628611"></a><pre class="programlisting">void gimp_size_entry_show_unit_menu (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2629058"></a><pre class="programlisting">void gimp_size_entry_show_unit_menu (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
gboolean show);</pre>
<p>
Controls whether a unit menu is shown in the size entry. If
@ -962,9 +962,9 @@ Controls whether a unit menu is shown in the size entry. If
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628698"></a><h3>
<a name="id2629145"></a><h3>
<a name="gimp-size-entry-grab-focus"></a>gimp_size_entry_grab_focus ()</h3>
<a class="indexterm" name="id2628709"></a><pre class="programlisting">void gimp_size_entry_grab_focus (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse);</pre>
<a class="indexterm" name="id2629156"></a><pre class="programlisting">void gimp_size_entry_grab_focus (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse);</pre>
<p>
This function is rather ugly and just a workaround for the fact that
it's impossible to implement <code class="function">gtk_widget_grab_focus()</code> for a <span class="type">GtkTable</span>.</p>
@ -982,9 +982,9 @@ it's impossible to implement <code class="function">gtk_widget_grab_focus()</cod
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628770"></a><h3>
<a name="id2629217"></a><h3>
<a name="gimp-size-entry-set-activates-default"></a>gimp_size_entry_set_activates_default ()</h3>
<a class="indexterm" name="id2628785"></a><pre class="programlisting">void gimp_size_entry_set_activates_default
<a class="indexterm" name="id2629232"></a><pre class="programlisting">void gimp_size_entry_set_activates_default
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
gboolean setting);</pre>
<p>
@ -1013,9 +1013,9 @@ Iterates over all entries in the <a href="GimpSizeEntry.html" title="GimpSizeEnt
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628885"></a><h3>
<a name="id2629333"></a><h3>
<a name="gimp-size-entry-get-help-widget"></a>gimp_size_entry_get_help_widget ()</h3>
<a class="indexterm" name="id2628898"></a><pre class="programlisting">GtkWidget* gimp_size_entry_get_help_widget (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2629345"></a><pre class="programlisting">GtkWidget* gimp_size_entry_get_help_widget (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
gint field);</pre>
<p>
You shouldn't fiddle with the internals of a <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> but
@ -1047,11 +1047,11 @@ can use this function to get a pointer to the spinbuttons.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2629004"></a><h2>Signal Details</h2>
<a name="id2629451"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2629013"></a><h3>
<a name="id2629460"></a><h3>
<a name="GimpSizeEntry-refval-changed"></a>The "refval-changed" signal</h3>
<a class="indexterm" name="id2629022"></a><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
<a class="indexterm" name="id2629470"></a><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
gpointer user_data) : Run first</pre>
<p>
@ -1074,9 +1074,9 @@ can use this function to get a pointer to the spinbuttons.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2629084"></a><h3>
<a name="id2629531"></a><h3>
<a name="GimpSizeEntry-unit-changed"></a>The "unit-changed" signal</h3>
<a class="indexterm" name="id2629091"></a><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
<a class="indexterm" name="id2629538"></a><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
gpointer user_data) : Run first</pre>
<p>
@ -1099,9 +1099,9 @@ can use this function to get a pointer to the spinbuttons.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2629152"></a><h3>
<a name="id2629599"></a><h3>
<a name="GimpSizeEntry-value-changed"></a>The "value-changed" signal</h3>
<a class="indexterm" name="id2629159"></a><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
<a class="indexterm" name="id2629607"></a><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
gpointer user_data) : Run first</pre>
<p>
@ -1124,7 +1124,7 @@ can use this function to get a pointer to the spinbuttons.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2629223"></a><h2>See Also</h2>
<a name="id2629671"></a><h2>See Also</h2>
<p>
<a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"

View File

@ -0,0 +1,275 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>GimpStringComboBox</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
<link rel="up" href="libgimpwidgets-widgets.html" title="Part&#160;I.&#160;GIMP Widgets">
<link rel="prev" href="GimpSizeEntry.html" title="GimpSizeEntry">
<link rel="next" href="GimpUnitMenu.html" title="GimpUnitMenu">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="libgimpwidgets-widgets.html" title="Part&#160;I.&#160;GIMP Widgets">
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
<link rel="chapter" href="libgimpwidgets-gallery.html" title="Widget Gallery">
<link rel="chapter" href="libgimpwidgets-cell-renderers.html" title="Cell Renderers for GtkTreeView">
<link rel="part" href="libgimpwidgets-colordisplay.html" title="Part&#160;II.&#160;GIMP Display Filters">
<link rel="part" href="libgimpwidgets-colorselector.html" title="Part&#160;III.&#160;GIMP Color Selectors">
<link rel="part" href="libgimpwidgets-controller.html" title="Part&#160;IV.&#160;GIMP Controllers">
<link rel="part" href="libgimpwidgets-utils.html" title="Part&#160;V.&#160;GIMP Widgets Utilities">
<link rel="part" href="libgimpwidgets-deprecated.html" title="Part&#160;VI.&#160;Deprecated API">
<link rel="index" href="libgimpwidgets-index.html" title="Index">
<link rel="index" href="libgimpwidgets-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
<link rel="index" href="libgimpwidgets-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
<link rel="index" href="libgimpwidgets-index-deprecated.html" title="Index of deprecated symbols">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="GimpSizeEntry.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="GimpUnitMenu.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="#id2562817" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2621338" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2621122" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2621183" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2621283" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpStringComboBox"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2562817"></a><span class="refentrytitle">GimpStringComboBox</span>
</h2>
<p>GimpStringComboBox</p>
</td>
<td valign="top" align="right"><img src="gimp-string-combo-box.png"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">
<a href="GimpStringComboBox.html#GimpStringComboBox-struct">GimpStringComboBox</a>;
GtkWidget* <a href="GimpStringComboBox.html#gimp-string-combo-box-new">gimp_string_combo_box_new</a> (GtkTreeModel *model,
gint id_column,
gint label_column);
gboolean <a href="GimpStringComboBox.html#gimp-string-combo-box-set-active">gimp_string_combo_box_set_active</a>
(<a href="GimpStringComboBox.html" title="GimpStringComboBox">GimpStringComboBox</a> *combo_box,
const gchar *id);
gchar* <a href="GimpStringComboBox.html#gimp-string-combo-box-get-active">gimp_string_combo_box_get_active</a>
(<a href="GimpStringComboBox.html" title="GimpStringComboBox">GimpStringComboBox</a> *combo_box);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2621122"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkComboBox
+----GimpStringComboBox
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2621183"></a><h2>Implemented Interfaces</h2>
<p>
GimpStringComboBox implements
AtkImplementorIface, GtkCellEditable and GtkCellLayout.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2621283"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpStringComboBox.html#GimpStringComboBox--ellipsize">ellipsize</a>" PangoEllipsizeMode : Read / Write
"<a href="GimpStringComboBox.html#GimpStringComboBox--id-column">id-column</a>" gint : Read / Write / Construct Only
"<a href="GimpStringComboBox.html#GimpStringComboBox--label-column">label-column</a>" gint : Read / Write / Construct Only
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2621338"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2621354"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2621365"></a><h3>
<a name="GimpStringComboBox-struct"></a>GimpStringComboBox</h3>
<a class="indexterm" name="id2621376"></a><pre class="programlisting">typedef struct _GimpStringComboBox GimpStringComboBox;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621393"></a><h3>
<a name="gimp-string-combo-box-new"></a>gimp_string_combo_box_new ()</h3>
<a class="indexterm" name="id2621406"></a><pre class="programlisting">GtkWidget* gimp_string_combo_box_new (GtkTreeModel *model,
gint id_column,
gint label_column);</pre>
<p>
</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>model</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>id_column</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>label_column</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> a new <a href="GimpStringComboBox.html" title="GimpStringComboBox"><span class="type">GimpStringComboBox</span></a>.
</td>
</tr>
</tbody>
</table></div>
<p>Since GIMP 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2625537"></a><h3>
<a name="gimp-string-combo-box-set-active"></a>gimp_string_combo_box_set_active ()</h3>
<a class="indexterm" name="id2625551"></a><pre class="programlisting">gboolean gimp_string_combo_box_set_active
(<a href="GimpStringComboBox.html" title="GimpStringComboBox">GimpStringComboBox</a> *combo_box,
const gchar *id);</pre>
<p>
Looks up the item that belongs to the given <em class="parameter"><code>id</code></em> and makes it the
selected item in the <em class="parameter"><code>combo_box</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>combo_box</code></em>&#160;:</span></td>
<td> a <a href="GimpStringComboBox.html" title="GimpStringComboBox"><span class="type">GimpStringComboBox</span></a>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>id</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> <code class="literal">TRUE</code> on success or <code class="literal">FALSE</code> if there was no item for
this value.
</td>
</tr>
</tbody>
</table></div>
<p>Since GIMP 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2622577"></a><h3>
<a name="gimp-string-combo-box-get-active"></a>gimp_string_combo_box_get_active ()</h3>
<a class="indexterm" name="id2622590"></a><pre class="programlisting">gchar* gimp_string_combo_box_get_active
(<a href="GimpStringComboBox.html" title="GimpStringComboBox">GimpStringComboBox</a> *combo_box);</pre>
<p>
Retrieves the value of the selected (active) item in the <em class="parameter"><code>combo_box</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>combo_box</code></em>&#160;:</span></td>
<td> a <a href="GimpStringComboBox.html" title="GimpStringComboBox"><span class="type">GimpStringComboBox</span></a>
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> newly allocated ID string or <code class="literal">NULL</code> if nothing was selected
</td>
</tr>
</tbody>
</table></div>
<p>Since GIMP 2.4
</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2622680"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2622691"></a><h3>
<a name="GimpStringComboBox--ellipsize"></a>The "<code class="literal">ellipsize</code>" property</h3>
<a class="indexterm" name="id2622706"></a><pre class="programlisting"> "ellipsize" PangoEllipsizeMode : Read / Write</pre>
<p>
Specifies the preferred place to ellipsize text in the combo-box,
if the cell renderer does not have enough room to display the
entire string.</p>
<p>
</p>
<p>Default value: PANGO_ELLIPSIZE_NONE</p>
<p>Since GIMP 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618423"></a><h3>
<a name="GimpStringComboBox--id-column"></a>The "<code class="literal">id-column</code>" property</h3>
<a class="indexterm" name="id2618438"></a><pre class="programlisting"> "id-column" gint : Read / Write / Construct Only</pre>
<p>
The column in the associated GtkTreeModel that holds strings to
be used as labels in the combo-box.</p>
<p>
</p>
<p>Allowed values: &gt;= 0</p>
<p>Default value: 0</p>
<p>Since GIMP 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618479"></a><h3>
<a name="GimpStringComboBox--label-column"></a>The "<code class="literal">label-column</code>" property</h3>
<a class="indexterm" name="id2618495"></a><pre class="programlisting"> "label-column" gint : Read / Write / Construct Only</pre>
<p></p>
<p>Allowed values: &gt;= 0</p>
<p>Default value: 0</p>
</div>
</div>
</div>
</body>
</html>

View File

@ -6,7 +6,7 @@
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
<link rel="up" href="libgimpwidgets-widgets.html" title="Part&#160;I.&#160;GIMP Widgets">
<link rel="prev" href="GimpSizeEntry.html" title="GimpSizeEntry">
<link rel="prev" href="GimpStringComboBox.html" title="GimpStringComboBox">
<link rel="next" href="libgimpwidgets-cell-renderers.html" title="Cell Renderers for GtkTreeView">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
@ -27,28 +27,28 @@
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="GimpSizeEntry.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="p" href="GimpStringComboBox.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="libgimpwidgets-cell-renderers.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="#id2554629" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2567712" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2625184" class="shortcut">Description</a>
<a href="#id2618558" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2622823" class="shortcut">Object Hierarchy</a>
<a href="#id2625923" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2625120" class="shortcut">Implemented Interfaces</a>
<a href="#id2625990" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2625142" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2626012" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpUnitMenu"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2554629"></a><span class="refentrytitle">GimpUnitMenu</span>
<a name="id2567712"></a><span class="refentrytitle">GimpUnitMenu</span>
</h2>
<p>GimpUnitMenu &#8212; Widget for selecting a <a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
@ -84,7 +84,7 @@ void <a href="GimpUnitMenu.html#gimp-unit-menu-set-pixel-digits">gimp_uni
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2622823"></a><h2>Object Hierarchy</h2>
<a name="id2625923"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -99,13 +99,13 @@ void <a href="GimpUnitMenu.html#gimp-unit-menu-set-pixel-digits">gimp_uni
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2625120"></a><h2>Implemented Interfaces</h2>
<a name="id2625990"></a><h2>Implemented Interfaces</h2>
<p>
GimpUnitMenu implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2625142"></a><h2>Signals</h2>
<a name="id2626012"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpUnitMenu.html#GimpUnitMenu-unit-changed">unit-changed</a>"
@ -114,7 +114,7 @@ GimpUnitMenu implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2625184"></a><h2>Description</h2>
<a name="id2618558"></a><h2>Description</h2>
<p>
This widget provides a <span class="type">GtkOptionMenu</span> which contains a list of <a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
@ -135,20 +135,20 @@ Whenever the user selects a unit from the menu or the dialog, the
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2620769"></a><h2>Details</h2>
<a name="id2618620"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2620780"></a><h3>
<a name="id2618630"></a><h3>
<a name="GimpUnitMenu-struct"></a>GimpUnitMenu</h3>
<a class="indexterm" name="id2620793"></a><pre class="programlisting">typedef struct _GimpUnitMenu GimpUnitMenu;</pre>
<a class="indexterm" name="id2618643"></a><pre class="programlisting">typedef struct _GimpUnitMenu GimpUnitMenu;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2620808"></a><h3>
<a name="id2618658"></a><h3>
<a name="gimp-unit-menu-new"></a>gimp_unit_menu_new ()</h3>
<a class="indexterm" name="id2620820"></a><pre class="programlisting">GtkWidget* gimp_unit_menu_new (const gchar *format,
<a class="indexterm" name="id2618671"></a><pre class="programlisting">GtkWidget* gimp_unit_menu_new (const gchar *format,
<a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
>GimpUnit</a> unit,
@ -240,9 +240,9 @@ The <em class="parameter"><code>format</code></em> string supports the following
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618406"></a><h3>
<a name="id2618059"></a><h3>
<a name="gimp-unit-menu-set-unit"></a>gimp_unit_menu_set_unit ()</h3>
<a class="indexterm" name="id2618417"></a><pre class="programlisting">void gimp_unit_menu_set_unit (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu,
<a class="indexterm" name="id2618070"></a><pre class="programlisting">void gimp_unit_menu_set_unit (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu,
<a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
>GimpUnit</a> unit);</pre>
@ -271,9 +271,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618503"></a><h3>
<a name="id2618156"></a><h3>
<a name="gimp-unit-menu-get-unit"></a>gimp_unit_menu_get_unit ()</h3>
<a class="indexterm" name="id2618514"></a><pre class="programlisting"><a
<a class="indexterm" name="id2618167"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
>GimpUnit</a> gimp_unit_menu_get_unit (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu);</pre>
<p>
@ -301,9 +301,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618589"></a><h3>
<a name="id2618242"></a><h3>
<a name="gimp-unit-menu-get-pixel-digits"></a>gimp_unit_menu_get_pixel_digits ()</h3>
<a class="indexterm" name="id2618600"></a><pre class="programlisting">gint gimp_unit_menu_get_pixel_digits (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu);</pre>
<a class="indexterm" name="id2618253"></a><pre class="programlisting">gint gimp_unit_menu_get_pixel_digits (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu);</pre>
<p>
Retrieve the number of digits for a pixel size as set by
<code class="function">gimp_unit_set_pixel_digits()</code>.</p>
@ -328,9 +328,9 @@ Retrieve the number of digits for a pixel size as set by
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618678"></a><h3>
<a name="id2624799"></a><h3>
<a name="gimp-unit-menu-set-pixel-digits"></a>gimp_unit_menu_set_pixel_digits ()</h3>
<a class="indexterm" name="id2618689"></a><pre class="programlisting">void gimp_unit_menu_set_pixel_digits (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu,
<a class="indexterm" name="id2624811"></a><pre class="programlisting">void gimp_unit_menu_set_pixel_digits (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu,
gint digits);</pre>
<p>
A GimpUnitMenu can be setup to control the number of digits shown
@ -364,11 +364,11 @@ here. You should do this after attaching your spinbuttons.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2618789"></a><h2>Signal Details</h2>
<a name="id2624910"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2618800"></a><h3>
<a name="id2624921"></a><h3>
<a name="GimpUnitMenu-unit-changed"></a>The "unit-changed" signal</h3>
<a class="indexterm" name="id2618807"></a><pre class="programlisting">void user_function (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *arg0,
<a class="indexterm" name="id2624928"></a><pre class="programlisting">void user_function (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *arg0,
gpointer user_data) : Run first</pre>
<p>
This signal is emitted whenever the user selects a <a
@ -388,7 +388,7 @@ the <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnit
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2621071"></a><h2>See Also</h2>
<a name="id2625002"></a><h2>See Also</h2>
<p>
<a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -27,7 +27,7 @@
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GIMP Widgets Library Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
for GIMP 2.3.14
for GIMP 2.3.15
</p></div>
</div>
@ -124,6 +124,9 @@ dialog-related stuff.</span>
<span class="refentrytitle"><a href="GimpSizeEntry.html">GimpSizeEntry</a></span><span class="refpurpose"> &#8212; Widget for entering pixel values and resolutions.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GimpStringComboBox.html">GimpStringComboBox</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="GimpUnitMenu.html">GimpUnitMenu</a></span><span class="refpurpose"> &#8212; Widget for selecting a <a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
><span class="type">GimpUnit</span></a>.</span>

View File

@ -221,11 +221,15 @@
<ANCHOR id="GimpPreview-invalidated" href="libgimpwidgets/GimpPreview.html#GimpPreview-invalidated">
<ANCHOR id="GimpRatioEntry" href="libgimpwidgets/GimpRatioEntry.html">
<ANCHOR id="GimpRatioEntry-struct" href="libgimpwidgets/GimpRatioEntry.html#GimpRatioEntry-struct">
<ANCHOR id="GimpAspectType" href="libgimpwidgets/GimpRatioEntry.html#GimpAspectType">
<ANCHOR id="gimp-ratio-entry-new" href="libgimpwidgets/GimpRatioEntry.html#gimp-ratio-entry-new">
<ANCHOR id="gimp-ratio-entry-set-fraction" href="libgimpwidgets/GimpRatioEntry.html#gimp-ratio-entry-set-fraction">
<ANCHOR id="gimp-ratio-entry-get-fraction" href="libgimpwidgets/GimpRatioEntry.html#gimp-ratio-entry-get-fraction">
<ANCHOR id="gimp-ratio-entry-set-ratio" href="libgimpwidgets/GimpRatioEntry.html#gimp-ratio-entry-set-ratio">
<ANCHOR id="gimp-ratio-entry-get-ratio" href="libgimpwidgets/GimpRatioEntry.html#gimp-ratio-entry-get-ratio">
<ANCHOR id="gimp-ratio-entry-set-aspect" href="libgimpwidgets/GimpRatioEntry.html#gimp-ratio-entry-set-aspect">
<ANCHOR id="gimp-ratio-entry-get-aspect" href="libgimpwidgets/GimpRatioEntry.html#gimp-ratio-entry-get-aspect">
<ANCHOR id="GimpRatioEntry--aspect" href="libgimpwidgets/GimpRatioEntry.html#GimpRatioEntry--aspect">
<ANCHOR id="GimpRatioEntry--denominator" href="libgimpwidgets/GimpRatioEntry.html#GimpRatioEntry--denominator">
<ANCHOR id="GimpRatioEntry--numerator" href="libgimpwidgets/GimpRatioEntry.html#GimpRatioEntry--numerator">
<ANCHOR id="GimpRatioEntry--ratio" href="libgimpwidgets/GimpRatioEntry.html#GimpRatioEntry--ratio">
@ -262,6 +266,14 @@
<ANCHOR id="GimpSizeEntry-refval-changed" href="libgimpwidgets/GimpSizeEntry.html#GimpSizeEntry-refval-changed">
<ANCHOR id="GimpSizeEntry-unit-changed" href="libgimpwidgets/GimpSizeEntry.html#GimpSizeEntry-unit-changed">
<ANCHOR id="GimpSizeEntry-value-changed" href="libgimpwidgets/GimpSizeEntry.html#GimpSizeEntry-value-changed">
<ANCHOR id="GimpStringComboBox" href="libgimpwidgets/GimpStringComboBox.html">
<ANCHOR id="GimpStringComboBox-struct" href="libgimpwidgets/GimpStringComboBox.html#GimpStringComboBox-struct">
<ANCHOR id="gimp-string-combo-box-new" href="libgimpwidgets/GimpStringComboBox.html#gimp-string-combo-box-new">
<ANCHOR id="gimp-string-combo-box-set-active" href="libgimpwidgets/GimpStringComboBox.html#gimp-string-combo-box-set-active">
<ANCHOR id="gimp-string-combo-box-get-active" href="libgimpwidgets/GimpStringComboBox.html#gimp-string-combo-box-get-active">
<ANCHOR id="GimpStringComboBox--ellipsize" href="libgimpwidgets/GimpStringComboBox.html#GimpStringComboBox--ellipsize">
<ANCHOR id="GimpStringComboBox--id-column" href="libgimpwidgets/GimpStringComboBox.html#GimpStringComboBox--id-column">
<ANCHOR id="GimpStringComboBox--label-column" href="libgimpwidgets/GimpStringComboBox.html#GimpStringComboBox--label-column">
<ANCHOR id="GimpUnitMenu" href="libgimpwidgets/GimpUnitMenu.html">
<ANCHOR id="GimpUnitMenu-struct" href="libgimpwidgets/GimpUnitMenu.html#GimpUnitMenu-struct">
<ANCHOR id="gimp-unit-menu-new" href="libgimpwidgets/GimpUnitMenu.html#gimp-unit-menu-new">
@ -590,34 +602,35 @@
<ANCHOR id="gimp-enum-stock-box-new-with-range" href="libgimpwidgets/libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-new-with-range">
<ANCHOR id="gimp-enum-stock-box-set-child-padding" href="libgimpwidgets/libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-set-child-padding">
<ANCHOR id="libgimpwidgets-GimpPropWidgets" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html">
<ANCHOR id="gimp-prop-check-button-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-check-button-new">
<ANCHOR id="gimp-prop-boolean-combo-box-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-combo-box-new">
<ANCHOR id="gimp-prop-boolean-radio-frame-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-radio-frame-new">
<ANCHOR id="gimp-prop-expander-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-expander-new">
<ANCHOR id="gimp-prop-hscale-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-hscale-new">
<ANCHOR id="gimp-prop-int-combo-box-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-int-combo-box-new">
<ANCHOR id="gimp-prop-enum-combo-box-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-combo-box-new">
<ANCHOR id="gimp-prop-enum-check-button-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-check-button-new">
<ANCHOR id="gimp-prop-enum-label-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-label-new">
<ANCHOR id="gimp-prop-enum-radio-frame-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-frame-new">
<ANCHOR id="gimp-prop-enum-radio-box-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-box-new">
<ANCHOR id="gimp-prop-enum-stock-box-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-stock-box-new">
<ANCHOR id="gimp-prop-spin-button-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-spin-button-new">
<ANCHOR id="gimp-prop-scale-entry-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-scale-entry-new">
<ANCHOR id="gimp-prop-opacity-entry-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-opacity-entry-new">
<ANCHOR id="gimp-prop-memsize-entry-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-memsize-entry-new">
<ANCHOR id="gimp-prop-label-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-label-new">
<ANCHOR id="gimp-prop-check-button-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-check-button-new">
<ANCHOR id="gimp-prop-color-area-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-color-area-new">
<ANCHOR id="gimp-prop-coordinates-connect" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-connect">
<ANCHOR id="gimp-prop-coordinates-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-new">
<ANCHOR id="gimp-prop-entry-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-entry-new">
<ANCHOR id="gimp-prop-text-buffer-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-text-buffer-new">
<ANCHOR id="gimp-prop-enum-check-button-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-check-button-new">
<ANCHOR id="gimp-prop-enum-combo-box-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-combo-box-new">
<ANCHOR id="gimp-prop-enum-label-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-label-new">
<ANCHOR id="gimp-prop-enum-radio-box-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-box-new">
<ANCHOR id="gimp-prop-enum-radio-frame-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-frame-new">
<ANCHOR id="gimp-prop-enum-stock-box-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-stock-box-new">
<ANCHOR id="gimp-prop-expander-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-expander-new">
<ANCHOR id="gimp-prop-file-chooser-button-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-file-chooser-button-new">
<ANCHOR id="gimp-prop-file-chooser-button-new-with-dialog" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-file-chooser-button-new-with-dialog">
<ANCHOR id="gimp-prop-hscale-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-hscale-new">
<ANCHOR id="gimp-prop-int-combo-box-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-int-combo-box-new">
<ANCHOR id="gimp-prop-label-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-label-new">
<ANCHOR id="gimp-prop-memsize-entry-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-memsize-entry-new">
<ANCHOR id="gimp-prop-opacity-entry-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-opacity-entry-new">
<ANCHOR id="gimp-prop-path-editor-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-path-editor-new">
<ANCHOR id="gimp-prop-scale-entry-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-scale-entry-new">
<ANCHOR id="gimp-prop-size-entry-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-size-entry-new">
<ANCHOR id="gimp-prop-coordinates-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-new">
<ANCHOR id="gimp-prop-coordinates-connect" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-connect">
<ANCHOR id="gimp-prop-color-area-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-color-area-new">
<ANCHOR id="gimp-prop-unit-menu-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-unit-menu-new">
<ANCHOR id="gimp-prop-spin-button-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-spin-button-new">
<ANCHOR id="gimp-prop-stock-image-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-stock-image-new">
<ANCHOR id="gimp-prop-string-combo-box-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-string-combo-box-new">
<ANCHOR id="gimp-prop-text-buffer-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-text-buffer-new">
<ANCHOR id="gimp-prop-unit-menu-new" href="libgimpwidgets/libgimpwidgets-GimpPropWidgets.html#gimp-prop-unit-menu-new">
<ANCHOR id="libgimpwidgets-GimpWidgets" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html">
<ANCHOR id="gimp-radio-group-new" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-radio-group-new">
<ANCHOR id="gimp-radio-group-new2" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-radio-group-new2">

View File

@ -33,16 +33,16 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-GimpPropWidgets.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="#id2577537" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2594929" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2650235" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2640249" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpwidgets-GimpEnumWidgets"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2577537"></a><span class="refentrytitle">GimpEnumWidgets</span>
<a name="id2594929"></a><span class="refentrytitle">GimpEnumWidgets</span>
</h2>
<p>GimpEnumWidgets</p>
</td>
@ -100,17 +100,17 @@ void <a href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-set
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2650235"></a><h2>Description</h2>
<a name="id2640249"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2650251"></a><h2>Details</h2>
<a name="id2640265"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2650262"></a><h3>
<a name="id2640275"></a><h3>
<a name="gimp-enum-radio-box-new"></a>gimp_enum_radio_box_new ()</h3>
<a class="indexterm" name="id2650275"></a><pre class="programlisting">GtkWidget* gimp_enum_radio_box_new (GType enum_type,
<a class="indexterm" name="id2640289"></a><pre class="programlisting">GtkWidget* gimp_enum_radio_box_new (GType enum_type,
GCallback callback,
gpointer callback_data,
GtkWidget **first_button);</pre>
@ -159,9 +159,9 @@ with up to three or four values. Often it is better to use a
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638024"></a><h3>
<a name="id2640470"></a><h3>
<a name="gimp-enum-radio-box-new-with-range"></a>gimp_enum_radio_box_new_with_range ()</h3>
<a class="indexterm" name="id2638037"></a><pre class="programlisting">GtkWidget* gimp_enum_radio_box_new_with_range
<a class="indexterm" name="id2640484"></a><pre class="programlisting">GtkWidget* gimp_enum_radio_box_new_with_range
(GType enum_type,
gint minimum,
gint maximum,
@ -222,9 +222,9 @@ enum values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638255"></a><h3>
<a name="id2639223"></a><h3>
<a name="gimp-enum-radio-frame-new"></a>gimp_enum_radio_frame_new ()</h3>
<a class="indexterm" name="id2638269"></a><pre class="programlisting">GtkWidget* gimp_enum_radio_frame_new (GType enum_type,
<a class="indexterm" name="id2639236"></a><pre class="programlisting">GtkWidget* gimp_enum_radio_frame_new (GType enum_type,
GtkWidget *label_widget,
GCallback callback,
gpointer callback_data,
@ -278,9 +278,9 @@ Calls <a href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-box-new"><cod
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2639293"></a><h3>
<a name="id2639440"></a><h3>
<a name="gimp-enum-radio-frame-new-with-range"></a>gimp_enum_radio_frame_new_with_range ()</h3>
<a class="indexterm" name="id2639309"></a><pre class="programlisting">GtkWidget* gimp_enum_radio_frame_new_with_range
<a class="indexterm" name="id2639456"></a><pre class="programlisting">GtkWidget* gimp_enum_radio_frame_new_with_range
(GType enum_type,
gint minimum,
gint maximum,
@ -346,9 +346,9 @@ vbox into a <span class="type">GtkFrame</span>.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2639556"></a><h3>
<a name="id2639704"></a><h3>
<a name="gimp-enum-stock-box-new"></a>gimp_enum_stock_box_new ()</h3>
<a class="indexterm" name="id2639570"></a><pre class="programlisting">GtkWidget* gimp_enum_stock_box_new (GType enum_type,
<a class="indexterm" name="id2639717"></a><pre class="programlisting">GtkWidget* gimp_enum_stock_box_new (GType enum_type,
const gchar *stock_prefix,
GtkIconSize icon_size,
GCallback callback,
@ -408,9 +408,9 @@ nick to the given <em class="parameter"><code>stock_prefix</code></em>.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2639786"></a><h3>
<a name="id2645286"></a><h3>
<a name="gimp-enum-stock-box-new-with-range"></a>gimp_enum_stock_box_new_with_range ()</h3>
<a class="indexterm" name="id2639801"></a><pre class="programlisting">GtkWidget* gimp_enum_stock_box_new_with_range
<a class="indexterm" name="id2645300"></a><pre class="programlisting">GtkWidget* gimp_enum_stock_box_new_with_range
(GType enum_type,
gint minimum,
gint maximum,
@ -483,9 +483,9 @@ enum values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644336"></a><h3>
<a name="id2645561"></a><h3>
<a name="gimp-enum-stock-box-set-child-padding"></a>gimp_enum_stock_box_set_child_padding ()</h3>
<a class="indexterm" name="id2644352"></a><pre class="programlisting">void gimp_enum_stock_box_set_child_padding
<a class="indexterm" name="id2645577"></a><pre class="programlisting">void gimp_enum_stock_box_set_child_padding
(GtkWidget *stock_box,
gint xpad,
gint ypad);</pre>

View File

@ -33,16 +33,16 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-GimpQueryBox.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="#id2575238" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2582947" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2633610" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2636347" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpwidgets-GimpHelpUI"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2575238"></a><span class="refentrytitle">GimpHelpUI</span>
<a name="id2582947"></a><span class="refentrytitle">GimpHelpUI</span>
</h2>
<p>GimpHelpUI &#8212; Functions for setting <span class="type">GtkTooltips</span> and help identifier used by GIMP help
system.</p>
@ -74,17 +74,17 @@ void <a href="libgimpwidgets-GimpHelpUI.html#gimp-context-help">gimp_cont
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2633610"></a><h2>Description</h2>
<a name="id2636347"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2636279"></a><h2>Details</h2>
<a name="id2636363"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2636289"></a><h3>
<a name="id2636374"></a><h3>
<a name="GimpHelpFunc"></a>GimpHelpFunc ()</h3>
<a class="indexterm" name="id2636302"></a><pre class="programlisting">void (*GimpHelpFunc) (const gchar *help_id,
<a class="indexterm" name="id2636386"></a><pre class="programlisting">void (*GimpHelpFunc) (const gchar *help_id,
gpointer help_data);</pre>
<p>
This is the prototype for all functions you pass as <em class="parameter"><code>help_func</code></em> to the
@ -101,11 +101,11 @@ All these dialog constructors functions call <a href="libgimpwidgets-GimpHelpUI.
<p>
In most cases it will be ok to use <a href="libgimpwidgets-GimpHelpUI.html#gimp-standard-help-func"><code class="function">gimp_standard_help_func()</code></a> which does
nothing but passing the <em class="parameter"><code>help_id</code></em> string to <a
href="../app/app-Gimp-gui.html#gimp-help"
href="../libgimp/libgimp-gimphelp.html#gimp-help"
><code class="function">gimp_help()</code></a>. If your
plug-in needs some more sophisticated help handling you can provide
your own <em class="parameter"><code>help_func</code></em> which has to call <a
href="../app/app-Gimp-gui.html#gimp-help"
href="../libgimp/libgimp-gimphelp.html#gimp-help"
><code class="function">gimp_help()</code></a> to actually display
the help.
</p>
@ -129,9 +129,9 @@ the help.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2636458"></a><h3>
<a name="id2637362"></a><h3>
<a name="GIMP-HELP-ID:CAPS"></a>GIMP_HELP_ID</h3>
<a class="indexterm" name="id2636470"></a><pre class="programlisting">#define GIMP_HELP_ID (gimp_help_id_quark ())
<a class="indexterm" name="id2637374"></a><pre class="programlisting">#define GIMP_HELP_ID (gimp_help_id_quark ())
</pre>
<p>
Since: GIMP 2.2
@ -139,9 +139,9 @@ Since: GIMP 2.2
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2636487"></a><h3>
<a name="id2637391"></a><h3>
<a name="gimp-help-enable-tooltips"></a>gimp_help_enable_tooltips ()</h3>
<a class="indexterm" name="id2636498"></a><pre class="programlisting">void gimp_help_enable_tooltips (void);</pre>
<a class="indexterm" name="id2637402"></a><pre class="programlisting">void gimp_help_enable_tooltips (void);</pre>
<p>
This function calls <code class="function">gtk_tooltips_enable()</code>.</p>
<p>
@ -150,9 +150,9 @@ This function calls <code class="function">gtk_tooltips_enable()</code>.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2636531"></a><h3>
<a name="id2637435"></a><h3>
<a name="gimp-help-disable-tooltips"></a>gimp_help_disable_tooltips ()</h3>
<a class="indexterm" name="id2635088"></a><pre class="programlisting">void gimp_help_disable_tooltips (void);</pre>
<a class="indexterm" name="id2637447"></a><pre class="programlisting">void gimp_help_disable_tooltips (void);</pre>
<p>
This function calls <code class="function">gtk_tooltips_disable()</code>.</p>
<p>
@ -161,14 +161,14 @@ This function calls <code class="function">gtk_tooltips_disable()</code>.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635121"></a><h3>
<a name="id2637480"></a><h3>
<a name="gimp-standard-help-func"></a>gimp_standard_help_func ()</h3>
<a class="indexterm" name="id2635132"></a><pre class="programlisting">void gimp_standard_help_func (const gchar *help_id,
<a class="indexterm" name="id2637491"></a><pre class="programlisting">void gimp_standard_help_func (const gchar *help_id,
gpointer help_data);</pre>
<p>
This is the standard GIMP help function which does nothing but calling
<a
href="../app/app-Gimp-gui.html#gimp-help"
href="../libgimp/libgimp-gimphelp.html#gimp-help"
><code class="function">gimp_help()</code></a>. It is the right function to use in almost all cases.</p>
<p>
@ -191,9 +191,9 @@ href="../app/app-Gimp-gui.html#gimp-help"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635230"></a><h3>
<a name="id2637588"></a><h3>
<a name="gimp-help-connect"></a>gimp_help_connect ()</h3>
<a class="indexterm" name="id2635242"></a><pre class="programlisting">void gimp_help_connect (GtkWidget *widget,
<a class="indexterm" name="id2634509"></a><pre class="programlisting">void gimp_help_connect (GtkWidget *widget,
<a href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">GimpHelpFunc</a> help_func,
const gchar *help_id,
gpointer help_data);</pre>
@ -233,9 +233,9 @@ constructors. You only have to call it for windows/dialogs you created
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635389"></a><h3>
<a name="id2634656"></a><h3>
<a name="gimp-help-set-help-data"></a>gimp_help_set_help_data ()</h3>
<a class="indexterm" name="id2635400"></a><pre class="programlisting">void gimp_help_set_help_data (GtkWidget *widget,
<a class="indexterm" name="id2634667"></a><pre class="programlisting">void gimp_help_set_help_data (GtkWidget *widget,
const gchar *tooltip,
const gchar *help_id);</pre>
<p>
@ -273,9 +273,9 @@ a visible tooltip.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2632260"></a><h3>
<a name="id2634844"></a><h3>
<a name="gimp-context-help"></a>gimp_context_help ()</h3>
<a class="indexterm" name="id2632272"></a><pre class="programlisting">void gimp_context_help (GtkWidget *widget);</pre>
<a class="indexterm" name="id2634856"></a><pre class="programlisting">void gimp_context_help (GtkWidget *widget);</pre>
<p>
This function invokes the context help inspector.
</p>

View File

@ -33,16 +33,16 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpIntComboBox.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="#id2547690" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2579890" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2571409" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2560226" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpwidgets-GimpHintBox"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2547690"></a><span class="refentrytitle">GimpHintBox</span>
<a name="id2579890"></a><span class="refentrytitle">GimpHintBox</span>
</h2>
<p>GimpHintBox</p>
</td>
@ -59,17 +59,17 @@ GtkWidget* <a href="libgimpwidgets-GimpHintBox.html#gimp-hint-box-new">gimp_hin
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2571409"></a><h2>Description</h2>
<a name="id2560226"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2600593"></a><h2>Details</h2>
<a name="id2565595"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2598880"></a><h3>
<a name="id2602845"></a><h3>
<a name="gimp-hint-box-new"></a>gimp_hint_box_new ()</h3>
<a class="indexterm" name="id2598893"></a><pre class="programlisting">GtkWidget* gimp_hint_box_new (const gchar *hint);</pre>
<a class="indexterm" name="id2599409"></a><pre class="programlisting">GtkWidget* gimp_hint_box_new (const gchar *hint);</pre>
<p>
Creates a new widget that shows a text label showing <em class="parameter"><code>hint</code></em>,
decorated with a GIMP_STOCK_INFO wilber icon.</p>

View File

@ -33,16 +33,16 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-GimpStock.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="#id2590702" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2588162" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2634558" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2635881" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpwidgets-GimpQueryBox"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2590702"></a><span class="refentrytitle">GimpQueryBox</span>
<a name="id2588162"></a><span class="refentrytitle">GimpQueryBox</span>
</h2>
<p>GimpQueryBox &#8212; Some simple dialogs to enter a single int, double, string or boolean value.</p>
</td>
@ -141,7 +141,7 @@ GtkWidget* <a href="libgimpwidgets-GimpQueryBox.html#gimp-query-boolean-box">gi
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2634558"></a><h2>Description</h2>
<a name="id2635881"></a><h2>Description</h2>
<p>
These functions provide simple dialogs for entering a single string,
integer, double, boolean or pixel size value.
@ -158,11 +158,11 @@ callback function is called and returns the entered value.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2634603"></a><h2>Details</h2>
<a name="id2635927"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2634614"></a><h3>
<a name="id2635937"></a><h3>
<a name="GimpQueryStringCallback"></a>GimpQueryStringCallback ()</h3>
<a class="indexterm" name="id2634625"></a><pre class="programlisting">void (*GimpQueryStringCallback) (GtkWidget *query_box,
<a class="indexterm" name="id2635949"></a><pre class="programlisting">void (*GimpQueryStringCallback) (GtkWidget *query_box,
const gchar *string,
gpointer data);</pre>
<p>
@ -193,9 +193,9 @@ Note that you have to <code class="function">g_free()</code> the returned string
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634721"></a><h3>
<a name="id2636044"></a><h3>
<a name="GimpQueryIntCallback"></a>GimpQueryIntCallback ()</h3>
<a class="indexterm" name="id2634732"></a><pre class="programlisting">void (*GimpQueryIntCallback) (GtkWidget *query_box,
<a class="indexterm" name="id2636056"></a><pre class="programlisting">void (*GimpQueryIntCallback) (GtkWidget *query_box,
gint value,
gpointer data);</pre>
<p>
@ -226,9 +226,9 @@ Note that you have to <code class="function">g_free()</code> the returned string
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640315"></a><h3>
<a name="id2641584"></a><h3>
<a name="GimpQueryDoubleCallback"></a>GimpQueryDoubleCallback ()</h3>
<a class="indexterm" name="id2640326"></a><pre class="programlisting">void (*GimpQueryDoubleCallback) (GtkWidget *query_box,
<a class="indexterm" name="id2641594"></a><pre class="programlisting">void (*GimpQueryDoubleCallback) (GtkWidget *query_box,
gdouble value,
gpointer data);</pre>
<p>
@ -259,9 +259,9 @@ Note that you have to <code class="function">g_free()</code> the returned string
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640403"></a><h3>
<a name="id2641672"></a><h3>
<a name="GimpQuerySizeCallback"></a>GimpQuerySizeCallback ()</h3>
<a class="indexterm" name="id2640414"></a><pre class="programlisting">void (*GimpQuerySizeCallback) (GtkWidget *query_box,
<a class="indexterm" name="id2641682"></a><pre class="programlisting">void (*GimpQuerySizeCallback) (GtkWidget *query_box,
gdouble size,
<a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
@ -300,9 +300,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640525"></a><h3>
<a name="id2641793"></a><h3>
<a name="GimpQueryBooleanCallback"></a>GimpQueryBooleanCallback ()</h3>
<a class="indexterm" name="id2640536"></a><pre class="programlisting">void (*GimpQueryBooleanCallback) (GtkWidget *query_box,
<a class="indexterm" name="id2641804"></a><pre class="programlisting">void (*GimpQueryBooleanCallback) (GtkWidget *query_box,
gboolean value,
gpointer data);</pre>
<p>
@ -333,9 +333,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640624"></a><h3>
<a name="id2641892"></a><h3>
<a name="gimp-query-string-box"></a>gimp_query_string_box ()</h3>
<a class="indexterm" name="id2640635"></a><pre class="programlisting">GtkWidget* gimp_query_string_box (const gchar *title,
<a class="indexterm" name="id2641903"></a><pre class="programlisting">GtkWidget* gimp_query_string_box (const gchar *title,
GtkWidget *parent,
<a href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">GimpHelpFunc</a> help_func,
const gchar *help_id,
@ -413,9 +413,9 @@ Creates a new <span class="type">GtkDialog</span> that queries the user for a st
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640903"></a><h3>
<a name="id2642172"></a><h3>
<a name="gimp-query-int-box"></a>gimp_query_int_box ()</h3>
<a class="indexterm" name="id2640916"></a><pre class="programlisting">GtkWidget* gimp_query_int_box (const gchar *title,
<a class="indexterm" name="id2642184"></a><pre class="programlisting">GtkWidget* gimp_query_int_box (const gchar *title,
GtkWidget *parent,
<a href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">GimpHelpFunc</a> help_func,
const gchar *help_id,
@ -505,9 +505,9 @@ Creates a new <span class="type">GtkDialog</span> that queries the user for an i
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2641192"></a><h3>
<a name="id2642496"></a><h3>
<a name="gimp-query-double-box"></a>gimp_query_double_box ()</h3>
<a class="indexterm" name="id2641202"></a><pre class="programlisting">GtkWidget* gimp_query_double_box (const gchar *title,
<a class="indexterm" name="id2642507"></a><pre class="programlisting">GtkWidget* gimp_query_double_box (const gchar *title,
GtkWidget *parent,
<a href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">GimpHelpFunc</a> help_func,
const gchar *help_id,
@ -603,9 +603,9 @@ Creates a new <span class="type">GtkDialog</span> that queries the user for a do
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2641512"></a><h3>
<a name="id2642849"></a><h3>
<a name="gimp-query-size-box"></a>gimp_query_size_box ()</h3>
<a class="indexterm" name="id2641523"></a><pre class="programlisting">GtkWidget* gimp_query_size_box (const gchar *title,
<a class="indexterm" name="id2642862"></a><pre class="programlisting">GtkWidget* gimp_query_size_box (const gchar *title,
GtkWidget *parent,
<a href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">GimpHelpFunc</a> help_func,
const gchar *help_id,
@ -725,9 +725,9 @@ Creates a new <span class="type">GtkDialog</span> that queries the user for a si
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2641923"></a><h3>
<a name="id2643247"></a><h3>
<a name="gimp-query-boolean-box"></a>gimp_query_boolean_box ()</h3>
<a class="indexterm" name="id2641933"></a><pre class="programlisting">GtkWidget* gimp_query_boolean_box (const gchar *title,
<a class="indexterm" name="id2643257"></a><pre class="programlisting">GtkWidget* gimp_query_boolean_box (const gchar *title,
GtkWidget *parent,
<a href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">GimpHelpFunc</a> help_func,
const gchar *help_id,
@ -820,9 +820,9 @@ Creates a new <span class="type">GtkDialog</span> that asks the user to do a boo
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2642223"></a><h3>
<a name="id2643547"></a><h3>
<a name="GIMP-QUERY-BOX-VBOX:CAPS"></a>GIMP_QUERY_BOX_VBOX()</h3>
<a class="indexterm" name="id2642233"></a><pre class="programlisting">#define GIMP_QUERY_BOX_VBOX(qbox)</pre>
<a class="indexterm" name="id2643557"></a><pre class="programlisting">#define GIMP_QUERY_BOX_VBOX(qbox)</pre>
<p>
A macro to access the <span class="type">GtkVBox</span> in a <span class="type">GimpQueryBox</span>. Useful if you want to add
more widgets.
@ -840,7 +840,7 @@ more widgets.
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2642279"></a><h2>See Also</h2>
<a name="id2643603"></a><h2>See Also</h2>
<p>
GimpSizeEntry
</p>

File diff suppressed because it is too large Load Diff

View File

@ -33,16 +33,16 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-deprecated.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="#id2637146" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2570489" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2666633" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2668176" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpwidgets-GimpWidgets"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2637146"></a><span class="refentrytitle">GimpWidgets</span>
<a name="id2570489"></a><span class="refentrytitle">GimpWidgets</span>
</h2>
<p>GimpWidgets &#8212; A collection of convenient widget constructors, standard callbacks and
helper functions.</p>
@ -188,17 +188,17 @@ void <a href="libgimpwidgets-GimpWidgets.html#gimp-label-set-attributes">
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2666633"></a><h2>Description</h2>
<a name="id2668176"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2666649"></a><h2>Details</h2>
<a name="id2668192"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2666660"></a><h3>
<a name="id2668203"></a><h3>
<a name="gimp-radio-group-new"></a>gimp_radio_group_new ()</h3>
<a class="indexterm" name="id2666671"></a><pre class="programlisting">GtkWidget* gimp_radio_group_new (gboolean in_frame,
<a class="indexterm" name="id2668214"></a><pre class="programlisting">GtkWidget* gimp_radio_group_new (gboolean in_frame,
const gchar *frame_title,
...);</pre>
<p>
@ -235,9 +235,9 @@ a <span class="type">GtkFrame</span> or <span class="type">GtkVbox</span>.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2666844"></a><h3>
<a name="id2668387"></a><h3>
<a name="gimp-radio-group-new2"></a>gimp_radio_group_new2 ()</h3>
<a class="indexterm" name="id2666855"></a><pre class="programlisting">GtkWidget* gimp_radio_group_new2 (gboolean in_frame,
<a class="indexterm" name="id2668398"></a><pre class="programlisting">GtkWidget* gimp_radio_group_new2 (gboolean in_frame,
const gchar *frame_title,
GCallback radio_button_callback,
gpointer radio_button_callback_data,
@ -297,9 +297,9 @@ a <span class="type">GtkFrame</span> or <span class="type">GtkVbox</span>.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2667112"></a><h3>
<a name="id2668655"></a><h3>
<a name="gimp-radio-group-set-active"></a>gimp_radio_group_set_active ()</h3>
<a class="indexterm" name="id2667124"></a><pre class="programlisting">void gimp_radio_group_set_active (GtkRadioButton *radio_button,
<a class="indexterm" name="id2668667"></a><pre class="programlisting">void gimp_radio_group_set_active (GtkRadioButton *radio_button,
gpointer item_data);</pre>
<p>
Calls <code class="function">gtk_toggle_button_set_active()</code> with the radio button that was
@ -325,9 +325,9 @@ created with a matching <em class="parameter"><code>item_data</code></em>.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2667226"></a><h3>
<a name="id2668769"></a><h3>
<a name="gimp-int-radio-group-new"></a>gimp_int_radio_group_new ()</h3>
<a class="indexterm" name="id2667237"></a><pre class="programlisting">GtkWidget* gimp_int_radio_group_new (gboolean in_frame,
<a class="indexterm" name="id2668780"></a><pre class="programlisting">GtkWidget* gimp_int_radio_group_new (gboolean in_frame,
const gchar *frame_title,
GCallback radio_button_callback,
gpointer radio_button_callback_data,
@ -390,9 +390,9 @@ group).</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2667511"></a><h3>
<a name="id2669054"></a><h3>
<a name="gimp-int-radio-group-set-active"></a>gimp_int_radio_group_set_active ()</h3>
<a class="indexterm" name="id2667525"></a><pre class="programlisting">void gimp_int_radio_group_set_active (GtkRadioButton *radio_button,
<a class="indexterm" name="id2669068"></a><pre class="programlisting">void gimp_int_radio_group_set_active (GtkRadioButton *radio_button,
gint item_data);</pre>
<p>
Calls <code class="function">gtk_toggle_button_set_active()</code> with the radio button that was created
@ -420,9 +420,9 @@ of pointers.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2667643"></a><h3>
<a name="id2669186"></a><h3>
<a name="gimp-spin-button-new"></a>gimp_spin_button_new ()</h3>
<a class="indexterm" name="id2667654"></a><pre class="programlisting">GtkWidget* gimp_spin_button_new (GtkObject **adjustment,
<a class="indexterm" name="id2669197"></a><pre class="programlisting">GtkWidget* gimp_spin_button_new (GtkObject **adjustment,
gdouble value,
gdouble lower,
gdouble upper,
@ -497,9 +497,9 @@ entered.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2667939"></a><h3>
<a name="id2669482"></a><h3>
<a name="GIMP-SCALE-ENTRY-LABEL:CAPS"></a>GIMP_SCALE_ENTRY_LABEL()</h3>
<a class="indexterm" name="id2667950"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_LABEL(adj)</pre>
<a class="indexterm" name="id2669493"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_LABEL(adj)</pre>
<p>
Returns the scale_entry's <span class="type">GtkLabel</span>.
</p>
@ -516,9 +516,9 @@ Returns the scale_entry's <span class="type">GtkLabel</span>.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2668008"></a><h3>
<a name="id2669551"></a><h3>
<a name="GIMP-SCALE-ENTRY-SCALE:CAPS"></a>GIMP_SCALE_ENTRY_SCALE()</h3>
<a class="indexterm" name="id2668019"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SCALE(adj)</pre>
<a class="indexterm" name="id2669562"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SCALE(adj)</pre>
<p>
Returns the scale_entry's <span class="type">GtkHScale</span>.
</p>
@ -535,9 +535,9 @@ Returns the scale_entry's <span class="type">GtkHScale</span>.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2603714"></a><h3>
<a name="id2669620"></a><h3>
<a name="GIMP-SCALE-ENTRY-SCALE-ADJ:CAPS"></a>GIMP_SCALE_ENTRY_SCALE_ADJ()</h3>
<a class="indexterm" name="id2668073"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SCALE_ADJ(adj)</pre>
<a class="indexterm" name="id2669633"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SCALE_ADJ(adj)</pre>
<p>
Returns the <span class="type">GtkAdjustment</span> of the scale_entry's <span class="type">GtkHScale</span>.
</p>
@ -554,9 +554,9 @@ Returns the <span class="type">GtkAdjustment</span> of the scale_entry's <span c
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2668132"></a><h3>
<a name="id2669698"></a><h3>
<a name="GIMP-SCALE-ENTRY-SPINBUTTON:CAPS"></a>GIMP_SCALE_ENTRY_SPINBUTTON()</h3>
<a class="indexterm" name="id2668144"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SPINBUTTON(adj)</pre>
<a class="indexterm" name="id2669712"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SPINBUTTON(adj)</pre>
<p>
Returns the scale_entry's <span class="type">GtkSpinButton</span>.
</p>
@ -573,9 +573,9 @@ Returns the scale_entry's <span class="type">GtkSpinButton</span>.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2668196"></a><h3>
<a name="id2669770"></a><h3>
<a name="GIMP-SCALE-ENTRY-SPINBUTTON-ADJ:CAPS"></a>GIMP_SCALE_ENTRY_SPINBUTTON_ADJ()</h3>
<a class="indexterm" name="id2668210"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SPINBUTTON_ADJ(adj)</pre>
<a class="indexterm" name="id2669784"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SPINBUTTON_ADJ(adj)</pre>
<p>
Returns the <span class="type">GtkAdjustment</span> of the scale_entry's <span class="type">GtkSpinButton</span>.
</p>
@ -592,9 +592,9 @@ Returns the <span class="type">GtkAdjustment</span> of the scale_entry's <span c
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2668269"></a><h3>
<a name="id2669850"></a><h3>
<a name="gimp-scale-entry-new"></a>gimp_scale_entry_new ()</h3>
<a class="indexterm" name="id2668279"></a><pre class="programlisting">GtkObject* gimp_scale_entry_new (GtkTable *table,
<a class="indexterm" name="id2669862"></a><pre class="programlisting">GtkObject* gimp_scale_entry_new (GtkTable *table,
gint column,
gint row,
const gchar *text,
@ -719,9 +719,9 @@ attaches them to a 3-column <span class="type">GtkTable</span>.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2668776"></a><h3>
<a name="id2670351"></a><h3>
<a name="gimp-scale-entry-set-sensitive"></a>gimp_scale_entry_set_sensitive ()</h3>
<a class="indexterm" name="id2668788"></a><pre class="programlisting">void gimp_scale_entry_set_sensitive (GtkObject *adjustment,
<a class="indexterm" name="id2670363"></a><pre class="programlisting">void gimp_scale_entry_set_sensitive (GtkObject *adjustment,
gboolean sensitive);</pre>
<p>
Sets the sensitivity of the scale_entry's <span class="type">GtkLabel</span>, <span class="type">GtkHScale</span> and
@ -748,9 +748,9 @@ Sets the sensitivity of the scale_entry's <span class="type">GtkLabel</span>, <s
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2668900"></a><h3>
<a name="id2670475"></a><h3>
<a name="gimp-scale-entry-set-logarithmic"></a>gimp_scale_entry_set_logarithmic ()</h3>
<a class="indexterm" name="id2668915"></a><pre class="programlisting">void gimp_scale_entry_set_logarithmic
<a class="indexterm" name="id2670489"></a><pre class="programlisting">void gimp_scale_entry_set_logarithmic
(GtkObject *adjustment,
gboolean logarithmic);</pre>
<p>
@ -782,9 +782,9 @@ adjustment.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2669003"></a><h3>
<a name="id2670577"></a><h3>
<a name="gimp-scale-entry-get-logarithmic"></a>gimp_scale_entry_get_logarithmic ()</h3>
<a class="indexterm" name="id2669017"></a><pre class="programlisting">gboolean gimp_scale_entry_get_logarithmic
<a class="indexterm" name="id2670592"></a><pre class="programlisting">gboolean gimp_scale_entry_get_logarithmic
(GtkObject *adjustment);</pre>
<p>
</p>
@ -813,9 +813,9 @@ adjustment.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2669108"></a><h3>
<a name="id2670683"></a><h3>
<a name="gimp-color-scale-entry-new"></a>gimp_color_scale_entry_new ()</h3>
<a class="indexterm" name="id2669120"></a><pre class="programlisting">GtkObject* gimp_color_scale_entry_new (GtkTable *table,
<a class="indexterm" name="id2670694"></a><pre class="programlisting">GtkObject* gimp_color_scale_entry_new (GtkTable *table,
gint column,
gint row,
const gchar *text,
@ -919,9 +919,9 @@ This function creates a <span class="type">GtkLabel</span>, a <a href="GimpColor
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2669508"></a><h3>
<a name="id2671083"></a><h3>
<a name="GIMP-RANDOM-SEED-SPINBUTTON:CAPS"></a>GIMP_RANDOM_SEED_SPINBUTTON()</h3>
<a class="indexterm" name="id2669521"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_SPINBUTTON(hbox)</pre>
<a class="indexterm" name="id2671096"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_SPINBUTTON(hbox)</pre>
<p>
Returns the random_seed's <span class="type">GtkSpinButton</span>.
</p>
@ -938,9 +938,9 @@ Returns the random_seed's <span class="type">GtkSpinButton</span>.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2669573"></a><h3>
<a name="id2671148"></a><h3>
<a name="GIMP-RANDOM-SEED-SPINBUTTON-ADJ:CAPS"></a>GIMP_RANDOM_SEED_SPINBUTTON_ADJ()</h3>
<a class="indexterm" name="id2669586"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_SPINBUTTON_ADJ(hbox)</pre>
<a class="indexterm" name="id2671161"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_SPINBUTTON_ADJ(hbox)</pre>
<p>
Returns the <span class="type">GtkAdjustment</span> of the random_seed's <span class="type">GtkSpinButton</span>.
</p>
@ -957,9 +957,9 @@ Returns the <span class="type">GtkAdjustment</span> of the random_seed's <span c
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2669645"></a><h3>
<a name="id2671220"></a><h3>
<a name="GIMP-RANDOM-SEED-TOGGLE:CAPS"></a>GIMP_RANDOM_SEED_TOGGLE()</h3>
<a class="indexterm" name="id2669658"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_TOGGLE(hbox)</pre>
<a class="indexterm" name="id2671233"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_TOGGLE(hbox)</pre>
<p>
</p>
@ -976,9 +976,9 @@ Returns the <span class="type">GtkAdjustment</span> of the random_seed's <span c
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2669688"></a><h3>
<a name="id2671263"></a><h3>
<a name="gimp-random-seed-new"></a>gimp_random_seed_new ()</h3>
<a class="indexterm" name="id2669699"></a><pre class="programlisting">GtkWidget* gimp_random_seed_new (guint32 *seed,
<a class="indexterm" name="id2671273"></a><pre class="programlisting">GtkWidget* gimp_random_seed_new (guint32 *seed,
gboolean *random_seed);</pre>
<p>
Creates a widget that allows the user to control how the random number
@ -1011,9 +1011,9 @@ generator is initialized.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2669795"></a><h3>
<a name="id2671370"></a><h3>
<a name="GIMP-COORDINATES-CHAINBUTTON:CAPS"></a>GIMP_COORDINATES_CHAINBUTTON()</h3>
<a class="indexterm" name="id2669808"></a><pre class="programlisting">#define GIMP_COORDINATES_CHAINBUTTON(sizeentry)</pre>
<a class="indexterm" name="id2671382"></a><pre class="programlisting">#define GIMP_COORDINATES_CHAINBUTTON(sizeentry)</pre>
<p>
Returns the <a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> which is attached to the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.
</p>
@ -1030,9 +1030,9 @@ Returns the <a href="GimpChainButton.html" title="GimpChainButton"><span class="
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2669867"></a><h3>
<a name="id2671441"></a><h3>
<a name="gimp-coordinates-new"></a>gimp_coordinates_new ()</h3>
<a class="indexterm" name="id2669877"></a><pre class="programlisting">GtkWidget* gimp_coordinates_new (<a
<a class="indexterm" name="id2671452"></a><pre class="programlisting">GtkWidget* gimp_coordinates_new (<a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
>GimpUnit</a> unit,
const gchar *unit_format,
@ -1193,9 +1193,9 @@ two fields' values or the ratio between them.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2670478"></a><h3>
<a name="id2672045"></a><h3>
<a name="gimp-pixmap-button-new"></a>gimp_pixmap_button_new ()</h3>
<a class="indexterm" name="id2670494"></a><pre class="programlisting">GtkWidget* gimp_pixmap_button_new (gchar **xpm_data,
<a class="indexterm" name="id2672057"></a><pre class="programlisting">GtkWidget* gimp_pixmap_button_new (gchar **xpm_data,
const gchar *text);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -1230,9 +1230,9 @@ and an optional <span class="type">GtkLabel</span>.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2670628"></a><h3>
<a name="id2672177"></a><h3>
<a name="gimp-toggle-button-sensitive-update"></a>gimp_toggle_button_sensitive_update ()</h3>
<a class="indexterm" name="id2670643"></a><pre class="programlisting">void gimp_toggle_button_sensitive_update
<a class="indexterm" name="id2672191"></a><pre class="programlisting">void gimp_toggle_button_sensitive_update
(GtkToggleButton *toggle_button);</pre>
<p>
If you attached a pointer to a <span class="type">GtkWidget</span> with <code class="function">g_object_set_data()</code> and
@ -1263,9 +1263,9 @@ button's inverse "active" state by attaching widgets with the
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2670741"></a><h3>
<a name="id2672280"></a><h3>
<a name="gimp-toggle-button-update"></a>gimp_toggle_button_update ()</h3>
<a class="indexterm" name="id2670756"></a><pre class="programlisting">void gimp_toggle_button_update (GtkWidget *widget,
<a class="indexterm" name="id2672295"></a><pre class="programlisting">void gimp_toggle_button_update (GtkWidget *widget,
gpointer data);</pre>
<p>
Note that this function calls <a href="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-sensitive-update"><code class="function">gimp_toggle_button_sensitive_update()</code></a>.</p>
@ -1291,9 +1291,9 @@ Note that this function calls <a href="libgimpwidgets-GimpWidgets.html#gimp-togg
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2670862"></a><h3>
<a name="id2672401"></a><h3>
<a name="gimp-radio-button-update"></a>gimp_radio_button_update ()</h3>
<a class="indexterm" name="id2670876"></a><pre class="programlisting">void gimp_radio_button_update (GtkWidget *widget,
<a class="indexterm" name="id2672415"></a><pre class="programlisting">void gimp_radio_button_update (GtkWidget *widget,
gpointer data);</pre>
<p>
Note that this function calls <a href="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-sensitive-update"><code class="function">gimp_toggle_button_sensitive_update()</code></a>.</p>
@ -1319,9 +1319,9 @@ Note that this function calls <a href="libgimpwidgets-GimpWidgets.html#gimp-togg
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2670979"></a><h3>
<a name="id2672518"></a><h3>
<a name="gimp-int-adjustment-update"></a>gimp_int_adjustment_update ()</h3>
<a class="indexterm" name="id2670994"></a><pre class="programlisting">void gimp_int_adjustment_update (GtkAdjustment *adjustment,
<a class="indexterm" name="id2672533"></a><pre class="programlisting">void gimp_int_adjustment_update (GtkAdjustment *adjustment,
gpointer data);</pre>
<p>
Note that the <span class="type">GtkAdjustment</span>'s value (which is a <span class="type">gdouble</span>) will be
@ -1350,9 +1350,9 @@ href="../libgimpmath/libgimpmath-GimpMath.html#RINT:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2671110"></a><h3>
<a name="id2672649"></a><h3>
<a name="gimp-uint-adjustment-update"></a>gimp_uint_adjustment_update ()</h3>
<a class="indexterm" name="id2671125"></a><pre class="programlisting">void gimp_uint_adjustment_update (GtkAdjustment *adjustment,
<a class="indexterm" name="id2672664"></a><pre class="programlisting">void gimp_uint_adjustment_update (GtkAdjustment *adjustment,
gpointer data);</pre>
<p>
Note that the <span class="type">GtkAdjustment</span>'s value (which is a <span class="type">gdouble</span>) will be rounded
@ -1379,9 +1379,9 @@ with (<span class="type">guint</span>) (value + 0.5).</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2671239"></a><h3>
<a name="id2672778"></a><h3>
<a name="gimp-float-adjustment-update"></a>gimp_float_adjustment_update ()</h3>
<a class="indexterm" name="id2671253"></a><pre class="programlisting">void gimp_float_adjustment_update (GtkAdjustment *adjustment,
<a class="indexterm" name="id2672792"></a><pre class="programlisting">void gimp_float_adjustment_update (GtkAdjustment *adjustment,
gpointer data);</pre>
<p>
</p>
@ -1407,9 +1407,9 @@ with (<span class="type">guint</span>) (value + 0.5).</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2671346"></a><h3>
<a name="id2672885"></a><h3>
<a name="gimp-double-adjustment-update"></a>gimp_double_adjustment_update ()</h3>
<a class="indexterm" name="id2671360"></a><pre class="programlisting">void gimp_double_adjustment_update (GtkAdjustment *adjustment,
<a class="indexterm" name="id2672899"></a><pre class="programlisting">void gimp_double_adjustment_update (GtkAdjustment *adjustment,
gpointer data);</pre>
<p>
</p>
@ -1435,9 +1435,9 @@ with (<span class="type">guint</span>) (value + 0.5).</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2671452"></a><h3>
<a name="id2672992"></a><h3>
<a name="gimp-unit-menu-update"></a>gimp_unit_menu_update ()</h3>
<a class="indexterm" name="id2671466"></a><pre class="programlisting">void gimp_unit_menu_update (GtkWidget *widget,
<a class="indexterm" name="id2673005"></a><pre class="programlisting">void gimp_unit_menu_update (GtkWidget *widget,
gpointer data);</pre>
<p>
This callback can set the number of decimal digits of an arbitrary number
@ -1472,9 +1472,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2671587"></a><h3>
<a name="id2673126"></a><h3>
<a name="gimp-table-attach-aligned"></a>gimp_table_attach_aligned ()</h3>
<a class="indexterm" name="id2671602"></a><pre class="programlisting">GtkWidget* gimp_table_attach_aligned (GtkTable *table,
<a class="indexterm" name="id2673141"></a><pre class="programlisting">GtkWidget* gimp_table_attach_aligned (GtkTable *table,
gint column,
gint row,
const gchar *label_text,
@ -1548,9 +1548,9 @@ attached starting at (<em class="parameter"><code>column</code></em> + 1) in thi
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2671909"></a><h3>
<a name="id2673448"></a><h3>
<a name="gimp-label-set-attributes"></a>gimp_label_set_attributes ()</h3>
<a class="indexterm" name="id2671926"></a><pre class="programlisting">void gimp_label_set_attributes (GtkLabel *label,
<a class="indexterm" name="id2673465"></a><pre class="programlisting">void gimp_label_set_attributes (GtkLabel *label,
...);</pre>
<p>
Sets Pango attributes on a <span class="type">GtkLabel</span> in a more convenient way than

View File

@ -92,6 +92,12 @@
<div class="gallery-float"><a href="GimpPreviewArea.html" title="GimpPreviewArea">
<img src="gimp-preview-area.png">
</a></div>
<div class="gallery-float"><a href="GimpRatioEntry.html" title="GimpRatioEntry">
<img src="gimp-ratio-entry.png">
</a></div>
<div class="gallery-float"><a href="GimpStringComboBox.html" title="GimpStringComboBox">
<img src="gimp-string-combo-box.png">
</a></div>
<div class="gallery-float"><a href="GimpUnitMenu.html" title="GimpUnitMenu">
<img src="gimp-unit-menu.png">
</a></div>

View File

@ -33,16 +33,16 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-index.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="#id2633660" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2641438" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2642902" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2666681" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpwidgets-gimpoldwidgets"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2633660"></a><span class="refentrytitle">gimpoldwidgets</span>
<a name="id2641438"></a><span class="refentrytitle">gimpoldwidgets</span>
</h2>
<p>gimpoldwidgets &#8212; Old API that is still available but declared as deprecated.</p>
</td>
@ -89,17 +89,17 @@ void <a href="libgimpwidgets-gimpoldwidgets.html#gimp-menu-item-update">g
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2642902"></a><h2>Description</h2>
<a name="id2666681"></a><h2>Description</h2>
<p>
These functions are not defined if you <span class="type">define</span> GIMP_DISABLE_DEPRECATED.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2642924"></a><h2>Details</h2>
<a name="id2666703"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2642935"></a><h3>
<a name="id2666714"></a><h3>
<a name="gimp-int-option-menu-new"></a>gimp_int_option_menu_new ()</h3>
<a class="indexterm" name="id2642948"></a><pre class="programlisting">GtkWidget* gimp_int_option_menu_new (gboolean menu_only,
<a class="indexterm" name="id2666727"></a><pre class="programlisting">GtkWidget* gimp_int_option_menu_new (gboolean menu_only,
GCallback menu_item_callback,
gpointer menu_item_callback_data,
gint initial,
@ -157,9 +157,9 @@ enum to a menu).</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647784"></a><h3>
<a name="id2644121"></a><h3>
<a name="gimp-int-option-menu-set-history"></a>gimp_int_option_menu_set_history ()</h3>
<a class="indexterm" name="id2647797"></a><pre class="programlisting">void gimp_int_option_menu_set_history
<a class="indexterm" name="id2644135"></a><pre class="programlisting">void gimp_int_option_menu_set_history
(GtkOptionMenu *option_menu,
gint item_data);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -193,9 +193,9 @@ same thing as <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-h
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648373"></a><h3>
<a name="id2666409"></a><h3>
<a name="GimpIntOptionMenuSensitivityCallback"></a>GimpIntOptionMenuSensitivityCallback ()</h3>
<a class="indexterm" name="id2648389"></a><pre class="programlisting">gboolean (*GimpIntOptionMenuSensitivityCallback)
<a class="indexterm" name="id2666425"></a><pre class="programlisting">gboolean (*GimpIntOptionMenuSensitivityCallback)
(gint item_data,
gpointer callback_data);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -230,9 +230,9 @@ same thing as <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-h
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648480"></a><h3>
<a name="id2666517"></a><h3>
<a name="gimp-int-option-menu-set-sensitive"></a>gimp_int_option_menu_set_sensitive ()</h3>
<a class="indexterm" name="id2648494"></a><pre class="programlisting">void gimp_int_option_menu_set_sensitive
<a class="indexterm" name="id2649906"></a><pre class="programlisting">void gimp_int_option_menu_set_sensitive
(GtkOptionMenu *option_menu,
<a href="libgimpwidgets-gimpoldwidgets.html#GimpIntOptionMenuSensitivityCallback">GimpIntOptionMenuSensitivityCallback</a> callback,
gpointer callback_data);</pre>
@ -274,9 +274,9 @@ same thing as <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-s
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643824"></a><h3>
<a name="id2650076"></a><h3>
<a name="gimp-option-menu-new"></a>gimp_option_menu_new ()</h3>
<a class="indexterm" name="id2643837"></a><pre class="programlisting">GtkWidget* gimp_option_menu_new (gboolean menu_only,
<a class="indexterm" name="id2650090"></a><pre class="programlisting">GtkWidget* gimp_option_menu_new (gboolean menu_only,
...);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -310,9 +310,9 @@ Convenience function to create a <span class="type">GtkOptionMenu</span> or a <s
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643988"></a><h3>
<a name="id2667640"></a><h3>
<a name="gimp-option-menu-new2"></a>gimp_option_menu_new2 ()</h3>
<a class="indexterm" name="id2644001"></a><pre class="programlisting">GtkWidget* gimp_option_menu_new2 (gboolean menu_only,
<a class="indexterm" name="id2667654"></a><pre class="programlisting">GtkWidget* gimp_option_menu_new2 (gboolean menu_only,
GCallback menu_item_callback,
gpointer menu_item_callback_data,
gpointer initial,
@ -366,9 +366,9 @@ Convenience function to create a <span class="type">GtkOptionMenu</span> or a <s
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2664495"></a><h3>
<a name="id2649368"></a><h3>
<a name="gimp-option-menu-set-history"></a>gimp_option_menu_set_history ()</h3>
<a class="indexterm" name="id2664510"></a><pre class="programlisting">void gimp_option_menu_set_history (GtkOptionMenu *option_menu,
<a class="indexterm" name="id2649384"></a><pre class="programlisting">void gimp_option_menu_set_history (GtkOptionMenu *option_menu,
gpointer item_data);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -401,9 +401,9 @@ a <span class="type">GtkOptionMenu</span> that was created using <a href="libgim
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2664662"></a><h3>
<a name="id2649540"></a><h3>
<a name="GimpOptionMenuSensitivityCallback"></a>GimpOptionMenuSensitivityCallback ()</h3>
<a class="indexterm" name="id2664678"></a><pre class="programlisting">gboolean (*GimpOptionMenuSensitivityCallback)
<a class="indexterm" name="id2649556"></a><pre class="programlisting">gboolean (*GimpOptionMenuSensitivityCallback)
(gpointer item_data,
gpointer callback_data);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -438,9 +438,9 @@ a <span class="type">GtkOptionMenu</span> that was created using <a href="libgim
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2664769"></a><h3>
<a name="id2649647"></a><h3>
<a name="gimp-option-menu-set-sensitive"></a>gimp_option_menu_set_sensitive ()</h3>
<a class="indexterm" name="id2664785"></a><pre class="programlisting">void gimp_option_menu_set_sensitive (GtkOptionMenu *option_menu,
<a class="indexterm" name="id2649663"></a><pre class="programlisting">void gimp_option_menu_set_sensitive (GtkOptionMenu *option_menu,
<a href="libgimpwidgets-gimpoldwidgets.html#GimpOptionMenuSensitivityCallback">GimpOptionMenuSensitivityCallback</a> callback,
gpointer callback_data);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -479,9 +479,9 @@ according to the return value of this function.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2664938"></a><h3>
<a name="id2649019"></a><h3>
<a name="gimp-menu-item-update"></a>gimp_menu_item_update ()</h3>
<a class="indexterm" name="id2664952"></a><pre class="programlisting">void gimp_menu_item_update (GtkWidget *widget,
<a class="indexterm" name="id2649033"></a><pre class="programlisting">void gimp_menu_item_update (GtkWidget *widget,
gpointer data);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -511,7 +511,7 @@ according to the return value of this function.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2665235"></a><h2>See Also</h2>
<a name="id2649138"></a><h2>See Also</h2>
<p>
GimpIntComboBox
</p>

View File

@ -57,6 +57,7 @@
GtkComboBox
<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a>
<a href="GimpEnumComboBox.html" title="GimpEnumComboBox">GimpEnumComboBox</a>
<a href="GimpStringComboBox.html" title="GimpStringComboBox">GimpStringComboBox</a>
GtkFrame
<a href="GimpFrame.html" title="GimpFrame">GimpFrame</a>
GtkTable

View File

@ -37,47 +37,47 @@
<div class="index"><div class="indexdiv">
<h3>G</h3>
<dl>
<dt>GimpFileEntry, <a href="GimpFileEntry.html#id2553405">GimpFileEntry</a>
<dt>GimpFileEntry, <a href="GimpFileEntry.html#id2556680">GimpFileEntry</a>
</dt>
<dt>GimpIntOptionMenuSensitivityCallback, <a href="libgimpwidgets-gimpoldwidgets.html#id2648373">GimpIntOptionMenuSensitivityCallback ()</a>
<dt>GimpIntOptionMenuSensitivityCallback, <a href="libgimpwidgets-gimpoldwidgets.html#id2666409">GimpIntOptionMenuSensitivityCallback ()</a>
</dt>
<dt>GimpOptionMenuSensitivityCallback, <a href="libgimpwidgets-gimpoldwidgets.html#id2664662">GimpOptionMenuSensitivityCallback ()</a>
<dt>GimpOptionMenuSensitivityCallback, <a href="libgimpwidgets-gimpoldwidgets.html#id2649540">GimpOptionMenuSensitivityCallback ()</a>
</dt>
<dt>GimpPixmap, <a href="GimpPixmap.html#id2607604">GimpPixmap</a>
<dt>GimpPixmap, <a href="GimpPixmap.html#id2610937">GimpPixmap</a>
</dt>
<dt>gimp_file_entry_get_filename, <a href="GimpFileEntry.html#id2602063">gimp_file_entry_get_filename ()</a>
<dt>gimp_file_entry_get_filename, <a href="GimpFileEntry.html#id2601850">gimp_file_entry_get_filename ()</a>
</dt>
<dt>gimp_file_entry_new, <a href="GimpFileEntry.html#id2601872">gimp_file_entry_new ()</a>
<dt>gimp_file_entry_new, <a href="GimpFileEntry.html#id2601659">gimp_file_entry_new ()</a>
</dt>
<dt>gimp_file_entry_set_filename, <a href="GimpFileEntry.html#id2570086">gimp_file_entry_set_filename ()</a>
<dt>gimp_file_entry_set_filename, <a href="GimpFileEntry.html#id2551640">gimp_file_entry_set_filename ()</a>
</dt>
<dt>gimp_int_option_menu_new, <a href="libgimpwidgets-gimpoldwidgets.html#id2642935">gimp_int_option_menu_new ()</a>
<dt>gimp_int_option_menu_new, <a href="libgimpwidgets-gimpoldwidgets.html#id2666714">gimp_int_option_menu_new ()</a>
</dt>
<dt>gimp_int_option_menu_set_history, <a href="libgimpwidgets-gimpoldwidgets.html#id2647784">gimp_int_option_menu_set_history ()</a>
<dt>gimp_int_option_menu_set_history, <a href="libgimpwidgets-gimpoldwidgets.html#id2644121">gimp_int_option_menu_set_history ()</a>
</dt>
<dt>gimp_int_option_menu_set_sensitive, <a href="libgimpwidgets-gimpoldwidgets.html#id2648480">gimp_int_option_menu_set_sensitive ()</a>
<dt>gimp_int_option_menu_set_sensitive, <a href="libgimpwidgets-gimpoldwidgets.html#id2666517">gimp_int_option_menu_set_sensitive ()</a>
</dt>
<dt>gimp_menu_item_update, <a href="libgimpwidgets-gimpoldwidgets.html#id2664938">gimp_menu_item_update ()</a>
<dt>gimp_menu_item_update, <a href="libgimpwidgets-gimpoldwidgets.html#id2649019">gimp_menu_item_update ()</a>
</dt>
<dt>gimp_option_menu_new, <a href="libgimpwidgets-gimpoldwidgets.html#id2643824">gimp_option_menu_new ()</a>
<dt>gimp_option_menu_new, <a href="libgimpwidgets-gimpoldwidgets.html#id2650076">gimp_option_menu_new ()</a>
</dt>
<dt>gimp_option_menu_new2, <a href="libgimpwidgets-gimpoldwidgets.html#id2643988">gimp_option_menu_new2 ()</a>
<dt>gimp_option_menu_new2, <a href="libgimpwidgets-gimpoldwidgets.html#id2667640">gimp_option_menu_new2 ()</a>
</dt>
<dt>gimp_option_menu_set_history, <a href="libgimpwidgets-gimpoldwidgets.html#id2664495">gimp_option_menu_set_history ()</a>
<dt>gimp_option_menu_set_history, <a href="libgimpwidgets-gimpoldwidgets.html#id2649368">gimp_option_menu_set_history ()</a>
</dt>
<dt>gimp_option_menu_set_sensitive, <a href="libgimpwidgets-gimpoldwidgets.html#id2664769">gimp_option_menu_set_sensitive ()</a>
<dt>gimp_option_menu_set_sensitive, <a href="libgimpwidgets-gimpoldwidgets.html#id2649647">gimp_option_menu_set_sensitive ()</a>
</dt>
<dt>gimp_pixmap_button_new, <a href="libgimpwidgets-GimpWidgets.html#id2670478">gimp_pixmap_button_new ()</a>
<dt>gimp_pixmap_button_new, <a href="libgimpwidgets-GimpWidgets.html#id2672045">gimp_pixmap_button_new ()</a>
</dt>
<dt>gimp_pixmap_new, <a href="GimpPixmap.html#id2607644">gimp_pixmap_new ()</a>
<dt>gimp_pixmap_new, <a href="GimpPixmap.html#id2610978">gimp_pixmap_new ()</a>
</dt>
<dt>gimp_pixmap_set, <a href="GimpPixmap.html#id2607746">gimp_pixmap_set ()</a>
<dt>gimp_pixmap_set, <a href="GimpPixmap.html#id2608810">gimp_pixmap_set ()</a>
</dt>
<dt>GIMP_STOCK_INDEXED_PALETTE, <a href="libgimpwidgets-GimpStock.html#id2653341">GIMP_STOCK_INDEXED_PALETTE</a>
<dt>GIMP_STOCK_INDEXED_PALETTE, <a href="libgimpwidgets-GimpStock.html#id2654606">GIMP_STOCK_INDEXED_PALETTE</a>
</dt>
<dt>GIMP_STOCK_QMASK_OFF, <a href="libgimpwidgets-GimpStock.html#id2659281">GIMP_STOCK_QMASK_OFF</a>
<dt>GIMP_STOCK_QMASK_OFF, <a href="libgimpwidgets-GimpStock.html#id2660548">GIMP_STOCK_QMASK_OFF</a>
</dt>
<dt>GIMP_STOCK_QMASK_ON, <a href="libgimpwidgets-GimpStock.html#id2659235">GIMP_STOCK_QMASK_ON</a>
<dt>GIMP_STOCK_QMASK_ON, <a href="libgimpwidgets-GimpStock.html#id2660502">GIMP_STOCK_QMASK_ON</a>
</dt>
</dl>
</div></div>

View File

@ -38,73 +38,73 @@
<div class="index"><div class="indexdiv">
<h3>G</h3>
<dl>
<dt>gimp_cell_renderer_color_new, <a href="GimpCellRendererColor.html#id2571859">gimp_cell_renderer_color_new ()</a>
<dt>gimp_cell_renderer_color_new, <a href="GimpCellRendererColor.html#id2618366">gimp_cell_renderer_color_new ()</a>
</dt>
<dt>gimp_cell_renderer_toggle_clicked, <a href="GimpCellRendererToggle.html#id2621309">gimp_cell_renderer_toggle_clicked ()</a>
<dt>gimp_cell_renderer_toggle_clicked, <a href="GimpCellRendererToggle.html#id2625062">gimp_cell_renderer_toggle_clicked ()</a>
</dt>
<dt>gimp_cell_renderer_toggle_new, <a href="GimpCellRendererToggle.html#id2621203">gimp_cell_renderer_toggle_new ()</a>
<dt>gimp_cell_renderer_toggle_new, <a href="GimpCellRendererToggle.html#id2629875">gimp_cell_renderer_toggle_new ()</a>
</dt>
<dt>gimp_color_hex_entry_get_color, <a href="GimpColorHexEntry.html#id2588765">gimp_color_hex_entry_get_color ()</a>
<dt>gimp_color_hex_entry_get_color, <a href="GimpColorHexEntry.html#id2555007">gimp_color_hex_entry_get_color ()</a>
</dt>
<dt>gimp_color_hex_entry_new, <a href="GimpColorHexEntry.html#id2558751">gimp_color_hex_entry_new ()</a>
<dt>gimp_color_hex_entry_new, <a href="GimpColorHexEntry.html#id2591805">gimp_color_hex_entry_new ()</a>
</dt>
<dt>gimp_color_hex_entry_set_color, <a href="GimpColorHexEntry.html#id2558815">gimp_color_hex_entry_set_color ()</a>
<dt>gimp_color_hex_entry_set_color, <a href="GimpColorHexEntry.html#id2591869">gimp_color_hex_entry_set_color ()</a>
</dt>
<dt>gimp_dialogs_show_help_button, <a href="GimpDialog.html#id2600328">gimp_dialogs_show_help_button ()</a>
</dt>
<dt>gimp_frame_new, <a href="GimpFrame.html#id2592953">gimp_frame_new ()</a>
<dt>gimp_frame_new, <a href="GimpFrame.html#id2594565">gimp_frame_new ()</a>
</dt>
<dt>gimp_int_combo_box_append, <a href="GimpIntComboBox.html#id2606169">gimp_int_combo_box_append ()</a>
<dt>gimp_int_combo_box_append, <a href="GimpIntComboBox.html#id2606202">gimp_int_combo_box_append ()</a>
</dt>
<dt>gimp_int_combo_box_connect, <a href="GimpIntComboBox.html#id2606580">gimp_int_combo_box_connect ()</a>
<dt>gimp_int_combo_box_connect, <a href="GimpIntComboBox.html#id2606614">gimp_int_combo_box_connect ()</a>
</dt>
<dt>gimp_int_combo_box_get_active, <a href="GimpIntComboBox.html#id2606437">gimp_int_combo_box_get_active ()</a>
<dt>gimp_int_combo_box_get_active, <a href="GimpIntComboBox.html#id2606471">gimp_int_combo_box_get_active ()</a>
</dt>
<dt>gimp_int_combo_box_new, <a href="GimpIntComboBox.html#id2600995">gimp_int_combo_box_new ()</a>
<dt>gimp_int_combo_box_new, <a href="GimpIntComboBox.html#id2601063">gimp_int_combo_box_new ()</a>
</dt>
<dt>gimp_int_combo_box_new_array, <a href="GimpIntComboBox.html#id2601291">gimp_int_combo_box_new_array ()</a>
<dt>gimp_int_combo_box_new_array, <a href="GimpIntComboBox.html#id2602153">gimp_int_combo_box_new_array ()</a>
</dt>
<dt>gimp_int_combo_box_new_valist, <a href="GimpIntComboBox.html#id2601150">gimp_int_combo_box_new_valist ()</a>
<dt>gimp_int_combo_box_new_valist, <a href="GimpIntComboBox.html#id2602012">gimp_int_combo_box_new_valist ()</a>
</dt>
<dt>gimp_int_combo_box_prepend, <a href="GimpIntComboBox.html#id2606044">gimp_int_combo_box_prepend ()</a>
<dt>gimp_int_combo_box_prepend, <a href="GimpIntComboBox.html#id2606078">gimp_int_combo_box_prepend ()</a>
</dt>
<dt>gimp_int_combo_box_set_active, <a href="GimpIntComboBox.html#id2606295">gimp_int_combo_box_set_active ()</a>
<dt>gimp_int_combo_box_set_active, <a href="GimpIntComboBox.html#id2606329">gimp_int_combo_box_set_active ()</a>
</dt>
<dt>gimp_int_store_lookup_by_value, <a href="GimpIntStore.html#id2601524">gimp_int_store_lookup_by_value ()</a>
<dt>gimp_int_store_lookup_by_value, <a href="GimpIntStore.html#id2601431">gimp_int_store_lookup_by_value ()</a>
</dt>
<dt>gimp_int_store_new, <a href="GimpIntStore.html#id2602398">gimp_int_store_new ()</a>
<dt>gimp_int_store_new, <a href="GimpIntStore.html#id2600678">gimp_int_store_new ()</a>
</dt>
<dt>gimp_label_set_attributes, <a href="libgimpwidgets-GimpWidgets.html#id2671909">gimp_label_set_attributes ()</a>
<dt>gimp_label_set_attributes, <a href="libgimpwidgets-GimpWidgets.html#id2673448">gimp_label_set_attributes ()</a>
</dt>
<dt>gimp_offset_area_set_pixbuf, <a href="GimpOffsetArea.html#id2603796">gimp_offset_area_set_pixbuf ()</a>
<dt>gimp_offset_area_set_pixbuf, <a href="GimpOffsetArea.html#id2602369">gimp_offset_area_set_pixbuf ()</a>
</dt>
<dt>gimp_preview_area_menu_popup, <a href="GimpPreviewArea.html#id2617814">gimp_preview_area_menu_popup ()</a>
<dt>gimp_preview_area_menu_popup, <a href="GimpPreviewArea.html#id2617857">gimp_preview_area_menu_popup ()</a>
</dt>
<dt>gimp_preview_area_set_max_size, <a href="GimpPreviewArea.html#id2617695">gimp_preview_area_set_max_size ()</a>
<dt>gimp_preview_area_set_max_size, <a href="GimpPreviewArea.html#id2501397">gimp_preview_area_set_max_size ()</a>
</dt>
<dt>gimp_preview_area_set_offsets, <a href="GimpPreviewArea.html#id2617452">gimp_preview_area_set_offsets ()</a>
<dt>gimp_preview_area_set_offsets, <a href="GimpPreviewArea.html#id2617475">gimp_preview_area_set_offsets ()</a>
</dt>
<dt>gimp_preview_draw, <a href="GimpPreview.html#id2619816">gimp_preview_draw ()</a>
<dt>gimp_preview_draw, <a href="GimpPreview.html#id2619851">gimp_preview_draw ()</a>
</dt>
<dt>gimp_preview_draw_buffer, <a href="GimpPreview.html#id2619909">gimp_preview_draw_buffer ()</a>
<dt>gimp_preview_draw_buffer, <a href="GimpPreview.html#id2619957">gimp_preview_draw_buffer ()</a>
</dt>
<dt>gimp_preview_get_position, <a href="GimpPreview.html#id2619275">gimp_preview_get_position ()</a>
<dt>gimp_preview_get_position, <a href="GimpPreview.html#id2619285">gimp_preview_get_position ()</a>
</dt>
<dt>gimp_preview_get_size, <a href="GimpPreview.html#id2619160">gimp_preview_get_size ()</a>
<dt>gimp_preview_get_size, <a href="GimpPreview.html#id2619169">gimp_preview_get_size ()</a>
</dt>
<dt>gimp_preview_get_update, <a href="GimpPreview.html#id2616061">gimp_preview_get_update ()</a>
<dt>gimp_preview_get_update, <a href="GimpPreview.html#id2616200">gimp_preview_get_update ()</a>
</dt>
<dt>gimp_preview_invalidate, <a href="GimpPreview.html#id2620023">gimp_preview_invalidate ()</a>
<dt>gimp_preview_invalidate, <a href="GimpPreview.html#id2620058">gimp_preview_invalidate ()</a>
</dt>
<dt>gimp_preview_set_bounds, <a href="GimpPreview.html#id2616261">gimp_preview_set_bounds ()</a>
<dt>gimp_preview_set_bounds, <a href="GimpPreview.html#id2616402">gimp_preview_set_bounds ()</a>
</dt>
<dt>gimp_preview_set_default_cursor, <a href="GimpPreview.html#id2620112">gimp_preview_set_default_cursor ()</a>
<dt>gimp_preview_set_default_cursor, <a href="GimpPreview.html#id2620147">gimp_preview_set_default_cursor ()</a>
</dt>
<dt>gimp_preview_set_update, <a href="GimpPreview.html#id2616145">gimp_preview_set_update ()</a>
<dt>gimp_preview_set_update, <a href="GimpPreview.html#id2616286">gimp_preview_set_update ()</a>
</dt>
<dt>gimp_scale_entry_get_logarithmic, <a href="libgimpwidgets-GimpWidgets.html#id2669003">gimp_scale_entry_get_logarithmic ()</a>
<dt>gimp_scale_entry_get_logarithmic, <a href="libgimpwidgets-GimpWidgets.html#id2670577">gimp_scale_entry_get_logarithmic ()</a>
</dt>
<dt>gimp_scale_entry_set_logarithmic, <a href="libgimpwidgets-GimpWidgets.html#id2668900">gimp_scale_entry_set_logarithmic ()</a>
<dt>gimp_scale_entry_set_logarithmic, <a href="libgimpwidgets-GimpWidgets.html#id2670475">gimp_scale_entry_set_logarithmic ()</a>
</dt>
</dl>
</div></div>

View File

@ -38,147 +38,161 @@
<div class="index"><div class="indexdiv">
<h3>G</h3>
<dl>
<dt>GimpChainButton:position, <a href="GimpChainButton.html#id2578912">The "position" property</a>
<dt>GimpChainButton:position, <a href="GimpChainButton.html#id2589965">The "position" property</a>
</dt>
<dt>GimpColorArea:color, <a href="GimpColorArea.html#id2593476">The "color" property</a>
<dt>GimpColorArea:color, <a href="GimpColorArea.html#id2593516">The "color" property</a>
</dt>
<dt>GimpColorArea:draw-border, <a href="GimpColorArea.html#id2593556">The "draw-border" property</a>
<dt>GimpColorArea:draw-border, <a href="GimpColorArea.html#id2593596">The "draw-border" property</a>
</dt>
<dt>GimpColorArea:type, <a href="GimpColorArea.html#id2593606">The "type" property</a>
<dt>GimpColorArea:type, <a href="GimpColorArea.html#id2593646">The "type" property</a>
</dt>
<dt>GimpColorButton:color, <a href="GimpColorButton.html#id2595376">The "color" property</a>
<dt>GimpColorButton:color, <a href="GimpColorButton.html#id2595418">The "color" property</a>
</dt>
<dt>GimpColorButton:continuous-update, <a href="GimpColorButton.html#id2595422">The "continuous-update" property</a>
<dt>GimpColorButton:continuous-update, <a href="GimpColorButton.html#id2595464">The "continuous-update" property</a>
</dt>
<dt>GimpColorButton:title, <a href="GimpColorButton.html#id2595474">The "title" property</a>
<dt>GimpColorButton:title, <a href="GimpColorButton.html#id2595516">The "title" property</a>
</dt>
<dt>GimpColorButton:type, <a href="GimpColorButton.html#id2595524">The "type" property</a>
<dt>GimpColorButton:type, <a href="GimpColorButton.html#id2595566">The "type" property</a>
</dt>
<dt>GimpEnumStore:enum-type, <a href="GimpEnumStore.html#id2597689">The "enum-type" property</a>
<dt>GimpEnumStore:enum-type, <a href="GimpEnumStore.html#id2556080">The "enum-type" property</a>
</dt>
<dt>GimpIntComboBox:ellipsize, <a href="GimpIntComboBox.html#id2607019">The "ellipsize" property</a>
<dt>GimpIntComboBox:ellipsize, <a href="GimpIntComboBox.html#id2607053">The "ellipsize" property</a>
</dt>
<dt>GimpIntStore:user-data-type, <a href="GimpIntStore.html#id2602536">The "user-data-type" property</a>
<dt>GimpIntStore:user-data-type, <a href="GimpIntStore.html#id2605082">The "user-data-type" property</a>
</dt>
<dt>GimpPageSelector::activate, <a href="GimpPageSelector.html#id2612934">The "activate" signal</a>
<dt>GimpPageSelector::activate, <a href="GimpPageSelector.html#id2613137">The "activate" signal</a>
</dt>
<dt>GimpPageSelector::selection-changed, <a href="GimpPageSelector.html#id2613013">The "selection-changed" signal</a>
<dt>GimpPageSelector::selection-changed, <a href="GimpPageSelector.html#id2613223">The "selection-changed" signal</a>
</dt>
<dt>GimpPageSelector:n-pages, <a href="GimpPageSelector.html#id2612832">The "n-pages" property</a>
<dt>GimpPageSelector:n-pages, <a href="GimpPageSelector.html#id2613022">The "n-pages" property</a>
</dt>
<dt>GimpPageSelector:target, <a href="GimpPageSelector.html#id2612879">The "target" property</a>
<dt>GimpPageSelector:target, <a href="GimpPageSelector.html#id2613075">The "target" property</a>
</dt>
<dt>gimp_browser_add_search_types, <a href="GimpBrowser.html#id2566182">gimp_browser_add_search_types ()</a>
<dt>GimpStringComboBox:ellipsize, <a href="GimpStringComboBox.html#id2622691">The "ellipsize" property</a>
</dt>
<dt>gimp_browser_new, <a href="GimpBrowser.html#id2567759">gimp_browser_new ()</a>
<dt>GimpStringComboBox:id-column, <a href="GimpStringComboBox.html#id2618423">The "id-column" property</a>
</dt>
<dt>gimp_browser_set_widget, <a href="GimpBrowser.html#id2566331">gimp_browser_set_widget ()</a>
<dt>gimp_browser_add_search_types, <a href="GimpBrowser.html#id2501163">gimp_browser_add_search_types ()</a>
</dt>
<dt>gimp_browser_show_message, <a href="GimpBrowser.html#id2564789">gimp_browser_show_message ()</a>
<dt>gimp_browser_new, <a href="GimpBrowser.html#id2571591">gimp_browser_new ()</a>
</dt>
<dt>gimp_color_selection_set_config, <a href="GimpColorSelection.html#id2598352">gimp_color_selection_set_config ()</a>
<dt>gimp_browser_set_widget, <a href="GimpBrowser.html#id2501312">gimp_browser_set_widget ()</a>
</dt>
<dt>gimp_color_selector_set_config, <a href="GimpColorSelector.html#id2633980">gimp_color_selector_set_config ()</a>
<dt>gimp_browser_show_message, <a href="GimpBrowser.html#id2506595">gimp_browser_show_message ()</a>
</dt>
<dt>gimp_enum_combo_box_new, <a href="GimpEnumComboBox.html#id2590289">gimp_enum_combo_box_new ()</a>
<dt>gimp_color_selection_set_config, <a href="GimpColorSelection.html#id2598436">gimp_color_selection_set_config ()</a>
</dt>
<dt>gimp_enum_combo_box_new_with_model, <a href="GimpEnumComboBox.html#id2551067">gimp_enum_combo_box_new_with_model ()</a>
<dt>gimp_color_selector_set_config, <a href="GimpColorSelector.html#id2635268">gimp_color_selector_set_config ()</a>
</dt>
<dt>gimp_enum_combo_box_set_stock_prefix, <a href="GimpEnumComboBox.html#id2551174">gimp_enum_combo_box_set_stock_prefix ()</a>
<dt>gimp_enum_combo_box_new, <a href="GimpEnumComboBox.html#id2556222">gimp_enum_combo_box_new ()</a>
</dt>
<dt>gimp_enum_label_new, <a href="GimpEnumLabel.html#id2600632">gimp_enum_label_new ()</a>
<dt>gimp_enum_combo_box_new_with_model, <a href="GimpEnumComboBox.html#id2598982">gimp_enum_combo_box_new_with_model ()</a>
</dt>
<dt>gimp_enum_label_set_value, <a href="GimpEnumLabel.html#id2600746">gimp_enum_label_set_value ()</a>
<dt>gimp_enum_combo_box_set_stock_prefix, <a href="GimpEnumComboBox.html#id2599089">gimp_enum_combo_box_set_stock_prefix ()</a>
</dt>
<dt>gimp_enum_radio_box_new, <a href="libgimpwidgets-GimpEnumWidgets.html#id2650262">gimp_enum_radio_box_new ()</a>
<dt>gimp_enum_label_new, <a href="GimpEnumLabel.html#id2597315">gimp_enum_label_new ()</a>
</dt>
<dt>gimp_enum_radio_box_new_with_range, <a href="libgimpwidgets-GimpEnumWidgets.html#id2638024">gimp_enum_radio_box_new_with_range ()</a>
<dt>gimp_enum_label_set_value, <a href="GimpEnumLabel.html#id2597429">gimp_enum_label_set_value ()</a>
</dt>
<dt>gimp_enum_radio_frame_new, <a href="libgimpwidgets-GimpEnumWidgets.html#id2638255">gimp_enum_radio_frame_new ()</a>
<dt>gimp_enum_radio_box_new, <a href="libgimpwidgets-GimpEnumWidgets.html#id2640275">gimp_enum_radio_box_new ()</a>
</dt>
<dt>gimp_enum_radio_frame_new_with_range, <a href="libgimpwidgets-GimpEnumWidgets.html#id2639293">gimp_enum_radio_frame_new_with_range ()</a>
<dt>gimp_enum_radio_box_new_with_range, <a href="libgimpwidgets-GimpEnumWidgets.html#id2640470">gimp_enum_radio_box_new_with_range ()</a>
</dt>
<dt>gimp_enum_stock_box_new, <a href="libgimpwidgets-GimpEnumWidgets.html#id2639556">gimp_enum_stock_box_new ()</a>
<dt>gimp_enum_radio_frame_new, <a href="libgimpwidgets-GimpEnumWidgets.html#id2639223">gimp_enum_radio_frame_new ()</a>
</dt>
<dt>gimp_enum_stock_box_new_with_range, <a href="libgimpwidgets-GimpEnumWidgets.html#id2639786">gimp_enum_stock_box_new_with_range ()</a>
<dt>gimp_enum_radio_frame_new_with_range, <a href="libgimpwidgets-GimpEnumWidgets.html#id2639440">gimp_enum_radio_frame_new_with_range ()</a>
</dt>
<dt>gimp_enum_stock_box_set_child_padding, <a href="libgimpwidgets-GimpEnumWidgets.html#id2644336">gimp_enum_stock_box_set_child_padding ()</a>
<dt>gimp_enum_stock_box_new, <a href="libgimpwidgets-GimpEnumWidgets.html#id2639704">gimp_enum_stock_box_new ()</a>
</dt>
<dt>gimp_enum_store_new, <a href="GimpEnumStore.html#id2570486">gimp_enum_store_new ()</a>
<dt>gimp_enum_stock_box_new_with_range, <a href="libgimpwidgets-GimpEnumWidgets.html#id2645286">gimp_enum_stock_box_new_with_range ()</a>
</dt>
<dt>gimp_enum_store_new_with_range, <a href="GimpEnumStore.html#id2597197">gimp_enum_store_new_with_range ()</a>
<dt>gimp_enum_stock_box_set_child_padding, <a href="libgimpwidgets-GimpEnumWidgets.html#id2645561">gimp_enum_stock_box_set_child_padding ()</a>
</dt>
<dt>gimp_enum_store_new_with_values, <a href="GimpEnumStore.html#id2597362">gimp_enum_store_new_with_values ()</a>
<dt>gimp_enum_store_new, <a href="GimpEnumStore.html#id2565334">gimp_enum_store_new ()</a>
</dt>
<dt>gimp_enum_store_new_with_values_valist, <a href="GimpEnumStore.html#id2570672">gimp_enum_store_new_with_values_valist ()</a>
<dt>gimp_enum_store_new_with_range, <a href="GimpEnumStore.html#id2555556">gimp_enum_store_new_with_range ()</a>
</dt>
<dt>gimp_enum_store_set_stock_prefix, <a href="GimpEnumStore.html#id2597548">gimp_enum_store_set_stock_prefix ()</a>
<dt>gimp_enum_store_new_with_values, <a href="GimpEnumStore.html#id2555722">gimp_enum_store_new_with_values ()</a>
</dt>
<dt>gimp_int_combo_box_set_sensitivity, <a href="GimpIntComboBox.html#id2606816">gimp_int_combo_box_set_sensitivity ()</a>
<dt>gimp_enum_store_new_with_values_valist, <a href="GimpEnumStore.html#id2597829">gimp_enum_store_new_with_values_valist ()</a>
</dt>
<dt>gimp_page_selector_get_n_pages, <a href="GimpPageSelector.html#id2611355">gimp_page_selector_get_n_pages ()</a>
<dt>gimp_enum_store_set_stock_prefix, <a href="GimpEnumStore.html#id2555940">gimp_enum_store_set_stock_prefix ()</a>
</dt>
<dt>gimp_page_selector_get_page_label, <a href="GimpPageSelector.html#id2611960">gimp_page_selector_get_page_label ()</a>
<dt>gimp_int_combo_box_set_sensitivity, <a href="GimpIntComboBox.html#id2606850">gimp_int_combo_box_set_sensitivity ()</a>
</dt>
<dt>gimp_page_selector_get_page_thumbnail, <a href="GimpPageSelector.html#id2573564">gimp_page_selector_get_page_thumbnail ()</a>
<dt>gimp_page_selector_get_n_pages, <a href="GimpPageSelector.html#id2611401">gimp_page_selector_get_n_pages ()</a>
</dt>
<dt>gimp_page_selector_get_selected_pages, <a href="GimpPageSelector.html#id2612513">gimp_page_selector_get_selected_pages ()</a>
<dt>gimp_page_selector_get_page_label, <a href="GimpPageSelector.html#id2612050">gimp_page_selector_get_page_label ()</a>
</dt>
<dt>gimp_page_selector_get_selected_range, <a href="GimpPageSelector.html#id2612729">gimp_page_selector_get_selected_range ()</a>
<dt>gimp_page_selector_get_page_thumbnail, <a href="GimpPageSelector.html#id2611799">gimp_page_selector_get_page_thumbnail ()</a>
</dt>
<dt>gimp_page_selector_get_target, <a href="GimpPageSelector.html#id2611532">gimp_page_selector_get_target ()</a>
<dt>gimp_page_selector_get_selected_pages, <a href="GimpPageSelector.html#id2612668">gimp_page_selector_get_selected_pages ()</a>
</dt>
<dt>gimp_page_selector_new, <a href="GimpPageSelector.html#id2604141">gimp_page_selector_new ()</a>
<dt>gimp_page_selector_get_selected_range, <a href="GimpPageSelector.html#id2612908">gimp_page_selector_get_selected_range ()</a>
</dt>
<dt>gimp_page_selector_page_is_selected, <a href="GimpPageSelector.html#id2612397">gimp_page_selector_page_is_selected ()</a>
<dt>gimp_page_selector_get_target, <a href="GimpPageSelector.html#id2611577">gimp_page_selector_get_target ()</a>
</dt>
<dt>gimp_page_selector_select_all, <a href="GimpPageSelector.html#id2612079">gimp_page_selector_select_all ()</a>
<dt>gimp_page_selector_new, <a href="GimpPageSelector.html#id2603476">gimp_page_selector_new ()</a>
</dt>
<dt>gimp_page_selector_select_page, <a href="GimpPageSelector.html#id2612217">gimp_page_selector_select_page ()</a>
<dt>gimp_page_selector_page_is_selected, <a href="GimpPageSelector.html#id2612539">gimp_page_selector_page_is_selected ()</a>
</dt>
<dt>gimp_page_selector_select_range, <a href="GimpPageSelector.html#id2612623">gimp_page_selector_select_range ()</a>
<dt>gimp_page_selector_select_all, <a href="GimpPageSelector.html#id2612182">gimp_page_selector_select_all ()</a>
</dt>
<dt>gimp_page_selector_set_n_pages, <a href="GimpPageSelector.html#id2604213">gimp_page_selector_set_n_pages ()</a>
<dt>gimp_page_selector_select_page, <a href="GimpPageSelector.html#id2612338">gimp_page_selector_select_page ()</a>
</dt>
<dt>gimp_page_selector_set_page_label, <a href="GimpPageSelector.html#id2611851">gimp_page_selector_set_page_label ()</a>
<dt>gimp_page_selector_select_range, <a href="GimpPageSelector.html#id2612790">gimp_page_selector_select_range ()</a>
</dt>
<dt>gimp_page_selector_set_page_thumbnail, <a href="GimpPageSelector.html#id2611622">gimp_page_selector_set_page_thumbnail ()</a>
<dt>gimp_page_selector_set_n_pages, <a href="GimpPageSelector.html#id2603549">gimp_page_selector_set_n_pages ()</a>
</dt>
<dt>gimp_page_selector_set_target, <a href="GimpPageSelector.html#id2611435">gimp_page_selector_set_target ()</a>
<dt>gimp_page_selector_set_page_label, <a href="GimpPageSelector.html#id2611928">gimp_page_selector_set_page_label ()</a>
</dt>
<dt>gimp_page_selector_unselect_all, <a href="GimpPageSelector.html#id2612148">gimp_page_selector_unselect_all ()</a>
<dt>gimp_page_selector_set_page_thumbnail, <a href="GimpPageSelector.html#id2611666">gimp_page_selector_set_page_thumbnail ()</a>
</dt>
<dt>gimp_page_selector_unselect_page, <a href="GimpPageSelector.html#id2612307">gimp_page_selector_unselect_page ()</a>
<dt>gimp_page_selector_set_target, <a href="GimpPageSelector.html#id2611479">gimp_page_selector_set_target ()</a>
</dt>
<dt>gimp_preview_get_area, <a href="GimpPreview.html#id2619718">gimp_preview_get_area ()</a>
<dt>gimp_page_selector_unselect_all, <a href="GimpPageSelector.html#id2612260">gimp_page_selector_unselect_all ()</a>
</dt>
<dt>gimp_preview_get_controls, <a href="GimpPreview.html#id2620234">gimp_preview_get_controls ()</a>
<dt>gimp_page_selector_unselect_page, <a href="GimpPageSelector.html#id2612438">gimp_page_selector_unselect_page ()</a>
</dt>
<dt>gimp_preview_transform, <a href="GimpPreview.html#id2619393">gimp_preview_transform ()</a>
<dt>gimp_preview_get_area, <a href="GimpPreview.html#id2619728">gimp_preview_get_area ()</a>
</dt>
<dt>gimp_preview_untransform, <a href="GimpPreview.html#id2619555">gimp_preview_untransform ()</a>
<dt>gimp_preview_get_controls, <a href="GimpPreview.html#id2620269">gimp_preview_get_controls ()</a>
</dt>
<dt>gimp_ratio_entry_get_fraction, <a href="GimpRatioEntry.html#id2614658">gimp_ratio_entry_get_fraction ()</a>
<dt>gimp_preview_transform, <a href="GimpPreview.html#id2619403">gimp_preview_transform ()</a>
</dt>
<dt>gimp_ratio_entry_get_ratio, <a href="GimpRatioEntry.html#id2613735">gimp_ratio_entry_get_ratio ()</a>
<dt>gimp_preview_untransform, <a href="GimpPreview.html#id2619565">gimp_preview_untransform ()</a>
</dt>
<dt>gimp_ratio_entry_new, <a href="GimpRatioEntry.html#id2615137">gimp_ratio_entry_new ()</a>
<dt>gimp_ratio_entry_get_aspect, <a href="GimpRatioEntry.html#id2609986">gimp_ratio_entry_get_aspect ()</a>
</dt>
<dt>gimp_ratio_entry_set_fraction, <a href="GimpRatioEntry.html#id2615202">gimp_ratio_entry_set_fraction ()</a>
<dt>gimp_ratio_entry_get_fraction, <a href="GimpRatioEntry.html#id2614707">gimp_ratio_entry_get_fraction ()</a>
</dt>
<dt>gimp_ratio_entry_set_ratio, <a href="GimpRatioEntry.html#id2614805">gimp_ratio_entry_set_ratio ()</a>
<dt>gimp_ratio_entry_get_ratio, <a href="GimpRatioEntry.html#id2613728">gimp_ratio_entry_get_ratio ()</a>
</dt>
<dt>gimp_scrolled_preview_freeze, <a href="GimpScrolledPreview.html#id2615702">gimp_scrolled_preview_freeze ()</a>
<dt>gimp_ratio_entry_new, <a href="GimpRatioEntry.html#id2615961">gimp_ratio_entry_new ()</a>
</dt>
<dt>gimp_scrolled_preview_set_policy, <a href="GimpScrolledPreview.html#id2614948">gimp_scrolled_preview_set_policy ()</a>
<dt>gimp_ratio_entry_set_aspect, <a href="GimpRatioEntry.html#id2613823">gimp_ratio_entry_set_aspect ()</a>
</dt>
<dt>gimp_scrolled_preview_set_position, <a href="GimpScrolledPreview.html#id2614573">gimp_scrolled_preview_set_position ()</a>
<dt>gimp_ratio_entry_set_fraction, <a href="GimpRatioEntry.html#id2614570">gimp_ratio_entry_set_fraction ()</a>
</dt>
<dt>gimp_scrolled_preview_thaw, <a href="GimpScrolledPreview.html#id2615799">gimp_scrolled_preview_thaw ()</a>
<dt>gimp_ratio_entry_set_ratio, <a href="GimpRatioEntry.html#id2613616">gimp_ratio_entry_set_ratio ()</a>
</dt>
<dt>gimp_size_entry_set_activates_default, <a href="GimpSizeEntry.html#id2628770">gimp_size_entry_set_activates_default ()</a>
<dt>gimp_scrolled_preview_freeze, <a href="GimpScrolledPreview.html#id2620650">gimp_scrolled_preview_freeze ()</a>
</dt>
<dt>gimp_size_entry_show_unit_menu, <a href="GimpSizeEntry.html#id2628596">gimp_size_entry_show_unit_menu ()</a>
<dt>gimp_scrolled_preview_set_policy, <a href="GimpScrolledPreview.html#id2614541">gimp_scrolled_preview_set_policy ()</a>
</dt>
<dt>gimp_scrolled_preview_set_position, <a href="GimpScrolledPreview.html#id2614424">gimp_scrolled_preview_set_position ()</a>
</dt>
<dt>gimp_scrolled_preview_thaw, <a href="GimpScrolledPreview.html#id2621566">gimp_scrolled_preview_thaw ()</a>
</dt>
<dt>gimp_size_entry_set_activates_default, <a href="GimpSizeEntry.html#id2629217">gimp_size_entry_set_activates_default ()</a>
</dt>
<dt>gimp_size_entry_show_unit_menu, <a href="GimpSizeEntry.html#id2629043">gimp_size_entry_show_unit_menu ()</a>
</dt>
<dt>gimp_string_combo_box_get_active, <a href="GimpStringComboBox.html#id2622577">gimp_string_combo_box_get_active ()</a>
</dt>
<dt>gimp_string_combo_box_new, <a href="GimpStringComboBox.html#id2621393">gimp_string_combo_box_new ()</a>
</dt>
<dt>gimp_string_combo_box_set_active, <a href="GimpStringComboBox.html#id2625537">gimp_string_combo_box_set_active ()</a>
</dt>
</dl>
</div></div>

File diff suppressed because it is too large Load Diff

View File

@ -33,6 +33,7 @@
<sub name="GimpRatioEntry" link="GimpRatioEntry.html"/>
<sub name="GimpScrolledPreview" link="GimpScrolledPreview.html"/>
<sub name="GimpSizeEntry" link="GimpSizeEntry.html"/>
<sub name="GimpStringComboBox" link="GimpStringComboBox.html"/>
<sub name="GimpUnitMenu" link="GimpUnitMenu.html"/>
</sub>
<sub name="Cell Renderers for GtkTreeView" link="libgimpwidgets-cell-renderers.html">
@ -266,11 +267,15 @@
<function name="The &quot;size&quot; style property" link="GimpPreview.html#GimpPreview--size"/>
<function name="The &quot;invalidated&quot; signal" link="GimpPreview.html#GimpPreview-invalidated"/>
<function name="GimpRatioEntry" link="GimpRatioEntry.html#GimpRatioEntry-struct"/>
<function name="enum GimpAspectType" link="GimpRatioEntry.html#GimpAspectType"/>
<function name="gimp_ratio_entry_new ()" link="GimpRatioEntry.html#gimp-ratio-entry-new"/>
<function name="gimp_ratio_entry_set_fraction ()" link="GimpRatioEntry.html#gimp-ratio-entry-set-fraction"/>
<function name="gimp_ratio_entry_get_fraction ()" link="GimpRatioEntry.html#gimp-ratio-entry-get-fraction"/>
<function name="gimp_ratio_entry_set_ratio ()" link="GimpRatioEntry.html#gimp-ratio-entry-set-ratio"/>
<function name="gimp_ratio_entry_get_ratio ()" link="GimpRatioEntry.html#gimp-ratio-entry-get-ratio"/>
<function name="gimp_ratio_entry_set_aspect ()" link="GimpRatioEntry.html#gimp-ratio-entry-set-aspect"/>
<function name="gimp_ratio_entry_get_aspect ()" link="GimpRatioEntry.html#gimp-ratio-entry-get-aspect"/>
<function name="The &quot;aspect&quot; property" link="GimpRatioEntry.html#GimpRatioEntry--aspect"/>
<function name="The &quot;denominator&quot; property" link="GimpRatioEntry.html#GimpRatioEntry--denominator"/>
<function name="The &quot;numerator&quot; property" link="GimpRatioEntry.html#GimpRatioEntry--numerator"/>
<function name="The &quot;ratio&quot; property" link="GimpRatioEntry.html#GimpRatioEntry--ratio"/>
@ -305,6 +310,13 @@
<function name="The &quot;refval-changed&quot; signal" link="GimpSizeEntry.html#GimpSizeEntry-refval-changed"/>
<function name="The &quot;unit-changed&quot; signal" link="GimpSizeEntry.html#GimpSizeEntry-unit-changed"/>
<function name="The &quot;value-changed&quot; signal" link="GimpSizeEntry.html#GimpSizeEntry-value-changed"/>
<function name="GimpStringComboBox" link="GimpStringComboBox.html#GimpStringComboBox-struct"/>
<function name="gimp_string_combo_box_new ()" link="GimpStringComboBox.html#gimp-string-combo-box-new"/>
<function name="gimp_string_combo_box_set_active ()" link="GimpStringComboBox.html#gimp-string-combo-box-set-active"/>
<function name="gimp_string_combo_box_get_active ()" link="GimpStringComboBox.html#gimp-string-combo-box-get-active"/>
<function name="The &quot;ellipsize&quot; property" link="GimpStringComboBox.html#GimpStringComboBox--ellipsize"/>
<function name="The &quot;id-column&quot; property" link="GimpStringComboBox.html#GimpStringComboBox--id-column"/>
<function name="The &quot;label-column&quot; property" link="GimpStringComboBox.html#GimpStringComboBox--label-column"/>
<function name="GimpUnitMenu" link="GimpUnitMenu.html#GimpUnitMenu-struct"/>
<function name="gimp_unit_menu_new ()" link="GimpUnitMenu.html#gimp-unit-menu-new"/>
<function name="gimp_unit_menu_set_unit ()" link="GimpUnitMenu.html#gimp-unit-menu-set-unit"/>
@ -611,34 +623,35 @@
<function name="gimp_enum_stock_box_new ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-new"/>
<function name="gimp_enum_stock_box_new_with_range ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-new-with-range"/>
<function name="gimp_enum_stock_box_set_child_padding ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-set-child-padding"/>
<function name="gimp_prop_check_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-check-button-new"/>
<function name="gimp_prop_boolean_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-combo-box-new"/>
<function name="gimp_prop_boolean_radio_frame_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-radio-frame-new"/>
<function name="gimp_prop_expander_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-expander-new"/>
<function name="gimp_prop_hscale_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-hscale-new"/>
<function name="gimp_prop_int_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-int-combo-box-new"/>
<function name="gimp_prop_enum_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-combo-box-new"/>
<function name="gimp_prop_enum_check_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-check-button-new"/>
<function name="gimp_prop_enum_label_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-label-new"/>
<function name="gimp_prop_enum_radio_frame_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-frame-new"/>
<function name="gimp_prop_enum_radio_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-box-new"/>
<function name="gimp_prop_enum_stock_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-stock-box-new"/>
<function name="gimp_prop_spin_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-spin-button-new"/>
<function name="gimp_prop_scale_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-scale-entry-new"/>
<function name="gimp_prop_opacity_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-opacity-entry-new"/>
<function name="gimp_prop_memsize_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-memsize-entry-new"/>
<function name="gimp_prop_label_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-label-new"/>
<function name="gimp_prop_check_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-check-button-new"/>
<function name="gimp_prop_color_area_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-color-area-new"/>
<function name="gimp_prop_coordinates_connect ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-connect"/>
<function name="gimp_prop_coordinates_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-new"/>
<function name="gimp_prop_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-entry-new"/>
<function name="gimp_prop_text_buffer_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-text-buffer-new"/>
<function name="gimp_prop_enum_check_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-check-button-new"/>
<function name="gimp_prop_enum_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-combo-box-new"/>
<function name="gimp_prop_enum_label_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-label-new"/>
<function name="gimp_prop_enum_radio_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-box-new"/>
<function name="gimp_prop_enum_radio_frame_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-frame-new"/>
<function name="gimp_prop_enum_stock_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-stock-box-new"/>
<function name="gimp_prop_expander_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-expander-new"/>
<function name="gimp_prop_file_chooser_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-file-chooser-button-new"/>
<function name="gimp_prop_file_chooser_button_new_with_dialog ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-file-chooser-button-new-with-dialog"/>
<function name="gimp_prop_hscale_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-hscale-new"/>
<function name="gimp_prop_int_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-int-combo-box-new"/>
<function name="gimp_prop_label_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-label-new"/>
<function name="gimp_prop_memsize_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-memsize-entry-new"/>
<function name="gimp_prop_opacity_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-opacity-entry-new"/>
<function name="gimp_prop_path_editor_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-path-editor-new"/>
<function name="gimp_prop_scale_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-scale-entry-new"/>
<function name="gimp_prop_size_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-size-entry-new"/>
<function name="gimp_prop_coordinates_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-new"/>
<function name="gimp_prop_coordinates_connect ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-connect"/>
<function name="gimp_prop_color_area_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-color-area-new"/>
<function name="gimp_prop_unit_menu_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-unit-menu-new"/>
<function name="gimp_prop_spin_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-spin-button-new"/>
<function name="gimp_prop_stock_image_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-stock-image-new"/>
<function name="gimp_prop_string_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-string-combo-box-new"/>
<function name="gimp_prop_text_buffer_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-text-buffer-new"/>
<function name="gimp_prop_unit_menu_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-unit-menu-new"/>
<function name="gimp_radio_group_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new"/>
<function name="gimp_radio_group_new2 ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new2"/>
<function name="gimp_radio_group_set_active ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-group-set-active"/>

View File

@ -33,6 +33,7 @@
<sub name="GimpRatioEntry" link="GimpRatioEntry.html"/>
<sub name="GimpScrolledPreview" link="GimpScrolledPreview.html"/>
<sub name="GimpSizeEntry" link="GimpSizeEntry.html"/>
<sub name="GimpStringComboBox" link="GimpStringComboBox.html"/>
<sub name="GimpUnitMenu" link="GimpUnitMenu.html"/>
</sub>
<sub name="Cell Renderers for GtkTreeView" link="libgimpwidgets-cell-renderers.html">
@ -266,11 +267,15 @@
<keyword type="" name="The &quot;size&quot; style property" link="GimpPreview.html#GimpPreview--size"/>
<keyword type="" name="The &quot;invalidated&quot; signal" link="GimpPreview.html#GimpPreview-invalidated"/>
<keyword type="struct" name="GimpRatioEntry" link="GimpRatioEntry.html#GimpRatioEntry-struct"/>
<keyword type="enum" name="enum GimpAspectType" link="GimpRatioEntry.html#GimpAspectType"/>
<keyword type="function" name="gimp_ratio_entry_new ()" link="GimpRatioEntry.html#gimp-ratio-entry-new" since="GIMP 2.4"/>
<keyword type="function" name="gimp_ratio_entry_set_fraction ()" link="GimpRatioEntry.html#gimp-ratio-entry-set-fraction" since="GIMP 2.4"/>
<keyword type="function" name="gimp_ratio_entry_get_fraction ()" link="GimpRatioEntry.html#gimp-ratio-entry-get-fraction" since="GIMP 2.4"/>
<keyword type="function" name="gimp_ratio_entry_set_ratio ()" link="GimpRatioEntry.html#gimp-ratio-entry-set-ratio" since="GIMP 2.4"/>
<keyword type="function" name="gimp_ratio_entry_get_ratio ()" link="GimpRatioEntry.html#gimp-ratio-entry-get-ratio" since="GIMP 2.4"/>
<keyword type="function" name="gimp_ratio_entry_set_aspect ()" link="GimpRatioEntry.html#gimp-ratio-entry-set-aspect" since="GIMP 2.4"/>
<keyword type="function" name="gimp_ratio_entry_get_aspect ()" link="GimpRatioEntry.html#gimp-ratio-entry-get-aspect" since="GIMP 2.4"/>
<keyword type="" name="The &quot;aspect&quot; property" link="GimpRatioEntry.html#GimpRatioEntry--aspect"/>
<keyword type="" name="The &quot;denominator&quot; property" link="GimpRatioEntry.html#GimpRatioEntry--denominator"/>
<keyword type="" name="The &quot;numerator&quot; property" link="GimpRatioEntry.html#GimpRatioEntry--numerator"/>
<keyword type="" name="The &quot;ratio&quot; property" link="GimpRatioEntry.html#GimpRatioEntry--ratio"/>
@ -305,6 +310,13 @@
<keyword type="" name="The &quot;refval-changed&quot; signal" link="GimpSizeEntry.html#GimpSizeEntry-refval-changed"/>
<keyword type="" name="The &quot;unit-changed&quot; signal" link="GimpSizeEntry.html#GimpSizeEntry-unit-changed"/>
<keyword type="" name="The &quot;value-changed&quot; signal" link="GimpSizeEntry.html#GimpSizeEntry-value-changed"/>
<keyword type="struct" name="GimpStringComboBox" link="GimpStringComboBox.html#GimpStringComboBox-struct"/>
<keyword type="function" name="gimp_string_combo_box_new ()" link="GimpStringComboBox.html#gimp-string-combo-box-new" since="GIMP 2.4"/>
<keyword type="function" name="gimp_string_combo_box_set_active ()" link="GimpStringComboBox.html#gimp-string-combo-box-set-active" since="GIMP 2.4"/>
<keyword type="function" name="gimp_string_combo_box_get_active ()" link="GimpStringComboBox.html#gimp-string-combo-box-get-active" since="GIMP 2.4"/>
<keyword type="" name="The &quot;ellipsize&quot; property" link="GimpStringComboBox.html#GimpStringComboBox--ellipsize"/>
<keyword type="" name="The &quot;id-column&quot; property" link="GimpStringComboBox.html#GimpStringComboBox--id-column"/>
<keyword type="" name="The &quot;label-column&quot; property" link="GimpStringComboBox.html#GimpStringComboBox--label-column"/>
<keyword type="struct" name="GimpUnitMenu" link="GimpUnitMenu.html#GimpUnitMenu-struct"/>
<keyword type="function" name="gimp_unit_menu_new ()" link="GimpUnitMenu.html#gimp-unit-menu-new"/>
<keyword type="function" name="gimp_unit_menu_set_unit ()" link="GimpUnitMenu.html#gimp-unit-menu-set-unit"/>
@ -611,34 +623,35 @@
<keyword type="function" name="gimp_enum_stock_box_new ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-new" since="GIMP 2.4"/>
<keyword type="function" name="gimp_enum_stock_box_new_with_range ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-new-with-range" since="GIMP 2.4"/>
<keyword type="function" name="gimp_enum_stock_box_set_child_padding ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-set-child-padding" since="GIMP 2.4"/>
<keyword type="function" name="gimp_prop_check_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-check-button-new"/>
<keyword type="function" name="gimp_prop_boolean_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-combo-box-new"/>
<keyword type="function" name="gimp_prop_boolean_radio_frame_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-radio-frame-new"/>
<keyword type="function" name="gimp_prop_expander_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-expander-new"/>
<keyword type="function" name="gimp_prop_hscale_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-hscale-new"/>
<keyword type="function" name="gimp_prop_int_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-int-combo-box-new"/>
<keyword type="function" name="gimp_prop_enum_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-combo-box-new"/>
<keyword type="function" name="gimp_prop_enum_check_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-check-button-new"/>
<keyword type="function" name="gimp_prop_enum_label_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-label-new"/>
<keyword type="function" name="gimp_prop_enum_radio_frame_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-frame-new"/>
<keyword type="function" name="gimp_prop_enum_radio_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-box-new"/>
<keyword type="function" name="gimp_prop_enum_stock_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-stock-box-new"/>
<keyword type="function" name="gimp_prop_spin_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-spin-button-new"/>
<keyword type="function" name="gimp_prop_scale_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-scale-entry-new"/>
<keyword type="function" name="gimp_prop_opacity_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-opacity-entry-new"/>
<keyword type="function" name="gimp_prop_memsize_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-memsize-entry-new"/>
<keyword type="function" name="gimp_prop_label_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-label-new"/>
<keyword type="function" name="gimp_prop_check_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-check-button-new"/>
<keyword type="function" name="gimp_prop_color_area_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-color-area-new"/>
<keyword type="function" name="gimp_prop_coordinates_connect ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-connect"/>
<keyword type="function" name="gimp_prop_coordinates_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-new"/>
<keyword type="function" name="gimp_prop_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-entry-new"/>
<keyword type="function" name="gimp_prop_text_buffer_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-text-buffer-new"/>
<keyword type="function" name="gimp_prop_enum_check_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-check-button-new"/>
<keyword type="function" name="gimp_prop_enum_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-combo-box-new"/>
<keyword type="function" name="gimp_prop_enum_label_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-label-new"/>
<keyword type="function" name="gimp_prop_enum_radio_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-box-new"/>
<keyword type="function" name="gimp_prop_enum_radio_frame_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-frame-new"/>
<keyword type="function" name="gimp_prop_enum_stock_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-stock-box-new"/>
<keyword type="function" name="gimp_prop_expander_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-expander-new"/>
<keyword type="function" name="gimp_prop_file_chooser_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-file-chooser-button-new"/>
<keyword type="function" name="gimp_prop_file_chooser_button_new_with_dialog ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-file-chooser-button-new-with-dialog"/>
<keyword type="function" name="gimp_prop_hscale_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-hscale-new"/>
<keyword type="function" name="gimp_prop_int_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-int-combo-box-new"/>
<keyword type="function" name="gimp_prop_label_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-label-new"/>
<keyword type="function" name="gimp_prop_memsize_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-memsize-entry-new"/>
<keyword type="function" name="gimp_prop_opacity_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-opacity-entry-new"/>
<keyword type="function" name="gimp_prop_path_editor_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-path-editor-new"/>
<keyword type="function" name="gimp_prop_scale_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-scale-entry-new"/>
<keyword type="function" name="gimp_prop_size_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-size-entry-new"/>
<keyword type="function" name="gimp_prop_coordinates_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-new"/>
<keyword type="function" name="gimp_prop_coordinates_connect ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-connect"/>
<keyword type="function" name="gimp_prop_color_area_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-color-area-new"/>
<keyword type="function" name="gimp_prop_unit_menu_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-unit-menu-new"/>
<keyword type="function" name="gimp_prop_spin_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-spin-button-new"/>
<keyword type="function" name="gimp_prop_stock_image_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-stock-image-new"/>
<keyword type="function" name="gimp_prop_string_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-string-combo-box-new"/>
<keyword type="function" name="gimp_prop_text_buffer_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-text-buffer-new"/>
<keyword type="function" name="gimp_prop_unit_menu_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-unit-menu-new"/>
<keyword type="function" name="gimp_radio_group_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new"/>
<keyword type="function" name="gimp_radio_group_new2 ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new2"/>
<keyword type="function" name="gimp_radio_group_set_active ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-group-set-active"/>