Imported Upstream version 2.3.18
This commit is contained in:
@ -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="#id2590111" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2564877" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2573663" class="shortcut">Description</a>
|
||||
<a href="#id2589648" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2561823" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2577343" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2561884" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2589602" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2573638" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2589622" 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="id2590111"></a><span class="refentrytitle">GimpBrowser</span>
|
||||
<a name="id2564877"></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_br
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2561823"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2577343"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -88,39 +88,39 @@ void <a href="GimpBrowser.html#gimp-browser-show-message">gimp_br
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2561884"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2589602"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpBrowser implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2573638"></a><h2>Signals</h2>
|
||||
<a name="id2589622"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpBrowser.html#GimpBrowser-search">search</a>" : Run Last
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2573663"></a><h2>Description</h2>
|
||||
<a name="id2589648"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2573679"></a><h2>Details</h2>
|
||||
<a name="id2589664"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2573690"></a><h3>
|
||||
<a name="id2589674"></a><h3>
|
||||
<a name="GimpBrowser-struct"></a>GimpBrowser</h3>
|
||||
<a class="indexterm" name="id2573702"></a><pre class="programlisting">typedef struct _GimpBrowser GimpBrowser;</pre>
|
||||
<a class="indexterm" name="id2589687"></a><pre class="programlisting">typedef struct _GimpBrowser GimpBrowser;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2573717"></a><h3>
|
||||
<a name="id2589702"></a><h3>
|
||||
<a name="gimp-browser-new"></a>gimp_browser_new ()</h3>
|
||||
<a class="indexterm" name="id2573732"></a><pre class="programlisting">GtkWidget* gimp_browser_new (void);</pre>
|
||||
<a class="indexterm" name="id2589717"></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>
|
||||
@ -140,9 +140,9 @@ Create a new <a href="GimpBrowser.html" title="GimpBrowser"><span class="type">G
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2572278"></a><h3>
|
||||
<a name="id2555982"></a><h3>
|
||||
<a name="gimp-browser-add-search-types"></a>gimp_browser_add_search_types ()</h3>
|
||||
<a class="indexterm" name="id2572291"></a><pre class="programlisting">void gimp_browser_add_search_types (<a href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *browser,
|
||||
<a class="indexterm" name="id2555995"></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>
|
||||
@ -181,9 +181,9 @@ Populates the <span class="type">GtkComboBox</span> with search types.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2572431"></a><h3>
|
||||
<a name="id2556134"></a><h3>
|
||||
<a name="gimp-browser-set-widget"></a>gimp_browser_set_widget ()</h3>
|
||||
<a class="indexterm" name="id2572444"></a><pre class="programlisting">void gimp_browser_set_widget (<a href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *browser,
|
||||
<a class="indexterm" name="id2556148"></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>
|
||||
@ -210,9 +210,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="id2584669"></a><h3>
|
||||
<a name="id2514882"></a><h3>
|
||||
<a name="gimp-browser-show-message"></a>gimp_browser_show_message ()</h3>
|
||||
<a class="indexterm" name="id2584682"></a><pre class="programlisting">void gimp_browser_show_message (<a href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *browser,
|
||||
<a class="indexterm" name="id2514895"></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
|
||||
@ -241,11 +241,11 @@ side already contains a <span class="type">GtkLabel</span>, the widget previousl
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2584804"></a><h2>Signal Details</h2>
|
||||
<a name="id2515017"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2584815"></a><h3>
|
||||
<a name="id2515028"></a><h3>
|
||||
<a name="GimpBrowser-search"></a>The "search" signal</h3>
|
||||
<a class="indexterm" name="id2584824"></a><pre class="programlisting">void user_function (<a href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *gimpbrowser,
|
||||
<a class="indexterm" name="id2515037"></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>
|
||||
|
@ -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="#id2573597" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2568120" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2578029" class="shortcut">Description</a>
|
||||
<a href="#id2595022" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2558098" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2577077" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2577983" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2594976" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2578004" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2594997" 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="id2573597"></a><span class="refentrytitle">GimpButton</span>
|
||||
<a name="id2568120"></a><span class="refentrytitle">GimpButton</span>
|
||||
</h2>
|
||||
<p>GimpButton — 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_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2558098"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2577077"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -83,20 +83,20 @@ void <a href="GimpButton.html#gimp-button-extended-clicked">gimp_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2577983"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2594976"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpButton implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2578004"></a><h2>Signals</h2>
|
||||
<a name="id2594997"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpButton.html#GimpButton-extended-clicked">extended-clicked</a>" : Run First
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2578029"></a><h2>Description</h2>
|
||||
<a name="id2595022"></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
|
||||
@ -104,20 +104,20 @@ modifier keys pressed.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2572738"></a><h2>Details</h2>
|
||||
<a name="id2586538"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2572749"></a><h3>
|
||||
<a name="id2586549"></a><h3>
|
||||
<a name="GimpButton-struct"></a>GimpButton</h3>
|
||||
<a class="indexterm" name="id2572762"></a><pre class="programlisting">typedef struct _GimpButton GimpButton;</pre>
|
||||
<a class="indexterm" name="id2586562"></a><pre class="programlisting">typedef struct _GimpButton GimpButton;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2572777"></a><h3>
|
||||
<a name="id2586577"></a><h3>
|
||||
<a name="gimp-button-new"></a>gimp_button_new ()</h3>
|
||||
<a class="indexterm" name="id2572789"></a><pre class="programlisting">GtkWidget* gimp_button_new (void);</pre>
|
||||
<a class="indexterm" name="id2586589"></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>
|
||||
@ -134,9 +134,9 @@ Creates a new <a href="GimpButton.html" title="GimpButton"><span class="type">Gi
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2572844"></a><h3>
|
||||
<a name="id2586644"></a><h3>
|
||||
<a name="gimp-button-extended-clicked"></a>gimp_button_extended_clicked ()</h3>
|
||||
<a class="indexterm" name="id2572855"></a><pre class="programlisting">void gimp_button_extended_clicked (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *button,
|
||||
<a class="indexterm" name="id2586655"></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>
|
||||
@ -161,11 +161,11 @@ Emits the button's "extended_clicked" signal.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2574944"></a><h2>Signal Details</h2>
|
||||
<a name="id2574951"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2574955"></a><h3>
|
||||
<a name="id2574962"></a><h3>
|
||||
<a name="GimpButton-extended-clicked"></a>The "extended-clicked" signal</h3>
|
||||
<a class="indexterm" name="id2574963"></a><pre class="programlisting">void user_function (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *gimpbutton,
|
||||
<a class="indexterm" name="id2574970"></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>
|
||||
|
@ -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="#id2596624" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2580229" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2629243" class="shortcut">Description</a>
|
||||
<a href="#id2622740" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2606863" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2580392" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2509746" class="shortcut">Properties</a></nobr></td></tr>
|
||||
<a href="#id2633557" 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="id2596624"></a><span class="refentrytitle">GimpCellRendererColor</span>
|
||||
<a name="id2580229"></a><span class="refentrytitle">GimpCellRendererColor</span>
|
||||
</h2>
|
||||
<p>GimpCellRendererColor</p>
|
||||
</td>
|
||||
@ -64,7 +64,7 @@ GtkCellRenderer* <a href="GimpCellRendererColor.html#gimp-cell-renderer-color
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2606863"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2580392"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -75,7 +75,7 @@ GtkCellRenderer* <a href="GimpCellRendererColor.html#gimp-cell-renderer-color
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2509746"></a><h2>Properties</h2>
|
||||
<a name="id2633557"></a><h2>Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpCellRendererColor.html#GimpCellRendererColor--color">color</a>" <a
|
||||
@ -86,26 +86,26 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2629243"></a><h2>Description</h2>
|
||||
<a name="id2622740"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2629259"></a><h2>Details</h2>
|
||||
<a name="id2622756"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2629269"></a><h3>
|
||||
<a name="id2622766"></a><h3>
|
||||
<a name="GimpCellRendererColor-struct"></a>GimpCellRendererColor</h3>
|
||||
<a class="indexterm" name="id2602544"></a><pre class="programlisting">typedef struct _GimpCellRendererColor GimpCellRendererColor;</pre>
|
||||
<a class="indexterm" name="id2622778"></a><pre class="programlisting">typedef struct _GimpCellRendererColor GimpCellRendererColor;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602560"></a><h3>
|
||||
<a name="id2633716"></a><h3>
|
||||
<a name="gimp-cell-renderer-color-new"></a>gimp_cell_renderer_color_new ()</h3>
|
||||
<a class="indexterm" name="id2602574"></a><pre class="programlisting">GtkCellRenderer* gimp_cell_renderer_color_new (void);</pre>
|
||||
<a class="indexterm" name="id2633730"></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>
|
||||
<p>
|
||||
@ -125,29 +125,29 @@ Creates a <span class="type">GtkCellRenderer</span> that displays a color.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2626829"></a><h2>Property Details</h2>
|
||||
<a name="id2633932"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2626840"></a><h3>
|
||||
<a name="id2633942"></a><h3>
|
||||
<a name="GimpCellRendererColor--color"></a>The "<code class="literal">color</code>" property</h3>
|
||||
<a class="indexterm" name="id2626853"></a><pre class="programlisting"> "color" <a
|
||||
<a class="indexterm" name="id2633956"></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="id2626873"></a><h3>
|
||||
<a name="id2633976"></a><h3>
|
||||
<a name="GimpCellRendererColor--icon-size"></a>The "<code class="literal">icon-size</code>" property</h3>
|
||||
<a class="indexterm" name="id2626887"></a><pre class="programlisting"> "icon-size" gint : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2633990"></a><pre class="programlisting"> "icon-size" gint : Read / Write / Construct</pre>
|
||||
<p></p>
|
||||
<p>Allowed values: >= 0</p>
|
||||
<p>Default value: 1</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2633755"></a><h3>
|
||||
<a name="id2634017"></a><h3>
|
||||
<a name="GimpCellRendererColor--opaque"></a>The "<code class="literal">opaque</code>" property</h3>
|
||||
<a class="indexterm" name="id2633769"></a><pre class="programlisting"> "opaque" gboolean : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2623131"></a><pre class="programlisting"> "opaque" gboolean : Read / Write / Construct</pre>
|
||||
<p></p>
|
||||
<p>Default value: TRUE</p>
|
||||
</div>
|
||||
|
@ -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="#id2579049" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2576002" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2633536" class="shortcut">Description</a>
|
||||
<a href="#id2634343" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2633420" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2634227" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2633469" class="shortcut">Properties</a>
|
||||
<a href="#id2634276" class="shortcut">Properties</a>
|
||||
 | 
|
||||
<a href="#id2633511" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2634318" 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="id2579049"></a><span class="refentrytitle">GimpCellRendererToggle</span>
|
||||
<a name="id2576002"></a><span class="refentrytitle">GimpCellRendererToggle</span>
|
||||
</h2>
|
||||
<p>GimpCellRendererToggle</p>
|
||||
</td>
|
||||
@ -69,7 +69,7 @@ void <a href="GimpCellRendererToggle.html#gimp-cell-renderer-togg
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2633420"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2634227"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -81,7 +81,7 @@ void <a href="GimpCellRendererToggle.html#gimp-cell-renderer-togg
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2633469"></a><h2>Properties</h2>
|
||||
<a name="id2634276"></a><h2>Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpCellRendererToggle.html#GimpCellRendererToggle--stock-id">stock-id</a>" gchararray : Read / Write / Construct
|
||||
@ -89,33 +89,33 @@ void <a href="GimpCellRendererToggle.html#gimp-cell-renderer-togg
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2633511"></a><h2>Signals</h2>
|
||||
<a name="id2634318"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpCellRendererToggle.html#GimpCellRendererToggle-clicked">clicked</a>" : Run Last
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2633536"></a><h2>Description</h2>
|
||||
<a name="id2634343"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2633552"></a><h2>Details</h2>
|
||||
<a name="id2634359"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2632026"></a><h3>
|
||||
<a name="id2631350"></a><h3>
|
||||
<a name="GimpCellRendererToggle-struct"></a>GimpCellRendererToggle</h3>
|
||||
<a class="indexterm" name="id2632038"></a><pre class="programlisting">typedef struct _GimpCellRendererToggle GimpCellRendererToggle;</pre>
|
||||
<a class="indexterm" name="id2631362"></a><pre class="programlisting">typedef struct _GimpCellRendererToggle GimpCellRendererToggle;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2632054"></a><h3>
|
||||
<a name="id2631378"></a><h3>
|
||||
<a name="gimp-cell-renderer-toggle-new"></a>gimp_cell_renderer_toggle_new ()</h3>
|
||||
<a class="indexterm" name="id2632067"></a><pre class="programlisting">GtkCellRenderer* gimp_cell_renderer_toggle_new (const gchar *stock_id);</pre>
|
||||
<a class="indexterm" name="id2631392"></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
|
||||
showing the standard toggle button, it shows a stock icon if the
|
||||
@ -146,9 +146,9 @@ layer's visibility by showing <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2632162"></a><h3>
|
||||
<a name="id2631486"></a><h3>
|
||||
<a name="gimp-cell-renderer-toggle-clicked"></a>gimp_cell_renderer_toggle_clicked ()</h3>
|
||||
<a class="indexterm" name="id2632175"></a><pre class="programlisting">void gimp_cell_renderer_toggle_clicked (<a href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> *cell,
|
||||
<a class="indexterm" name="id2631499"></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>
|
||||
<p>
|
||||
@ -181,30 +181,30 @@ Emits the "clicked" signal from a <a href="GimpCellRendererToggle.html" title="G
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2632289"></a><h2>Property Details</h2>
|
||||
<a name="id2631612"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2632299"></a><h3>
|
||||
<a name="id2631623"></a><h3>
|
||||
<a name="GimpCellRendererToggle--stock-id"></a>The "<code class="literal">stock-id</code>" property</h3>
|
||||
<a class="indexterm" name="id2632315"></a><pre class="programlisting"> "stock-id" gchararray : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2631637"></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="id2632339"></a><h3>
|
||||
<a name="id2631660"></a><h3>
|
||||
<a name="GimpCellRendererToggle--stock-size"></a>The "<code class="literal">stock-size</code>" property</h3>
|
||||
<a class="indexterm" name="id2632355"></a><pre class="programlisting"> "stock-size" gint : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2631674"></a><pre class="programlisting"> "stock-size" gint : Read / Write / Construct</pre>
|
||||
<p></p>
|
||||
<p>Allowed values: >= 0</p>
|
||||
<p>Default value: 4</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2632385"></a><h2>Signal Details</h2>
|
||||
<a name="id2631703"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2632396"></a><h3>
|
||||
<a name="id2631714"></a><h3>
|
||||
<a name="GimpCellRendererToggle-clicked"></a>The "clicked" signal</h3>
|
||||
<a class="indexterm" name="id2632405"></a><pre class="programlisting">void user_function (<a href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> *gimpcellrenderertoggle,
|
||||
<a class="indexterm" name="id2630903"></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>
|
||||
|
@ -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="#id2594401" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2583849" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2557348" class="shortcut">Description</a>
|
||||
<a href="#id2597152" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2597494" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2589503" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2597549" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2589558" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2597570" class="shortcut">Properties</a>
|
||||
<a href="#id2589580" class="shortcut">Properties</a>
|
||||
 | 
|
||||
<a href="#id2557323" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2597127" 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="id2594401"></a><span class="refentrytitle">GimpChainButton</span>
|
||||
<a name="id2583849"></a><span class="refentrytitle">GimpChainButton</span>
|
||||
</h2>
|
||||
<p>GimpChainButton — Widget to visually connect two entry widgets.</p>
|
||||
</td>
|
||||
@ -72,7 +72,7 @@ gboolean <a href="GimpChainButton.html#gimp-chain-button-get-active">
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2597494"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2589503"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -85,27 +85,27 @@ gboolean <a href="GimpChainButton.html#gimp-chain-button-get-active">
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2597549"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2589558"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpChainButton implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2597570"></a><h2>Properties</h2>
|
||||
<a name="id2589580"></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="id2557323"></a><h2>Signals</h2>
|
||||
<a name="id2597127"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpChainButton.html#GimpChainButton-toggled">toggled</a>" : Run First
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2557348"></a><h2>Description</h2>
|
||||
<a name="id2597152"></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
|
||||
@ -122,20 +122,20 @@ necessary.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2557391"></a><h2>Details</h2>
|
||||
<a name="id2597195"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2557402"></a><h3>
|
||||
<a name="id2597206"></a><h3>
|
||||
<a name="GimpChainButton-struct"></a>GimpChainButton</h3>
|
||||
<a class="indexterm" name="id2557413"></a><pre class="programlisting">typedef struct _GimpChainButton GimpChainButton;</pre>
|
||||
<a class="indexterm" name="id2597217"></a><pre class="programlisting">typedef struct _GimpChainButton GimpChainButton;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2557430"></a><h3>
|
||||
<a name="id2597234"></a><h3>
|
||||
<a name="GimpChainPosition"></a>enum GimpChainPosition</h3>
|
||||
<a class="indexterm" name="id2557442"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2597246"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_CHAIN_TOP,
|
||||
GIMP_CHAIN_LEFT,
|
||||
@ -149,9 +149,9 @@ necessary.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2557459"></a><h3>
|
||||
<a name="id2597263"></a><h3>
|
||||
<a name="gimp-chain-button-new"></a>gimp_chain_button_new ()</h3>
|
||||
<a class="indexterm" name="id2590769"></a><pre class="programlisting">GtkWidget* gimp_chain_button_new (<a href="GimpChainButton.html#GimpChainPosition">GimpChainPosition</a> position);</pre>
|
||||
<a class="indexterm" name="id2597274"></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>
|
||||
@ -186,9 +186,9 @@ for more than two widgets, but the look is optimized for two.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590864"></a><h3>
|
||||
<a name="id2585458"></a><h3>
|
||||
<a name="gimp-chain-button-set-active"></a>gimp_chain_button_set_active ()</h3>
|
||||
<a class="indexterm" name="id2590875"></a><pre class="programlisting">void gimp_chain_button_set_active (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button,
|
||||
<a class="indexterm" name="id2585469"></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
|
||||
@ -214,9 +214,9 @@ unlocked (<code class="literal">FALSE</code>) and changes the showed pixmap to r
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590980"></a><h3>
|
||||
<a name="id2585574"></a><h3>
|
||||
<a name="gimp-chain-button-get-active"></a>gimp_chain_button_get_active ()</h3>
|
||||
<a class="indexterm" name="id2590993"></a><pre class="programlisting">gboolean gimp_chain_button_get_active (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button);</pre>
|
||||
<a class="indexterm" name="id2585588"></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>
|
||||
@ -240,11 +240,11 @@ Checks the state of the <a href="GimpChainButton.html" title="GimpChainButton"><
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2514912"></a><h2>Property Details</h2>
|
||||
<a name="id2575211"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2514923"></a><h3>
|
||||
<a name="id2575222"></a><h3>
|
||||
<a name="GimpChainButton--position"></a>The "<code class="literal">position</code>" property</h3>
|
||||
<a class="indexterm" name="id2514936"></a><pre class="programlisting"> "position" <a href="GimpChainButton.html#GimpChainPosition">GimpChainPosition</a> : Read / Write / Construct Only</pre>
|
||||
<a class="indexterm" name="id2575236"></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>
|
||||
@ -256,11 +256,11 @@ The position in which the chain button will be used.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2514974"></a><h2>Signal Details</h2>
|
||||
<a name="id2575273"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2514985"></a><h3>
|
||||
<a name="id2575284"></a><h3>
|
||||
<a name="GimpChainButton-toggled"></a>The "toggled" signal</h3>
|
||||
<a class="indexterm" name="id2514993"></a><pre class="programlisting">void user_function (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *gimpchainbutton,
|
||||
<a class="indexterm" name="id2575292"></a><pre class="programlisting">void user_function (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *gimpchainbutton,
|
||||
gpointer user_data) : Run First</pre>
|
||||
<p>
|
||||
|
||||
@ -283,7 +283,7 @@ The position in which the chain button will be used.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2515062"></a><h2>See Also</h2>
|
||||
<a name="id2575361"></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>.
|
||||
|
@ -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="#id2587792" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2591422" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2509631" class="shortcut">Description</a>
|
||||
<a href="#id2571293" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2577408" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2590004" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2509519" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2571181" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2509540" class="shortcut">Properties</a>
|
||||
<a href="#id2571202" class="shortcut">Properties</a>
|
||||
 | 
|
||||
<a href="#id2509606" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2571268" 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="id2587792"></a><span class="refentrytitle">GimpColorArea</span>
|
||||
<a name="id2591422"></a><span class="refentrytitle">GimpColorArea</span>
|
||||
</h2>
|
||||
<p>GimpColorArea — 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"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2577408"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2590004"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -98,13 +98,13 @@ void <a href="GimpColorArea.html#gimp-color-area-set-draw-border"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2509519"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2571181"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorArea implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2509540"></a><h2>Properties</h2>
|
||||
<a name="id2571202"></a><h2>Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorArea.html#GimpColorArea--color">color</a>" <a
|
||||
@ -116,33 +116,33 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2509606"></a><h2>Signals</h2>
|
||||
<a name="id2571268"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorArea.html#GimpColorArea-color-changed">color-changed</a>" : Run First
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2509631"></a><h2>Description</h2>
|
||||
<a name="id2571293"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2594704"></a><h2>Details</h2>
|
||||
<a name="id2562608"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2594715"></a><h3>
|
||||
<a name="id2562619"></a><h3>
|
||||
<a name="GimpColorArea-struct"></a>GimpColorArea</h3>
|
||||
<a class="indexterm" name="id2594727"></a><pre class="programlisting">typedef struct _GimpColorArea GimpColorArea;</pre>
|
||||
<a class="indexterm" name="id2562631"></a><pre class="programlisting">typedef struct _GimpColorArea GimpColorArea;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2594743"></a><h3>
|
||||
<a name="id2562647"></a><h3>
|
||||
<a name="GimpColorAreaType"></a>enum GimpColorAreaType</h3>
|
||||
<a class="indexterm" name="id2594755"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2562660"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_COLOR_AREA_FLAT = 0,
|
||||
GIMP_COLOR_AREA_SMALL_CHECKS,
|
||||
@ -155,9 +155,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2594773"></a><h3>
|
||||
<a name="id2562677"></a><h3>
|
||||
<a name="gimp-color-area-new"></a>gimp_color_area_new ()</h3>
|
||||
<a class="indexterm" name="id2594785"></a><pre class="programlisting">GtkWidget* gimp_color_area_new (const <a
|
||||
<a class="indexterm" name="id2562689"></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,
|
||||
@ -201,9 +201,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2594915"></a><h3>
|
||||
<a name="id2562819"></a><h3>
|
||||
<a name="gimp-color-area-set-color"></a>gimp_color_area_set_color ()</h3>
|
||||
<a class="indexterm" name="id2594926"></a><pre class="programlisting">void gimp_color_area_set_color (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
|
||||
<a class="indexterm" name="id2562830"></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>
|
||||
@ -232,9 +232,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2567966"></a><h3>
|
||||
<a name="id2596894"></a><h3>
|
||||
<a name="gimp-color-area-get-color"></a>gimp_color_area_get_color ()</h3>
|
||||
<a class="indexterm" name="id2567978"></a><pre class="programlisting">void gimp_color_area_get_color (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
|
||||
<a class="indexterm" name="id2596905"></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>
|
||||
@ -263,9 +263,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2568069"></a><h3>
|
||||
<a name="id2596996"></a><h3>
|
||||
<a name="gimp-color-area-has-alpha"></a>gimp_color_area_has_alpha ()</h3>
|
||||
<a class="indexterm" name="id2568080"></a><pre class="programlisting">gboolean gimp_color_area_has_alpha (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area);</pre>
|
||||
<a class="indexterm" name="id2597007"></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>
|
||||
@ -290,7 +290,7 @@ via the <em class="parameter"><code>area</code></em>'s <a href="GimpColorArea.ht
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2601492"></a><h3>
|
||||
<a name="id2601493"></a><h3>
|
||||
<a name="gimp-color-area-set-type"></a>gimp_color_area_set_type ()</h3>
|
||||
<a class="indexterm" name="id2601503"></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>
|
||||
|
@ -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="#id2587872" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2556381" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2589362" class="shortcut">Description</a>
|
||||
<a href="#id2563569" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2567678" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2600126" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2567745" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2600193" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2567767" class="shortcut">Properties</a>
|
||||
<a href="#id2600214" class="shortcut">Properties</a>
|
||||
 | 
|
||||
<a href="#id2589338" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2563544" 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="id2587872"></a><span class="refentrytitle">GimpColorButton</span>
|
||||
<a name="id2556381"></a><span class="refentrytitle">GimpColorButton</span>
|
||||
</h2>
|
||||
<p>GimpColorButton — 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">gi
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2567678"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2600126"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -103,13 +103,13 @@ void <a href="GimpColorButton.html#gimp-color-button-set-type">gi
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2567745"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2600193"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorButton implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2567767"></a><h2>Properties</h2>
|
||||
<a name="id2600214"></a><h2>Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorButton.html#GimpColorButton--color">color</a>" <a
|
||||
@ -121,14 +121,14 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2589338"></a><h2>Signals</h2>
|
||||
<a name="id2563544"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorButton.html#GimpColorButton-color-changed">color-changed</a>" : Run First
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2589362"></a><h2>Description</h2>
|
||||
<a name="id2563569"></a><h2>Description</h2>
|
||||
<p>
|
||||
This widget provides a simple button with a preview showing the
|
||||
color.
|
||||
@ -141,20 +141,20 @@ color, the "color_changed" signal is emitted.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2589387"></a><h2>Details</h2>
|
||||
<a name="id2563594"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589398"></a><h3>
|
||||
<a name="id2563605"></a><h3>
|
||||
<a name="GimpColorButton-struct"></a>GimpColorButton</h3>
|
||||
<a class="indexterm" name="id2589410"></a><pre class="programlisting">typedef struct _GimpColorButton GimpColorButton;</pre>
|
||||
<a class="indexterm" name="id2563616"></a><pre class="programlisting">typedef struct _GimpColorButton GimpColorButton;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589426"></a><h3>
|
||||
<a name="id2563633"></a><h3>
|
||||
<a name="gimp-color-button-new"></a>gimp_color_button_new ()</h3>
|
||||
<a class="indexterm" name="id2589437"></a><pre class="programlisting">GtkWidget* gimp_color_button_new (const gchar *title,
|
||||
<a class="indexterm" name="id2563644"></a><pre class="programlisting">GtkWidget* gimp_color_button_new (const gchar *title,
|
||||
gint width,
|
||||
gint height,
|
||||
const <a
|
||||
@ -213,9 +213,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598582"></a><h3>
|
||||
<a name="id2568367"></a><h3>
|
||||
<a name="gimp-color-button-set-color"></a>gimp_color_button_set_color ()</h3>
|
||||
<a class="indexterm" name="id2598593"></a><pre class="programlisting">void gimp_color_button_set_color (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
|
||||
<a class="indexterm" name="id2568378"></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>
|
||||
@ -244,9 +244,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598690"></a><h3>
|
||||
<a name="id2568476"></a><h3>
|
||||
<a name="gimp-color-button-get-color"></a>gimp_color_button_get_color ()</h3>
|
||||
<a class="indexterm" name="id2598702"></a><pre class="programlisting">void gimp_color_button_get_color (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
|
||||
<a class="indexterm" name="id2568487"></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>
|
||||
@ -275,9 +275,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598794"></a><h3>
|
||||
<a name="id2568579"></a><h3>
|
||||
<a name="gimp-color-button-set-update"></a>gimp_color_button_set_update ()</h3>
|
||||
<a class="indexterm" name="id2598806"></a><pre class="programlisting">void gimp_color_button_set_update (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
|
||||
<a class="indexterm" name="id2568592"></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"
|
||||
@ -304,9 +304,9 @@ dialog.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603263"></a><h3>
|
||||
<a name="id2603264"></a><h3>
|
||||
<a name="gimp-color-button-get-update"></a>gimp_color_button_get_update ()</h3>
|
||||
<a class="indexterm" name="id2603275"></a><pre class="programlisting">gboolean gimp_color_button_get_update (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button);</pre>
|
||||
<a class="indexterm" name="id2603277"></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>
|
||||
@ -330,9 +330,9 @@ Returns the color button's <em class="parameter"><code>continuous_update</code><
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603352"></a><h3>
|
||||
<a name="id2603353"></a><h3>
|
||||
<a name="gimp-color-button-has-alpha"></a>gimp_color_button_has_alpha ()</h3>
|
||||
<a class="indexterm" name="id2603364"></a><pre class="programlisting">gboolean gimp_color_button_has_alpha (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button);</pre>
|
||||
<a class="indexterm" name="id2603365"></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>
|
||||
@ -357,9 +357,9 @@ otherwise.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603463"></a><h3>
|
||||
<a name="id2603464"></a><h3>
|
||||
<a name="gimp-color-button-set-type"></a>gimp_color_button_set_type ()</h3>
|
||||
<a class="indexterm" name="id2603475"></a><pre class="programlisting">void gimp_color_button_set_type (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
|
||||
<a class="indexterm" name="id2603476"></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>
|
||||
@ -401,9 +401,9 @@ The color displayed in the button's color area.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603640"></a><h3>
|
||||
<a name="id2603641"></a><h3>
|
||||
<a name="GimpColorButton--continuous-update"></a>The "<code class="literal">continuous-update</code>" property</h3>
|
||||
<a class="indexterm" name="id2603656"></a><pre class="programlisting"> "continuous-update" gboolean : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2603657"></a><pre class="programlisting"> "continuous-update" gboolean : Read / Write / Construct</pre>
|
||||
<p>
|
||||
The update policy of the color button.</p>
|
||||
<p>
|
||||
@ -415,9 +415,9 @@ The update policy of the color button.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603691"></a><h3>
|
||||
<a name="id2603693"></a><h3>
|
||||
<a name="GimpColorButton--title"></a>The "<code class="literal">title</code>" property</h3>
|
||||
<a class="indexterm" name="id2603705"></a><pre class="programlisting"> "title" gchararray : Read / Write / Construct Only</pre>
|
||||
<a class="indexterm" name="id2603707"></a><pre class="programlisting"> "title" gchararray : Read / Write / Construct Only</pre>
|
||||
<p>
|
||||
The title to be used for the color selection dialog.</p>
|
||||
<p>
|
||||
@ -429,9 +429,9 @@ The title to be used for the color selection dialog.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603742"></a><h3>
|
||||
<a name="id2603744"></a><h3>
|
||||
<a name="GimpColorButton--type"></a>The "<code class="literal">type</code>" property</h3>
|
||||
<a class="indexterm" name="id2603756"></a><pre class="programlisting"> "type" <a href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2603758"></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>
|
||||
@ -443,11 +443,11 @@ The type of the button's color area.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2603794"></a><h2>Signal Details</h2>
|
||||
<a name="id2603796"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603805"></a><h3>
|
||||
<a name="id2603807"></a><h3>
|
||||
<a name="GimpColorButton-color-changed"></a>The "color-changed" signal</h3>
|
||||
<a class="indexterm" name="id2603815"></a><pre class="programlisting">void user_function (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *gimpcolorbutton,
|
||||
<a class="indexterm" name="id2603817"></a><pre class="programlisting">void user_function (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *gimpcolorbutton,
|
||||
gpointer user_data) : Run First</pre>
|
||||
<p>
|
||||
|
||||
@ -470,7 +470,7 @@ The type of the button's color area.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2603885"></a><h2>See Also</h2>
|
||||
<a name="id2603887"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<span class="type">libgimpcolor-gimpcolorspace</span>
|
||||
</p>
|
||||
|
@ -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="#id2562065" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2574425" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2632568" class="shortcut">Description</a>
|
||||
<a href="#id2631066" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2638880" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2638842" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2638904" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2638866" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2638925" class="shortcut">Properties</a>
|
||||
<a href="#id2638888" class="shortcut">Properties</a>
|
||||
 | 
|
||||
<a href="#id2632543" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2631041" 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="id2562065"></a><span class="refentrytitle">GimpColorDisplay</span>
|
||||
<a name="id2574425"></a><span class="refentrytitle">GimpColorDisplay</span>
|
||||
</h2>
|
||||
<p>GimpColorDisplay — Pluggable GIMP display color correction modules.</p>
|
||||
</td>
|
||||
@ -88,7 +88,7 @@ void <a href="GimpColorDisplay.html#gimp-color-display-changed">g
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2638880"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2638842"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -96,7 +96,7 @@ void <a href="GimpColorDisplay.html#gimp-color-display-changed">g
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2638904"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2638866"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorDisplay implements
|
||||
<a
|
||||
@ -104,41 +104,41 @@ href="../libgimpconfig/libgimpconfig-GimpConfig.html#GimpConfigInterface"
|
||||
>GimpConfigInterface</a>.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2638925"></a><h2>Properties</h2>
|
||||
<a name="id2638888"></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="id2632543"></a><h2>Signals</h2>
|
||||
<a name="id2631041"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorDisplay.html#GimpColorDisplay-changed">changed</a>" : Run First
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2632568"></a><h2>Description</h2>
|
||||
<a name="id2631066"></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="id2632585"></a><h2>Details</h2>
|
||||
<a name="id2631083"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2632596"></a><h3>
|
||||
<a name="id2631094"></a><h3>
|
||||
<a name="GimpColorDisplay-struct"></a>GimpColorDisplay</h3>
|
||||
<a class="indexterm" name="id2632608"></a><pre class="programlisting">typedef struct _GimpColorDisplay GimpColorDisplay;</pre>
|
||||
<a class="indexterm" name="id2631105"></a><pre class="programlisting">typedef struct _GimpColorDisplay GimpColorDisplay;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2632624"></a><h3>
|
||||
<a name="id2631122"></a><h3>
|
||||
<a name="gimp-color-display-new"></a>gimp_color_display_new ()</h3>
|
||||
<a class="indexterm" name="id2632635"></a><pre class="programlisting"><a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a>* gimp_color_display_new (GType display_type);</pre>
|
||||
<a class="indexterm" name="id2631133"></a><pre class="programlisting"><a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a>* gimp_color_display_new (GType display_type);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -162,9 +162,9 @@ display color correction modules.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2632691"></a><h3>
|
||||
<a name="id2631189"></a><h3>
|
||||
<a name="gimp-color-display-clone"></a>gimp_color_display_clone ()</h3>
|
||||
<a class="indexterm" name="id2632702"></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="id2631200"></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>
|
||||
@ -188,9 +188,9 @@ display color correction modules.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2632758"></a><h3>
|
||||
<a name="id2631256"></a><h3>
|
||||
<a name="gimp-color-display-set-enabled"></a>gimp_color_display_set_enabled ()</h3>
|
||||
<a class="indexterm" name="id2632769"></a><pre class="programlisting">void gimp_color_display_set_enabled (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
|
||||
<a class="indexterm" name="id2631268"></a><pre class="programlisting">void gimp_color_display_set_enabled (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
|
||||
gboolean enabled);</pre>
|
||||
<p>
|
||||
|
||||
@ -215,9 +215,9 @@ display color correction modules.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2630940"></a><h3>
|
||||
<a name="id2629865"></a><h3>
|
||||
<a name="gimp-color-display-get-enabled"></a>gimp_color_display_get_enabled ()</h3>
|
||||
<a class="indexterm" name="id2630952"></a><pre class="programlisting">gboolean gimp_color_display_get_enabled (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
|
||||
<a class="indexterm" name="id2629878"></a><pre class="programlisting">gboolean gimp_color_display_get_enabled (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -241,9 +241,9 @@ display color correction modules.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2631008"></a><h3>
|
||||
<a name="id2629935"></a><h3>
|
||||
<a name="gimp-color-display-convert"></a>gimp_color_display_convert ()</h3>
|
||||
<a class="indexterm" name="id2631019"></a><pre class="programlisting">void gimp_color_display_convert (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
|
||||
<a class="indexterm" name="id2629947"></a><pre class="programlisting">void gimp_color_display_convert (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
|
||||
guchar *buf,
|
||||
gint width,
|
||||
gint height,
|
||||
@ -292,9 +292,9 @@ display color correction modules.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2631171"></a><h3>
|
||||
<a name="id2630099"></a><h3>
|
||||
<a name="gimp-color-display-load-state"></a>gimp_color_display_load_state ()</h3>
|
||||
<a class="indexterm" name="id2631183"></a><pre class="programlisting">void gimp_color_display_load_state (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
|
||||
<a class="indexterm" name="id2630112"></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>
|
||||
@ -321,9 +321,9 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2630168"></a><h3>
|
||||
<a name="id2632458"></a><h3>
|
||||
<a name="gimp-color-display-save-state"></a>gimp_color_display_save_state ()</h3>
|
||||
<a class="indexterm" name="id2630181"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2632471"></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>
|
||||
@ -349,9 +349,9 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2630239"></a><h3>
|
||||
<a name="id2632528"></a><h3>
|
||||
<a name="gimp-color-display-configure"></a>gimp_color_display_configure ()</h3>
|
||||
<a class="indexterm" name="id2630252"></a><pre class="programlisting">GtkWidget* gimp_color_display_configure (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
|
||||
<a class="indexterm" name="id2632542"></a><pre class="programlisting">GtkWidget* gimp_color_display_configure (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -375,9 +375,9 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2630309"></a><h3>
|
||||
<a name="id2632599"></a><h3>
|
||||
<a name="gimp-color-display-configure-reset"></a>gimp_color_display_configure_reset ()</h3>
|
||||
<a class="indexterm" name="id2630323"></a><pre class="programlisting">void gimp_color_display_configure_reset (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
|
||||
<a class="indexterm" name="id2632613"></a><pre class="programlisting">void gimp_color_display_configure_reset (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -394,9 +394,9 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2630369"></a><h3>
|
||||
<a name="id2632659"></a><h3>
|
||||
<a name="gimp-color-display-changed"></a>gimp_color_display_changed ()</h3>
|
||||
<a class="indexterm" name="id2630381"></a><pre class="programlisting">void gimp_color_display_changed (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
|
||||
<a class="indexterm" name="id2632671"></a><pre class="programlisting">void gimp_color_display_changed (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -413,21 +413,21 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2630428"></a><h2>Property Details</h2>
|
||||
<a name="id2632718"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2630439"></a><h3>
|
||||
<a name="id2632729"></a><h3>
|
||||
<a name="GimpColorDisplay--enabled"></a>The "<code class="literal">enabled</code>" property</h3>
|
||||
<a class="indexterm" name="id2630453"></a><pre class="programlisting"> "enabled" gboolean : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2632743"></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="id2630479"></a><h2>Signal Details</h2>
|
||||
<a name="id2632769"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2630490"></a><h3>
|
||||
<a name="id2632780"></a><h3>
|
||||
<a name="GimpColorDisplay-changed"></a>The "changed" signal</h3>
|
||||
<a class="indexterm" name="id2630498"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *gimpcolordisplay,
|
||||
<a class="indexterm" name="id2632787"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *gimpcolordisplay,
|
||||
gpointer user_data) : Run First</pre>
|
||||
<p>
|
||||
|
||||
@ -450,7 +450,7 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2630568"></a><h2>See Also</h2>
|
||||
<a name="id2632858"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<span class="type">GModule</span>
|
||||
</p>
|
||||
|
@ -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="#id2556710" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2583932" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2631571" class="shortcut">Description</a>
|
||||
<a href="#id2630546" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2631501" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2630478" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2631525" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2630502" 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="id2556710"></a><span class="refentrytitle">GimpColorDisplayStack</span>
|
||||
<a name="id2583932"></a><span class="refentrytitle">GimpColorDisplayStack</span>
|
||||
</h2>
|
||||
<p>GimpColorDisplayStack</p>
|
||||
</td>
|
||||
@ -81,7 +81,7 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2631501"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2630478"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -89,7 +89,7 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2631525"></a><h2>Signals</h2>
|
||||
<a name="id2630502"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorDisplayStack.html#GimpColorDisplayStack-added">added</a>" : Run First
|
||||
@ -99,26 +99,26 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2631571"></a><h2>Description</h2>
|
||||
<a name="id2630546"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2631587"></a><h2>Details</h2>
|
||||
<a name="id2630562"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2631598"></a><h3>
|
||||
<a name="id2630572"></a><h3>
|
||||
<a name="GimpColorDisplayStack-struct"></a>GimpColorDisplayStack</h3>
|
||||
<a class="indexterm" name="id2631611"></a><pre class="programlisting">typedef struct _GimpColorDisplayStack GimpColorDisplayStack;</pre>
|
||||
<a class="indexterm" name="id2630584"></a><pre class="programlisting">typedef struct _GimpColorDisplayStack GimpColorDisplayStack;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2631627"></a><h3>
|
||||
<a name="id2630600"></a><h3>
|
||||
<a name="gimp-color-display-stack-new"></a>gimp_color_display_stack_new ()</h3>
|
||||
<a class="indexterm" name="id2640174"></a><pre class="programlisting"><a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a>* gimp_color_display_stack_new (void);</pre>
|
||||
<a class="indexterm" name="id2640131"></a><pre class="programlisting"><a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a>* gimp_color_display_stack_new (void);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -135,9 +135,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640209"></a><h3>
|
||||
<a name="id2640165"></a><h3>
|
||||
<a name="gimp-color-display-stack-clone"></a>gimp_color_display_stack_clone ()</h3>
|
||||
<a class="indexterm" name="id2640222"></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>
|
||||
<a class="indexterm" name="id2640178"></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>
|
||||
|
||||
</p>
|
||||
@ -161,9 +161,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640277"></a><h3>
|
||||
<a name="id2640234"></a><h3>
|
||||
<a name="gimp-color-display-stack-changed"></a>gimp_color_display_stack_changed ()</h3>
|
||||
<a class="indexterm" name="id2640291"></a><pre class="programlisting">void gimp_color_display_stack_changed (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack);</pre>
|
||||
<a class="indexterm" name="id2640247"></a><pre class="programlisting">void gimp_color_display_stack_changed (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -180,9 +180,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640336"></a><h3>
|
||||
<a name="id2640293"></a><h3>
|
||||
<a name="gimp-color-display-stack-add"></a>gimp_color_display_stack_add ()</h3>
|
||||
<a class="indexterm" name="id2640350"></a><pre class="programlisting">void gimp_color_display_stack_add (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
|
||||
<a class="indexterm" name="id2640306"></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>
|
||||
|
||||
@ -207,9 +207,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640417"></a><h3>
|
||||
<a name="id2640373"></a><h3>
|
||||
<a name="gimp-color-display-stack-remove"></a>gimp_color_display_stack_remove ()</h3>
|
||||
<a class="indexterm" name="id2631205"></a><pre class="programlisting">void gimp_color_display_stack_remove (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
|
||||
<a class="indexterm" name="id2630122"></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>
|
||||
|
||||
@ -234,9 +234,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2631273"></a><h3>
|
||||
<a name="id2630190"></a><h3>
|
||||
<a name="gimp-color-display-stack-reorder-up"></a>gimp_color_display_stack_reorder_up ()</h3>
|
||||
<a class="indexterm" name="id2631286"></a><pre class="programlisting">void gimp_color_display_stack_reorder_up (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
|
||||
<a class="indexterm" name="id2630204"></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>
|
||||
|
||||
@ -261,9 +261,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2631353"></a><h3>
|
||||
<a name="id2630270"></a><h3>
|
||||
<a name="gimp-color-display-stack-reorder-down"></a>gimp_color_display_stack_reorder_down ()</h3>
|
||||
<a class="indexterm" name="id2631366"></a><pre class="programlisting">void gimp_color_display_stack_reorder_down
|
||||
<a class="indexterm" name="id2630284"></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>
|
||||
@ -289,9 +289,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2631435"></a><h3>
|
||||
<a name="id2630352"></a><h3>
|
||||
<a name="gimp-color-display-stack-convert"></a>gimp_color_display_stack_convert ()</h3>
|
||||
<a class="indexterm" name="id2631448"></a><pre class="programlisting">void gimp_color_display_stack_convert (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
|
||||
<a class="indexterm" name="id2630366"></a><pre class="programlisting">void gimp_color_display_stack_convert (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
|
||||
guchar *buf,
|
||||
gint width,
|
||||
gint height,
|
||||
@ -340,11 +340,11 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2638356"></a><h2>Signal Details</h2>
|
||||
<a name="id2638306"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2638367"></a><h3>
|
||||
<a name="id2638316"></a><h3>
|
||||
<a name="GimpColorDisplayStack-added"></a>The "added" signal</h3>
|
||||
<a class="indexterm" name="id2638375"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
|
||||
<a class="indexterm" name="id2638324"></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>
|
||||
@ -379,9 +379,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2638486"></a><h3>
|
||||
<a name="id2638435"></a><h3>
|
||||
<a name="GimpColorDisplayStack-changed"></a>The "changed" signal</h3>
|
||||
<a class="indexterm" name="id2638496"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
|
||||
<a class="indexterm" name="id2638445"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
|
||||
gpointer user_data) : Run First</pre>
|
||||
<p>
|
||||
|
||||
@ -404,9 +404,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2638563"></a><h3>
|
||||
<a name="id2638512"></a><h3>
|
||||
<a name="GimpColorDisplayStack-removed"></a>The "removed" signal</h3>
|
||||
<a class="indexterm" name="id2638572"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
|
||||
<a class="indexterm" name="id2638522"></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>
|
||||
@ -435,9 +435,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2638661"></a><h3>
|
||||
<a name="id2638611"></a><h3>
|
||||
<a name="GimpColorDisplayStack-reordered"></a>The "reordered" signal</h3>
|
||||
<a class="indexterm" name="id2638671"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
|
||||
<a class="indexterm" name="id2638620"></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>
|
||||
|
@ -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="#id2559578" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2564271" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2596076" class="shortcut">Description</a>
|
||||
<a href="#id2601996" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2555900" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2594710" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2555949" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2594759" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2555982" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2594792" 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="id2559578"></a><span class="refentrytitle">GimpColorHexEntry</span>
|
||||
<a name="id2564271"></a><span class="refentrytitle">GimpColorHexEntry</span>
|
||||
</h2>
|
||||
<p>GimpColorHexEntry — 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="id2555900"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2594710"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -86,39 +86,39 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2555949"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2594759"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorHexEntry implements
|
||||
AtkImplementorIface, GtkEditable and GtkCellEditable.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2555982"></a><h2>Signals</h2>
|
||||
<a name="id2594792"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorHexEntry.html#GimpColorHexEntry-color-changed">color-changed</a>" : Run First
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2596076"></a><h2>Description</h2>
|
||||
<a name="id2601996"></a><h2>Description</h2>
|
||||
<p>
|
||||
Widget for entering a color's hex triplet.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2596092"></a><h2>Details</h2>
|
||||
<a name="id2602012"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596103"></a><h3>
|
||||
<a name="id2602023"></a><h3>
|
||||
<a name="GimpColorHexEntry-struct"></a>GimpColorHexEntry</h3>
|
||||
<a class="indexterm" name="id2596114"></a><pre class="programlisting">typedef struct _GimpColorHexEntry GimpColorHexEntry;</pre>
|
||||
<a class="indexterm" name="id2602035"></a><pre class="programlisting">typedef struct _GimpColorHexEntry GimpColorHexEntry;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596131"></a><h3>
|
||||
<a name="id2602051"></a><h3>
|
||||
<a name="gimp-color-hex-entry-new"></a>gimp_color_hex_entry_new ()</h3>
|
||||
<a class="indexterm" name="id2596144"></a><pre class="programlisting">GtkWidget* gimp_color_hex_entry_new (void);</pre>
|
||||
<a class="indexterm" name="id2602065"></a><pre class="programlisting">GtkWidget* gimp_color_hex_entry_new (void);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -138,9 +138,9 @@ Widget for entering a color's hex triplet.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596199"></a><h3>
|
||||
<a name="id2602119"></a><h3>
|
||||
<a name="gimp-color-hex-entry-set-color"></a>gimp_color_hex_entry_set_color ()</h3>
|
||||
<a class="indexterm" name="id2596212"></a><pre class="programlisting">void gimp_color_hex_entry_set_color (<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *entry,
|
||||
<a class="indexterm" name="id2602133"></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>
|
||||
@ -173,9 +173,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2559150"></a><h3>
|
||||
<a name="id2558842"></a><h3>
|
||||
<a name="gimp-color-hex-entry-get-color"></a>gimp_color_hex_entry_get_color ()</h3>
|
||||
<a class="indexterm" name="id2559165"></a><pre class="programlisting">void gimp_color_hex_entry_get_color (<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *entry,
|
||||
<a class="indexterm" name="id2558856"></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>
|
||||
@ -206,11 +206,11 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2559267"></a><h2>Signal Details</h2>
|
||||
<a name="id2558957"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2576555"></a><h3>
|
||||
<a name="id2587258"></a><h3>
|
||||
<a name="GimpColorHexEntry-color-changed"></a>The "color-changed" signal</h3>
|
||||
<a class="indexterm" name="id2576565"></a><pre class="programlisting">void user_function (<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *gimpcolorhexentry,
|
||||
<a class="indexterm" name="id2587266"></a><pre class="programlisting">void user_function (<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *gimpcolorhexentry,
|
||||
gpointer user_data) : Run First</pre>
|
||||
<p>
|
||||
|
||||
|
@ -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="#id2579834" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2582376" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2640099" class="shortcut">Description</a>
|
||||
<a href="#id2639857" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2630019" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2639726" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2640036" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2639794" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2640057" class="shortcut">Style Properties</a></nobr></td></tr>
|
||||
<a href="#id2639816" 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="id2579834"></a><span class="refentrytitle">GimpColorNotebook</span>
|
||||
<a name="id2582376"></a><span class="refentrytitle">GimpColorNotebook</span>
|
||||
</h2>
|
||||
<p>GimpColorNotebook — A <a href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.</p>
|
||||
</td>
|
||||
@ -68,7 +68,7 @@ GtkWidget* <a href="GimpColorNotebook.html#gimp-color-notebook-set-has-
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2630019"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2639726"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -83,13 +83,13 @@ GtkWidget* <a href="GimpColorNotebook.html#gimp-color-notebook-set-has-
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2640036"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2639794"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorNotebook implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2640057"></a><h2>Style Properties</h2>
|
||||
<a name="id2639816"></a><h2>Style Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorNotebook.html#GimpColorNotebook--tab-border">tab-border</a>" gint : Read
|
||||
@ -97,27 +97,27 @@ GimpColorNotebook implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2640099"></a><h2>Description</h2>
|
||||
<a name="id2639857"></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="id2640136"></a><h2>Details</h2>
|
||||
<a name="id2643487"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640147"></a><h3>
|
||||
<a name="id2643498"></a><h3>
|
||||
<a name="GimpColorNotebook-struct"></a>GimpColorNotebook</h3>
|
||||
<a class="indexterm" name="id2643507"></a><pre class="programlisting">typedef struct _GimpColorNotebook GimpColorNotebook;</pre>
|
||||
<a class="indexterm" name="id2643509"></a><pre class="programlisting">typedef struct _GimpColorNotebook GimpColorNotebook;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2643523"></a><h3>
|
||||
<a name="id2643526"></a><h3>
|
||||
<a name="gimp-color-notebook-set-has-page"></a>gimp_color_notebook_set_has_page ()</h3>
|
||||
<a class="indexterm" name="id2643534"></a><pre class="programlisting">GtkWidget* gimp_color_notebook_set_has_page (<a href="GimpColorNotebook.html" title="GimpColorNotebook">GimpColorNotebook</a> *notebook,
|
||||
<a class="indexterm" name="id2643537"></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>
|
||||
<p>
|
||||
@ -155,20 +155,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="id2643708"></a><h2>Style Property Details</h2>
|
||||
<a name="id2643710"></a><h2>Style Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2643718"></a><h3>
|
||||
<a name="id2643720"></a><h3>
|
||||
<a name="GimpColorNotebook--tab-border"></a>The "<code class="literal">tab-border</code>" style property</h3>
|
||||
<a class="indexterm" name="id2643732"></a><pre class="programlisting"> "tab-border" gint : Read</pre>
|
||||
<a class="indexterm" name="id2640524"></a><pre class="programlisting"> "tab-border" gint : Read</pre>
|
||||
<p>Width of the border around the tab contents.</p>
|
||||
<p>Allowed values: >= 0</p>
|
||||
<p>Default value: 0</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2638935"></a><h3>
|
||||
<a name="id2640553"></a><h3>
|
||||
<a name="GimpColorNotebook--tab-icon-size"></a>The "<code class="literal">tab-icon-size</code>" style property</h3>
|
||||
<a class="indexterm" name="id2638949"></a><pre class="programlisting"> "tab-icon-size" GtkIconSize : Read</pre>
|
||||
<a class="indexterm" name="id2640567"></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>
|
||||
|
@ -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="#id2572596" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2556657" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2596547" class="shortcut">Description</a>
|
||||
<a href="#id2567136" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2596471" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2567060" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2596526" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
|
||||
<a href="#id2567115" 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="id2572596"></a><span class="refentrytitle">GimpColorScale</span>
|
||||
<a name="id2556657"></a><span class="refentrytitle">GimpColorScale</span>
|
||||
</h2>
|
||||
<p>GimpColorScale — Fancy colored sliders.</p>
|
||||
</td>
|
||||
@ -74,7 +74,7 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2596471"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2567060"></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="id2596526"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2567115"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorScale implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2596547"></a><h2>Description</h2>
|
||||
<a name="id2567136"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2557158"></a><h2>Details</h2>
|
||||
<a name="id2587829"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2557169"></a><h3>
|
||||
<a name="id2587840"></a><h3>
|
||||
<a name="GimpColorScale-struct"></a>GimpColorScale</h3>
|
||||
<a class="indexterm" name="id2557181"></a><pre class="programlisting">typedef struct _GimpColorScale GimpColorScale;</pre>
|
||||
<a class="indexterm" name="id2587852"></a><pre class="programlisting">typedef struct _GimpColorScale GimpColorScale;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2557197"></a><h3>
|
||||
<a name="id2587868"></a><h3>
|
||||
<a name="gimp-color-scale-new"></a>gimp_color_scale_new ()</h3>
|
||||
<a class="indexterm" name="id2557208"></a><pre class="programlisting">GtkWidget* gimp_color_scale_new (GtkOrientation orientation,
|
||||
<a class="indexterm" name="id2587879"></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="id2557305"></a><h3>
|
||||
<a name="id2587975"></a><h3>
|
||||
<a name="gimp-color-scale-set-channel"></a>gimp_color_scale_set_channel ()</h3>
|
||||
<a class="indexterm" name="id2599062"></a><pre class="programlisting">void gimp_color_scale_set_channel (<a href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> *scale,
|
||||
<a class="indexterm" name="id2599042"></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="id2599146"></a><h3>
|
||||
<a name="id2599126"></a><h3>
|
||||
<a name="gimp-color-scale-set-color"></a>gimp_color_scale_set_color ()</h3>
|
||||
<a class="indexterm" name="id2599158"></a><pre class="programlisting">void gimp_color_scale_set_color (<a href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> *scale,
|
||||
<a class="indexterm" name="id2599138"></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,
|
||||
|
@ -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="#id2570307" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2509964" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2638133" class="shortcut">Description</a>
|
||||
<a href="#id2642903" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2588134" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2596659" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2631698" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
|
||||
<a href="#id2642881" 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="id2570307"></a><span class="refentrytitle">GimpColorScales</span>
|
||||
<a name="id2509964"></a><span class="refentrytitle">GimpColorScales</span>
|
||||
</h2>
|
||||
<p>GimpColorScales — 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="id2588134"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2596659"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -78,13 +78,13 @@
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2631698"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2642881"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorScales implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2638133"></a><h2>Description</h2>
|
||||
<a name="id2642903"></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="id2638171"></a><h2>Details</h2>
|
||||
<a name="id2579053"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2638182"></a><h3>
|
||||
<a name="id2579064"></a><h3>
|
||||
<a name="GimpColorScales-struct"></a>GimpColorScales</h3>
|
||||
<a class="indexterm" name="id2638194"></a><pre class="programlisting">typedef struct _GimpColorScales GimpColorScales;</pre>
|
||||
<a class="indexterm" name="id2579075"></a><pre class="programlisting">typedef struct _GimpColorScales GimpColorScales;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
|
@ -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="#id2596696" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2575770" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2632931" class="shortcut">Description</a>
|
||||
<a href="#id2640121" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2597796" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2581664" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2632910" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
|
||||
<a href="#id2640100" 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="id2596696"></a><span class="refentrytitle">GimpColorSelect</span>
|
||||
<a name="id2575770"></a><span class="refentrytitle">GimpColorSelect</span>
|
||||
</h2>
|
||||
<p>GimpColorSelect — 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="id2597796"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2581664"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -78,13 +78,13 @@
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2632910"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2640100"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorSelect implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2632931"></a><h2>Description</h2>
|
||||
<a name="id2640121"></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="id2638987"></a><h2>Details</h2>
|
||||
<a name="id2640636"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2638997"></a><h3>
|
||||
<a name="id2640647"></a><h3>
|
||||
<a name="GimpColorSelect-struct"></a>GimpColorSelect</h3>
|
||||
<a class="indexterm" name="id2639009"></a><pre class="programlisting">typedef struct _GimpColorSelect GimpColorSelect;</pre>
|
||||
<a class="indexterm" name="id2640658"></a><pre class="programlisting">typedef struct _GimpColorSelect GimpColorSelect;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
|
@ -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="#id2566608" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2559528" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2564803" class="shortcut">Description</a>
|
||||
<a href="#id2559044" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2599435" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2599589" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2599495" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2599650" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2599517" class="shortcut">Properties</a>
|
||||
<a href="#id2599672" class="shortcut">Properties</a>
|
||||
 | 
|
||||
<a href="#id2564778" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2559020" 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="id2566608"></a><span class="refentrytitle">GimpColorSelection</span>
|
||||
<a name="id2559528"></a><span class="refentrytitle">GimpColorSelection</span>
|
||||
</h2>
|
||||
<p>GimpColorSelection — Widget for doing a color selection.</p>
|
||||
</td>
|
||||
@ -93,7 +93,7 @@ href="../libgimpconfig/GimpColorConfig.html"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2599435"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2599589"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -107,13 +107,13 @@ href="../libgimpconfig/GimpColorConfig.html"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2599495"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2599650"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorSelection implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2599517"></a><h2>Properties</h2>
|
||||
<a name="id2599672"></a><h2>Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorSelection.html#GimpColorSelection--config">config</a>" <a
|
||||
@ -122,33 +122,33 @@ href="../libgimpconfig/GimpColorConfig.html"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2564778"></a><h2>Signals</h2>
|
||||
<a name="id2559020"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorSelection.html#GimpColorSelection-color-changed">color-changed</a>" : Run First
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2564803"></a><h2>Description</h2>
|
||||
<a name="id2559044"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2564819"></a><h2>Details</h2>
|
||||
<a name="id2559060"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564830"></a><h3>
|
||||
<a name="id2559071"></a><h3>
|
||||
<a name="GimpColorSelection-struct"></a>GimpColorSelection</h3>
|
||||
<a class="indexterm" name="id2564841"></a><pre class="programlisting">typedef struct _GimpColorSelection GimpColorSelection;</pre>
|
||||
<a class="indexterm" name="id2559083"></a><pre class="programlisting">typedef struct _GimpColorSelection GimpColorSelection;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564858"></a><h3>
|
||||
<a name="id2559099"></a><h3>
|
||||
<a name="gimp-color-selection-new"></a>gimp_color_selection_new ()</h3>
|
||||
<a class="indexterm" name="id2564869"></a><pre class="programlisting">GtkWidget* gimp_color_selection_new (void);</pre>
|
||||
<a class="indexterm" name="id2559110"></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>
|
||||
@ -165,9 +165,9 @@ Creates a new <a href="GimpColorSelection.html" title="GimpColorSelection"><span
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564924"></a><h3>
|
||||
<a name="id2559165"></a><h3>
|
||||
<a name="gimp-color-selection-set-show-alpha"></a>gimp_color_selection_set_show_alpha ()</h3>
|
||||
<a class="indexterm" name="id2564937"></a><pre class="programlisting">void gimp_color_selection_set_show_alpha (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
|
||||
<a class="indexterm" name="id2559178"></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>
|
||||
Sets the <em class="parameter"><code>show_alpha</code></em> property of the <em class="parameter"><code>selection</code></em> widget.</p>
|
||||
@ -192,9 +192,9 @@ Sets the <em class="parameter"><code>show_alpha</code></em> property of the <em
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2601196"></a><h3>
|
||||
<a name="id2601175"></a><h3>
|
||||
<a name="gimp-color-selection-get-show-alpha"></a>gimp_color_selection_get_show_alpha ()</h3>
|
||||
<a class="indexterm" name="id2601209"></a><pre class="programlisting">gboolean gimp_color_selection_get_show_alpha (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre>
|
||||
<a class="indexterm" name="id2601188"></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>
|
||||
<p>
|
||||
@ -218,9 +218,9 @@ Returns the <em class="parameter"><code>selection</code></em>'s <em class="param
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2601303"></a><h3>
|
||||
<a name="id2601282"></a><h3>
|
||||
<a name="gimp-color-selection-set-color"></a>gimp_color_selection_set_color ()</h3>
|
||||
<a class="indexterm" name="id2601316"></a><pre class="programlisting">void gimp_color_selection_set_color (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
|
||||
<a class="indexterm" name="id2601295"></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>
|
||||
@ -247,9 +247,9 @@ Sets the <a href="GimpColorSelection.html" title="GimpColorSelection"><span clas
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2601415"></a><h3>
|
||||
<a name="id2601394"></a><h3>
|
||||
<a name="gimp-color-selection-get-color"></a>gimp_color_selection_get_color ()</h3>
|
||||
<a class="indexterm" name="id2601428"></a><pre class="programlisting">void gimp_color_selection_get_color (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
|
||||
<a class="indexterm" name="id2601407"></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>
|
||||
@ -276,9 +276,9 @@ This function returns the <a href="GimpColorSelection.html" title="GimpColorSele
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606214"></a><h3>
|
||||
<a name="id2606212"></a><h3>
|
||||
<a name="gimp-color-selection-set-old-color"></a>gimp_color_selection_set_old_color ()</h3>
|
||||
<a class="indexterm" name="id2606226"></a><pre class="programlisting">void gimp_color_selection_set_old_color (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
|
||||
<a class="indexterm" name="id2606225"></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"
|
||||
>GimpRGB</a> *color);</pre>
|
||||
@ -305,9 +305,9 @@ Sets the <a href="GimpColorSelection.html" title="GimpColorSelection"><span clas
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606312"></a><h3>
|
||||
<a name="id2606311"></a><h3>
|
||||
<a name="gimp-color-selection-get-old-color"></a>gimp_color_selection_get_old_color ()</h3>
|
||||
<a class="indexterm" name="id2606326"></a><pre class="programlisting">void gimp_color_selection_get_old_color (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
|
||||
<a class="indexterm" name="id2606325"></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"
|
||||
>GimpRGB</a> *color);</pre>
|
||||
@ -334,9 +334,9 @@ This function returns the <a href="GimpColorSelection.html" title="GimpColorSele
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606424"></a><h3>
|
||||
<a name="id2606423"></a><h3>
|
||||
<a name="gimp-color-selection-reset"></a>gimp_color_selection_reset ()</h3>
|
||||
<a class="indexterm" name="id2606436"></a><pre class="programlisting">void gimp_color_selection_reset (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre>
|
||||
<a class="indexterm" name="id2606435"></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>
|
||||
@ -353,9 +353,9 @@ Sets the <a href="GimpColorSelection.html" title="GimpColorSelection"><span clas
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606501"></a><h3>
|
||||
<a name="id2606500"></a><h3>
|
||||
<a name="gimp-color-selection-color-changed"></a>gimp_color_selection_color_changed ()</h3>
|
||||
<a class="indexterm" name="id2606515"></a><pre class="programlisting">void gimp_color_selection_color_changed (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre>
|
||||
<a class="indexterm" name="id2606514"></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>
|
||||
<p>
|
||||
@ -372,9 +372,9 @@ Emits the "color-changed" signal.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606573"></a><h3>
|
||||
<a name="id2591789"></a><h3>
|
||||
<a name="gimp-color-selection-set-config"></a>gimp_color_selection_set_config ()</h3>
|
||||
<a class="indexterm" name="id2606588"></a><pre class="programlisting">void gimp_color_selection_set_config (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
|
||||
<a class="indexterm" name="id2606566"></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>
|
||||
@ -403,22 +403,22 @@ Sets the color management configuration to use with this color selection.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2606670"></a><h2>Property Details</h2>
|
||||
<a name="id2606638"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606680"></a><h3>
|
||||
<a name="id2606648"></a><h3>
|
||||
<a name="GimpColorSelection--config"></a>The "<code class="literal">config</code>" property</h3>
|
||||
<a class="indexterm" name="id2606694"></a><pre class="programlisting"> "config" <a
|
||||
<a class="indexterm" name="id2606660"></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="id2606716"></a><h2>Signal Details</h2>
|
||||
<a name="id2606680"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606727"></a><h3>
|
||||
<a name="id2606689"></a><h3>
|
||||
<a name="GimpColorSelection-color-changed"></a>The "color-changed" signal</h3>
|
||||
<a class="indexterm" name="id2606737"></a><pre class="programlisting">void user_function (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *gimpcolorselection,
|
||||
<a class="indexterm" name="id2606698"></a><pre class="programlisting">void user_function (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *gimpcolorselection,
|
||||
gpointer user_data) : Run First</pre>
|
||||
<p>
|
||||
|
||||
|
@ -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="#id2510869" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2562414" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2640504" class="shortcut">Description</a>
|
||||
<a href="#id2639528" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2638082" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2632269" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2640452" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2639475" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2640473" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2639496" 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="id2510869"></a><span class="refentrytitle">GimpColorSelector</span>
|
||||
<a name="id2562414"></a><span class="refentrytitle">GimpColorSelector</span>
|
||||
</h2>
|
||||
<p>GimpColorSelector — Pluggable GIMP color selector modules.</p>
|
||||
</td>
|
||||
@ -99,7 +99,7 @@ href="../libgimpconfig/GimpColorConfig.html"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2638082"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2632269"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -116,13 +116,13 @@ href="../libgimpconfig/GimpColorConfig.html"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2640452"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2639475"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorSelector implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2640473"></a><h2>Signals</h2>
|
||||
<a name="id2639496"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorSelector.html#GimpColorSelector-channel-changed">channel-changed</a>" : Run First
|
||||
@ -130,27 +130,27 @@ GimpColorSelector implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2640504"></a><h2>Description</h2>
|
||||
<a name="id2639528"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions and definitions for creating pluggable GIMP color
|
||||
selector modules.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2640521"></a><h2>Details</h2>
|
||||
<a name="id2639545"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640532"></a><h3>
|
||||
<a name="id2639555"></a><h3>
|
||||
<a name="GimpColorSelector-struct"></a>GimpColorSelector</h3>
|
||||
<a class="indexterm" name="id2640544"></a><pre class="programlisting">typedef struct _GimpColorSelector GimpColorSelector;</pre>
|
||||
<a class="indexterm" name="id2639567"></a><pre class="programlisting">typedef struct _GimpColorSelector GimpColorSelector;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640560"></a><h3>
|
||||
<a name="id2639584"></a><h3>
|
||||
<a name="GIMP-COLOR-SELECTOR-SIZE:CAPS"></a>GIMP_COLOR_SELECTOR_SIZE</h3>
|
||||
<a class="indexterm" name="id2640571"></a><pre class="programlisting">#define GIMP_COLOR_SELECTOR_SIZE 150
|
||||
<a class="indexterm" name="id2639597"></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.
|
||||
@ -158,9 +158,9 @@ The suggested size for a color area in a <a href="GimpColorSelector.html" title=
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640595"></a><h3>
|
||||
<a name="id2639620"></a><h3>
|
||||
<a name="GIMP-COLOR-SELECTOR-BAR-SIZE:CAPS"></a>GIMP_COLOR_SELECTOR_BAR_SIZE</h3>
|
||||
<a class="indexterm" name="id2640606"></a><pre class="programlisting">#define GIMP_COLOR_SELECTOR_BAR_SIZE 15
|
||||
<a class="indexterm" name="id2639632"></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.
|
||||
@ -168,9 +168,9 @@ The suggested width for a color bar in a <a href="GimpColorSelector.html" title=
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640631"></a><h3>
|
||||
<a name="id2639657"></a><h3>
|
||||
<a name="GimpColorSelectorChannel"></a>enum GimpColorSelectorChannel</h3>
|
||||
<a class="indexterm" name="id2640643"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2639669"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_COLOR_SELECTOR_HUE, /*< desc="_H", help="Hue" >*/
|
||||
GIMP_COLOR_SELECTOR_SATURATION, /*< desc="_S", help="Saturation" >*/
|
||||
@ -228,9 +228,9 @@ The suggested width for a color bar in a <a href="GimpColorSelector.html" title=
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2639427"></a><h3>
|
||||
<a name="id2637918"></a><h3>
|
||||
<a name="gimp-color-selector-new"></a>gimp_color_selector_new ()</h3>
|
||||
<a class="indexterm" name="id2639438"></a><pre class="programlisting">GtkWidget* gimp_color_selector_new (GType selector_type,
|
||||
<a class="indexterm" name="id2637930"></a><pre class="programlisting">GtkWidget* gimp_color_selector_new (GType selector_type,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *rgb,
|
||||
@ -276,9 +276,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2639558"></a><h3>
|
||||
<a name="id2638049"></a><h3>
|
||||
<a name="gimp-color-selector-set-toggles-visible"></a>gimp_color_selector_set_toggles_visible ()</h3>
|
||||
<a class="indexterm" name="id2639571"></a><pre class="programlisting">void gimp_color_selector_set_toggles_visible
|
||||
<a class="indexterm" name="id2638063"></a><pre class="programlisting">void gimp_color_selector_set_toggles_visible
|
||||
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
|
||||
gboolean visible);</pre>
|
||||
<p>
|
||||
@ -304,9 +304,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2639640"></a><h3>
|
||||
<a name="id2640962"></a><h3>
|
||||
<a name="gimp-color-selector-set-toggles-sensitive"></a>gimp_color_selector_set_toggles_sensitive ()</h3>
|
||||
<a class="indexterm" name="id2639654"></a><pre class="programlisting">void gimp_color_selector_set_toggles_sensitive
|
||||
<a class="indexterm" name="id2640977"></a><pre class="programlisting">void gimp_color_selector_set_toggles_sensitive
|
||||
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
|
||||
gboolean sensitive);</pre>
|
||||
<p>
|
||||
@ -332,9 +332,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2639723"></a><h3>
|
||||
<a name="id2641045"></a><h3>
|
||||
<a name="gimp-color-selector-set-show-alpha"></a>gimp_color_selector_set_show_alpha ()</h3>
|
||||
<a class="indexterm" name="id2639736"></a><pre class="programlisting">void gimp_color_selector_set_show_alpha (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
|
||||
<a class="indexterm" name="id2641058"></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>
|
||||
|
||||
@ -359,9 +359,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2639804"></a><h3>
|
||||
<a name="id2641126"></a><h3>
|
||||
<a name="gimp-color-selector-set-color"></a>gimp_color_selector_set_color ()</h3>
|
||||
<a class="indexterm" name="id2639817"></a><pre class="programlisting">void gimp_color_selector_set_color (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
|
||||
<a class="indexterm" name="id2641139"></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,
|
||||
@ -396,9 +396,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2642987"></a><h3>
|
||||
<a name="id2642953"></a><h3>
|
||||
<a name="gimp-color-selector-set-channel"></a>gimp_color_selector_set_channel ()</h3>
|
||||
<a class="indexterm" name="id2642998"></a><pre class="programlisting">void gimp_color_selector_set_channel (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
|
||||
<a class="indexterm" name="id2642965"></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>
|
||||
|
||||
@ -423,9 +423,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2643059"></a><h3>
|
||||
<a name="id2643026"></a><h3>
|
||||
<a name="gimp-color-selector-color-changed"></a>gimp_color_selector_color_changed ()</h3>
|
||||
<a class="indexterm" name="id2643072"></a><pre class="programlisting">void gimp_color_selector_color_changed (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector);</pre>
|
||||
<a class="indexterm" name="id2643039"></a><pre class="programlisting">void gimp_color_selector_color_changed (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -442,9 +442,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2643113"></a><h3>
|
||||
<a name="id2643080"></a><h3>
|
||||
<a name="gimp-color-selector-channel-changed"></a>gimp_color_selector_channel_changed ()</h3>
|
||||
<a class="indexterm" name="id2643126"></a><pre class="programlisting">void gimp_color_selector_channel_changed (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector);</pre>
|
||||
<a class="indexterm" name="id2643093"></a><pre class="programlisting">void gimp_color_selector_channel_changed (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -461,9 +461,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2643167"></a><h3>
|
||||
<a name="id2643134"></a><h3>
|
||||
<a name="gimp-color-selector-set-config"></a>gimp_color_selector_set_config ()</h3>
|
||||
<a class="indexterm" name="id2643181"></a><pre class="programlisting">void gimp_color_selector_set_config (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
|
||||
<a class="indexterm" name="id2643148"></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>
|
||||
@ -492,11 +492,11 @@ Sets the color management configuration to use with this color selector.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2643254"></a><h2>Signal Details</h2>
|
||||
<a name="id2643221"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2643263"></a><h3>
|
||||
<a name="id2643230"></a><h3>
|
||||
<a name="GimpColorSelector-channel-changed"></a>The "channel-changed" signal</h3>
|
||||
<a class="indexterm" name="id2643272"></a><pre class="programlisting">void user_function (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *gimpcolorselector,
|
||||
<a class="indexterm" name="id2643239"></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>
|
||||
@ -525,9 +525,9 @@ Sets the color management configuration to use with this color selector.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2643354"></a><h3>
|
||||
<a name="id2643321"></a><h3>
|
||||
<a name="GimpColorSelector-color-changed"></a>The "color-changed" signal</h3>
|
||||
<a class="indexterm" name="id2643364"></a><pre class="programlisting">void user_function (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *gimpcolorselector,
|
||||
<a class="indexterm" name="id2643331"></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>
|
||||
@ -562,7 +562,7 @@ Sets the color management configuration to use with this color selector.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2643466"></a><h2>See Also</h2>
|
||||
<a name="id2643433"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<span class="type">GModule</span>
|
||||
</p>
|
||||
|
@ -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="#id2580514" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2592325" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2639271" class="shortcut">Description</a>
|
||||
<a href="#id2638962" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2639160" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2640810" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2639184" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2640833" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2639205" class="shortcut">Properties</a>
|
||||
<a href="#id2638897" class="shortcut">Properties</a>
|
||||
 | 
|
||||
<a href="#id2639246" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2638937" 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="id2580514"></a><span class="refentrytitle">GimpController</span>
|
||||
<a name="id2592325"></a><span class="refentrytitle">GimpController</span>
|
||||
</h2>
|
||||
<p>GimpController — Pluggable GIMP input controller modules.</p>
|
||||
</td>
|
||||
@ -80,7 +80,7 @@ gboolean <a href="GimpController.html#gimp-controller-event">gimp_con
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2639160"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2640810"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -88,7 +88,7 @@ gboolean <a href="GimpController.html#gimp-controller-event">gimp_con
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2639184"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2640833"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpController implements
|
||||
<a
|
||||
@ -96,7 +96,7 @@ href="../libgimpconfig/libgimpconfig-GimpConfig.html#GimpConfigInterface"
|
||||
>GimpConfigInterface</a>.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2639205"></a><h2>Properties</h2>
|
||||
<a name="id2638897"></a><h2>Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpController.html#GimpController--name">name</a>" gchararray : Read / Write / Construct
|
||||
@ -104,24 +104,24 @@ href="../libgimpconfig/libgimpconfig-GimpConfig.html#GimpConfigInterface"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2639246"></a><h2>Signals</h2>
|
||||
<a name="id2638937"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpController.html#GimpController-event">event</a>" : Run Last
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2639271"></a><h2>Description</h2>
|
||||
<a name="id2638962"></a><h2>Description</h2>
|
||||
<p>
|
||||
An abstract interface for implementing arbitrary input controllers.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2639288"></a><h2>Details</h2>
|
||||
<a name="id2638979"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2639299"></a><h3>
|
||||
<a name="id2638990"></a><h3>
|
||||
<a name="GimpControllerEventType"></a>enum GimpControllerEventType</h3>
|
||||
<a class="indexterm" name="id2639310"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2639001"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_CONTROLLER_EVENT_TRIGGER,
|
||||
GIMP_CONTROLLER_EVENT_VALUE
|
||||
@ -133,9 +133,9 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640723"></a><h3>
|
||||
<a name="id2639018"></a><h3>
|
||||
<a name="GimpControllerEventAny"></a>GimpControllerEventAny</h3>
|
||||
<a class="indexterm" name="id2640734"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2639029"></a><pre class="programlisting">typedef struct {
|
||||
GimpControllerEventType type;
|
||||
GimpController *source;
|
||||
gint event_id;
|
||||
@ -147,9 +147,9 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640752"></a><h3>
|
||||
<a name="id2639047"></a><h3>
|
||||
<a name="GimpControllerEventTrigger"></a>GimpControllerEventTrigger</h3>
|
||||
<a class="indexterm" name="id2640763"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2639058"></a><pre class="programlisting">typedef struct {
|
||||
GimpControllerEventType type;
|
||||
GimpController *source;
|
||||
gint event_id;
|
||||
@ -161,9 +161,9 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640781"></a><h3>
|
||||
<a name="id2639076"></a><h3>
|
||||
<a name="GimpControllerEventValue"></a>GimpControllerEventValue</h3>
|
||||
<a class="indexterm" name="id2640792"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2639087"></a><pre class="programlisting">typedef struct {
|
||||
GimpControllerEventType type;
|
||||
GimpController *source;
|
||||
gint event_id;
|
||||
@ -176,9 +176,9 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640810"></a><h3>
|
||||
<a name="id2639105"></a><h3>
|
||||
<a name="GimpControllerEvent"></a>union GimpControllerEvent</h3>
|
||||
<a class="indexterm" name="id2640823"></a><pre class="programlisting">union GimpControllerEvent
|
||||
<a class="indexterm" name="id2639118"></a><pre class="programlisting">union GimpControllerEvent
|
||||
{
|
||||
GimpControllerEventType type;
|
||||
GimpControllerEventAny any;
|
||||
@ -192,18 +192,18 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640841"></a><h3>
|
||||
<a name="id2639136"></a><h3>
|
||||
<a name="GimpController-struct"></a>GimpController</h3>
|
||||
<a class="indexterm" name="id2640852"></a><pre class="programlisting">typedef struct _GimpController GimpController;</pre>
|
||||
<a class="indexterm" name="id2639147"></a><pre class="programlisting">typedef struct _GimpController GimpController;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640869"></a><h3>
|
||||
<a name="id2639164"></a><h3>
|
||||
<a name="gimp-controller-new"></a>gimp_controller_new ()</h3>
|
||||
<a class="indexterm" name="id2640881"></a><pre class="programlisting"><a href="GimpController.html" title="GimpController">GimpController</a>* gimp_controller_new (GType controller_type);</pre>
|
||||
<a class="indexterm" name="id2639176"></a><pre class="programlisting"><a href="GimpController.html" title="GimpController">GimpController</a>* gimp_controller_new (GType controller_type);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -227,9 +227,9 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640937"></a><h3>
|
||||
<a name="id2639232"></a><h3>
|
||||
<a name="gimp-controller-get-n-events"></a>gimp_controller_get_n_events ()</h3>
|
||||
<a class="indexterm" name="id2640948"></a><pre class="programlisting">gint gimp_controller_get_n_events (<a href="GimpController.html" title="GimpController">GimpController</a> *controller);</pre>
|
||||
<a class="indexterm" name="id2639243"></a><pre class="programlisting">gint gimp_controller_get_n_events (<a href="GimpController.html" title="GimpController">GimpController</a> *controller);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -253,9 +253,9 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2641005"></a><h3>
|
||||
<a name="id2639300"></a><h3>
|
||||
<a name="gimp-controller-get-event-name"></a>gimp_controller_get_event_name ()</h3>
|
||||
<a class="indexterm" name="id2641927"></a><pre class="programlisting">const gchar* gimp_controller_get_event_name (<a href="GimpController.html" title="GimpController">GimpController</a> *controller,
|
||||
<a class="indexterm" name="id2641878"></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>
|
||||
|
||||
@ -285,9 +285,9 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2642007"></a><h3>
|
||||
<a name="id2641957"></a><h3>
|
||||
<a name="gimp-controller-get-event-blurb"></a>gimp_controller_get_event_blurb ()</h3>
|
||||
<a class="indexterm" name="id2642018"></a><pre class="programlisting">const gchar* gimp_controller_get_event_blurb (<a href="GimpController.html" title="GimpController">GimpController</a> *controller,
|
||||
<a class="indexterm" name="id2641968"></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>
|
||||
|
||||
@ -317,9 +317,9 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2642097"></a><h3>
|
||||
<a name="id2642047"></a><h3>
|
||||
<a name="gimp-controller-event"></a>gimp_controller_event ()</h3>
|
||||
<a class="indexterm" name="id2642108"></a><pre class="programlisting">gboolean gimp_controller_event (<a href="GimpController.html" title="GimpController">GimpController</a> *controller,
|
||||
<a class="indexterm" name="id2642058"></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>
|
||||
|
||||
@ -349,29 +349,29 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2642188"></a><h2>Property Details</h2>
|
||||
<a name="id2642138"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2642198"></a><h3>
|
||||
<a name="id2642149"></a><h3>
|
||||
<a name="GimpController--name"></a>The "<code class="literal">name</code>" property</h3>
|
||||
<a class="indexterm" name="id2642212"></a><pre class="programlisting"> "name" gchararray : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2642163"></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="id2642236"></a><h3>
|
||||
<a name="id2642186"></a><h3>
|
||||
<a name="GimpController--state"></a>The "<code class="literal">state</code>" property</h3>
|
||||
<a class="indexterm" name="id2642250"></a><pre class="programlisting"> "state" gchararray : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2642200"></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="id2642274"></a><h2>Signal Details</h2>
|
||||
<a name="id2642225"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2642285"></a><h3>
|
||||
<a name="id2642236"></a><h3>
|
||||
<a name="GimpController-event"></a>The "event" signal</h3>
|
||||
<a class="indexterm" name="id2642293"></a><pre class="programlisting">gboolean user_function (<a href="GimpController.html" title="GimpController">GimpController</a> *gimpcontroller,
|
||||
<a class="indexterm" name="id2642244"></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>
|
||||
|
@ -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="#id2569731" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2509937" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2604606" class="shortcut">Description</a>
|
||||
<a href="#id2560661" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2598048" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2604737" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2598116" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2604804" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2598137" class="shortcut">Properties</a></nobr></td></tr>
|
||||
<a href="#id2560617" 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="id2569731"></a><span class="refentrytitle">GimpDialog</span>
|
||||
<a name="id2509937"></a><span class="refentrytitle">GimpDialog</span>
|
||||
</h2>
|
||||
<p>GimpDialog — 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
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2598048"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2604737"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -104,13 +104,13 @@ void <a href="GimpDialog.html#gimp-dialogs-show-help-button">gimp
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2598116"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2604804"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpDialog implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2598137"></a><h2>Properties</h2>
|
||||
<a name="id2560617"></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="id2604606"></a><h2>Description</h2>
|
||||
<a name="id2560661"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2604622"></a><h2>Details</h2>
|
||||
<a name="id2560677"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604632"></a><h3>
|
||||
<a name="id2560687"></a><h3>
|
||||
<a name="GimpDialog-struct"></a>GimpDialog</h3>
|
||||
<a class="indexterm" name="id2604645"></a><pre class="programlisting">typedef struct _GimpDialog GimpDialog;</pre>
|
||||
<a class="indexterm" name="id2560700"></a><pre class="programlisting">typedef struct _GimpDialog GimpDialog;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604660"></a><h3>
|
||||
<a name="id2560715"></a><h3>
|
||||
<a name="gimp-dialog-new"></a>gimp_dialog_new ()</h3>
|
||||
<a class="indexterm" name="id2604672"></a><pre class="programlisting">GtkWidget* gimp_dialog_new (const gchar *title,
|
||||
<a class="indexterm" name="id2560727"></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="id2600436"></a><h3>
|
||||
<a name="id2605002"></a><h3>
|
||||
<a name="gimp-dialog-new-valist"></a>gimp_dialog_new_valist ()</h3>
|
||||
<a class="indexterm" name="id2600448"></a><pre class="programlisting">GtkWidget* gimp_dialog_new_valist (const gchar *title,
|
||||
<a class="indexterm" name="id2605013"></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="id2608104"></a><h3>
|
||||
<a name="id2608110"></a><h3>
|
||||
<a name="gimp-dialog-add-button"></a>gimp_dialog_add_button ()</h3>
|
||||
<a class="indexterm" name="id2608115"></a><pre class="programlisting">GtkWidget* gimp_dialog_add_button (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
|
||||
<a class="indexterm" name="id2608122"></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="id2608236"></a><h3>
|
||||
<a name="id2608243"></a><h3>
|
||||
<a name="gimp-dialog-add-buttons"></a>gimp_dialog_add_buttons ()</h3>
|
||||
<a class="indexterm" name="id2608248"></a><pre class="programlisting">void gimp_dialog_add_buttons (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
|
||||
<a class="indexterm" name="id2608254"></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="id2608344"></a><h3>
|
||||
<a name="id2608351"></a><h3>
|
||||
<a name="gimp-dialog-add-buttons-valist"></a>gimp_dialog_add_buttons_valist ()</h3>
|
||||
<a class="indexterm" name="id2608358"></a><pre class="programlisting">void gimp_dialog_add_buttons_valist (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
|
||||
<a class="indexterm" name="id2608364"></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="id2608422"></a><h3>
|
||||
<a name="id2608450"></a><h3>
|
||||
<a name="gimp-dialog-run"></a>gimp_dialog_run ()</h3>
|
||||
<a class="indexterm" name="id2608432"></a><pre class="programlisting">gint gimp_dialog_run (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog);</pre>
|
||||
<a class="indexterm" name="id2608463"></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>
|
||||
@ -400,9 +400,9 @@ does not make the dialog modal while the <span class="type">GMainLoop</span> is
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608508"></a><h3>
|
||||
<a name="id2608549"></a><h3>
|
||||
<a name="gimp-dialogs-show-help-button"></a>gimp_dialogs_show_help_button ()</h3>
|
||||
<a class="indexterm" name="id2608523"></a><pre class="programlisting">void gimp_dialogs_show_help_button (gboolean show);</pre>
|
||||
<a class="indexterm" name="id2608564"></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="id2608576"></a><h2>Property Details</h2>
|
||||
<a name="id2608624"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608586"></a><h3>
|
||||
<a name="id2608635"></a><h3>
|
||||
<a name="GimpDialog--help-func"></a>The "<code class="literal">help-func</code>" property</h3>
|
||||
<a class="indexterm" name="id2608598"></a><pre class="programlisting"> "help-func" gpointer : Read / Write / Construct Only</pre>
|
||||
<a class="indexterm" name="id2608649"></a><pre class="programlisting"> "help-func" gpointer : Read / Write / Construct Only</pre>
|
||||
<p></p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608618"></a><h3>
|
||||
<a name="id2608670"></a><h3>
|
||||
<a name="GimpDialog--help-id"></a>The "<code class="literal">help-id</code>" property</h3>
|
||||
<a class="indexterm" name="id2608630"></a><pre class="programlisting"> "help-id" gchararray : Read / Write / Construct Only</pre>
|
||||
<a class="indexterm" name="id2608685"></a><pre class="programlisting"> "help-id" gchararray : Read / Write / Construct Only</pre>
|
||||
<p></p>
|
||||
<p>Default value: NULL</p>
|
||||
</div>
|
||||
|
@ -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="#id2581703" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2598345" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2563274" class="shortcut">Description</a>
|
||||
<a href="#id2601021" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2607179" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2569020" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2607247" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2569088" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2563245" class="shortcut">Properties</a></nobr></td></tr>
|
||||
<a href="#id2600991" 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="id2581703"></a><span class="refentrytitle">GimpEnumComboBox</span>
|
||||
<a name="id2598345"></a><span class="refentrytitle">GimpEnumComboBox</span>
|
||||
</h2>
|
||||
<p>GimpEnumComboBox</p>
|
||||
</td>
|
||||
@ -70,7 +70,7 @@ void <a href="GimpEnumComboBox.html#gimp-enum-combo-box-set-stock
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2607179"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2569020"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -85,39 +85,39 @@ void <a href="GimpEnumComboBox.html#gimp-enum-combo-box-set-stock
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2607247"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2569088"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpEnumComboBox implements
|
||||
AtkImplementorIface, GtkCellEditable and GtkCellLayout.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2563245"></a><h2>Properties</h2>
|
||||
<a name="id2600991"></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="id2563274"></a><h2>Description</h2>
|
||||
<a name="id2601021"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2563290"></a><h2>Details</h2>
|
||||
<a name="id2601036"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2563301"></a><h3>
|
||||
<a name="id2601047"></a><h3>
|
||||
<a name="GimpEnumComboBox-struct"></a>GimpEnumComboBox</h3>
|
||||
<a class="indexterm" name="id2563313"></a><pre class="programlisting">typedef struct _GimpEnumComboBox GimpEnumComboBox;</pre>
|
||||
<a class="indexterm" name="id2601059"></a><pre class="programlisting">typedef struct _GimpEnumComboBox GimpEnumComboBox;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2563329"></a><h3>
|
||||
<a name="id2601075"></a><h3>
|
||||
<a name="gimp-enum-combo-box-new"></a>gimp_enum_combo_box_new ()</h3>
|
||||
<a class="indexterm" name="id2563343"></a><pre class="programlisting">GtkWidget* gimp_enum_combo_box_new (GType enum_type);</pre>
|
||||
<a class="indexterm" name="id2601089"></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
|
||||
@ -155,9 +155,9 @@ own <a href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEn
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605041"></a><h3>
|
||||
<a name="id2605423"></a><h3>
|
||||
<a name="gimp-enum-combo-box-new-with-model"></a>gimp_enum_combo_box_new_with_model ()</h3>
|
||||
<a class="indexterm" name="id2605054"></a><pre class="programlisting">GtkWidget* gimp_enum_combo_box_new_with_model (<a href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> *enum_store);</pre>
|
||||
<a class="indexterm" name="id2605437"></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>
|
||||
<p>
|
||||
@ -184,9 +184,9 @@ Creates a <span class="type">GtkComboBox</span> for the given <em class="paramet
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605380"></a><h3>
|
||||
<a name="id2605532"></a><h3>
|
||||
<a name="gimp-enum-combo-box-set-stock-prefix"></a>gimp_enum_combo_box_set_stock_prefix ()</h3>
|
||||
<a class="indexterm" name="id2605395"></a><pre class="programlisting">void gimp_enum_combo_box_set_stock_prefix
|
||||
<a class="indexterm" name="id2605548"></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>
|
||||
@ -215,11 +215,11 @@ Attempts to create stock icons for all items in the <em class="parameter"><code>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2605506"></a><h2>Property Details</h2>
|
||||
<a name="id2559903"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605517"></a><h3>
|
||||
<a name="id2559914"></a><h3>
|
||||
<a name="GimpEnumComboBox--model"></a>The "<code class="literal">model</code>" property</h3>
|
||||
<a class="indexterm" name="id2605530"></a><pre class="programlisting"> "model" <a href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> : Read / Write</pre>
|
||||
<a class="indexterm" name="id2559928"></a><pre class="programlisting"> "model" <a href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> : Read / Write</pre>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -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="#id2577775" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2570407" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2607668" class="shortcut">Description</a>
|
||||
<a href="#id2561456" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2607592" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2561380" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2607647" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
|
||||
<a href="#id2561435" 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="id2577775"></a><span class="refentrytitle">GimpEnumLabel</span>
|
||||
<a name="id2570407"></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_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2607592"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2561380"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -80,32 +80,32 @@ void <a href="GimpEnumLabel.html#gimp-enum-label-set-value">gimp_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2607647"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2561435"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpEnumLabel implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2607668"></a><h2>Description</h2>
|
||||
<a name="id2561456"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2607684"></a><h2>Details</h2>
|
||||
<a name="id2561472"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2607695"></a><h3>
|
||||
<a name="id2561483"></a><h3>
|
||||
<a name="GimpEnumLabel-struct"></a>GimpEnumLabel</h3>
|
||||
<a class="indexterm" name="id2562865"></a><pre class="programlisting">typedef struct _GimpEnumLabel GimpEnumLabel;</pre>
|
||||
<a class="indexterm" name="id2561494"></a><pre class="programlisting">typedef struct _GimpEnumLabel GimpEnumLabel;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2562882"></a><h3>
|
||||
<a name="id2574493"></a><h3>
|
||||
<a name="gimp-enum-label-new"></a>gimp_enum_label_new ()</h3>
|
||||
<a class="indexterm" name="id2562896"></a><pre class="programlisting">GtkWidget* gimp_enum_label_new (GType enum_type,
|
||||
<a class="indexterm" name="id2574508"></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="id2563000"></a><h3>
|
||||
<a name="id2574611"></a><h3>
|
||||
<a name="gimp-enum-label-set-value"></a>gimp_enum_label_set_value ()</h3>
|
||||
<a class="indexterm" name="id2563013"></a><pre class="programlisting">void gimp_enum_label_set_value (<a href="GimpEnumLabel.html" title="GimpEnumLabel">GimpEnumLabel</a> *label,
|
||||
<a class="indexterm" name="id2574625"></a><pre class="programlisting">void gimp_enum_label_set_value (<a href="GimpEnumLabel.html" title="GimpEnumLabel">GimpEnumLabel</a> *label,
|
||||
gint value);</pre>
|
||||
<p>
|
||||
</p>
|
||||
|
@ -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="#id2584090" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2556898" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2604173" class="shortcut">Description</a>
|
||||
<a href="#id2603075" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2607820" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2559374" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2604102" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2603004" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2604142" class="shortcut">Properties</a></nobr></td></tr>
|
||||
<a href="#id2603044" 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="id2584090"></a><span class="refentrytitle">GimpEnumStore</span>
|
||||
<a name="id2556898"></a><span class="refentrytitle">GimpEnumStore</span>
|
||||
</h2>
|
||||
<p>GimpEnumStore</p>
|
||||
</td>
|
||||
@ -78,7 +78,7 @@ void <a href="GimpEnumStore.html#gimp-enum-store-set-stock-prefix
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2607820"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2559374"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -88,39 +88,39 @@ void <a href="GimpEnumStore.html#gimp-enum-store-set-stock-prefix
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2604102"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2603004"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpEnumStore implements
|
||||
GtkTreeModel, GtkTreeDragSource, GtkTreeDragDest and GtkTreeSortable.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2604142"></a><h2>Properties</h2>
|
||||
<a name="id2603044"></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="id2604173"></a><h2>Description</h2>
|
||||
<a name="id2603075"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2604189"></a><h2>Details</h2>
|
||||
<a name="id2603091"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604200"></a><h3>
|
||||
<a name="id2603102"></a><h3>
|
||||
<a name="GimpEnumStore-struct"></a>GimpEnumStore</h3>
|
||||
<a class="indexterm" name="id2604211"></a><pre class="programlisting">typedef struct _GimpEnumStore GimpEnumStore;</pre>
|
||||
<a class="indexterm" name="id2603113"></a><pre class="programlisting">typedef struct _GimpEnumStore GimpEnumStore;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604228"></a><h3>
|
||||
<a name="id2603130"></a><h3>
|
||||
<a name="gimp-enum-store-new"></a>gimp_enum_store_new ()</h3>
|
||||
<a class="indexterm" name="id2604242"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new (GType enum_type);</pre>
|
||||
<a class="indexterm" name="id2603144"></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
|
||||
@ -149,9 +149,9 @@ system and should have translatable value names.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596909"></a><h3>
|
||||
<a name="id2595781"></a><h3>
|
||||
<a name="gimp-enum-store-new-with-range"></a>gimp_enum_store_new_with_range ()</h3>
|
||||
<a class="indexterm" name="id2596923"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_range (GType enum_type,
|
||||
<a class="indexterm" name="id2595794"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_range (GType enum_type,
|
||||
gint minimum,
|
||||
gint maximum);</pre>
|
||||
<p>
|
||||
@ -192,9 +192,9 @@ to limit the enum values to a certain range. Values smaller than
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2593243"></a><h3>
|
||||
<a name="id2605874"></a><h3>
|
||||
<a name="gimp-enum-store-new-with-values"></a>gimp_enum_store_new_with_values ()</h3>
|
||||
<a class="indexterm" name="id2593256"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_values (GType enum_type,
|
||||
<a class="indexterm" name="id2605890"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_values (GType enum_type,
|
||||
gint n_values,
|
||||
...);</pre>
|
||||
<p>
|
||||
@ -235,9 +235,9 @@ store.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2593399"></a><h3>
|
||||
<a name="id2606032"></a><h3>
|
||||
<a name="gimp-enum-store-new-with-values-valist"></a>gimp_enum_store_new_with_values_valist ()</h3>
|
||||
<a class="indexterm" name="id2593413"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_values_valist
|
||||
<a class="indexterm" name="id2606046"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_values_valist
|
||||
(GType enum_type,
|
||||
gint n_values,
|
||||
va_list args);</pre>
|
||||
@ -277,9 +277,9 @@ See <a href="GimpEnumStore.html#gimp-enum-store-new-with-values"><code class="fu
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609135"></a><h3>
|
||||
<a name="id2596160"></a><h3>
|
||||
<a name="gimp-enum-store-set-stock-prefix"></a>gimp_enum_store_set_stock_prefix ()</h3>
|
||||
<a class="indexterm" name="id2609149"></a><pre class="programlisting">void gimp_enum_store_set_stock_prefix (<a href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> *store,
|
||||
<a class="indexterm" name="id2596176"></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>
|
||||
Creates a stock ID for each enum value in the <em class="parameter"><code>store</code></em> by appending
|
||||
@ -310,11 +310,11 @@ See also: <a href="GimpEnumComboBox.html#gimp-enum-combo-box-set-stock-prefix"><
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2609258"></a><h2>Property Details</h2>
|
||||
<a name="id2596292"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609268"></a><h3>
|
||||
<a name="id2596302"></a><h3>
|
||||
<a name="GimpEnumStore--enum-type"></a>The "<code class="literal">enum-type</code>" property</h3>
|
||||
<a class="indexterm" name="id2609282"></a><pre class="programlisting"> "enum-type" GType : Read / Write / Construct Only</pre>
|
||||
<a class="indexterm" name="id2596316"></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>
|
||||
|
@ -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="#id2561372" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2556309" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2602376" class="shortcut">Description</a>
|
||||
<a href="#id2589123" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2558656" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2562993" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2558717" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2563054" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2602351" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2589098" 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="id2561372"></a><span class="refentrytitle">GimpFileEntry</span>
|
||||
<a name="id2556309"></a><span class="refentrytitle">GimpFileEntry</span>
|
||||
</h2>
|
||||
<p>GimpFileEntry — Widget for entering a filename.</p>
|
||||
</td>
|
||||
@ -72,7 +72,7 @@ void <a href="GimpFileEntry.html#gimp-file-entry-set-filename">gi
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2558656"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2562993"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -86,20 +86,20 @@ void <a href="GimpFileEntry.html#gimp-file-entry-set-filename">gi
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2558717"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2563054"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpFileEntry implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2602351"></a><h2>Signals</h2>
|
||||
<a name="id2589098"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpFileEntry.html#GimpFileEntry-filename-changed">filename-changed</a>" : Run First
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2602376"></a><h2>Description</h2>
|
||||
<a name="id2589123"></a><h2>Description</h2>
|
||||
<p>
|
||||
This widget is used to enter filenames or directories.
|
||||
</p>
|
||||
@ -122,11 +122,11 @@ will be emitted.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2602464"></a><h2>Details</h2>
|
||||
<a name="id2589210"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602475"></a><h3>
|
||||
<a name="id2589221"></a><h3>
|
||||
<a name="GimpFileEntry-struct"></a>GimpFileEntry</h3>
|
||||
<a class="indexterm" name="id2602486"></a><pre class="programlisting">typedef struct _GimpFileEntry GimpFileEntry;</pre>
|
||||
<a class="indexterm" name="id2589233"></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>
|
||||
@ -137,9 +137,9 @@ will be emitted.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602903"></a><h3>
|
||||
<a name="id2609881"></a><h3>
|
||||
<a name="gimp-file-entry-new"></a>gimp_file_entry_new ()</h3>
|
||||
<a class="indexterm" name="id2602916"></a><pre class="programlisting">GtkWidget* gimp_file_entry_new (const gchar *title,
|
||||
<a class="indexterm" name="id2609896"></a><pre class="programlisting">GtkWidget* gimp_file_entry_new (const gchar *title,
|
||||
const gchar *filename,
|
||||
gboolean dir_only,
|
||||
gboolean check_valid);</pre>
|
||||
@ -186,9 +186,9 @@ You should use <span class="type">GtkFileChooserButton</span> instead.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603095"></a><h3>
|
||||
<a name="id2610074"></a><h3>
|
||||
<a name="gimp-file-entry-get-filename"></a>gimp_file_entry_get_filename ()</h3>
|
||||
<a class="indexterm" name="id2603108"></a><pre class="programlisting">gchar* gimp_file_entry_get_filename (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry);</pre>
|
||||
<a class="indexterm" name="id2610088"></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>
|
||||
@ -216,9 +216,9 @@ Note that you have to <code class="function">g_free()</code> the returned string
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605882"></a><h3>
|
||||
<a name="id2559989"></a><h3>
|
||||
<a name="gimp-file-entry-set-filename"></a>gimp_file_entry_set_filename ()</h3>
|
||||
<a class="indexterm" name="id2605895"></a><pre class="programlisting">void gimp_file_entry_set_filename (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry,
|
||||
<a class="indexterm" name="id2560003"></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>
|
||||
@ -249,11 +249,11 @@ name.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2606015"></a><h2>Signal Details</h2>
|
||||
<a name="id2560122"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606026"></a><h3>
|
||||
<a name="id2560133"></a><h3>
|
||||
<a name="GimpFileEntry-filename-changed"></a>The "filename-changed" signal</h3>
|
||||
<a class="indexterm" name="id2606036"></a><pre class="programlisting">void user_function (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *arg0,
|
||||
<a class="indexterm" name="id2560143"></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>
|
||||
@ -270,7 +270,7 @@ This signal is emitted whenever the user changes the filename.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2606096"></a><h2>See Also</h2>
|
||||
<a name="id2560203"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<a href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a>
|
||||
</p>
|
||||
|
@ -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="#id2571130" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2580869" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2609536" class="shortcut">Description</a>
|
||||
<a href="#id2560305" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2564252" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2610559" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2564312" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2560242" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2564333" class="shortcut">Style Properties</a></nobr></td></tr>
|
||||
<a href="#id2560263" 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="id2571130"></a><span class="refentrytitle">GimpFrame</span>
|
||||
<a name="id2580869"></a><span class="refentrytitle">GimpFrame</span>
|
||||
</h2>
|
||||
<p>GimpFrame — 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="id2564252"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2610559"></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="id2564312"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2560242"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpFrame implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2564333"></a><h2>Style Properties</h2>
|
||||
<a name="id2560263"></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="id2609536"></a><h2>Description</h2>
|
||||
<a name="id2560305"></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="id2609560"></a><h2>Details</h2>
|
||||
<a name="id2560328"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609570"></a><h3>
|
||||
<a name="id2560339"></a><h3>
|
||||
<a name="GimpFrame-struct"></a>GimpFrame</h3>
|
||||
<a class="indexterm" name="id2609583"></a><pre class="programlisting">typedef struct _GimpFrame GimpFrame;</pre>
|
||||
<a class="indexterm" name="id2560352"></a><pre class="programlisting">typedef struct _GimpFrame GimpFrame;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609598"></a><h3>
|
||||
<a name="id2606858"></a><h3>
|
||||
<a name="gimp-frame-new"></a>gimp_frame_new ()</h3>
|
||||
<a class="indexterm" name="id2609613"></a><pre class="programlisting">GtkWidget* gimp_frame_new (const gchar *label);</pre>
|
||||
<a class="indexterm" name="id2606872"></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="id2602792"></a><h2>Style Property Details</h2>
|
||||
<a name="id2606983"></a><h2>Style Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602802"></a><h3>
|
||||
<a name="id2606993"></a><h3>
|
||||
<a name="GimpFrame--label-bold"></a>The "<code class="literal">label-bold</code>" style property</h3>
|
||||
<a class="indexterm" name="id2602816"></a><pre class="programlisting"> "label-bold" gboolean : Read</pre>
|
||||
<a class="indexterm" name="id2607007"></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="id2602839"></a><h3>
|
||||
<a name="id2611077"></a><h3>
|
||||
<a name="GimpFrame--label-spacing"></a>The "<code class="literal">label-spacing</code>" style property</h3>
|
||||
<a class="indexterm" name="id2602853"></a><pre class="programlisting"> "label-spacing" gint : Read</pre>
|
||||
<a class="indexterm" name="id2611091"></a><pre class="programlisting"> "label-spacing" gint : Read</pre>
|
||||
<p></p>
|
||||
<p>Allowed values: >= 0</p>
|
||||
<p>Default value: 6</p>
|
||||
|
@ -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="#id2559955" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2586520" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2612088" class="shortcut">Description</a>
|
||||
<a href="#id2609263" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2565167" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2585170" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2612024" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2609198" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2612058" class="shortcut">Properties</a></nobr></td></tr>
|
||||
<a href="#id2609232" 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="id2559955"></a><span class="refentrytitle">GimpIntComboBox</span>
|
||||
<a name="id2586520"></a><span class="refentrytitle">GimpIntComboBox</span>
|
||||
</h2>
|
||||
<p>GimpIntComboBox — A widget providing a popup menu of integer values (e.g. enums).</p>
|
||||
</td>
|
||||
@ -91,7 +91,7 @@ void <a href="GimpIntComboBox.html#gimp-int-combo-box-set-sensiti
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2565167"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2585170"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -106,39 +106,39 @@ void <a href="GimpIntComboBox.html#gimp-int-combo-box-set-sensiti
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2612024"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2609198"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpIntComboBox implements
|
||||
AtkImplementorIface, GtkCellEditable and GtkCellLayout.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2612058"></a><h2>Properties</h2>
|
||||
<a name="id2609232"></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="id2612088"></a><h2>Description</h2>
|
||||
<a name="id2609263"></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="id2612105"></a><h2>Details</h2>
|
||||
<a name="id2609280"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612116"></a><h3>
|
||||
<a name="id2609290"></a><h3>
|
||||
<a name="GimpIntComboBox-struct"></a>GimpIntComboBox</h3>
|
||||
<a class="indexterm" name="id2612128"></a><pre class="programlisting">typedef struct _GimpIntComboBox GimpIntComboBox;</pre>
|
||||
<a class="indexterm" name="id2609302"></a><pre class="programlisting">typedef struct _GimpIntComboBox GimpIntComboBox;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612144"></a><h3>
|
||||
<a name="id2609318"></a><h3>
|
||||
<a name="GimpIntSensitivityFunc"></a>GimpIntSensitivityFunc ()</h3>
|
||||
<a class="indexterm" name="id2612155"></a><pre class="programlisting">gboolean (*GimpIntSensitivityFunc) (gint value,
|
||||
<a class="indexterm" name="id2609330"></a><pre class="programlisting">gboolean (*GimpIntSensitivityFunc) (gint value,
|
||||
gpointer data);</pre>
|
||||
<p>
|
||||
|
||||
@ -168,9 +168,9 @@ A widget providing a popup menu of integer values (e.g. enums).
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612233"></a><h3>
|
||||
<a name="id2609407"></a><h3>
|
||||
<a name="gimp-int-combo-box-new"></a>gimp_int_combo_box_new ()</h3>
|
||||
<a class="indexterm" name="id2612246"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new (const gchar *first_label,
|
||||
<a class="indexterm" name="id2609421"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new (const gchar *first_label,
|
||||
gint first_value,
|
||||
...);</pre>
|
||||
<p>
|
||||
@ -215,9 +215,9 @@ g_object_new (GIMP_TYPE_INT_COMBO_BOX, NULL).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564018"></a><h3>
|
||||
<a name="id2610263"></a><h3>
|
||||
<a name="gimp-int-combo-box-new-valist"></a>gimp_int_combo_box_new_valist ()</h3>
|
||||
<a class="indexterm" name="id2564032"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new_valist (const gchar *first_label,
|
||||
<a class="indexterm" name="id2610278"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new_valist (const gchar *first_label,
|
||||
gint first_value,
|
||||
va_list values);</pre>
|
||||
<p>
|
||||
@ -257,9 +257,9 @@ label/value pairs. Probably only useful for language bindings.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564160"></a><h3>
|
||||
<a name="id2614206"></a><h3>
|
||||
<a name="gimp-int-combo-box-new-array"></a>gimp_int_combo_box_new_array ()</h3>
|
||||
<a class="indexterm" name="id2614214"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new_array (gint n_values,
|
||||
<a class="indexterm" name="id2614220"></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.
|
||||
@ -293,9 +293,9 @@ The array indices are used as values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614316"></a><h3>
|
||||
<a name="id2614322"></a><h3>
|
||||
<a name="gimp-int-combo-box-prepend"></a>gimp_int_combo_box_prepend ()</h3>
|
||||
<a class="indexterm" name="id2614329"></a><pre class="programlisting">void gimp_int_combo_box_prepend (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
<a class="indexterm" name="id2614335"></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
|
||||
@ -327,9 +327,9 @@ The column number must be taken from the enum <a href="GimpIntStore.html#GimpInt
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614444"></a><h3>
|
||||
<a name="id2614449"></a><h3>
|
||||
<a name="gimp-int-combo-box-append"></a>gimp_int_combo_box_append ()</h3>
|
||||
<a class="indexterm" name="id2614459"></a><pre class="programlisting">void gimp_int_combo_box_append (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
<a class="indexterm" name="id2614463"></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
|
||||
@ -361,9 +361,9 @@ The column number must be taken from the enum <a href="GimpIntStore.html#GimpInt
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614574"></a><h3>
|
||||
<a name="id2614578"></a><h3>
|
||||
<a name="gimp-int-combo-box-set-active"></a>gimp_int_combo_box_set_active ()</h3>
|
||||
<a class="indexterm" name="id2614589"></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="id2614594"></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
|
||||
@ -398,9 +398,9 @@ selected item in the <em class="parameter"><code>combo_box</code></em>.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614718"></a><h3>
|
||||
<a name="id2614722"></a><h3>
|
||||
<a name="gimp-int-combo-box-get-active"></a>gimp_int_combo_box_get_active ()</h3>
|
||||
<a class="indexterm" name="id2614733"></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="id2614738"></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>
|
||||
@ -434,9 +434,9 @@ Retrieves the value of the selected (active) item in the <em class="parameter"><
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614862"></a><h3>
|
||||
<a name="id2614866"></a><h3>
|
||||
<a name="gimp-int-combo-box-connect"></a>gimp_int_combo_box_connect ()</h3>
|
||||
<a class="indexterm" name="id2614876"></a><pre class="programlisting">gulong gimp_int_combo_box_connect (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
<a class="indexterm" name="id2614880"></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>
|
||||
@ -492,9 +492,9 @@ href="../libgimp/libgimp-GimpItemComboBox.html#gimp-drawable-combo-box-new"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615101"></a><h3>
|
||||
<a name="id2615105"></a><h3>
|
||||
<a name="gimp-int-combo-box-set-sensitivity"></a>gimp_int_combo_box_set_sensitivity ()</h3>
|
||||
<a class="indexterm" name="id2615118"></a><pre class="programlisting">void gimp_int_combo_box_set_sensitivity (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
<a class="indexterm" name="id2615122"></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,
|
||||
GDestroyNotify destroy);</pre>
|
||||
@ -539,11 +539,11 @@ sensitivity to be updated.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2615296"></a><h2>Property Details</h2>
|
||||
<a name="id2615299"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615306"></a><h3>
|
||||
<a name="id2615310"></a><h3>
|
||||
<a name="GimpIntComboBox--ellipsize"></a>The "<code class="literal">ellipsize</code>" property</h3>
|
||||
<a class="indexterm" name="id2615320"></a><pre class="programlisting"> "ellipsize" PangoEllipsizeMode : Read / Write</pre>
|
||||
<a class="indexterm" name="id2615324"></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
|
||||
|
@ -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="#id2569041" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2585239" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2610326" class="shortcut">Description</a>
|
||||
<a href="#id2610526" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2610218" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2610417" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2610255" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2610455" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2610296" class="shortcut">Properties</a></nobr></td></tr>
|
||||
<a href="#id2610495" 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="id2569041"></a><span class="refentrytitle">GimpIntStore</span>
|
||||
<a name="id2585239"></a><span class="refentrytitle">GimpIntStore</span>
|
||||
</h2>
|
||||
<p>GimpIntStore — 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">g
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2610218"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2610417"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -80,39 +80,39 @@ gboolean <a href="GimpIntStore.html#gimp-int-store-lookup-by-value">g
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2610255"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2610455"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpIntStore implements
|
||||
GtkTreeModel, GtkTreeDragSource, GtkTreeDragDest and GtkTreeSortable.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2610296"></a><h2>Properties</h2>
|
||||
<a name="id2610495"></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="id2610326"></a><h2>Description</h2>
|
||||
<a name="id2610526"></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="id2613814"></a><h2>Details</h2>
|
||||
<a name="id2596362"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2613825"></a><h3>
|
||||
<a name="id2596372"></a><h3>
|
||||
<a name="GimpIntStore-struct"></a>GimpIntStore</h3>
|
||||
<a class="indexterm" name="id2613838"></a><pre class="programlisting">typedef struct _GimpIntStore GimpIntStore;</pre>
|
||||
<a class="indexterm" name="id2596385"></a><pre class="programlisting">typedef struct _GimpIntStore GimpIntStore;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2613853"></a><h3>
|
||||
<a name="id2596400"></a><h3>
|
||||
<a name="GimpIntStoreColumns"></a>enum GimpIntStoreColumns</h3>
|
||||
<a class="indexterm" name="id2613866"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2596413"></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="id2613884"></a><h3>
|
||||
<a name="id2596431"></a><h3>
|
||||
<a name="gimp-int-store-new"></a>gimp_int_store_new ()</h3>
|
||||
<a class="indexterm" name="id2613898"></a><pre class="programlisting">GtkListStore* gimp_int_store_new (void);</pre>
|
||||
<a class="indexterm" name="id2596446"></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="id2613489"></a><h3>
|
||||
<a name="id2596516"></a><h3>
|
||||
<a name="gimp-int-store-lookup-by-value"></a>gimp_int_store_lookup_by_value ()</h3>
|
||||
<a class="indexterm" name="id2613502"></a><pre class="programlisting">gboolean gimp_int_store_lookup_by_value (GtkTreeModel *model,
|
||||
<a class="indexterm" name="id2612869"></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="id2613670"></a><h2>Property Details</h2>
|
||||
<a name="id2613037"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2613680"></a><h3>
|
||||
<a name="id2613047"></a><h3>
|
||||
<a name="GimpIntStore--user-data-type"></a>The "<code class="literal">user-data-type</code>" property</h3>
|
||||
<a class="indexterm" name="id2613694"></a><pre class="programlisting"> "user-data-type" GType : Read / Write / Construct Only</pre>
|
||||
<a class="indexterm" name="id2613061"></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>
|
||||
|
@ -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="#id2557702" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2607042" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2615519" class="shortcut">Description</a>
|
||||
<a href="#id2615523" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2615412" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2615416" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2615473" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2615476" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2615494" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2615498" 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="id2557702"></a><span class="refentrytitle">GimpMemsizeEntry</span>
|
||||
<a name="id2607042"></a><span class="refentrytitle">GimpMemsizeEntry</span>
|
||||
</h2>
|
||||
<p>GimpMemsizeEntry — 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"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2615412"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2615416"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -85,20 +85,20 @@ guint64 <a href="GimpMemsizeEntry.html#gimp-memsize-entry-get-value"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2615473"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2615476"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpMemsizeEntry implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2615494"></a><h2>Signals</h2>
|
||||
<a name="id2615498"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpMemsizeEntry.html#GimpMemsizeEntry-value-changed">value-changed</a>" : Run First
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2615519"></a><h2>Description</h2>
|
||||
<a name="id2615523"></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
|
||||
@ -106,20 +106,20 @@ Kilobytes, Megabytes and Gigabytes. Used in the GIMP preferences dialog.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2615545"></a><h2>Details</h2>
|
||||
<a name="id2615549"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615556"></a><h3>
|
||||
<a name="id2615560"></a><h3>
|
||||
<a name="GimpMemsizeEntry-struct"></a>GimpMemsizeEntry</h3>
|
||||
<a class="indexterm" name="id2615568"></a><pre class="programlisting">typedef struct _GimpMemsizeEntry GimpMemsizeEntry;</pre>
|
||||
<a class="indexterm" name="id2615571"></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="id2615591"></a><h3>
|
||||
<a name="id2615595"></a><h3>
|
||||
<a name="gimp-memsize-entry-new"></a>gimp_memsize_entry_new ()</h3>
|
||||
<a class="indexterm" name="id2615602"></a><pre class="programlisting">GtkWidget* gimp_memsize_entry_new (guint64 value,
|
||||
<a class="indexterm" name="id2615606"></a><pre class="programlisting">GtkWidget* gimp_memsize_entry_new (guint64 value,
|
||||
guint64 lower,
|
||||
guint64 upper);</pre>
|
||||
<p>
|
||||
@ -156,9 +156,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="id2613325"></a><h3>
|
||||
<a name="id2610779"></a><h3>
|
||||
<a name="gimp-memsize-entry-set-value"></a>gimp_memsize_entry_set_value ()</h3>
|
||||
<a class="indexterm" name="id2613336"></a><pre class="programlisting">void gimp_memsize_entry_set_value (<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *entry,
|
||||
<a class="indexterm" name="id2610790"></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
|
||||
@ -184,9 +184,9 @@ the value to full Kilobytes.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2613427"></a><h3>
|
||||
<a name="id2610881"></a><h3>
|
||||
<a name="gimp-memsize-entry-get-value"></a>gimp_memsize_entry_get_value ()</h3>
|
||||
<a class="indexterm" name="id2613438"></a><pre class="programlisting">guint64 gimp_memsize_entry_get_value (<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *entry);</pre>
|
||||
<a class="indexterm" name="id2610894"></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>
|
||||
@ -210,11 +210,11 @@ Retrieves the current value from a <a href="GimpMemsizeEntry.html" title="GimpMe
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2610383"></a><h2>Signal Details</h2>
|
||||
<a name="id2613251"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2610394"></a><h3>
|
||||
<a name="id2613262"></a><h3>
|
||||
<a name="GimpMemsizeEntry-value-changed"></a>The "value-changed" signal</h3>
|
||||
<a class="indexterm" name="id2610402"></a><pre class="programlisting">void user_function (<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *gimpmemsizeentry,
|
||||
<a class="indexterm" name="id2613271"></a><pre class="programlisting">void user_function (<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *gimpmemsizeentry,
|
||||
gpointer user_data) : Run First</pre>
|
||||
<p>
|
||||
|
||||
|
@ -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="#id2599762" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2509970" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2609843" class="shortcut">Description</a>
|
||||
<a href="#id2613625" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2612348" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2613431" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2609796" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2613480" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2609818" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2613600" 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="id2599762"></a><span class="refentrytitle">GimpOffsetArea</span>
|
||||
<a name="id2509970"></a><span class="refentrytitle">GimpOffsetArea</span>
|
||||
</h2>
|
||||
<p>GimpOffsetArea — Widget to control image offsets.</p>
|
||||
</td>
|
||||
@ -75,7 +75,7 @@ void <a href="GimpOffsetArea.html#gimp-offset-area-set-pixbuf">gi
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2612348"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2613431"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -87,39 +87,39 @@ void <a href="GimpOffsetArea.html#gimp-offset-area-set-pixbuf">gi
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2609796"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2613480"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpOffsetArea implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2609818"></a><h2>Signals</h2>
|
||||
<a name="id2613600"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpOffsetArea.html#GimpOffsetArea-offsets-changed">offsets-changed</a>" : Run First
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2609843"></a><h2>Description</h2>
|
||||
<a name="id2613625"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2609858"></a><h2>Details</h2>
|
||||
<a name="id2613641"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609869"></a><h3>
|
||||
<a name="id2613652"></a><h3>
|
||||
<a name="GimpOffsetArea-struct"></a>GimpOffsetArea</h3>
|
||||
<a class="indexterm" name="id2609881"></a><pre class="programlisting">typedef struct _GimpOffsetArea GimpOffsetArea;</pre>
|
||||
<a class="indexterm" name="id2613663"></a><pre class="programlisting">typedef struct _GimpOffsetArea GimpOffsetArea;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609897"></a><h3>
|
||||
<a name="id2613680"></a><h3>
|
||||
<a name="gimp-offset-area-new"></a>gimp_offset_area_new ()</h3>
|
||||
<a class="indexterm" name="id2609908"></a><pre class="programlisting">GtkWidget* gimp_offset_area_new (gint orig_width,
|
||||
<a class="indexterm" name="id2613691"></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
|
||||
@ -151,9 +151,9 @@ specify the new offsets.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611518"></a><h3>
|
||||
<a name="id2611179"></a><h3>
|
||||
<a name="gimp-offset-area-set-size"></a>gimp_offset_area_set_size ()</h3>
|
||||
<a class="indexterm" name="id2611529"></a><pre class="programlisting">void gimp_offset_area_set_size (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
|
||||
<a class="indexterm" name="id2611190"></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>
|
||||
@ -186,9 +186,9 @@ signal is emitted.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611639"></a><h3>
|
||||
<a name="id2611298"></a><h3>
|
||||
<a name="gimp-offset-area-set-offsets"></a>gimp_offset_area_set_offsets ()</h3>
|
||||
<a class="indexterm" name="id2611650"></a><pre class="programlisting">void gimp_offset_area_set_offsets (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
|
||||
<a class="indexterm" name="id2611309"></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>
|
||||
@ -220,9 +220,9 @@ It does not emit the "offsets-changed" signal.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2610519"></a><h3>
|
||||
<a name="id2611862"></a><h3>
|
||||
<a name="gimp-offset-area-set-pixbuf"></a>gimp_offset_area_set_pixbuf ()</h3>
|
||||
<a class="indexterm" name="id2610532"></a><pre class="programlisting">void gimp_offset_area_set_pixbuf (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
|
||||
<a class="indexterm" name="id2611876"></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
|
||||
@ -250,11 +250,11 @@ is being offset.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2610628"></a><h2>Signal Details</h2>
|
||||
<a name="id2611971"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2610639"></a><h3>
|
||||
<a name="id2611982"></a><h3>
|
||||
<a name="GimpOffsetArea-offsets-changed"></a>The "offsets-changed" signal</h3>
|
||||
<a class="indexterm" name="id2610646"></a><pre class="programlisting">void user_function (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *gimpoffsetarea,
|
||||
<a class="indexterm" name="id2611990"></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>
|
||||
|
@ -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="#id2574001" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2591968" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2616976" class="shortcut">Description</a>
|
||||
<a href="#id2617388" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2616818" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2617230" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2616880" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2617292" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2616902" class="shortcut">Properties</a>
|
||||
<a href="#id2617314" class="shortcut">Properties</a>
|
||||
 | 
|
||||
<a href="#id2616944" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2617356" 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="id2574001"></a><span class="refentrytitle">GimpPageSelector</span>
|
||||
<a name="id2591968"></a><span class="refentrytitle">GimpPageSelector</span>
|
||||
</h2>
|
||||
<p>GimpPageSelector</p>
|
||||
</td>
|
||||
@ -102,7 +102,7 @@ gchar* <a href="GimpPageSelector.html#gimp-page-selector-get-select
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2616818"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2617230"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -116,13 +116,13 @@ gchar* <a href="GimpPageSelector.html#gimp-page-selector-get-select
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2616880"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2617292"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpPageSelector implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2616902"></a><h2>Properties</h2>
|
||||
<a name="id2617314"></a><h2>Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpPageSelector.html#GimpPageSelector--n-pages">n-pages</a>" gint : Read / Write
|
||||
@ -130,7 +130,7 @@ GimpPageSelector implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2616944"></a><h2>Signals</h2>
|
||||
<a name="id2617356"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpPageSelector.html#GimpPageSelector-activate">activate</a>" : Run First / Action
|
||||
@ -138,26 +138,26 @@ GimpPageSelector implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2616976"></a><h2>Description</h2>
|
||||
<a name="id2617388"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2611717"></a><h2>Details</h2>
|
||||
<a name="id2612103"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611728"></a><h3>
|
||||
<a name="id2612114"></a><h3>
|
||||
<a name="GimpPageSelector-struct"></a>GimpPageSelector</h3>
|
||||
<a class="indexterm" name="id2611740"></a><pre class="programlisting">typedef struct _GimpPageSelector GimpPageSelector;</pre>
|
||||
<a class="indexterm" name="id2612125"></a><pre class="programlisting">typedef struct _GimpPageSelector GimpPageSelector;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611756"></a><h3>
|
||||
<a name="id2612142"></a><h3>
|
||||
<a name="GimpPageSelectorTarget"></a>enum GimpPageSelectorTarget</h3>
|
||||
<a class="indexterm" name="id2611767"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2612153"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_PAGE_SELECTOR_TARGET_LAYERS, /*< desc="Layers" >*/
|
||||
GIMP_PAGE_SELECTOR_TARGET_IMAGES /*< desc="Images" >*/
|
||||
@ -169,9 +169,9 @@ GimpPageSelector implements
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611785"></a><h3>
|
||||
<a name="id2612171"></a><h3>
|
||||
<a name="gimp-page-selector-new"></a>gimp_page_selector_new ()</h3>
|
||||
<a class="indexterm" name="id2611799"></a><pre class="programlisting">GtkWidget* gimp_page_selector_new (void);</pre>
|
||||
<a class="indexterm" name="id2612184"></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>
|
||||
@ -191,9 +191,9 @@ Creates a new <a href="GimpPageSelector.html" title="GimpPageSelector"><span cla
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611860"></a><h3>
|
||||
<a name="id2612246"></a><h3>
|
||||
<a name="gimp-page-selector-set-n-pages"></a>gimp_page_selector_set_n_pages ()</h3>
|
||||
<a class="indexterm" name="id2611875"></a><pre class="programlisting">void gimp_page_selector_set_n_pages (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
|
||||
<a class="indexterm" name="id2612261"></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>
|
||||
@ -220,9 +220,9 @@ Sets the number of pages in the document to open.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611962"></a><h3>
|
||||
<a name="id2612348"></a><h3>
|
||||
<a name="gimp-page-selector-get-n-pages"></a>gimp_page_selector_get_n_pages ()</h3>
|
||||
<a class="indexterm" name="id2611978"></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="id2612364"></a><pre class="programlisting">gint gimp_page_selector_get_n_pages (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -251,7 +251,7 @@ Sets the number of pages in the document to open.</p>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2619641"></a><h3>
|
||||
<a name="gimp-page-selector-set-target"></a>gimp_page_selector_set_target ()</h3>
|
||||
<a class="indexterm" name="id2619656"></a><pre class="programlisting">void gimp_page_selector_set_target (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
|
||||
<a class="indexterm" name="id2619655"></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>
|
||||
@ -278,7 +278,7 @@ Sets the number of pages in the document to open.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2619736"></a><h3>
|
||||
<a name="id2619737"></a><h3>
|
||||
<a name="gimp-page-selector-get-target"></a>gimp_page_selector_get_target ()</h3>
|
||||
<a class="indexterm" name="id2619752"></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>
|
||||
@ -307,9 +307,9 @@ Sets the number of pages in the document to open.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2619827"></a><h3>
|
||||
<a name="id2619828"></a><h3>
|
||||
<a name="gimp-page-selector-set-page-thumbnail"></a>gimp_page_selector_set_page_thumbnail ()</h3>
|
||||
<a class="indexterm" name="id2619843"></a><pre class="programlisting">void gimp_page_selector_set_page_thumbnail
|
||||
<a class="indexterm" name="id2619844"></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>
|
||||
@ -382,9 +382,9 @@ be used if no page thumbnail is set.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2620070"></a><h3>
|
||||
<a name="id2620096"></a><h3>
|
||||
<a name="gimp-page-selector-set-page-label"></a>gimp_page_selector_set_page_label ()</h3>
|
||||
<a class="indexterm" name="id2620085"></a><pre class="programlisting">void gimp_page_selector_set_page_label (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
|
||||
<a class="indexterm" name="id2620112"></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>
|
||||
<p>
|
||||
@ -417,9 +417,9 @@ be used if no page thumbnail is set.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2620181"></a><h3>
|
||||
<a name="id2620220"></a><h3>
|
||||
<a name="gimp-page-selector-get-page-label"></a>gimp_page_selector_get_page_label ()</h3>
|
||||
<a class="indexterm" name="id2620196"></a><pre class="programlisting">gchar* gimp_page_selector_get_page_label (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
|
||||
<a class="indexterm" name="id2620236"></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>
|
||||
</p>
|
||||
@ -454,9 +454,9 @@ be used if no page thumbnail is set.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2620301"></a><h3>
|
||||
<a name="id2620353"></a><h3>
|
||||
<a name="gimp-page-selector-select-all"></a>gimp_page_selector_select_all ()</h3>
|
||||
<a class="indexterm" name="id2620315"></a><pre class="programlisting">void gimp_page_selector_select_all (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
|
||||
<a class="indexterm" name="id2620369"></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>
|
||||
@ -475,9 +475,9 @@ Selects all pages.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2620372"></a><h3>
|
||||
<a name="id2620434"></a><h3>
|
||||
<a name="gimp-page-selector-unselect-all"></a>gimp_page_selector_unselect_all ()</h3>
|
||||
<a class="indexterm" name="id2620387"></a><pre class="programlisting">void gimp_page_selector_unselect_all (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
|
||||
<a class="indexterm" name="id2620450"></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>
|
||||
@ -496,9 +496,9 @@ Unselects all pages.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2620444"></a><h3>
|
||||
<a name="id2620514"></a><h3>
|
||||
<a name="gimp-page-selector-select-page"></a>gimp_page_selector_select_page ()</h3>
|
||||
<a class="indexterm" name="id2620458"></a><pre class="programlisting">void gimp_page_selector_select_page (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
|
||||
<a class="indexterm" name="id2620530"></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>
|
||||
@ -525,9 +525,9 @@ Adds a page to the selection.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2620536"></a><h3>
|
||||
<a name="id2620617"></a><h3>
|
||||
<a name="gimp-page-selector-unselect-page"></a>gimp_page_selector_unselect_page ()</h3>
|
||||
<a class="indexterm" name="id2620550"></a><pre class="programlisting">void gimp_page_selector_unselect_page (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
|
||||
<a class="indexterm" name="id2620633"></a><pre class="programlisting">void gimp_page_selector_unselect_page (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
|
||||
gint page_no);</pre>
|
||||
<p>
|
||||
Removes a page from the selection.</p>
|
||||
@ -554,9 +554,9 @@ Removes a page from the selection.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2620628"></a><h3>
|
||||
<a name="id2620720"></a><h3>
|
||||
<a name="gimp-page-selector-page-is-selected"></a>gimp_page_selector_page_is_selected ()</h3>
|
||||
<a class="indexterm" name="id2620643"></a><pre class="programlisting">gboolean gimp_page_selector_page_is_selected (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
|
||||
<a class="indexterm" name="id2620736"></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>
|
||||
</p>
|
||||
@ -589,9 +589,9 @@ Removes a page from the selection.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2620746"></a><h3>
|
||||
<a name="id2620851"></a><h3>
|
||||
<a name="gimp-page-selector-get-selected-pages"></a>gimp_page_selector_get_selected_pages ()</h3>
|
||||
<a class="indexterm" name="id2620760"></a><pre class="programlisting">gint* gimp_page_selector_get_selected_pages
|
||||
<a class="indexterm" name="id2620867"></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>
|
||||
@ -614,7 +614,7 @@ Removes a page from the selection.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> An array of page numbers of selected pages. Use <code class="function">g_free()</code> if
|
||||
<td> A sorted array of page numbers of selected pages. Use <code class="function">g_free()</code> if
|
||||
you don't need the array any longer.
|
||||
|
||||
</td>
|
||||
@ -626,9 +626,9 @@ Removes a page from the selection.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2620858"></a><h3>
|
||||
<a name="id2620977"></a><h3>
|
||||
<a name="gimp-page-selector-select-range"></a>gimp_page_selector_select_range ()</h3>
|
||||
<a class="indexterm" name="id2620873"></a><pre class="programlisting">void gimp_page_selector_select_range (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
|
||||
<a class="indexterm" name="id2620992"></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
|
||||
@ -662,9 +662,9 @@ overlapping pages and ranges will be merged.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2620967"></a><h3>
|
||||
<a name="id2621097"></a><h3>
|
||||
<a name="gimp-page-selector-get-selected-range"></a>gimp_page_selector_get_selected_range ()</h3>
|
||||
<a class="indexterm" name="id2620982"></a><pre class="programlisting">gchar* gimp_page_selector_get_selected_range
|
||||
<a class="indexterm" name="id2621113"></a><pre class="programlisting">gchar* gimp_page_selector_get_selected_range
|
||||
(<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
|
||||
<p>
|
||||
</p>
|
||||
@ -694,11 +694,11 @@ overlapping pages and ranges will be merged.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2621062"></a><h2>Property Details</h2>
|
||||
<a name="id2621203"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2621072"></a><h3>
|
||||
<a name="id2621214"></a><h3>
|
||||
<a name="GimpPageSelector--n-pages"></a>The "<code class="literal">n-pages</code>" property</h3>
|
||||
<a class="indexterm" name="id2621084"></a><pre class="programlisting"> "n-pages" gint : Read / Write</pre>
|
||||
<a class="indexterm" name="id2621228"></a><pre class="programlisting"> "n-pages" gint : Read / Write</pre>
|
||||
<p>
|
||||
The number of pages of the document to open.</p>
|
||||
<p>
|
||||
@ -711,9 +711,9 @@ The number of pages of the document to open.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2621120"></a><h3>
|
||||
<a name="id2621268"></a><h3>
|
||||
<a name="GimpPageSelector--target"></a>The "<code class="literal">target</code>" property</h3>
|
||||
<a class="indexterm" name="id2621133"></a><pre class="programlisting"> "target" <a href="GimpPageSelector.html#GimpPageSelectorTarget">GimpPageSelectorTarget</a> : Read / Write</pre>
|
||||
<a class="indexterm" name="id2621282"></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>
|
||||
@ -725,11 +725,11 @@ The target to open the document to.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2621167"></a><h2>Signal Details</h2>
|
||||
<a name="id2621319"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2621176"></a><h3>
|
||||
<a name="id2621330"></a><h3>
|
||||
<a name="GimpPageSelector-activate"></a>The "activate" signal</h3>
|
||||
<a class="indexterm" name="id2621183"></a><pre class="programlisting">void user_function (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *widget,
|
||||
<a class="indexterm" name="id2621338"></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
|
||||
@ -756,9 +756,9 @@ is emitted when a user double-clicks an item in the page selection.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2621255"></a><h3>
|
||||
<a name="id2621416"></a><h3>
|
||||
<a name="GimpPageSelector-selection-changed"></a>The "selection-changed" signal</h3>
|
||||
<a class="indexterm" name="id2621264"></a><pre class="programlisting">void user_function (<a href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *widget,
|
||||
<a class="indexterm" name="id2621426"></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>
|
||||
|
@ -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="#id2589635" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2595658" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2619526" class="shortcut">Description</a>
|
||||
<a href="#id2615718" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2619413" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2619552" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2619473" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2615665" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2619495" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2615687" 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="id2589635"></a><span class="refentrytitle">GimpPathEditor</span>
|
||||
<a name="id2595658"></a><span class="refentrytitle">GimpPathEditor</span>
|
||||
</h2>
|
||||
<p>GimpPathEditor — Widget for editing a file search path.</p>
|
||||
</td>
|
||||
@ -78,7 +78,7 @@ void <a href="GimpPathEditor.html#gimp-path-editor-set-dir-writab
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2619413"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2619552"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -92,13 +92,13 @@ void <a href="GimpPathEditor.html#gimp-path-editor-set-dir-writab
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2619473"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2615665"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpPathEditor implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2619495"></a><h2>Signals</h2>
|
||||
<a name="id2615687"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpPathEditor.html#GimpPathEditor-path-changed">path-changed</a>" : Run First
|
||||
@ -106,7 +106,7 @@ GimpPathEditor implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2619526"></a><h2>Description</h2>
|
||||
<a name="id2615718"></a><h2>Description</h2>
|
||||
<p>
|
||||
This widget is used to edit file search paths.
|
||||
</p>
|
||||
@ -125,20 +125,20 @@ the search path, the "path_changed" signal will be emitted.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2618753"></a><h2>Details</h2>
|
||||
<a name="id2615760"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618763"></a><h3>
|
||||
<a name="id2615771"></a><h3>
|
||||
<a name="GimpPathEditor-struct"></a>GimpPathEditor</h3>
|
||||
<a class="indexterm" name="id2618775"></a><pre class="programlisting">typedef struct _GimpPathEditor GimpPathEditor;</pre>
|
||||
<a class="indexterm" name="id2615782"></a><pre class="programlisting">typedef struct _GimpPathEditor GimpPathEditor;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618791"></a><h3>
|
||||
<a name="id2615799"></a><h3>
|
||||
<a name="gimp-path-editor-new"></a>gimp_path_editor_new ()</h3>
|
||||
<a class="indexterm" name="id2618802"></a><pre class="programlisting">GtkWidget* gimp_path_editor_new (const gchar *title,
|
||||
<a class="indexterm" name="id2615810"></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.
|
||||
@ -172,9 +172,9 @@ The elements of the initial search path must be separated with the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618917"></a><h3>
|
||||
<a name="id2615924"></a><h3>
|
||||
<a name="gimp-path-editor-get-path"></a>gimp_path_editor_get_path ()</h3>
|
||||
<a class="indexterm" name="id2618928"></a><pre class="programlisting">gchar* gimp_path_editor_get_path (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);</pre>
|
||||
<a class="indexterm" name="id2615935"></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.
|
||||
@ -202,9 +202,9 @@ Note that you have to <code class="function">g_free()</code> the returned string
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612625"></a><h3>
|
||||
<a name="id2616018"></a><h3>
|
||||
<a name="gimp-path-editor-set-path"></a>gimp_path_editor_set_path ()</h3>
|
||||
<a class="indexterm" name="id2612636"></a><pre class="programlisting">void gimp_path_editor_set_path (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
|
||||
<a class="indexterm" name="id2616029"></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
|
||||
@ -230,9 +230,9 @@ The elements of the initial search path must be separated with the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612716"></a><h3>
|
||||
<a name="id2616156"></a><h3>
|
||||
<a name="gimp-path-editor-get-writable-path"></a>gimp_path_editor_get_writable_path ()</h3>
|
||||
<a class="indexterm" name="id2612727"></a><pre class="programlisting">gchar* gimp_path_editor_get_writable_path (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);</pre>
|
||||
<a class="indexterm" name="id2616168"></a><pre class="programlisting">gchar* gimp_path_editor_get_writable_path (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -256,9 +256,9 @@ The elements of the initial search path must be separated with the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612784"></a><h3>
|
||||
<a name="id2616224"></a><h3>
|
||||
<a name="gimp-path-editor-set-writable-path"></a>gimp_path_editor_set_writable_path ()</h3>
|
||||
<a class="indexterm" name="id2612796"></a><pre class="programlisting">void gimp_path_editor_set_writable_path (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
|
||||
<a class="indexterm" name="id2616235"></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>
|
||||
|
||||
@ -283,9 +283,9 @@ The elements of the initial search path must be separated with the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612863"></a><h3>
|
||||
<a name="id2616303"></a><h3>
|
||||
<a name="gimp-path-editor-get-dir-writable"></a>gimp_path_editor_get_dir_writable ()</h3>
|
||||
<a class="indexterm" name="id2612877"></a><pre class="programlisting">gboolean gimp_path_editor_get_dir_writable (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
|
||||
<a class="indexterm" name="id2616315"></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>
|
||||
|
||||
@ -315,9 +315,9 @@ The elements of the initial search path must be separated with the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616445"></a><h3>
|
||||
<a name="id2616393"></a><h3>
|
||||
<a name="gimp-path-editor-set-dir-writable"></a>gimp_path_editor_set_dir_writable ()</h3>
|
||||
<a class="indexterm" name="id2616459"></a><pre class="programlisting">void gimp_path_editor_set_dir_writable (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
|
||||
<a class="indexterm" name="id2616407"></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>
|
||||
<p>
|
||||
@ -348,11 +348,11 @@ The elements of the initial search path must be separated with the
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2616549"></a><h2>Signal Details</h2>
|
||||
<a name="id2616497"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616560"></a><h3>
|
||||
<a name="id2616508"></a><h3>
|
||||
<a name="GimpPathEditor-path-changed"></a>The "path-changed" signal</h3>
|
||||
<a class="indexterm" name="id2616567"></a><pre class="programlisting">void user_function (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *arg0,
|
||||
<a class="indexterm" name="id2616516"></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
|
||||
@ -370,9 +370,9 @@ or reorders an element of the search path.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616626"></a><h3>
|
||||
<a name="id2616575"></a><h3>
|
||||
<a name="GimpPathEditor-writable-changed"></a>The "writable-changed" signal</h3>
|
||||
<a class="indexterm" name="id2616636"></a><pre class="programlisting">void user_function (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *arg0,
|
||||
<a class="indexterm" name="id2616584"></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
|
||||
@ -391,7 +391,7 @@ is changed, either by the user clicking on it or by calling
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2616708"></a><h2>See Also</h2>
|
||||
<a name="id2616656"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<a href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a>
|
||||
</p>
|
||||
|
@ -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="#id2577526" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2566872" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2612921" class="shortcut">Description</a>
|
||||
<a href="#id2619270" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2589842" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2576912" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2575350" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2562547" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2612896" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2562568" 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="id2577526"></a><span class="refentrytitle">GimpPickButton</span>
|
||||
<a name="id2566872"></a><span class="refentrytitle">GimpPickButton</span>
|
||||
</h2>
|
||||
<p>GimpPickButton — Widget to pick a color from screen.</p>
|
||||
</td>
|
||||
@ -66,7 +66,7 @@ GtkWidget* <a href="GimpPickButton.html#gimp-pick-button-new">gimp_pick
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2589842"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2576912"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -80,20 +80,20 @@ GtkWidget* <a href="GimpPickButton.html#gimp-pick-button-new">gimp_pick
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2575350"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2562547"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpPickButton implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2612896"></a><h2>Signals</h2>
|
||||
<a name="id2562568"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpPickButton.html#GimpPickButton-color-picked">color-picked</a>" : Run First
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2612921"></a><h2>Description</h2>
|
||||
<a name="id2619270"></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
|
||||
@ -101,20 +101,20 @@ from any point on the screen.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2612947"></a><h2>Details</h2>
|
||||
<a name="id2619295"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612958"></a><h3>
|
||||
<a name="id2619306"></a><h3>
|
||||
<a name="GimpPickButton-struct"></a>GimpPickButton</h3>
|
||||
<a class="indexterm" name="id2612969"></a><pre class="programlisting">typedef struct _GimpPickButton GimpPickButton;</pre>
|
||||
<a class="indexterm" name="id2619318"></a><pre class="programlisting">typedef struct _GimpPickButton GimpPickButton;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612986"></a><h3>
|
||||
<a name="id2619334"></a><h3>
|
||||
<a name="gimp-pick-button-new"></a>gimp_pick_button_new ()</h3>
|
||||
<a class="indexterm" name="id2612997"></a><pre class="programlisting">GtkWidget* gimp_pick_button_new (void);</pre>
|
||||
<a class="indexterm" name="id2619345"></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>
|
||||
@ -131,11 +131,11 @@ Creates a new <a href="GimpPickButton.html" title="GimpPickButton"><span class="
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2619119"></a><h2>Signal Details</h2>
|
||||
<a name="id2619107"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2619130"></a><h3>
|
||||
<a name="id2619118"></a><h3>
|
||||
<a name="GimpPickButton-color-picked"></a>The "color-picked" signal</h3>
|
||||
<a class="indexterm" name="id2619137"></a><pre class="programlisting">void user_function (<a href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> *gimppickbutton,
|
||||
<a class="indexterm" name="id2619126"></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>
|
||||
|
@ -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="#id2574590" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2597292" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2615995" class="shortcut">Description</a>
|
||||
<a href="#id2612644" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2615919" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2611800" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2615973" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
|
||||
<a href="#id2612623" 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="id2574590"></a><span class="refentrytitle">GimpPixmap</span>
|
||||
<a name="id2597292"></a><span class="refentrytitle">GimpPixmap</span>
|
||||
</h2>
|
||||
<p>GimpPixmap — 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="id2615919"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2611800"></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="id2615973"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2612623"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpPixmap implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2615995"></a><h2>Description</h2>
|
||||
<a name="id2612644"></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="id2616052"></a><h2>Details</h2>
|
||||
<a name="id2612701"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616063"></a><h3>
|
||||
<a name="id2612712"></a><h3>
|
||||
<a name="GimpPixmap-struct"></a>GimpPixmap</h3>
|
||||
<a class="indexterm" name="id2616075"></a><pre class="programlisting">typedef struct _GimpPixmap GimpPixmap;</pre>
|
||||
<a class="indexterm" name="id2612725"></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="id2616103"></a><h3>
|
||||
<a name="id2618921"></a><h3>
|
||||
<a name="gimp-pixmap-new"></a>gimp_pixmap_new ()</h3>
|
||||
<a class="indexterm" name="id2616118"></a><pre class="programlisting">GtkWidget* gimp_pixmap_new (gchar **xpm_data);</pre>
|
||||
<a class="indexterm" name="id2618936"></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="id2616206"></a><h3>
|
||||
<a name="id2619024"></a><h3>
|
||||
<a name="gimp-pixmap-set"></a>gimp_pixmap_set ()</h3>
|
||||
<a class="indexterm" name="id2616220"></a><pre class="programlisting">void gimp_pixmap_set (<a href="GimpPixmap.html" title="GimpPixmap">GimpPixmap</a> *pixmap,
|
||||
<a class="indexterm" name="id2619039"></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="id2616314"></a><h2>See Also</h2>
|
||||
<a name="id2616744"></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>
|
||||
|
@ -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="#id2562312" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2565563" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2618660" class="shortcut">Description</a>
|
||||
<a href="#id2618834" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2618487" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2618661" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2618555" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2618728" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2618576" class="shortcut">Properties</a>
|
||||
<a href="#id2618750" class="shortcut">Properties</a>
|
||||
 | 
|
||||
<a href="#id2618606" class="shortcut">Style Properties</a>
|
||||
<a href="#id2618780" class="shortcut">Style Properties</a>
|
||||
 | 
|
||||
<a href="#id2618636" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2618809" 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="id2562312"></a><span class="refentrytitle">GimpPreview</span>
|
||||
<a name="id2565563"></a><span class="refentrytitle">GimpPreview</span>
|
||||
</h2>
|
||||
<p>GimpPreview — 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_pr
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2618487"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2618661"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -117,53 +117,53 @@ GtkWidget* <a href="GimpPreview.html#gimp-preview-get-controls">gimp_pr
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2618555"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2618728"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpPreview implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2618576"></a><h2>Properties</h2>
|
||||
<a name="id2618750"></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="id2618606"></a><h2>Style Properties</h2>
|
||||
<a name="id2618780"></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="id2618636"></a><h2>Signals</h2>
|
||||
<a name="id2618809"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpPreview.html#GimpPreview-invalidated">invalidated</a>" : Run First
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2618660"></a><h2>Description</h2>
|
||||
<a name="id2618834"></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="id2624214"></a><h2>Details</h2>
|
||||
<a name="id2624178"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624224"></a><h3>
|
||||
<a name="id2624189"></a><h3>
|
||||
<a name="GimpPreview-struct"></a>GimpPreview</h3>
|
||||
<a class="indexterm" name="id2624237"></a><pre class="programlisting">typedef struct _GimpPreview GimpPreview;</pre>
|
||||
<a class="indexterm" name="id2624202"></a><pre class="programlisting">typedef struct _GimpPreview GimpPreview;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624252"></a><h3>
|
||||
<a name="id2624217"></a><h3>
|
||||
<a name="gimp-preview-get-update"></a>gimp_preview_get_update ()</h3>
|
||||
<a class="indexterm" name="id2624266"></a><pre class="programlisting">gboolean gimp_preview_get_update (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
|
||||
<a class="indexterm" name="id2624231"></a><pre class="programlisting">gboolean gimp_preview_get_update (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -190,9 +190,9 @@ A widget providing a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><spa
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624340"></a><h3>
|
||||
<a name="id2624306"></a><h3>
|
||||
<a name="gimp-preview-set-update"></a>gimp_preview_set_update ()</h3>
|
||||
<a class="indexterm" name="id2624354"></a><pre class="programlisting">void gimp_preview_set_update (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
<a class="indexterm" name="id2624319"></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>
|
||||
@ -220,9 +220,9 @@ Sets the state of the "Preview" check button.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624459"></a><h3>
|
||||
<a name="id2624424"></a><h3>
|
||||
<a name="gimp-preview-set-bounds"></a>gimp_preview_set_bounds ()</h3>
|
||||
<a class="indexterm" name="id2624473"></a><pre class="programlisting">void gimp_preview_set_bounds (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
<a class="indexterm" name="id2624438"></a><pre class="programlisting">void gimp_preview_set_bounds (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
gint xmin,
|
||||
gint ymin,
|
||||
gint xmax,
|
||||
@ -269,9 +269,9 @@ maximum size of the <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2627372"></a><h3>
|
||||
<a name="id2627345"></a><h3>
|
||||
<a name="gimp-preview-get-size"></a>gimp_preview_get_size ()</h3>
|
||||
<a class="indexterm" name="id2627385"></a><pre class="programlisting">void gimp_preview_get_size (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
<a class="indexterm" name="id2627357"></a><pre class="programlisting">void gimp_preview_get_size (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
gint *width,
|
||||
gint *height);</pre>
|
||||
<p>
|
||||
@ -304,9 +304,9 @@ maximum size of the <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2627488"></a><h3>
|
||||
<a name="id2627461"></a><h3>
|
||||
<a name="gimp-preview-get-position"></a>gimp_preview_get_position ()</h3>
|
||||
<a class="indexterm" name="id2627501"></a><pre class="programlisting">void gimp_preview_get_position (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
<a class="indexterm" name="id2627475"></a><pre class="programlisting">void gimp_preview_get_position (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
gint *x,
|
||||
gint *y);</pre>
|
||||
<p>
|
||||
@ -339,9 +339,9 @@ maximum size of the <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2627609"></a><h3>
|
||||
<a name="id2627582"></a><h3>
|
||||
<a name="gimp-preview-transform"></a>gimp_preview_transform ()</h3>
|
||||
<a class="indexterm" name="id2627622"></a><pre class="programlisting">void gimp_preview_transform (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
<a class="indexterm" name="id2627596"></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,
|
||||
@ -386,9 +386,9 @@ Transforms from image to widget coordinates.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2627774"></a><h3>
|
||||
<a name="id2627748"></a><h3>
|
||||
<a name="gimp-preview-untransform"></a>gimp_preview_untransform ()</h3>
|
||||
<a class="indexterm" name="id2627788"></a><pre class="programlisting">void gimp_preview_untransform (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
<a class="indexterm" name="id2627761"></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,
|
||||
@ -433,9 +433,9 @@ Transforms from widget to image coordinates.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2627940"></a><h3>
|
||||
<a name="id2627914"></a><h3>
|
||||
<a name="gimp-preview-get-area"></a>gimp_preview_get_area ()</h3>
|
||||
<a class="indexterm" name="id2627954"></a><pre class="programlisting">GtkWidget* gimp_preview_get_area (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
|
||||
<a class="indexterm" name="id2627927"></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.
|
||||
@ -465,9 +465,9 @@ such cases, use <a href="GimpPreview.html#gimp-preview-get-area"><code class="fu
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2573918"></a><h3>
|
||||
<a name="id2628039"></a><h3>
|
||||
<a name="gimp-preview-draw"></a>gimp_preview_draw ()</h3>
|
||||
<a class="indexterm" name="id2628062"></a><pre class="programlisting">void gimp_preview_draw (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
|
||||
<a class="indexterm" name="id2628054"></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
|
||||
@ -494,9 +494,9 @@ original, unmodified drawable to the <em class="parameter"><code>preview</code><
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2628145"></a><h3>
|
||||
<a name="id2628148"></a><h3>
|
||||
<a name="gimp-preview-draw-buffer"></a>gimp_preview_draw_buffer ()</h3>
|
||||
<a class="indexterm" name="id2628158"></a><pre class="programlisting">void gimp_preview_draw_buffer (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
<a class="indexterm" name="id2628162"></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>
|
||||
@ -531,9 +531,9 @@ derived class implementing this method.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2628261"></a><h3>
|
||||
<a name="id2561321"></a><h3>
|
||||
<a name="gimp-preview-invalidate"></a>gimp_preview_invalidate ()</h3>
|
||||
<a class="indexterm" name="id2628274"></a><pre class="programlisting">void gimp_preview_invalidate (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
|
||||
<a class="indexterm" name="id2628272"></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
|
||||
@ -562,9 +562,9 @@ itself.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2628353"></a><h3>
|
||||
<a name="id2628351"></a><h3>
|
||||
<a name="gimp-preview-set-default-cursor"></a>gimp_preview_set_default_cursor ()</h3>
|
||||
<a class="indexterm" name="id2628366"></a><pre class="programlisting">void gimp_preview_set_default_cursor (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
<a class="indexterm" name="id2628363"></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
|
||||
@ -593,9 +593,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="id2628476"></a><h3>
|
||||
<a name="id2628473"></a><h3>
|
||||
<a name="gimp-preview-get-controls"></a>gimp_preview_get_controls ()</h3>
|
||||
<a class="indexterm" name="id2628490"></a><pre class="programlisting">GtkWidget* gimp_preview_get_controls (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
|
||||
<a class="indexterm" name="id2628486"></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
|
||||
@ -624,32 +624,32 @@ if they need to add controls to this area.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2628572"></a><h2>Property Details</h2>
|
||||
<a name="id2628569"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2628582"></a><h3>
|
||||
<a name="id2628578"></a><h3>
|
||||
<a name="GimpPreview--update"></a>The "<code class="literal">update</code>" property</h3>
|
||||
<a class="indexterm" name="id2628594"></a><pre class="programlisting"> "update" gboolean : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2628591"></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="id2628618"></a><h2>Style Property Details</h2>
|
||||
<a name="id2628614"></a><h2>Style Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2628628"></a><h3>
|
||||
<a name="id2628624"></a><h3>
|
||||
<a name="GimpPreview--size"></a>The "<code class="literal">size</code>" style property</h3>
|
||||
<a class="indexterm" name="id2628640"></a><pre class="programlisting"> "size" gint : Read</pre>
|
||||
<a class="indexterm" name="id2628637"></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="id2628666"></a><h2>Signal Details</h2>
|
||||
<a name="id2628663"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2628675"></a><h3>
|
||||
<a name="id2628672"></a><h3>
|
||||
<a name="GimpPreview-invalidated"></a>The "invalidated" signal</h3>
|
||||
<a class="indexterm" name="id2628683"></a><pre class="programlisting">void user_function (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *gimppreview,
|
||||
<a class="indexterm" name="id2628679"></a><pre class="programlisting">void user_function (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *gimppreview,
|
||||
gpointer user_data) : Run First</pre>
|
||||
<p>
|
||||
|
||||
|
@ -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="#id2588480" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2596577" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2617418" class="shortcut">Description</a>
|
||||
<a href="#id2617410" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2617306" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2616963" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2617355" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2617012" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2617376" class="shortcut">Properties</a></nobr></td></tr>
|
||||
<a href="#id2617033" 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="id2588480"></a><span class="refentrytitle">GimpPreviewArea</span>
|
||||
<a name="id2596577"></a><span class="refentrytitle">GimpPreviewArea</span>
|
||||
</h2>
|
||||
<p>GimpPreviewArea — 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">
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2617306"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2616963"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -134,13 +134,13 @@ void <a href="GimpPreviewArea.html#gimp-preview-area-menu-popup">
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2617355"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2617012"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpPreviewArea implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2617376"></a><h2>Properties</h2>
|
||||
<a name="id2617033"></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="id2617418"></a><h2>Description</h2>
|
||||
<a name="id2617410"></a><h2>Description</h2>
|
||||
<p>
|
||||
A general purpose preview widget which caches its pixel data.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2617435"></a><h2>Details</h2>
|
||||
<a name="id2617427"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617446"></a><h3>
|
||||
<a name="id2617438"></a><h3>
|
||||
<a name="GimpPreviewArea-struct"></a>GimpPreviewArea</h3>
|
||||
<a class="indexterm" name="id2617457"></a><pre class="programlisting">typedef struct _GimpPreviewArea GimpPreviewArea;</pre>
|
||||
<a class="indexterm" name="id2617449"></a><pre class="programlisting">typedef struct _GimpPreviewArea GimpPreviewArea;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617474"></a><h3>
|
||||
<a name="id2617466"></a><h3>
|
||||
<a name="gimp-preview-area-new"></a>gimp_preview_area_new ()</h3>
|
||||
<a class="indexterm" name="id2617485"></a><pre class="programlisting">GtkWidget* gimp_preview_area_new (void);</pre>
|
||||
<a class="indexterm" name="id2617477"></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="id2617539"></a><h3>
|
||||
<a name="id2617531"></a><h3>
|
||||
<a name="gimp-preview-area-draw"></a>gimp_preview_area_draw ()</h3>
|
||||
<a class="indexterm" name="id2617551"></a><pre class="programlisting">void gimp_preview_area_draw (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
<a class="indexterm" name="id2617542"></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="id2624711"></a><h3>
|
||||
<a name="id2624676"></a><h3>
|
||||
<a name="gimp-preview-area-fill"></a>gimp_preview_area_fill ()</h3>
|
||||
<a class="indexterm" name="id2624722"></a><pre class="programlisting">void gimp_preview_area_fill (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
<a class="indexterm" name="id2624686"></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="id2624927"></a><h3>
|
||||
<a name="id2624898"></a><h3>
|
||||
<a name="gimp-preview-area-blend"></a>gimp_preview_area_blend ()</h3>
|
||||
<a class="indexterm" name="id2624938"></a><pre class="programlisting">void gimp_preview_area_blend (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
<a class="indexterm" name="id2624909"></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="id2625284"></a><h3>
|
||||
<a name="id2625256"></a><h3>
|
||||
<a name="gimp-preview-area-mask"></a>gimp_preview_area_mask ()</h3>
|
||||
<a class="indexterm" name="id2625295"></a><pre class="programlisting">void gimp_preview_area_mask (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
<a class="indexterm" name="id2625267"></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="id2625672"></a><h3>
|
||||
<a name="id2625644"></a><h3>
|
||||
<a name="gimp-preview-area-set-offsets"></a>gimp_preview_area_set_offsets ()</h3>
|
||||
<a class="indexterm" name="id2625688"></a><pre class="programlisting">void gimp_preview_area_set_offsets (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
<a class="indexterm" name="id2625659"></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="id2625796"></a><h3>
|
||||
<a name="id2625768"></a><h3>
|
||||
<a name="gimp-preview-area-set-colormap"></a>gimp_preview_area_set_colormap ()</h3>
|
||||
<a class="indexterm" name="id2573809"></a><pre class="programlisting">void gimp_preview_area_set_colormap (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
<a class="indexterm" name="id2625781"></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="id2625926"></a><h3>
|
||||
<a name="id2625928"></a><h3>
|
||||
<a name="gimp-preview-area-set-max-size"></a>gimp_preview_area_set_max_size ()</h3>
|
||||
<a class="indexterm" name="id2625940"></a><pre class="programlisting">void gimp_preview_area_set_max_size (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
<a class="indexterm" name="id2625943"></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="id2626047"></a><h3>
|
||||
<a name="id2626041"></a><h3>
|
||||
<a name="gimp-preview-area-menu-popup"></a>gimp_preview_area_menu_popup ()</h3>
|
||||
<a class="indexterm" name="id2626062"></a><pre class="programlisting">void gimp_preview_area_menu_popup (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
<a class="indexterm" name="id2626055"></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="id2626156"></a><h2>Property Details</h2>
|
||||
<a name="id2626149"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2626165"></a><h3>
|
||||
<a name="id2626159"></a><h3>
|
||||
<a name="GimpPreviewArea--check-size"></a>The "<code class="literal">check-size</code>" property</h3>
|
||||
<a class="indexterm" name="id2626178"></a><pre class="programlisting"> "check-size" <a
|
||||
<a class="indexterm" name="id2626171"></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="id2626200"></a><h3>
|
||||
<a name="id2626194"></a><h3>
|
||||
<a name="GimpPreviewArea--check-type"></a>The "<code class="literal">check-type</code>" property</h3>
|
||||
<a class="indexterm" name="id2626213"></a><pre class="programlisting"> "check-type" <a
|
||||
<a class="indexterm" name="id2626206"></a><pre class="programlisting"> "check-type" <a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckType"
|
||||
>GimpCheckType</a> : Read / Write</pre>
|
||||
<p></p>
|
||||
|
@ -33,24 +33,24 @@
|
||||
<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="#id2588088" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2587987" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2623484" class="shortcut">Description</a>
|
||||
<a href="#id2626953" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2623994" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2623943" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2624043" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2623992" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2624076" class="shortcut">Properties</a>
|
||||
<a href="#id2624025" class="shortcut">Properties</a>
|
||||
 | 
|
||||
<a href="#id2624140" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2624089" 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="id2588088"></a><span class="refentrytitle">GimpRatioEntry</span>
|
||||
<a name="id2587987"></a><span class="refentrytitle">GimpRatioEntry</span>
|
||||
</h2>
|
||||
<p>GimpRatioEntry</p>
|
||||
</td>
|
||||
@ -81,7 +81,7 @@ void <a href="GimpRatioEntry.html#gimp-ratio-entry-set-aspect">gi
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2623994"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2623943"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -93,13 +93,13 @@ void <a href="GimpRatioEntry.html#gimp-ratio-entry-set-aspect">gi
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2624043"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2623992"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpRatioEntry implements
|
||||
AtkImplementorIface, GtkEditable and GtkCellEditable.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2624076"></a><h2>Properties</h2>
|
||||
<a name="id2624025"></a><h2>Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpRatioEntry.html#GimpRatioEntry--aspect">aspect</a>" <a href="GimpRatioEntry.html#GimpAspectType">GimpAspectType</a> : Read / Write
|
||||
@ -109,33 +109,33 @@ GimpRatioEntry implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2624140"></a><h2>Signals</h2>
|
||||
<a name="id2624089"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpRatioEntry.html#GimpRatioEntry-ratio-changed">ratio-changed</a>" : Run First
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2623484"></a><h2>Description</h2>
|
||||
<a name="id2626953"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2623500"></a><h2>Details</h2>
|
||||
<a name="id2626969"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623510"></a><h3>
|
||||
<a name="id2626980"></a><h3>
|
||||
<a name="GimpRatioEntry-struct"></a>GimpRatioEntry</h3>
|
||||
<a class="indexterm" name="id2623522"></a><pre class="programlisting">typedef struct _GimpRatioEntry GimpRatioEntry;</pre>
|
||||
<a class="indexterm" name="id2626992"></a><pre class="programlisting">typedef struct _GimpRatioEntry GimpRatioEntry;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623538"></a><h3>
|
||||
<a name="id2627008"></a><h3>
|
||||
<a name="GimpAspectType"></a>enum GimpAspectType</h3>
|
||||
<a class="indexterm" name="id2623551"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2627020"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_ASPECT_SQUARE, /*< desc="Square" >*/
|
||||
GIMP_ASPECT_PORTRAIT, /*< desc="Portrait" >*/
|
||||
@ -148,9 +148,9 @@ GimpRatioEntry implements
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623570"></a><h3>
|
||||
<a name="id2627039"></a><h3>
|
||||
<a name="gimp-ratio-entry-new"></a>gimp_ratio_entry_new ()</h3>
|
||||
<a class="indexterm" name="id2623583"></a><pre class="programlisting">GtkWidget* gimp_ratio_entry_new (void);</pre>
|
||||
<a class="indexterm" name="id2627053"></a><pre class="programlisting">GtkWidget* gimp_ratio_entry_new (void);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -170,9 +170,9 @@ GimpRatioEntry implements
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2622856"></a><h3>
|
||||
<a name="id2627107"></a><h3>
|
||||
<a name="gimp-ratio-entry-set-fraction"></a>gimp_ratio_entry_set_fraction ()</h3>
|
||||
<a class="indexterm" name="id2622869"></a><pre class="programlisting">void gimp_ratio_entry_set_fraction (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry,
|
||||
<a class="indexterm" name="id2627120"></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>
|
||||
@ -211,9 +211,9 @@ convert it to 1.0.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2622997"></a><h3>
|
||||
<a name="id2626638"></a><h3>
|
||||
<a name="gimp-ratio-entry-get-fraction"></a>gimp_ratio_entry_get_fraction ()</h3>
|
||||
<a class="indexterm" name="id2623010"></a><pre class="programlisting">void gimp_ratio_entry_get_fraction (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry,
|
||||
<a class="indexterm" name="id2626652"></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>
|
||||
@ -251,9 +251,9 @@ as a single decimal value.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623669"></a><h3>
|
||||
<a name="id2623578"></a><h3>
|
||||
<a name="gimp-ratio-entry-set-ratio"></a>gimp_ratio_entry_set_ratio ()</h3>
|
||||
<a class="indexterm" name="id2623682"></a><pre class="programlisting">void gimp_ratio_entry_set_ratio (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry,
|
||||
<a class="indexterm" name="id2623591"></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
|
||||
@ -286,9 +286,9 @@ numerator and denominator < 1000.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623781"></a><h3>
|
||||
<a name="id2623691"></a><h3>
|
||||
<a name="gimp-ratio-entry-get-ratio"></a>gimp_ratio_entry_get_ratio ()</h3>
|
||||
<a class="indexterm" name="id2623796"></a><pre class="programlisting">gdouble gimp_ratio_entry_get_ratio (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry);</pre>
|
||||
<a class="indexterm" name="id2623705"></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>
|
||||
@ -315,9 +315,9 @@ Retrieves the ratio value displayed by a <a href="GimpRatioEntry.html" title="Gi
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623878"></a><h3>
|
||||
<a name="id2623787"></a><h3>
|
||||
<a name="gimp-ratio-entry-set-aspect"></a>gimp_ratio_entry_set_aspect ()</h3>
|
||||
<a class="indexterm" name="id2623892"></a><pre class="programlisting">void gimp_ratio_entry_set_aspect (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *entry,
|
||||
<a class="indexterm" name="id2623801"></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
|
||||
@ -345,9 +345,9 @@ Sets the aspect of the ratio by swapping the numerator and denominator
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2621573"></a><h3>
|
||||
<a name="id2618025"></a><h3>
|
||||
<a name="gimp-ratio-entry-get-aspect"></a>gimp_ratio_entry_get_aspect ()</h3>
|
||||
<a class="indexterm" name="id2621587"></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>
|
||||
<a class="indexterm" name="id2618039"></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>
|
||||
@ -374,48 +374,48 @@ Gets the aspect of the ratio displayed by a <a href="GimpRatioEntry.html" title=
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2621671"></a><h2>Property Details</h2>
|
||||
<a name="id2618123"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2621681"></a><h3>
|
||||
<a name="id2618134"></a><h3>
|
||||
<a name="GimpRatioEntry--aspect"></a>The "<code class="literal">aspect</code>" property</h3>
|
||||
<a class="indexterm" name="id2621695"></a><pre class="programlisting"> "aspect" <a href="GimpRatioEntry.html#GimpAspectType">GimpAspectType</a> : Read / Write</pre>
|
||||
<a class="indexterm" name="id2618148"></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="id2621720"></a><h3>
|
||||
<a name="id2618172"></a><h3>
|
||||
<a name="GimpRatioEntry--denominator"></a>The "<code class="literal">denominator</code>" property</h3>
|
||||
<a class="indexterm" name="id2621734"></a><pre class="programlisting"> "denominator" gdouble : Read / Write</pre>
|
||||
<a class="indexterm" name="id2618186"></a><pre class="programlisting"> "denominator" gdouble : Read / Write</pre>
|
||||
<p></p>
|
||||
<p>Allowed values: >= G_MINDOUBLE</p>
|
||||
<p>Default value: 1</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2621762"></a><h3>
|
||||
<a name="id2618215"></a><h3>
|
||||
<a name="GimpRatioEntry--numerator"></a>The "<code class="literal">numerator</code>" property</h3>
|
||||
<a class="indexterm" name="id2621776"></a><pre class="programlisting"> "numerator" gdouble : Read / Write</pre>
|
||||
<a class="indexterm" name="id2618229"></a><pre class="programlisting"> "numerator" gdouble : Read / Write</pre>
|
||||
<p></p>
|
||||
<p>Allowed values: >= G_MINDOUBLE</p>
|
||||
<p>Default value: 1</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2621805"></a><h3>
|
||||
<a name="id2618258"></a><h3>
|
||||
<a name="GimpRatioEntry--ratio"></a>The "<code class="literal">ratio</code>" property</h3>
|
||||
<a class="indexterm" name="id2621819"></a><pre class="programlisting"> "ratio" gdouble : Read / Write</pre>
|
||||
<a class="indexterm" name="id2618271"></a><pre class="programlisting"> "ratio" gdouble : Read / Write</pre>
|
||||
<p></p>
|
||||
<p>Allowed values: >= G_MINDOUBLE</p>
|
||||
<p>Default value: 1</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2621849"></a><h2>Signal Details</h2>
|
||||
<a name="id2618302"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2621860"></a><h3>
|
||||
<a name="id2618312"></a><h3>
|
||||
<a name="GimpRatioEntry-ratio-changed"></a>The "ratio-changed" signal</h3>
|
||||
<a class="indexterm" name="id2621870"></a><pre class="programlisting">void user_function (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *gimpratioentry,
|
||||
<a class="indexterm" name="id2618322"></a><pre class="programlisting">void user_function (<a href="GimpRatioEntry.html" title="GimpRatioEntry">GimpRatioEntry</a> *gimpratioentry,
|
||||
gpointer user_data) : Run First</pre>
|
||||
<p>
|
||||
|
||||
|
@ -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="#id2580742" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2600552" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2617942" class="shortcut">Description</a>
|
||||
<a href="#id2626889" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2622766" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2626801" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2622834" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
|
||||
<a href="#id2626868" 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="id2580742"></a><span class="refentrytitle">GimpScrolledPreview</span>
|
||||
<a name="id2600552"></a><span class="refentrytitle">GimpScrolledPreview</span>
|
||||
</h2>
|
||||
<p>GimpScrolledPreview — A widget providing a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> enhanced by scrolling capabilities.</p>
|
||||
</td>
|
||||
@ -71,7 +71,7 @@ void <a href="GimpScrolledPreview.html#gimp-scrolled-preview-thaw
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2622766"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2626801"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -86,32 +86,32 @@ void <a href="GimpScrolledPreview.html#gimp-scrolled-preview-thaw
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2622834"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2626868"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpScrolledPreview implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2617942"></a><h2>Description</h2>
|
||||
<a name="id2626889"></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="id2617964"></a><h2>Details</h2>
|
||||
<a name="id2626912"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617975"></a><h3>
|
||||
<a name="id2618395"></a><h3>
|
||||
<a name="GimpScrolledPreview-struct"></a>GimpScrolledPreview</h3>
|
||||
<a class="indexterm" name="id2617986"></a><pre class="programlisting">typedef struct _GimpScrolledPreview GimpScrolledPreview;</pre>
|
||||
<a class="indexterm" name="id2618407"></a><pre class="programlisting">typedef struct _GimpScrolledPreview GimpScrolledPreview;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618003"></a><h3>
|
||||
<a name="id2618423"></a><h3>
|
||||
<a name="gimp-scrolled-preview-set-position"></a>gimp_scrolled_preview_set_position ()</h3>
|
||||
<a class="indexterm" name="id2618016"></a><pre class="programlisting">void gimp_scrolled_preview_set_position (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
|
||||
<a class="indexterm" name="id2618437"></a><pre class="programlisting">void gimp_scrolled_preview_set_position (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
|
||||
gint x,
|
||||
gint y);</pre>
|
||||
<p>
|
||||
@ -144,9 +144,9 @@ A widget providing a <a href="GimpPreview.html" title="GimpPreview"><span class=
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2629599"></a><h3>
|
||||
<a name="id2618543"></a><h3>
|
||||
<a name="gimp-scrolled-preview-set-policy"></a>gimp_scrolled_preview_set_policy ()</h3>
|
||||
<a class="indexterm" name="id2629613"></a><pre class="programlisting">void gimp_scrolled_preview_set_policy (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
|
||||
<a class="indexterm" name="id2629571"></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>
|
||||
<p>
|
||||
@ -179,9 +179,9 @@ A widget providing a <a href="GimpPreview.html" title="GimpPreview"><span class=
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2629720"></a><h3>
|
||||
<a name="id2629679"></a><h3>
|
||||
<a name="gimp-scrolled-preview-freeze"></a>gimp_scrolled_preview_freeze ()</h3>
|
||||
<a class="indexterm" name="id2629733"></a><pre class="programlisting">void gimp_scrolled_preview_freeze (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
|
||||
<a class="indexterm" name="id2629694"></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.
|
||||
@ -205,9 +205,9 @@ This function should only be used to implement widgets derived from
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2629817"></a><h3>
|
||||
<a name="id2629779"></a><h3>
|
||||
<a name="gimp-scrolled-preview-thaw"></a>gimp_scrolled_preview_thaw ()</h3>
|
||||
<a class="indexterm" name="id2623110"></a><pre class="programlisting">void gimp_scrolled_preview_thaw (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
|
||||
<a class="indexterm" name="id2629793"></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.
|
||||
|
@ -33,22 +33,22 @@
|
||||
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
|
||||
<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="#id2582388" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2570238" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2628907" class="shortcut">Description</a>
|
||||
<a href="#id2629040" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2628793" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2628926" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2628848" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2628981" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2628869" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2629002" 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="id2582388"></a><span class="refentrytitle">GimpSizeEntry</span>
|
||||
<a name="id2570238"></a><span class="refentrytitle">GimpSizeEntry</span>
|
||||
</h2>
|
||||
<p>GimpSizeEntry — Widget for entering pixel values and resolutions.</p>
|
||||
</td>
|
||||
@ -133,7 +133,7 @@ GtkWidget* <a href="GimpSizeEntry.html#gimp-size-entry-get-help-widget"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2628793"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2628926"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -146,13 +146,13 @@ GtkWidget* <a href="GimpSizeEntry.html#gimp-size-entry-get-help-widget"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2628848"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2628981"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpSizeEntry implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2628869"></a><h2>Signals</h2>
|
||||
<a name="id2629002"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpSizeEntry.html#GimpSizeEntry-refval-changed">refval-changed</a>" : Run First
|
||||
@ -161,7 +161,7 @@ GimpSizeEntry implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2628907"></a><h2>Description</h2>
|
||||
<a name="id2629040"></a><h2>Description</h2>
|
||||
<p>
|
||||
This widget is used to enter pixel distances/sizes and resolutions.
|
||||
</p>
|
||||
@ -193,29 +193,29 @@ real-world-unit.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2634442"></a><h2>Details</h2>
|
||||
<a name="id2634404"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2634451"></a><h3>
|
||||
<a name="id2634413"></a><h3>
|
||||
<a name="GimpSizeEntry-struct"></a>GimpSizeEntry</h3>
|
||||
<a class="indexterm" name="id2634462"></a><pre class="programlisting">typedef struct _GimpSizeEntry GimpSizeEntry;</pre>
|
||||
<a class="indexterm" name="id2634423"></a><pre class="programlisting">typedef struct _GimpSizeEntry GimpSizeEntry;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2634476"></a><h3>
|
||||
<a name="id2634438"></a><h3>
|
||||
<a name="GimpSizeEntryField"></a>GimpSizeEntryField</h3>
|
||||
<a class="indexterm" name="id2634487"></a><pre class="programlisting">typedef struct _GimpSizeEntryField GimpSizeEntryField;</pre>
|
||||
<a class="indexterm" name="id2634448"></a><pre class="programlisting">typedef struct _GimpSizeEntryField GimpSizeEntryField;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2634501"></a><h3>
|
||||
<a name="id2634463"></a><h3>
|
||||
<a name="GimpSizeEntryUpdatePolicy"></a>enum GimpSizeEntryUpdatePolicy</h3>
|
||||
<a class="indexterm" name="id2634512"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2634473"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_SIZE_ENTRY_UPDATE_NONE = 0,
|
||||
GIMP_SIZE_ENTRY_UPDATE_SIZE = 1,
|
||||
@ -228,9 +228,9 @@ real-world-unit.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2634528"></a><h3>
|
||||
<a name="id2634490"></a><h3>
|
||||
<a name="gimp-size-entry-new"></a>gimp_size_entry_new ()</h3>
|
||||
<a class="indexterm" name="id2634539"></a><pre class="programlisting">GtkWidget* gimp_size_entry_new (gint number_of_fields,
|
||||
<a class="indexterm" name="id2634500"></a><pre class="programlisting">GtkWidget* gimp_size_entry_new (gint number_of_fields,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit,
|
||||
@ -339,9 +339,9 @@ of the <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpU
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2634975"></a><h3>
|
||||
<a name="id2634937"></a><h3>
|
||||
<a name="gimp-size-entry-add-field"></a>gimp_size_entry_add_field ()</h3>
|
||||
<a class="indexterm" name="id2634987"></a><pre class="programlisting">void gimp_size_entry_add_field (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2634949"></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>
|
||||
@ -378,9 +378,9 @@ as <code class="literal">TRUE</code> in <a href="GimpSizeEntry.html#gimp-size-en
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2635149"></a><h3>
|
||||
<a name="id2635111"></a><h3>
|
||||
<a name="gimp-size-entry-attach-label"></a>gimp_size_entry_attach_label ()</h3>
|
||||
<a class="indexterm" name="id2635162"></a><pre class="programlisting">GtkWidget* gimp_size_entry_attach_label (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2635124"></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,
|
||||
@ -428,9 +428,9 @@ Attaches a <span class="type">GtkLabel</span> to the <a href="GimpSizeEntry.html
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2635340"></a><h3>
|
||||
<a name="id2635302"></a><h3>
|
||||
<a name="gimp-size-entry-set-resolution"></a>gimp_size_entry_set_resolution ()</h3>
|
||||
<a class="indexterm" name="id2635353"></a><pre class="programlisting">void gimp_size_entry_set_resolution (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2635315"></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>
|
||||
@ -480,9 +480,9 @@ This function does nothing if the <a href="GimpSizeEntry.html#GimpSizeEntryUpdat
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2635573"></a><h3>
|
||||
<a name="id2635535"></a><h3>
|
||||
<a name="gimp-size-entry-set-size"></a>gimp_size_entry_set_size ()</h3>
|
||||
<a class="indexterm" name="id2635584"></a><pre class="programlisting">void gimp_size_entry_set_size (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2635546"></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>
|
||||
@ -529,9 +529,9 @@ This function does nothing if the <a href="GimpSizeEntry.html#GimpSizeEntryUpdat
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2635780"></a><h3>
|
||||
<a name="id2635742"></a><h3>
|
||||
<a name="gimp-size-entry-set-value-boundaries"></a>gimp_size_entry_set_value_boundaries ()</h3>
|
||||
<a class="indexterm" name="id2635793"></a><pre class="programlisting">void gimp_size_entry_set_value_boundaries
|
||||
<a class="indexterm" name="id2635755"></a><pre class="programlisting">void gimp_size_entry_set_value_boundaries
|
||||
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint field,
|
||||
gdouble lower,
|
||||
@ -581,9 +581,9 @@ NOTE: In most cases you won't be interested in this function because the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2635980"></a><h3>
|
||||
<a name="id2635942"></a><h3>
|
||||
<a name="gimp-size-entry-get-value"></a>gimp_size_entry_get_value ()</h3>
|
||||
<a class="indexterm" name="id2635992"></a><pre class="programlisting">gdouble gimp_size_entry_get_value (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2635954"></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>.
|
||||
@ -625,9 +625,9 @@ NOTE: In most cases you won't be interested in this value because the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2636149"></a><h3>
|
||||
<a name="id2636111"></a><h3>
|
||||
<a name="gimp-size-entry-set-value"></a>gimp_size_entry_set_value ()</h3>
|
||||
<a class="indexterm" name="id2636161"></a><pre class="programlisting">void gimp_size_entry_set_value (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2636123"></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>
|
||||
@ -670,9 +670,9 @@ NOTE: In most cases you won't be interested in this value because the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2636330"></a><h3>
|
||||
<a name="id2636292"></a><h3>
|
||||
<a name="gimp-size-entry-set-refval-boundaries"></a>gimp_size_entry_set_refval_boundaries ()</h3>
|
||||
<a class="indexterm" name="id2636344"></a><pre class="programlisting">void gimp_size_entry_set_refval_boundaries
|
||||
<a class="indexterm" name="id2636306"></a><pre class="programlisting">void gimp_size_entry_set_refval_boundaries
|
||||
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint field,
|
||||
gdouble lower,
|
||||
@ -716,9 +716,9 @@ The current reference value of the <em class="parameter"><code>field</code></em>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2636506"></a><h3>
|
||||
<a name="id2636468"></a><h3>
|
||||
<a name="gimp-size-entry-set-refval-digits"></a>gimp_size_entry_set_refval_digits ()</h3>
|
||||
<a class="indexterm" name="id2636520"></a><pre class="programlisting">void gimp_size_entry_set_refval_digits (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2636482"></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>
|
||||
<p>
|
||||
@ -756,9 +756,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="id2636641"></a><h3>
|
||||
<a name="id2636602"></a><h3>
|
||||
<a name="gimp-size-entry-get-refval"></a>gimp_size_entry_get_refval ()</h3>
|
||||
<a class="indexterm" name="id2636652"></a><pre class="programlisting">gdouble gimp_size_entry_get_refval (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2636614"></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>.
|
||||
@ -793,9 +793,9 @@ in dpi, depending on which <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2636765"></a><h3>
|
||||
<a name="id2636726"></a><h3>
|
||||
<a name="gimp-size-entry-set-refval"></a>gimp_size_entry_set_refval ()</h3>
|
||||
<a class="indexterm" name="id2636776"></a><pre class="programlisting">void gimp_size_entry_set_refval (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2636737"></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>
|
||||
@ -831,9 +831,9 @@ depending on which <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy"><span
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2636903"></a><h3>
|
||||
<a name="id2636864"></a><h3>
|
||||
<a name="gimp-size-entry-get-unit"></a>gimp_size_entry_get_unit ()</h3>
|
||||
<a class="indexterm" name="id2636913"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2636874"></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>
|
||||
@ -862,9 +862,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2636987"></a><h3>
|
||||
<a name="id2636948"></a><h3>
|
||||
<a name="gimp-size-entry-set-unit"></a>gimp_size_entry_set_unit ()</h3>
|
||||
<a class="indexterm" name="id2636997"></a><pre class="programlisting">void gimp_size_entry_set_unit (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2636959"></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>
|
||||
@ -894,9 +894,9 @@ according to which <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy"><span
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2637085"></a><h3>
|
||||
<a name="id2637046"></a><h3>
|
||||
<a name="gimp-size-entry-set-pixel-digits"></a>gimp_size_entry_set_pixel_digits ()</h3>
|
||||
<a class="indexterm" name="id2637097"></a><pre class="programlisting">void gimp_size_entry_set_pixel_digits (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2637058"></a><pre class="programlisting">void gimp_size_entry_set_pixel_digits (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint digits);</pre>
|
||||
<p>
|
||||
Similar to <a href="GimpUnitMenu.html#gimp-unit-menu-set-pixel-digits"><code class="function">gimp_unit_menu_set_pixel_digits()</code></a>, this function allows
|
||||
@ -922,9 +922,9 @@ you set up a <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="typ
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2637185"></a><h3>
|
||||
<a name="id2637147"></a><h3>
|
||||
<a name="gimp-size-entry-show-unit-menu"></a>gimp_size_entry_show_unit_menu ()</h3>
|
||||
<a class="indexterm" name="id2637200"></a><pre class="programlisting">void gimp_size_entry_show_unit_menu (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2637161"></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
|
||||
@ -952,9 +952,9 @@ Controls whether a unit menu is shown in the size entry. If
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2637290"></a><h3>
|
||||
<a name="id2637251"></a><h3>
|
||||
<a name="gimp-size-entry-grab-focus"></a>gimp_size_entry_grab_focus ()</h3>
|
||||
<a class="indexterm" name="id2637301"></a><pre class="programlisting">void gimp_size_entry_grab_focus (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse);</pre>
|
||||
<a class="indexterm" name="id2637262"></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>
|
||||
@ -972,9 +972,9 @@ it's impossible to implement <code class="function">gtk_widget_grab_focus()</cod
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2637362"></a><h3>
|
||||
<a name="id2637323"></a><h3>
|
||||
<a name="gimp-size-entry-set-activates-default"></a>gimp_size_entry_set_activates_default ()</h3>
|
||||
<a class="indexterm" name="id2637377"></a><pre class="programlisting">void gimp_size_entry_set_activates_default
|
||||
<a class="indexterm" name="id2637338"></a><pre class="programlisting">void gimp_size_entry_set_activates_default
|
||||
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gboolean setting);</pre>
|
||||
<p>
|
||||
@ -1003,9 +1003,9 @@ Iterates over all entries in the <a href="GimpSizeEntry.html" title="GimpSizeEnt
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2637480"></a><h3>
|
||||
<a name="id2637441"></a><h3>
|
||||
<a name="gimp-size-entry-get-help-widget"></a>gimp_size_entry_get_help_widget ()</h3>
|
||||
<a class="indexterm" name="id2637492"></a><pre class="programlisting">GtkWidget* gimp_size_entry_get_help_widget (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2637453"></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
|
||||
@ -1037,11 +1037,11 @@ can use this function to get a pointer to the spinbuttons.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2637598"></a><h2>Signal Details</h2>
|
||||
<a name="id2637560"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2637608"></a><h3>
|
||||
<a name="id2637569"></a><h3>
|
||||
<a name="GimpSizeEntry-refval-changed"></a>The "refval-changed" signal</h3>
|
||||
<a class="indexterm" name="id2637617"></a><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
|
||||
<a class="indexterm" name="id2637578"></a><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
|
||||
gpointer user_data) : Run First</pre>
|
||||
<p>
|
||||
|
||||
@ -1064,9 +1064,9 @@ can use this function to get a pointer to the spinbuttons.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2637679"></a><h3>
|
||||
<a name="id2637640"></a><h3>
|
||||
<a name="GimpSizeEntry-unit-changed"></a>The "unit-changed" signal</h3>
|
||||
<a class="indexterm" name="id2637686"></a><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
|
||||
<a class="indexterm" name="id2637647"></a><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
|
||||
gpointer user_data) : Run First</pre>
|
||||
<p>
|
||||
|
||||
@ -1089,9 +1089,9 @@ can use this function to get a pointer to the spinbuttons.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2637748"></a><h3>
|
||||
<a name="id2637709"></a><h3>
|
||||
<a name="GimpSizeEntry-value-changed"></a>The "value-changed" signal</h3>
|
||||
<a class="indexterm" name="id2637755"></a><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
|
||||
<a class="indexterm" name="id2637716"></a><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
|
||||
gpointer user_data) : Run First</pre>
|
||||
<p>
|
||||
|
||||
@ -1114,7 +1114,7 @@ can use this function to get a pointer to the spinbuttons.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2637819"></a><h2>See Also</h2>
|
||||
<a name="id2637780"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
|
@ -33,22 +33,22 @@
|
||||
<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="#id2607345" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2592548" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2629363" class="shortcut">Description</a>
|
||||
<a href="#id2633658" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2629328" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2629273" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2633654" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2633569" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2633688" class="shortcut">Properties</a></nobr></td></tr>
|
||||
<a href="#id2633603" 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="id2607345"></a><span class="refentrytitle">GimpStringComboBox</span>
|
||||
<a name="id2592548"></a><span class="refentrytitle">GimpStringComboBox</span>
|
||||
</h2>
|
||||
<p>GimpStringComboBox</p>
|
||||
</td>
|
||||
@ -71,7 +71,7 @@ gchar* <a href="GimpStringComboBox.html#gimp-string-combo-box-get-a
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2629328"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2629273"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -85,13 +85,13 @@ gchar* <a href="GimpStringComboBox.html#gimp-string-combo-box-get-a
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2633654"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2633569"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpStringComboBox implements
|
||||
AtkImplementorIface, GtkCellEditable and GtkCellLayout.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2633688"></a><h2>Properties</h2>
|
||||
<a name="id2633603"></a><h2>Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpStringComboBox.html#GimpStringComboBox--ellipsize">ellipsize</a>" PangoEllipsizeMode : Read / Write
|
||||
@ -100,26 +100,26 @@ GimpStringComboBox implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2629363"></a><h2>Description</h2>
|
||||
<a name="id2633658"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2629378"></a><h2>Details</h2>
|
||||
<a name="id2633674"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2629389"></a><h3>
|
||||
<a name="id2633685"></a><h3>
|
||||
<a name="GimpStringComboBox-struct"></a>GimpStringComboBox</h3>
|
||||
<a class="indexterm" name="id2629401"></a><pre class="programlisting">typedef struct _GimpStringComboBox GimpStringComboBox;</pre>
|
||||
<a class="indexterm" name="id2633696"></a><pre class="programlisting">typedef struct _GimpStringComboBox GimpStringComboBox;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2629417"></a><h3>
|
||||
<a name="id2629361"></a><h3>
|
||||
<a name="gimp-string-combo-box-new"></a>gimp_string_combo_box_new ()</h3>
|
||||
<a class="indexterm" name="id2629431"></a><pre class="programlisting">GtkWidget* gimp_string_combo_box_new (GtkTreeModel *model,
|
||||
<a class="indexterm" name="id2629375"></a><pre class="programlisting">GtkWidget* gimp_string_combo_box_new (GtkTreeModel *model,
|
||||
gint id_column,
|
||||
gint label_column);</pre>
|
||||
<p>
|
||||
@ -158,9 +158,9 @@ GimpStringComboBox implements
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2630674"></a><h3>
|
||||
<a name="id2629492"></a><h3>
|
||||
<a name="gimp-string-combo-box-set-active"></a>gimp_string_combo_box_set_active ()</h3>
|
||||
<a class="indexterm" name="id2630687"></a><pre class="programlisting">gboolean gimp_string_combo_box_set_active (<a href="GimpStringComboBox.html" title="GimpStringComboBox">GimpStringComboBox</a> *combo_box,
|
||||
<a class="indexterm" name="id2629506"></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
|
||||
@ -195,9 +195,9 @@ selected item in the <em class="parameter"><code>combo_box</code></em>.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2630816"></a><h3>
|
||||
<a name="id2633344"></a><h3>
|
||||
<a name="gimp-string-combo-box-get-active"></a>gimp_string_combo_box_get_active ()</h3>
|
||||
<a class="indexterm" name="id2630829"></a><pre class="programlisting">gchar* gimp_string_combo_box_get_active (<a href="GimpStringComboBox.html" title="GimpStringComboBox">GimpStringComboBox</a> *combo_box);</pre>
|
||||
<a class="indexterm" name="id2633358"></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>
|
||||
@ -224,11 +224,11 @@ Retrieves the value of the selected (active) item in the <em class="parameter"><
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2626645"></a><h2>Property Details</h2>
|
||||
<a name="id2633450"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2626656"></a><h3>
|
||||
<a name="id2633461"></a><h3>
|
||||
<a name="GimpStringComboBox--ellipsize"></a>The "<code class="literal">ellipsize</code>" property</h3>
|
||||
<a class="indexterm" name="id2626672"></a><pre class="programlisting"> "ellipsize" PangoEllipsizeMode : Read / Write</pre>
|
||||
<a class="indexterm" name="id2633475"></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
|
||||
@ -242,9 +242,9 @@ entire string.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2626710"></a><h3>
|
||||
<a name="id2623002"></a><h3>
|
||||
<a name="GimpStringComboBox--id-column"></a>The "<code class="literal">id-column</code>" property</h3>
|
||||
<a class="indexterm" name="id2626726"></a><pre class="programlisting"> "id-column" gint : Read / Write / Construct Only</pre>
|
||||
<a class="indexterm" name="id2623018"></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>
|
||||
@ -258,9 +258,9 @@ be used as labels in the combo-box.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2626767"></a><h3>
|
||||
<a name="id2623059"></a><h3>
|
||||
<a name="GimpStringComboBox--label-column"></a>The "<code class="literal">label-column</code>" property</h3>
|
||||
<a class="indexterm" name="id2626783"></a><pre class="programlisting"> "label-column" gint : Read / Write / Construct Only</pre>
|
||||
<a class="indexterm" name="id2623075"></a><pre class="programlisting"> "label-column" gint : Read / Write / Construct Only</pre>
|
||||
<p></p>
|
||||
<p>Allowed values: >= 0</p>
|
||||
<p>Default value: 0</p>
|
||||
|
@ -33,22 +33,22 @@
|
||||
<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="#id2593124" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2557494" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2631945" class="shortcut">Description</a>
|
||||
<a href="#id2631782" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2631831" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2622894" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2631899" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2631736" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2631920" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2631757" 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="id2593124"></a><span class="refentrytitle">GimpUnitMenu</span>
|
||||
<a name="id2557494"></a><span class="refentrytitle">GimpUnitMenu</span>
|
||||
</h2>
|
||||
<p>GimpUnitMenu — 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">
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2631831"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2622894"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -99,20 +99,20 @@ void <a href="GimpUnitMenu.html#gimp-unit-menu-set-pixel-digits">
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2631899"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2631736"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpUnitMenu implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2631920"></a><h2>Signals</h2>
|
||||
<a name="id2631757"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpUnitMenu.html#GimpUnitMenu-unit-changed">unit-changed</a>" : Run First
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2631945"></a><h2>Description</h2>
|
||||
<a name="id2631782"></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"
|
||||
@ -133,20 +133,20 @@ Whenever the user selects a unit from the menu or the dialog, the
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2626271"></a><h2>Details</h2>
|
||||
<a name="id2631844"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2626282"></a><h3>
|
||||
<a name="id2631855"></a><h3>
|
||||
<a name="GimpUnitMenu-struct"></a>GimpUnitMenu</h3>
|
||||
<a class="indexterm" name="id2626295"></a><pre class="programlisting">typedef struct _GimpUnitMenu GimpUnitMenu;</pre>
|
||||
<a class="indexterm" name="id2631867"></a><pre class="programlisting">typedef struct _GimpUnitMenu GimpUnitMenu;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2626310"></a><h3>
|
||||
<a name="id2631883"></a><h3>
|
||||
<a name="gimp-unit-menu-new"></a>gimp_unit_menu_new ()</h3>
|
||||
<a class="indexterm" name="id2626322"></a><pre class="programlisting">GtkWidget* gimp_unit_menu_new (const gchar *format,
|
||||
<a class="indexterm" name="id2631895"></a><pre class="programlisting">GtkWidget* gimp_unit_menu_new (const gchar *format,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit,
|
||||
@ -238,9 +238,9 @@ The <em class="parameter"><code>format</code></em> string supports the following
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2634180"></a><h3>
|
||||
<a name="id2633148"></a><h3>
|
||||
<a name="gimp-unit-menu-set-unit"></a>gimp_unit_menu_set_unit ()</h3>
|
||||
<a class="indexterm" name="id2634192"></a><pre class="programlisting">void gimp_unit_menu_set_unit (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu,
|
||||
<a class="indexterm" name="id2633160"></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>
|
||||
@ -269,9 +269,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2634278"></a><h3>
|
||||
<a name="id2623289"></a><h3>
|
||||
<a name="gimp-unit-menu-get-unit"></a>gimp_unit_menu_get_unit ()</h3>
|
||||
<a class="indexterm" name="id2634289"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2623300"></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>
|
||||
@ -299,9 +299,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2633064"></a><h3>
|
||||
<a name="id2623375"></a><h3>
|
||||
<a name="gimp-unit-menu-get-pixel-digits"></a>gimp_unit_menu_get_pixel_digits ()</h3>
|
||||
<a class="indexterm" name="id2633075"></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="id2623386"></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>
|
||||
@ -326,9 +326,9 @@ Retrieve the number of digits for a pixel size as set by
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2633153"></a><h3>
|
||||
<a name="id2623464"></a><h3>
|
||||
<a name="gimp-unit-menu-set-pixel-digits"></a>gimp_unit_menu_set_pixel_digits ()</h3>
|
||||
<a class="indexterm" name="id2633164"></a><pre class="programlisting">void gimp_unit_menu_set_pixel_digits (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu,
|
||||
<a class="indexterm" name="id2623475"></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
|
||||
@ -362,11 +362,11 @@ here. You should do this after attaching your spinbuttons.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2633264"></a><h2>Signal Details</h2>
|
||||
<a name="id2634070"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2633275"></a><h3>
|
||||
<a name="id2634081"></a><h3>
|
||||
<a name="GimpUnitMenu-unit-changed"></a>The "unit-changed" signal</h3>
|
||||
<a class="indexterm" name="id2633282"></a><pre class="programlisting">void user_function (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *arg0,
|
||||
<a class="indexterm" name="id2634088"></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
|
||||
@ -386,7 +386,7 @@ the <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnit
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2633356"></a><h2>See Also</h2>
|
||||
<a name="id2634162"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
|
@ -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.16
|
||||
for GIMP 2.3.18
|
||||
|
||||
</p></div>
|
||||
</div>
|
||||
|
@ -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="#id2573989" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2568629" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2648831" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2659463" 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="id2573989"></a><span class="refentrytitle">GimpEnumWidgets</span>
|
||||
<a name="id2568629"></a><span class="refentrytitle">GimpEnumWidgets</span>
|
||||
</h2>
|
||||
<p>GimpEnumWidgets</p>
|
||||
</td>
|
||||
@ -98,17 +98,17 @@ void <a href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2648831"></a><h2>Description</h2>
|
||||
<a name="id2659463"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2648846"></a><h2>Details</h2>
|
||||
<a name="id2659479"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2648857"></a><h3>
|
||||
<a name="id2659490"></a><h3>
|
||||
<a name="gimp-enum-radio-box-new"></a>gimp_enum_radio_box_new ()</h3>
|
||||
<a class="indexterm" name="id2648871"></a><pre class="programlisting">GtkWidget* gimp_enum_radio_box_new (GType enum_type,
|
||||
<a class="indexterm" name="id2659504"></a><pre class="programlisting">GtkWidget* gimp_enum_radio_box_new (GType enum_type,
|
||||
GCallback callback,
|
||||
gpointer callback_data,
|
||||
GtkWidget **first_button);</pre>
|
||||
@ -157,9 +157,9 @@ with up to three or four values. Often it is better to use a
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2649055"></a><h3>
|
||||
<a name="id2647167"></a><h3>
|
||||
<a name="gimp-enum-radio-box-new-with-range"></a>gimp_enum_radio_box_new_with_range ()</h3>
|
||||
<a class="indexterm" name="id2659462"></a><pre class="programlisting">GtkWidget* gimp_enum_radio_box_new_with_range (GType enum_type,
|
||||
<a class="indexterm" name="id2647180"></a><pre class="programlisting">GtkWidget* gimp_enum_radio_box_new_with_range (GType enum_type,
|
||||
gint minimum,
|
||||
gint maximum,
|
||||
GCallback callback,
|
||||
@ -219,9 +219,9 @@ enum values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2659683"></a><h3>
|
||||
<a name="id2647401"></a><h3>
|
||||
<a name="gimp-enum-radio-frame-new"></a>gimp_enum_radio_frame_new ()</h3>
|
||||
<a class="indexterm" name="id2659696"></a><pre class="programlisting">GtkWidget* gimp_enum_radio_frame_new (GType enum_type,
|
||||
<a class="indexterm" name="id2647414"></a><pre class="programlisting">GtkWidget* gimp_enum_radio_frame_new (GType enum_type,
|
||||
GtkWidget *label_widget,
|
||||
GCallback callback,
|
||||
gpointer callback_data,
|
||||
@ -275,9 +275,9 @@ Calls <a href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-box-new"><cod
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2647630"></a><h3>
|
||||
<a name="id2648432"></a><h3>
|
||||
<a name="gimp-enum-radio-frame-new-with-range"></a>gimp_enum_radio_frame_new_with_range ()</h3>
|
||||
<a class="indexterm" name="id2647646"></a><pre class="programlisting">GtkWidget* gimp_enum_radio_frame_new_with_range
|
||||
<a class="indexterm" name="id2648446"></a><pre class="programlisting">GtkWidget* gimp_enum_radio_frame_new_with_range
|
||||
(GType enum_type,
|
||||
gint minimum,
|
||||
gint maximum,
|
||||
@ -343,9 +343,9 @@ vbox into a <span class="type">GtkFrame</span>.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2647898"></a><h3>
|
||||
<a name="id2648698"></a><h3>
|
||||
<a name="gimp-enum-stock-box-new"></a>gimp_enum_stock_box_new ()</h3>
|
||||
<a class="indexterm" name="id2647911"></a><pre class="programlisting">GtkWidget* gimp_enum_stock_box_new (GType enum_type,
|
||||
<a class="indexterm" name="id2648711"></a><pre class="programlisting">GtkWidget* gimp_enum_stock_box_new (GType enum_type,
|
||||
const gchar *stock_prefix,
|
||||
GtkIconSize icon_size,
|
||||
GCallback callback,
|
||||
@ -405,9 +405,9 @@ nick to the given <em class="parameter"><code>stock_prefix</code></em>.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2653353"></a><h3>
|
||||
<a name="id2648931"></a><h3>
|
||||
<a name="gimp-enum-stock-box-new-with-range"></a>gimp_enum_stock_box_new_with_range ()</h3>
|
||||
<a class="indexterm" name="id2653367"></a><pre class="programlisting">GtkWidget* gimp_enum_stock_box_new_with_range (GType enum_type,
|
||||
<a class="indexterm" name="id2648945"></a><pre class="programlisting">GtkWidget* gimp_enum_stock_box_new_with_range (GType enum_type,
|
||||
gint minimum,
|
||||
gint maximum,
|
||||
const gchar *stock_prefix,
|
||||
@ -479,9 +479,9 @@ enum values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2653632"></a><h3>
|
||||
<a name="id2653580"></a><h3>
|
||||
<a name="gimp-enum-stock-box-set-child-padding"></a>gimp_enum_stock_box_set_child_padding ()</h3>
|
||||
<a class="indexterm" name="id2653648"></a><pre class="programlisting">void gimp_enum_stock_box_set_child_padding
|
||||
<a class="indexterm" name="id2653596"></a><pre class="programlisting">void gimp_enum_stock_box_set_child_padding
|
||||
(GtkWidget *stock_box,
|
||||
gint xpad,
|
||||
gint ypad);</pre>
|
||||
|
@ -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="#id2623903" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2594646" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2641017" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2642354" 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="id2623903"></a><span class="refentrytitle">GimpHelpUI</span>
|
||||
<a name="id2594646"></a><span class="refentrytitle">GimpHelpUI</span>
|
||||
</h2>
|
||||
<p>GimpHelpUI — 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">g
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2641017"></a><h2>Description</h2>
|
||||
<a name="id2642354"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2641033"></a><h2>Details</h2>
|
||||
<a name="id2642370"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2641044"></a><h3>
|
||||
<a name="id2642381"></a><h3>
|
||||
<a name="GimpHelpFunc"></a>GimpHelpFunc ()</h3>
|
||||
<a class="indexterm" name="id2641056"></a><pre class="programlisting">void (*GimpHelpFunc) (const gchar *help_id,
|
||||
<a class="indexterm" name="id2642393"></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="../libgimp/libgimp-gimphelp.html#gimp-help"
|
||||
href="../app/app-Gimp-gui.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="../libgimp/libgimp-gimphelp.html#gimp-help"
|
||||
href="../app/app-Gimp-gui.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="id2645465"></a><h3>
|
||||
<a name="id2645453"></a><h3>
|
||||
<a name="GIMP-HELP-ID:CAPS"></a>GIMP_HELP_ID</h3>
|
||||
<a class="indexterm" name="id2645477"></a><pre class="programlisting">#define GIMP_HELP_ID (gimp_help_id_quark ())
|
||||
<a class="indexterm" name="id2645465"></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="id2645494"></a><h3>
|
||||
<a name="id2645482"></a><h3>
|
||||
<a name="gimp-help-enable-tooltips"></a>gimp_help_enable_tooltips ()</h3>
|
||||
<a class="indexterm" name="id2645505"></a><pre class="programlisting">void gimp_help_enable_tooltips (void);</pre>
|
||||
<a class="indexterm" name="id2645493"></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="id2645538"></a><h3>
|
||||
<a name="id2645526"></a><h3>
|
||||
<a name="gimp-help-disable-tooltips"></a>gimp_help_disable_tooltips ()</h3>
|
||||
<a class="indexterm" name="id2645550"></a><pre class="programlisting">void gimp_help_disable_tooltips (void);</pre>
|
||||
<a class="indexterm" name="id2645537"></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="id2645583"></a><h3>
|
||||
<a name="id2645570"></a><h3>
|
||||
<a name="gimp-standard-help-func"></a>gimp_standard_help_func ()</h3>
|
||||
<a class="indexterm" name="id2645594"></a><pre class="programlisting">void gimp_standard_help_func (const gchar *help_id,
|
||||
<a class="indexterm" name="id2645582"></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="../libgimp/libgimp-gimphelp.html#gimp-help"
|
||||
href="../app/app-Gimp-gui.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="../libgimp/libgimp-gimphelp.html#gimp-help"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2641394"></a><h3>
|
||||
<a name="id2641302"></a><h3>
|
||||
<a name="gimp-help-connect"></a>gimp_help_connect ()</h3>
|
||||
<a class="indexterm" name="id2641406"></a><pre class="programlisting">void gimp_help_connect (GtkWidget *widget,
|
||||
<a class="indexterm" name="id2641315"></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="id2641555"></a><h3>
|
||||
<a name="id2641464"></a><h3>
|
||||
<a name="gimp-help-set-help-data"></a>gimp_help_set_help_data ()</h3>
|
||||
<a class="indexterm" name="id2641566"></a><pre class="programlisting">void gimp_help_set_help_data (GtkWidget *widget,
|
||||
<a class="indexterm" name="id2641475"></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="id2644384"></a><h3>
|
||||
<a name="id2644352"></a><h3>
|
||||
<a name="gimp-context-help"></a>gimp_context_help ()</h3>
|
||||
<a class="indexterm" name="id2644396"></a><pre class="programlisting">void gimp_context_help (GtkWidget *widget);</pre>
|
||||
<a class="indexterm" name="id2644365"></a><pre class="programlisting">void gimp_context_help (GtkWidget *widget);</pre>
|
||||
<p>
|
||||
This function invokes the context help inspector.
|
||||
</p>
|
||||
|
@ -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="#id2571124" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2588128" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2571835" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2585320" 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="id2571124"></a><span class="refentrytitle">GimpHintBox</span>
|
||||
<a name="id2588128"></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">
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2571835"></a><h2>Description</h2>
|
||||
<a name="id2585320"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2563043"></a><h2>Details</h2>
|
||||
<a name="id2564033"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564476"></a><h3>
|
||||
<a name="id2558580"></a><h3>
|
||||
<a name="gimp-hint-box-new"></a>gimp_hint_box_new ()</h3>
|
||||
<a class="indexterm" name="id2564489"></a><pre class="programlisting">GtkWidget* gimp_hint_box_new (const gchar *hint);</pre>
|
||||
<a class="indexterm" name="id2558592"></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>
|
||||
|
@ -33,16 +33,16 @@
|
||||
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpwidgets-GimpWidgets.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="#id2646482" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2592528" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2669367" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2669321" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpwidgets-GimpPropWidgets"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2646482"></a><span class="refentrytitle">GimpPropWidgets</span>
|
||||
<a name="id2592528"></a><span class="refentrytitle">GimpPropWidgets</span>
|
||||
</h2>
|
||||
<p>GimpPropWidgets</p>
|
||||
</td>
|
||||
@ -189,17 +189,17 @@ GtkWidget* <a href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-unit-
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2669367"></a><h2>Description</h2>
|
||||
<a name="id2669321"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2669383"></a><h2>Details</h2>
|
||||
<a name="id2669337"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2669393"></a><h3>
|
||||
<a name="id2669348"></a><h3>
|
||||
<a name="gimp-prop-boolean-combo-box-new"></a>gimp_prop_boolean_combo_box_new ()</h3>
|
||||
<a class="indexterm" name="id2669407"></a><pre class="programlisting">GtkWidget* gimp_prop_boolean_combo_box_new (GObject *config,
|
||||
<a class="indexterm" name="id2669361"></a><pre class="programlisting">GtkWidget* gimp_prop_boolean_combo_box_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
const gchar *true_text,
|
||||
const gchar *false_text);</pre>
|
||||
@ -247,9 +247,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2669588"></a><h3>
|
||||
<a name="id2669542"></a><h3>
|
||||
<a name="gimp-prop-boolean-radio-frame-new"></a>gimp_prop_boolean_radio_frame_new ()</h3>
|
||||
<a class="indexterm" name="id2669601"></a><pre class="programlisting">GtkWidget* gimp_prop_boolean_radio_frame_new (GObject *config,
|
||||
<a class="indexterm" name="id2669555"></a><pre class="programlisting">GtkWidget* gimp_prop_boolean_radio_frame_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
const gchar *title,
|
||||
const gchar *true_text,
|
||||
@ -300,9 +300,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2669777"></a><h3>
|
||||
<a name="id2669731"></a><h3>
|
||||
<a name="gimp-prop-check-button-new"></a>gimp_prop_check_button_new ()</h3>
|
||||
<a class="indexterm" name="id2669789"></a><pre class="programlisting">GtkWidget* gimp_prop_check_button_new (GObject *config,
|
||||
<a class="indexterm" name="id2669743"></a><pre class="programlisting">GtkWidget* gimp_prop_check_button_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
const gchar *label);</pre>
|
||||
<p>
|
||||
@ -341,9 +341,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2669909"></a><h3>
|
||||
<a name="id2669864"></a><h3>
|
||||
<a name="gimp-prop-color-area-new"></a>gimp_prop_color_area_new ()</h3>
|
||||
<a class="indexterm" name="id2669920"></a><pre class="programlisting">GtkWidget* gimp_prop_color_area_new (GObject *config,
|
||||
<a class="indexterm" name="id2669875"></a><pre class="programlisting">GtkWidget* gimp_prop_color_area_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
gint width,
|
||||
gint height,
|
||||
@ -394,9 +394,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2670083"></a><h3>
|
||||
<a name="id2670037"></a><h3>
|
||||
<a name="gimp-prop-coordinates-connect"></a>gimp_prop_coordinates_connect ()</h3>
|
||||
<a class="indexterm" name="id2670096"></a><pre class="programlisting">gboolean gimp_prop_coordinates_connect (GObject *config,
|
||||
<a class="indexterm" name="id2670050"></a><pre class="programlisting">gboolean gimp_prop_coordinates_connect (GObject *config,
|
||||
const gchar *x_property_name,
|
||||
const gchar *y_property_name,
|
||||
const gchar *unit_property_name,
|
||||
@ -462,9 +462,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2670303"></a><h3>
|
||||
<a name="id2670258"></a><h3>
|
||||
<a name="gimp-prop-coordinates-new"></a>gimp_prop_coordinates_new ()</h3>
|
||||
<a class="indexterm" name="id2670315"></a><pre class="programlisting">GtkWidget* gimp_prop_coordinates_new (GObject *config,
|
||||
<a class="indexterm" name="id2670269"></a><pre class="programlisting">GtkWidget* gimp_prop_coordinates_new (GObject *config,
|
||||
const gchar *x_property_name,
|
||||
const gchar *y_property_name,
|
||||
const gchar *unit_property_name,
|
||||
@ -542,9 +542,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2670547"></a><h3>
|
||||
<a name="id2670510"></a><h3>
|
||||
<a name="gimp-prop-entry-new"></a>gimp_prop_entry_new ()</h3>
|
||||
<a class="indexterm" name="id2670558"></a><pre class="programlisting">GtkWidget* gimp_prop_entry_new (GObject *config,
|
||||
<a class="indexterm" name="id2670521"></a><pre class="programlisting">GtkWidget* gimp_prop_entry_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
gint max_len);</pre>
|
||||
<p>
|
||||
@ -583,9 +583,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2670665"></a><h3>
|
||||
<a name="id2670628"></a><h3>
|
||||
<a name="gimp-prop-enum-check-button-new"></a>gimp_prop_enum_check_button_new ()</h3>
|
||||
<a class="indexterm" name="id2670678"></a><pre class="programlisting">GtkWidget* gimp_prop_enum_check_button_new (GObject *config,
|
||||
<a class="indexterm" name="id2670640"></a><pre class="programlisting">GtkWidget* gimp_prop_enum_check_button_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
const gchar *label,
|
||||
gint false_value,
|
||||
@ -638,9 +638,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2670829"></a><h3>
|
||||
<a name="id2670792"></a><h3>
|
||||
<a name="gimp-prop-enum-combo-box-new"></a>gimp_prop_enum_combo_box_new ()</h3>
|
||||
<a class="indexterm" name="id2670842"></a><pre class="programlisting">GtkWidget* gimp_prop_enum_combo_box_new (GObject *config,
|
||||
<a class="indexterm" name="id2670804"></a><pre class="programlisting">GtkWidget* gimp_prop_enum_combo_box_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
gint minimum,
|
||||
gint maximum);</pre>
|
||||
@ -689,9 +689,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2670991"></a><h3>
|
||||
<a name="id2670953"></a><h3>
|
||||
<a name="gimp-prop-enum-label-new"></a>gimp_prop_enum_label_new ()</h3>
|
||||
<a class="indexterm" name="id2671001"></a><pre class="programlisting">GtkWidget* gimp_prop_enum_label_new (GObject *config,
|
||||
<a class="indexterm" name="id2670964"></a><pre class="programlisting">GtkWidget* gimp_prop_enum_label_new (GObject *config,
|
||||
const gchar *property_name);</pre>
|
||||
<p>
|
||||
</p>
|
||||
@ -723,9 +723,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2671082"></a><h3>
|
||||
<a name="id2671044"></a><h3>
|
||||
<a name="gimp-prop-enum-radio-box-new"></a>gimp_prop_enum_radio_box_new ()</h3>
|
||||
<a class="indexterm" name="id2671094"></a><pre class="programlisting">GtkWidget* gimp_prop_enum_radio_box_new (GObject *config,
|
||||
<a class="indexterm" name="id2671057"></a><pre class="programlisting">GtkWidget* gimp_prop_enum_radio_box_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
gint minimum,
|
||||
gint maximum);</pre>
|
||||
@ -774,9 +774,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2671243"></a><h3>
|
||||
<a name="id2671205"></a><h3>
|
||||
<a name="gimp-prop-enum-radio-frame-new"></a>gimp_prop_enum_radio_frame_new ()</h3>
|
||||
<a class="indexterm" name="id2671255"></a><pre class="programlisting">GtkWidget* gimp_prop_enum_radio_frame_new (GObject *config,
|
||||
<a class="indexterm" name="id2671217"></a><pre class="programlisting">GtkWidget* gimp_prop_enum_radio_frame_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
const gchar *title,
|
||||
gint minimum,
|
||||
@ -829,9 +829,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2671413"></a><h3>
|
||||
<a name="id2671375"></a><h3>
|
||||
<a name="gimp-prop-enum-stock-box-new"></a>gimp_prop_enum_stock_box_new ()</h3>
|
||||
<a class="indexterm" name="id2671425"></a><pre class="programlisting">GtkWidget* gimp_prop_enum_stock_box_new (GObject *config,
|
||||
<a class="indexterm" name="id2671387"></a><pre class="programlisting">GtkWidget* gimp_prop_enum_stock_box_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
const gchar *stock_prefix,
|
||||
gint minimum,
|
||||
@ -885,9 +885,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2671585"></a><h3>
|
||||
<a name="id2671548"></a><h3>
|
||||
<a name="gimp-prop-expander-new"></a>gimp_prop_expander_new ()</h3>
|
||||
<a class="indexterm" name="id2671596"></a><pre class="programlisting">GtkWidget* gimp_prop_expander_new (GObject *config,
|
||||
<a class="indexterm" name="id2671558"></a><pre class="programlisting">GtkWidget* gimp_prop_expander_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
const gchar *label);</pre>
|
||||
<p>
|
||||
@ -927,9 +927,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2671712"></a><h3>
|
||||
<a name="id2671675"></a><h3>
|
||||
<a name="gimp-prop-file-chooser-button-new"></a>gimp_prop_file_chooser_button_new ()</h3>
|
||||
<a class="indexterm" name="id2671726"></a><pre class="programlisting">GtkWidget* gimp_prop_file_chooser_button_new (GObject *config,
|
||||
<a class="indexterm" name="id2671688"></a><pre class="programlisting">GtkWidget* gimp_prop_file_chooser_button_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
const gchar *title,
|
||||
GtkFileChooserAction action);</pre>
|
||||
@ -977,9 +977,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2671875"></a><h3>
|
||||
<a name="id2671837"></a><h3>
|
||||
<a name="gimp-prop-file-chooser-button-new-with-dialog"></a>gimp_prop_file_chooser_button_new_with_dialog ()</h3>
|
||||
<a class="indexterm" name="id2671888"></a><pre class="programlisting">GtkWidget* gimp_prop_file_chooser_button_new_with_dialog
|
||||
<a class="indexterm" name="id2671851"></a><pre class="programlisting">GtkWidget* gimp_prop_file_chooser_button_new_with_dialog
|
||||
(GObject *config,
|
||||
const gchar *property_name,
|
||||
GtkWidget *dialog);</pre>
|
||||
@ -1027,9 +1027,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2672056"></a><h3>
|
||||
<a name="id2672019"></a><h3>
|
||||
<a name="gimp-prop-hscale-new"></a>gimp_prop_hscale_new ()</h3>
|
||||
<a class="indexterm" name="id2672067"></a><pre class="programlisting">GtkWidget* gimp_prop_hscale_new (GObject *config,
|
||||
<a class="indexterm" name="id2672029"></a><pre class="programlisting">GtkWidget* gimp_prop_hscale_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
gdouble step_increment,
|
||||
gdouble page_increment,
|
||||
@ -1080,9 +1080,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2672208"></a><h3>
|
||||
<a name="id2672170"></a><h3>
|
||||
<a name="gimp-prop-int-combo-box-new"></a>gimp_prop_int_combo_box_new ()</h3>
|
||||
<a class="indexterm" name="id2672219"></a><pre class="programlisting">GtkWidget* gimp_prop_int_combo_box_new (GObject *config,
|
||||
<a class="indexterm" name="id2672182"></a><pre class="programlisting">GtkWidget* gimp_prop_int_combo_box_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
<a href="GimpIntStore.html" title="GimpIntStore">GimpIntStore</a> *store);</pre>
|
||||
<p>
|
||||
@ -1123,9 +1123,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2672356"></a><h3>
|
||||
<a name="id2672318"></a><h3>
|
||||
<a name="gimp-prop-label-new"></a>gimp_prop_label_new ()</h3>
|
||||
<a class="indexterm" name="id2672366"></a><pre class="programlisting">GtkWidget* gimp_prop_label_new (GObject *config,
|
||||
<a class="indexterm" name="id2672328"></a><pre class="programlisting">GtkWidget* gimp_prop_label_new (GObject *config,
|
||||
const gchar *property_name);</pre>
|
||||
<p>
|
||||
Creates a <span class="type">GtkLabel</span> to display the value of the specified property.
|
||||
@ -1160,9 +1160,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2672464"></a><h3>
|
||||
<a name="id2672426"></a><h3>
|
||||
<a name="gimp-prop-memsize-entry-new"></a>gimp_prop_memsize_entry_new ()</h3>
|
||||
<a class="indexterm" name="id2672475"></a><pre class="programlisting">GtkWidget* gimp_prop_memsize_entry_new (GObject *config,
|
||||
<a class="indexterm" name="id2672437"></a><pre class="programlisting">GtkWidget* gimp_prop_memsize_entry_new (GObject *config,
|
||||
const gchar *property_name);</pre>
|
||||
<p>
|
||||
Creates a <a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry"><span class="type">GimpMemsizeEntry</span></a> (spin button and option menu) to set
|
||||
@ -1196,9 +1196,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2672571"></a><h3>
|
||||
<a name="id2672533"></a><h3>
|
||||
<a name="gimp-prop-opacity-entry-new"></a>gimp_prop_opacity_entry_new ()</h3>
|
||||
<a class="indexterm" name="id2672582"></a><pre class="programlisting">GtkObject* gimp_prop_opacity_entry_new (GObject *config,
|
||||
<a class="indexterm" name="id2672544"></a><pre class="programlisting">GtkObject* gimp_prop_opacity_entry_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
GtkTable *table,
|
||||
gint column,
|
||||
@ -1258,9 +1258,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2672785"></a><h3>
|
||||
<a name="id2672747"></a><h3>
|
||||
<a name="gimp-prop-path-editor-new"></a>gimp_prop_path_editor_new ()</h3>
|
||||
<a class="indexterm" name="id2672796"></a><pre class="programlisting">GtkWidget* gimp_prop_path_editor_new (GObject *config,
|
||||
<a class="indexterm" name="id2672758"></a><pre class="programlisting">GtkWidget* gimp_prop_path_editor_new (GObject *config,
|
||||
const gchar *path_property_name,
|
||||
const gchar *writable_property_name,
|
||||
const gchar *filesel_title);</pre>
|
||||
@ -1302,9 +1302,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2672904"></a><h3>
|
||||
<a name="id2672867"></a><h3>
|
||||
<a name="gimp-prop-scale-entry-new"></a>gimp_prop_scale_entry_new ()</h3>
|
||||
<a class="indexterm" name="id2672916"></a><pre class="programlisting">GtkObject* gimp_prop_scale_entry_new (GObject *config,
|
||||
<a class="indexterm" name="id2672878"></a><pre class="programlisting">GtkObject* gimp_prop_scale_entry_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
GtkTable *table,
|
||||
gint column,
|
||||
@ -1400,9 +1400,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2673305"></a><h3>
|
||||
<a name="id2673258"></a><h3>
|
||||
<a name="gimp-prop-size-entry-new"></a>gimp_prop_size_entry_new ()</h3>
|
||||
<a class="indexterm" name="id2673319"></a><pre class="programlisting">GtkWidget* gimp_prop_size_entry_new (GObject *config,
|
||||
<a class="indexterm" name="id2673271"></a><pre class="programlisting">GtkWidget* gimp_prop_size_entry_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
const gchar *unit_property_name,
|
||||
const gchar *unit_format,
|
||||
@ -1464,9 +1464,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2673531"></a><h3>
|
||||
<a name="id2673483"></a><h3>
|
||||
<a name="gimp-prop-spin-button-new"></a>gimp_prop_spin_button_new ()</h3>
|
||||
<a class="indexterm" name="id2673545"></a><pre class="programlisting">GtkWidget* gimp_prop_spin_button_new (GObject *config,
|
||||
<a class="indexterm" name="id2673498"></a><pre class="programlisting">GtkWidget* gimp_prop_spin_button_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
gdouble step_increment,
|
||||
gdouble page_increment,
|
||||
@ -1517,9 +1517,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2673703"></a><h3>
|
||||
<a name="id2673655"></a><h3>
|
||||
<a name="gimp-prop-stock-image-new"></a>gimp_prop_stock_image_new ()</h3>
|
||||
<a class="indexterm" name="id2673717"></a><pre class="programlisting">GtkWidget* gimp_prop_stock_image_new (GObject *config,
|
||||
<a class="indexterm" name="id2673670"></a><pre class="programlisting">GtkWidget* gimp_prop_stock_image_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
GtkIconSize icon_size);</pre>
|
||||
<p>
|
||||
@ -1559,9 +1559,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2673841"></a><h3>
|
||||
<a name="id2673793"></a><h3>
|
||||
<a name="gimp-prop-string-combo-box-new"></a>gimp_prop_string_combo_box_new ()</h3>
|
||||
<a class="indexterm" name="id2673855"></a><pre class="programlisting">GtkWidget* gimp_prop_string_combo_box_new (GObject *config,
|
||||
<a class="indexterm" name="id2673808"></a><pre class="programlisting">GtkWidget* gimp_prop_string_combo_box_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
GtkTreeModel *model,
|
||||
gint id_column,
|
||||
@ -1614,9 +1614,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2674054"></a><h3>
|
||||
<a name="id2674006"></a><h3>
|
||||
<a name="gimp-prop-text-buffer-new"></a>gimp_prop_text_buffer_new ()</h3>
|
||||
<a class="indexterm" name="id2674069"></a><pre class="programlisting">GtkTextBuffer* gimp_prop_text_buffer_new (GObject *config,
|
||||
<a class="indexterm" name="id2674021"></a><pre class="programlisting">GtkTextBuffer* gimp_prop_text_buffer_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
gint max_len);</pre>
|
||||
<p>
|
||||
@ -1662,9 +1662,9 @@ Since GIMP 2.4
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2674220"></a><h3>
|
||||
<a name="id2674172"></a><h3>
|
||||
<a name="gimp-prop-unit-menu-new"></a>gimp_prop_unit_menu_new ()</h3>
|
||||
<a class="indexterm" name="id2674234"></a><pre class="programlisting">GtkWidget* gimp_prop_unit_menu_new (GObject *config,
|
||||
<a class="indexterm" name="id2674186"></a><pre class="programlisting">GtkWidget* gimp_prop_unit_menu_new (GObject *config,
|
||||
const gchar *property_name,
|
||||
const gchar *unit_format);</pre>
|
||||
<p>
|
||||
|
@ -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="#id2601114" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2584389" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2643841" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2643805" 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="id2601114"></a><span class="refentrytitle">GimpQueryBox</span>
|
||||
<a name="id2584389"></a><span class="refentrytitle">GimpQueryBox</span>
|
||||
</h2>
|
||||
<p>GimpQueryBox — 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
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2643841"></a><h2>Description</h2>
|
||||
<a name="id2643805"></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="id2643887"></a><h2>Details</h2>
|
||||
<a name="id2643851"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2643897"></a><h3>
|
||||
<a name="id2643862"></a><h3>
|
||||
<a name="GimpQueryStringCallback"></a>GimpQueryStringCallback ()</h3>
|
||||
<a class="indexterm" name="id2643909"></a><pre class="programlisting">void (*GimpQueryStringCallback) (GtkWidget *query_box,
|
||||
<a class="indexterm" name="id2643873"></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="id2644006"></a><h3>
|
||||
<a name="id2643970"></a><h3>
|
||||
<a name="GimpQueryIntCallback"></a>GimpQueryIntCallback ()</h3>
|
||||
<a class="indexterm" name="id2644017"></a><pre class="programlisting">void (*GimpQueryIntCallback) (GtkWidget *query_box,
|
||||
<a class="indexterm" name="id2643981"></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="id2649580"></a><h3>
|
||||
<a name="id2649532"></a><h3>
|
||||
<a name="GimpQueryDoubleCallback"></a>GimpQueryDoubleCallback ()</h3>
|
||||
<a class="indexterm" name="id2649590"></a><pre class="programlisting">void (*GimpQueryDoubleCallback) (GtkWidget *query_box,
|
||||
<a class="indexterm" name="id2649543"></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="id2649669"></a><h3>
|
||||
<a name="id2649622"></a><h3>
|
||||
<a name="GimpQuerySizeCallback"></a>GimpQuerySizeCallback ()</h3>
|
||||
<a class="indexterm" name="id2649679"></a><pre class="programlisting">void (*GimpQuerySizeCallback) (GtkWidget *query_box,
|
||||
<a class="indexterm" name="id2649632"></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="id2649793"></a><h3>
|
||||
<a name="id2649745"></a><h3>
|
||||
<a name="GimpQueryBooleanCallback"></a>GimpQueryBooleanCallback ()</h3>
|
||||
<a class="indexterm" name="id2649804"></a><pre class="programlisting">void (*GimpQueryBooleanCallback) (GtkWidget *query_box,
|
||||
<a class="indexterm" name="id2649756"></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="id2649892"></a><h3>
|
||||
<a name="id2649845"></a><h3>
|
||||
<a name="gimp-query-string-box"></a>gimp_query_string_box ()</h3>
|
||||
<a class="indexterm" name="id2649904"></a><pre class="programlisting">GtkWidget* gimp_query_string_box (const gchar *title,
|
||||
<a class="indexterm" name="id2649856"></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="id2650173"></a><h3>
|
||||
<a name="id2650125"></a><h3>
|
||||
<a name="gimp-query-int-box"></a>gimp_query_int_box ()</h3>
|
||||
<a class="indexterm" name="id2575188"></a><pre class="programlisting">GtkWidget* gimp_query_int_box (const gchar *title,
|
||||
<a class="indexterm" name="id2650138"></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="id2650455"></a><h3>
|
||||
<a name="id2650416"></a><h3>
|
||||
<a name="gimp-query-double-box"></a>gimp_query_double_box ()</h3>
|
||||
<a class="indexterm" name="id2650465"></a><pre class="programlisting">GtkWidget* gimp_query_double_box (const gchar *title,
|
||||
<a class="indexterm" name="id2650426"></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="id2650778"></a><h3>
|
||||
<a name="id2650739"></a><h3>
|
||||
<a name="gimp-query-size-box"></a>gimp_query_size_box ()</h3>
|
||||
<a class="indexterm" name="id2650788"></a><pre class="programlisting">GtkWidget* gimp_query_size_box (const gchar *title,
|
||||
<a class="indexterm" name="id2650749"></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="id2651192"></a><h3>
|
||||
<a name="id2651151"></a><h3>
|
||||
<a name="gimp-query-boolean-box"></a>gimp_query_boolean_box ()</h3>
|
||||
<a class="indexterm" name="id2651202"></a><pre class="programlisting">GtkWidget* gimp_query_boolean_box (const gchar *title,
|
||||
<a class="indexterm" name="id2651161"></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="id2651494"></a><h3>
|
||||
<a name="id2651452"></a><h3>
|
||||
<a name="GIMP-QUERY-BOX-VBOX:CAPS"></a>GIMP_QUERY_BOX_VBOX()</h3>
|
||||
<a class="indexterm" name="id2651504"></a><pre class="programlisting">#define GIMP_QUERY_BOX_VBOX(qbox)</pre>
|
||||
<a class="indexterm" name="id2651463"></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="id2651550"></a><h2>See Also</h2>
|
||||
<a name="id2651508"></a><h2>See Also</h2>
|
||||
<p>
|
||||
GimpSizeEntry
|
||||
</p>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -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="#id2572936" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2597297" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2676310" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2676266" 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="id2572936"></a><span class="refentrytitle">GimpWidgets</span>
|
||||
<a name="id2597297"></a><span class="refentrytitle">GimpWidgets</span>
|
||||
</h2>
|
||||
<p>GimpWidgets — A collection of convenient widget constructors, standard callbacks and
|
||||
helper functions.</p>
|
||||
@ -185,17 +185,17 @@ void <a href="libgimpwidgets-GimpWidgets.html#gimp-label-set-attr
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2676310"></a><h2>Description</h2>
|
||||
<a name="id2676266"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2676326"></a><h2>Details</h2>
|
||||
<a name="id2676282"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2676336"></a><h3>
|
||||
<a name="id2676292"></a><h3>
|
||||
<a name="gimp-radio-group-new"></a>gimp_radio_group_new ()</h3>
|
||||
<a class="indexterm" name="id2676348"></a><pre class="programlisting">GtkWidget* gimp_radio_group_new (gboolean in_frame,
|
||||
<a class="indexterm" name="id2676304"></a><pre class="programlisting">GtkWidget* gimp_radio_group_new (gboolean in_frame,
|
||||
const gchar *frame_title,
|
||||
...);</pre>
|
||||
<p>
|
||||
@ -232,9 +232,9 @@ a <span class="type">GtkFrame</span> or <span class="type">GtkVbox</span>.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2676522"></a><h3>
|
||||
<a name="id2676478"></a><h3>
|
||||
<a name="gimp-radio-group-new2"></a>gimp_radio_group_new2 ()</h3>
|
||||
<a class="indexterm" name="id2676533"></a><pre class="programlisting">GtkWidget* gimp_radio_group_new2 (gboolean in_frame,
|
||||
<a class="indexterm" name="id2676489"></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,
|
||||
@ -294,9 +294,9 @@ a <span class="type">GtkFrame</span> or <span class="type">GtkVbox</span>.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2676792"></a><h3>
|
||||
<a name="id2676748"></a><h3>
|
||||
<a name="gimp-radio-group-set-active"></a>gimp_radio_group_set_active ()</h3>
|
||||
<a class="indexterm" name="id2676804"></a><pre class="programlisting">void gimp_radio_group_set_active (GtkRadioButton *radio_button,
|
||||
<a class="indexterm" name="id2676760"></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
|
||||
@ -322,9 +322,9 @@ created with a matching <em class="parameter"><code>item_data</code></em>.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2676906"></a><h3>
|
||||
<a name="id2676862"></a><h3>
|
||||
<a name="gimp-int-radio-group-new"></a>gimp_int_radio_group_new ()</h3>
|
||||
<a class="indexterm" name="id2676917"></a><pre class="programlisting">GtkWidget* gimp_int_radio_group_new (gboolean in_frame,
|
||||
<a class="indexterm" name="id2676873"></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,
|
||||
@ -387,9 +387,9 @@ group).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2677192"></a><h3>
|
||||
<a name="id2677148"></a><h3>
|
||||
<a name="gimp-int-radio-group-set-active"></a>gimp_int_radio_group_set_active ()</h3>
|
||||
<a class="indexterm" name="id2677206"></a><pre class="programlisting">void gimp_int_radio_group_set_active (GtkRadioButton *radio_button,
|
||||
<a class="indexterm" name="id2677162"></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
|
||||
@ -417,9 +417,9 @@ of pointers.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2677299"></a><h3>
|
||||
<a name="id2677262"></a><h3>
|
||||
<a name="gimp-spin-button-new"></a>gimp_spin_button_new ()</h3>
|
||||
<a class="indexterm" name="id2677310"></a><pre class="programlisting">GtkWidget* gimp_spin_button_new (GtkObject **adjustment,
|
||||
<a class="indexterm" name="id2677272"></a><pre class="programlisting">GtkWidget* gimp_spin_button_new (GtkObject **adjustment,
|
||||
gdouble value,
|
||||
gdouble lower,
|
||||
gdouble upper,
|
||||
@ -494,9 +494,9 @@ entered.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2677569"></a><h3>
|
||||
<a name="id2677532"></a><h3>
|
||||
<a name="GIMP-SCALE-ENTRY-LABEL:CAPS"></a>GIMP_SCALE_ENTRY_LABEL()</h3>
|
||||
<a class="indexterm" name="id2677580"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_LABEL(adj)</pre>
|
||||
<a class="indexterm" name="id2677542"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_LABEL(adj)</pre>
|
||||
<p>
|
||||
Returns the scale_entry's <span class="type">GtkLabel</span>.
|
||||
</p>
|
||||
@ -513,9 +513,9 @@ Returns the scale_entry's <span class="type">GtkLabel</span>.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2677632"></a><h3>
|
||||
<a name="id2677594"></a><h3>
|
||||
<a name="GIMP-SCALE-ENTRY-SCALE:CAPS"></a>GIMP_SCALE_ENTRY_SCALE()</h3>
|
||||
<a class="indexterm" name="id2677642"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SCALE(adj)</pre>
|
||||
<a class="indexterm" name="id2677605"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SCALE(adj)</pre>
|
||||
<p>
|
||||
Returns the scale_entry's <span class="type">GtkHScale</span>.
|
||||
</p>
|
||||
@ -532,9 +532,9 @@ Returns the scale_entry's <span class="type">GtkHScale</span>.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2677694"></a><h3>
|
||||
<a name="id2677657"></a><h3>
|
||||
<a name="GIMP-SCALE-ENTRY-SCALE-ADJ:CAPS"></a>GIMP_SCALE_ENTRY_SCALE_ADJ()</h3>
|
||||
<a class="indexterm" name="id2677707"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SCALE_ADJ(adj)</pre>
|
||||
<a class="indexterm" name="id2677669"></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>
|
||||
@ -551,9 +551,9 @@ Returns the <span class="type">GtkAdjustment</span> of the scale_entry's <span c
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2677765"></a><h3>
|
||||
<a name="id2677728"></a><h3>
|
||||
<a name="GIMP-SCALE-ENTRY-SPINBUTTON:CAPS"></a>GIMP_SCALE_ENTRY_SPINBUTTON()</h3>
|
||||
<a class="indexterm" name="id2677777"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SPINBUTTON(adj)</pre>
|
||||
<a class="indexterm" name="id2677740"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SPINBUTTON(adj)</pre>
|
||||
<p>
|
||||
Returns the scale_entry's <span class="type">GtkSpinButton</span>.
|
||||
</p>
|
||||
@ -570,9 +570,9 @@ Returns the scale_entry's <span class="type">GtkSpinButton</span>.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2677830"></a><h3>
|
||||
<a name="id2677792"></a><h3>
|
||||
<a name="GIMP-SCALE-ENTRY-SPINBUTTON-ADJ:CAPS"></a>GIMP_SCALE_ENTRY_SPINBUTTON_ADJ()</h3>
|
||||
<a class="indexterm" name="id2677843"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SPINBUTTON_ADJ(adj)</pre>
|
||||
<a class="indexterm" name="id2677806"></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>
|
||||
@ -589,9 +589,9 @@ Returns the <span class="type">GtkAdjustment</span> of the scale_entry's <span c
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2677902"></a><h3>
|
||||
<a name="id2677865"></a><h3>
|
||||
<a name="gimp-scale-entry-new"></a>gimp_scale_entry_new ()</h3>
|
||||
<a class="indexterm" name="id2677913"></a><pre class="programlisting">GtkObject* gimp_scale_entry_new (GtkTable *table,
|
||||
<a class="indexterm" name="id2677875"></a><pre class="programlisting">GtkObject* gimp_scale_entry_new (GtkTable *table,
|
||||
gint column,
|
||||
gint row,
|
||||
const gchar *text,
|
||||
@ -716,9 +716,9 @@ attaches them to a 3-column <span class="type">GtkTable</span>.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2678413"></a><h3>
|
||||
<a name="id2678375"></a><h3>
|
||||
<a name="gimp-scale-entry-set-sensitive"></a>gimp_scale_entry_set_sensitive ()</h3>
|
||||
<a class="indexterm" name="id2678425"></a><pre class="programlisting">void gimp_scale_entry_set_sensitive (GtkObject *adjustment,
|
||||
<a class="indexterm" name="id2678388"></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
|
||||
@ -745,9 +745,9 @@ Sets the sensitivity of the scale_entry's <span class="type">GtkLabel</span>, <s
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2678537"></a><h3>
|
||||
<a name="id2678500"></a><h3>
|
||||
<a name="gimp-scale-entry-set-logarithmic"></a>gimp_scale_entry_set_logarithmic ()</h3>
|
||||
<a class="indexterm" name="id2678552"></a><pre class="programlisting">void gimp_scale_entry_set_logarithmic (GtkObject *adjustment,
|
||||
<a class="indexterm" name="id2678514"></a><pre class="programlisting">void gimp_scale_entry_set_logarithmic (GtkObject *adjustment,
|
||||
gboolean logarithmic);</pre>
|
||||
<p>
|
||||
Sets whether the scale_entry's scale widget will behave in a linear
|
||||
@ -778,9 +778,9 @@ adjustment.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2678642"></a><h3>
|
||||
<a name="id2678604"></a><h3>
|
||||
<a name="gimp-scale-entry-get-logarithmic"></a>gimp_scale_entry_get_logarithmic ()</h3>
|
||||
<a class="indexterm" name="id2678656"></a><pre class="programlisting">gboolean gimp_scale_entry_get_logarithmic (GtkObject *adjustment);</pre>
|
||||
<a class="indexterm" name="id2678618"></a><pre class="programlisting">gboolean gimp_scale_entry_get_logarithmic (GtkObject *adjustment);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -808,9 +808,9 @@ adjustment.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2678749"></a><h3>
|
||||
<a name="id2678711"></a><h3>
|
||||
<a name="gimp-color-scale-entry-new"></a>gimp_color_scale_entry_new ()</h3>
|
||||
<a class="indexterm" name="id2678760"></a><pre class="programlisting">GtkObject* gimp_color_scale_entry_new (GtkTable *table,
|
||||
<a class="indexterm" name="id2678722"></a><pre class="programlisting">GtkObject* gimp_color_scale_entry_new (GtkTable *table,
|
||||
gint column,
|
||||
gint row,
|
||||
const gchar *text,
|
||||
@ -914,9 +914,9 @@ This function creates a <span class="type">GtkLabel</span>, a <a href="GimpColor
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2679151"></a><h3>
|
||||
<a name="id2679114"></a><h3>
|
||||
<a name="GIMP-RANDOM-SEED-SPINBUTTON:CAPS"></a>GIMP_RANDOM_SEED_SPINBUTTON()</h3>
|
||||
<a class="indexterm" name="id2679163"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_SPINBUTTON(hbox)</pre>
|
||||
<a class="indexterm" name="id2679126"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_SPINBUTTON(hbox)</pre>
|
||||
<p>
|
||||
Returns the random_seed's <span class="type">GtkSpinButton</span>.
|
||||
</p>
|
||||
@ -933,9 +933,9 @@ Returns the random_seed's <span class="type">GtkSpinButton</span>.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2679216"></a><h3>
|
||||
<a name="id2679178"></a><h3>
|
||||
<a name="GIMP-RANDOM-SEED-SPINBUTTON-ADJ:CAPS"></a>GIMP_RANDOM_SEED_SPINBUTTON_ADJ()</h3>
|
||||
<a class="indexterm" name="id2679229"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_SPINBUTTON_ADJ(hbox)</pre>
|
||||
<a class="indexterm" name="id2679192"></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>
|
||||
@ -952,9 +952,9 @@ Returns the <span class="type">GtkAdjustment</span> of the random_seed's <span c
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2679288"></a><h3>
|
||||
<a name="id2679251"></a><h3>
|
||||
<a name="GIMP-RANDOM-SEED-TOGGLE:CAPS"></a>GIMP_RANDOM_SEED_TOGGLE()</h3>
|
||||
<a class="indexterm" name="id2679301"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_TOGGLE(hbox)</pre>
|
||||
<a class="indexterm" name="id2679263"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_TOGGLE(hbox)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -971,9 +971,9 @@ Returns the <span class="type">GtkAdjustment</span> of the random_seed's <span c
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2679332"></a><h3>
|
||||
<a name="id2679295"></a><h3>
|
||||
<a name="gimp-random-seed-new"></a>gimp_random_seed_new ()</h3>
|
||||
<a class="indexterm" name="id2679342"></a><pre class="programlisting">GtkWidget* gimp_random_seed_new (guint32 *seed,
|
||||
<a class="indexterm" name="id2679305"></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
|
||||
@ -1006,9 +1006,9 @@ generator is initialized.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2679439"></a><h3>
|
||||
<a name="id2679402"></a><h3>
|
||||
<a name="GIMP-COORDINATES-CHAINBUTTON:CAPS"></a>GIMP_COORDINATES_CHAINBUTTON()</h3>
|
||||
<a class="indexterm" name="id2679452"></a><pre class="programlisting">#define GIMP_COORDINATES_CHAINBUTTON(sizeentry)</pre>
|
||||
<a class="indexterm" name="id2679414"></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>
|
||||
@ -1025,9 +1025,9 @@ Returns the <a href="GimpChainButton.html" title="GimpChainButton"><span class="
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2679511"></a><h3>
|
||||
<a name="id2679473"></a><h3>
|
||||
<a name="gimp-coordinates-new"></a>gimp_coordinates_new ()</h3>
|
||||
<a class="indexterm" name="id2679521"></a><pre class="programlisting">GtkWidget* gimp_coordinates_new (<a
|
||||
<a class="indexterm" name="id2679484"></a><pre class="programlisting">GtkWidget* gimp_coordinates_new (<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit,
|
||||
const gchar *unit_format,
|
||||
@ -1188,9 +1188,9 @@ two fields' values or the ratio between them.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2680174"></a><h3>
|
||||
<a name="id2680132"></a><h3>
|
||||
<a name="gimp-pixmap-button-new"></a>gimp_pixmap_button_new ()</h3>
|
||||
<a class="indexterm" name="id2680191"></a><pre class="programlisting">GtkWidget* gimp_pixmap_button_new (gchar **xpm_data,
|
||||
<a class="indexterm" name="id2680148"></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>
|
||||
@ -1225,9 +1225,9 @@ and an optional <span class="type">GtkLabel</span>.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2680326"></a><h3>
|
||||
<a name="id2680283"></a><h3>
|
||||
<a name="gimp-toggle-button-sensitive-update"></a>gimp_toggle_button_sensitive_update ()</h3>
|
||||
<a class="indexterm" name="id2680341"></a><pre class="programlisting">void gimp_toggle_button_sensitive_update (GtkToggleButton *toggle_button);</pre>
|
||||
<a class="indexterm" name="id2680298"></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
|
||||
the "set_sensitive" key to the <span class="type">GtkToggleButton</span>, the sensitive state of
|
||||
@ -1257,9 +1257,9 @@ button's inverse "active" state by attaching widgets with the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2680438"></a><h3>
|
||||
<a name="id2680396"></a><h3>
|
||||
<a name="gimp-toggle-button-update"></a>gimp_toggle_button_update ()</h3>
|
||||
<a class="indexterm" name="id2680452"></a><pre class="programlisting">void gimp_toggle_button_update (GtkWidget *widget,
|
||||
<a class="indexterm" name="id2680410"></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>
|
||||
@ -1285,9 +1285,9 @@ Note that this function calls <a href="libgimpwidgets-GimpWidgets.html#gimp-togg
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2680559"></a><h3>
|
||||
<a name="id2680517"></a><h3>
|
||||
<a name="gimp-radio-button-update"></a>gimp_radio_button_update ()</h3>
|
||||
<a class="indexterm" name="id2680573"></a><pre class="programlisting">void gimp_radio_button_update (GtkWidget *widget,
|
||||
<a class="indexterm" name="id2680531"></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>
|
||||
@ -1313,9 +1313,9 @@ Note that this function calls <a href="libgimpwidgets-GimpWidgets.html#gimp-togg
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2680677"></a><h3>
|
||||
<a name="id2680635"></a><h3>
|
||||
<a name="gimp-int-adjustment-update"></a>gimp_int_adjustment_update ()</h3>
|
||||
<a class="indexterm" name="id2680691"></a><pre class="programlisting">void gimp_int_adjustment_update (GtkAdjustment *adjustment,
|
||||
<a class="indexterm" name="id2680649"></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
|
||||
@ -1344,9 +1344,9 @@ href="../libgimpmath/libgimpmath-GimpMath.html#RINT:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2680808"></a><h3>
|
||||
<a name="id2680766"></a><h3>
|
||||
<a name="gimp-uint-adjustment-update"></a>gimp_uint_adjustment_update ()</h3>
|
||||
<a class="indexterm" name="id2680823"></a><pre class="programlisting">void gimp_uint_adjustment_update (GtkAdjustment *adjustment,
|
||||
<a class="indexterm" name="id2680780"></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
|
||||
@ -1373,9 +1373,9 @@ with (<span class="type">guint</span>) (value + 0.5).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2680937"></a><h3>
|
||||
<a name="id2680895"></a><h3>
|
||||
<a name="gimp-float-adjustment-update"></a>gimp_float_adjustment_update ()</h3>
|
||||
<a class="indexterm" name="id2680952"></a><pre class="programlisting">void gimp_float_adjustment_update (GtkAdjustment *adjustment,
|
||||
<a class="indexterm" name="id2680909"></a><pre class="programlisting">void gimp_float_adjustment_update (GtkAdjustment *adjustment,
|
||||
gpointer data);</pre>
|
||||
<p>
|
||||
</p>
|
||||
@ -1401,9 +1401,9 @@ with (<span class="type">guint</span>) (value + 0.5).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2681045"></a><h3>
|
||||
<a name="id2681002"></a><h3>
|
||||
<a name="gimp-double-adjustment-update"></a>gimp_double_adjustment_update ()</h3>
|
||||
<a class="indexterm" name="id2681059"></a><pre class="programlisting">void gimp_double_adjustment_update (GtkAdjustment *adjustment,
|
||||
<a class="indexterm" name="id2681017"></a><pre class="programlisting">void gimp_double_adjustment_update (GtkAdjustment *adjustment,
|
||||
gpointer data);</pre>
|
||||
<p>
|
||||
</p>
|
||||
@ -1429,9 +1429,9 @@ with (<span class="type">guint</span>) (value + 0.5).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2681152"></a><h3>
|
||||
<a name="id2681110"></a><h3>
|
||||
<a name="gimp-unit-menu-update"></a>gimp_unit_menu_update ()</h3>
|
||||
<a class="indexterm" name="id2681166"></a><pre class="programlisting">void gimp_unit_menu_update (GtkWidget *widget,
|
||||
<a class="indexterm" name="id2681124"></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
|
||||
@ -1466,9 +1466,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2681287"></a><h3>
|
||||
<a name="id2681245"></a><h3>
|
||||
<a name="gimp-table-attach-aligned"></a>gimp_table_attach_aligned ()</h3>
|
||||
<a class="indexterm" name="id2681302"></a><pre class="programlisting">GtkWidget* gimp_table_attach_aligned (GtkTable *table,
|
||||
<a class="indexterm" name="id2681259"></a><pre class="programlisting">GtkWidget* gimp_table_attach_aligned (GtkTable *table,
|
||||
gint column,
|
||||
gint row,
|
||||
const gchar *label_text,
|
||||
@ -1542,9 +1542,9 @@ attached starting at (<em class="parameter"><code>column</code></em> + 1) in thi
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2681611"></a><h3>
|
||||
<a name="id2681568"></a><h3>
|
||||
<a name="gimp-label-set-attributes"></a>gimp_label_set_attributes ()</h3>
|
||||
<a class="indexterm" name="id2681627"></a><pre class="programlisting">void gimp_label_set_attributes (GtkLabel *label,
|
||||
<a class="indexterm" name="id2681585"></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
|
||||
|
@ -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="#id2584349" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2566893" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2651927" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2659135" 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="id2584349"></a><span class="refentrytitle">gimpoldwidgets</span>
|
||||
<a name="id2566893"></a><span class="refentrytitle">gimpoldwidgets</span>
|
||||
</h2>
|
||||
<p>gimpoldwidgets — Old API that is still available but declared as deprecated.</p>
|
||||
</td>
|
||||
@ -87,17 +87,17 @@ void <a href="libgimpwidgets-gimpoldwidgets.html#gimp-menu-item-u
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2651927"></a><h2>Description</h2>
|
||||
<a name="id2659135"></a><h2>Description</h2>
|
||||
<p>
|
||||
These functions are not defined if you #define GIMP_DISABLE_DEPRECATED.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2651943"></a><h2>Details</h2>
|
||||
<a name="id2656358"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2651954"></a><h3>
|
||||
<a name="id2656368"></a><h3>
|
||||
<a name="gimp-int-option-menu-new"></a>gimp_int_option_menu_new ()</h3>
|
||||
<a class="indexterm" name="id2651967"></a><pre class="programlisting">GtkWidget* gimp_int_option_menu_new (gboolean menu_only,
|
||||
<a class="indexterm" name="id2656382"></a><pre class="programlisting">GtkWidget* gimp_int_option_menu_new (gboolean menu_only,
|
||||
GCallback menu_item_callback,
|
||||
gpointer menu_item_callback_data,
|
||||
gint initial,
|
||||
@ -155,9 +155,9 @@ enum to a menu).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2651801"></a><h3>
|
||||
<a name="id2657171"></a><h3>
|
||||
<a name="gimp-int-option-menu-set-history"></a>gimp_int_option_menu_set_history ()</h3>
|
||||
<a class="indexterm" name="id2651815"></a><pre class="programlisting">void gimp_int_option_menu_set_history (GtkOptionMenu *option_menu,
|
||||
<a class="indexterm" name="id2657185"></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;">
|
||||
<h3 class="title">Warning</h3>
|
||||
@ -190,9 +190,9 @@ same thing as <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-h
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2674430"></a><h3>
|
||||
<a name="id2674393"></a><h3>
|
||||
<a name="GimpIntOptionMenuSensitivityCallback"></a>GimpIntOptionMenuSensitivityCallback ()</h3>
|
||||
<a class="indexterm" name="id2674446"></a><pre class="programlisting">gboolean (*GimpIntOptionMenuSensitivityCallback)
|
||||
<a class="indexterm" name="id2674409"></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;">
|
||||
@ -227,9 +227,9 @@ same thing as <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-h
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2674539"></a><h3>
|
||||
<a name="id2674502"></a><h3>
|
||||
<a name="gimp-int-option-menu-set-sensitive"></a>gimp_int_option_menu_set_sensitive ()</h3>
|
||||
<a class="indexterm" name="id2674553"></a><pre class="programlisting">void gimp_int_option_menu_set_sensitive (GtkOptionMenu *option_menu,
|
||||
<a class="indexterm" name="id2674516"></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>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
@ -270,9 +270,9 @@ same thing as <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-s
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2675760"></a><h3>
|
||||
<a name="id2657470"></a><h3>
|
||||
<a name="gimp-option-menu-new"></a>gimp_option_menu_new ()</h3>
|
||||
<a class="indexterm" name="id2675773"></a><pre class="programlisting">GtkWidget* gimp_option_menu_new (gboolean menu_only,
|
||||
<a class="indexterm" name="id2657484"></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>
|
||||
@ -306,9 +306,9 @@ Convenience function to create a <span class="type">GtkOptionMenu</span> or a <s
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2675927"></a><h3>
|
||||
<a name="id2657640"></a><h3>
|
||||
<a name="gimp-option-menu-new2"></a>gimp_option_menu_new2 ()</h3>
|
||||
<a class="indexterm" name="id2675940"></a><pre class="programlisting">GtkWidget* gimp_option_menu_new2 (gboolean menu_only,
|
||||
<a class="indexterm" name="id2657653"></a><pre class="programlisting">GtkWidget* gimp_option_menu_new2 (gboolean menu_only,
|
||||
GCallback menu_item_callback,
|
||||
gpointer menu_item_callback_data,
|
||||
gpointer initial,
|
||||
@ -362,9 +362,9 @@ Convenience function to create a <span class="type">GtkOptionMenu</span> or a <s
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2652514"></a><h3>
|
||||
<a name="id2658053"></a><h3>
|
||||
<a name="gimp-option-menu-set-history"></a>gimp_option_menu_set_history ()</h3>
|
||||
<a class="indexterm" name="id2652529"></a><pre class="programlisting">void gimp_option_menu_set_history (GtkOptionMenu *option_menu,
|
||||
<a class="indexterm" name="id2658068"></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>
|
||||
@ -397,9 +397,9 @@ a <span class="type">GtkOptionMenu</span> that was created using <a href="libgim
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2652685"></a><h3>
|
||||
<a name="id2658224"></a><h3>
|
||||
<a name="GimpOptionMenuSensitivityCallback"></a>GimpOptionMenuSensitivityCallback ()</h3>
|
||||
<a class="indexterm" name="id2657006"></a><pre class="programlisting">gboolean (*GimpOptionMenuSensitivityCallback)
|
||||
<a class="indexterm" name="id2658240"></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;">
|
||||
@ -434,9 +434,9 @@ a <span class="type">GtkOptionMenu</span> that was created using <a href="libgim
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2657097"></a><h3>
|
||||
<a name="id2658332"></a><h3>
|
||||
<a name="gimp-option-menu-set-sensitive"></a>gimp_option_menu_set_sensitive ()</h3>
|
||||
<a class="indexterm" name="id2657112"></a><pre class="programlisting">void gimp_option_menu_set_sensitive (GtkOptionMenu *option_menu,
|
||||
<a class="indexterm" name="id2658348"></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;">
|
||||
@ -475,9 +475,9 @@ according to the return value of this function.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2657266"></a><h3>
|
||||
<a name="id2674876"></a><h3>
|
||||
<a name="gimp-menu-item-update"></a>gimp_menu_item_update ()</h3>
|
||||
<a class="indexterm" name="id2657280"></a><pre class="programlisting">void gimp_menu_item_update (GtkWidget *widget,
|
||||
<a class="indexterm" name="id2674890"></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>
|
||||
@ -507,7 +507,7 @@ according to the return value of this function.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2653767"></a><h2>See Also</h2>
|
||||
<a name="id2674995"></a><h2>See Also</h2>
|
||||
<p>
|
||||
GimpIntComboBox
|
||||
</p>
|
||||
|
@ -37,47 +37,47 @@
|
||||
<div class="index"><div class="indexdiv">
|
||||
<h3>G</h3>
|
||||
<dl>
|
||||
<dt>GimpFileEntry, <a href="GimpFileEntry.html#id2602475">GimpFileEntry</a>
|
||||
<dt>GimpFileEntry, <a href="GimpFileEntry.html#id2589221">GimpFileEntry</a>
|
||||
</dt>
|
||||
<dt>GimpIntOptionMenuSensitivityCallback, <a href="libgimpwidgets-gimpoldwidgets.html#id2674430">GimpIntOptionMenuSensitivityCallback ()</a>
|
||||
<dt>GimpIntOptionMenuSensitivityCallback, <a href="libgimpwidgets-gimpoldwidgets.html#id2674393">GimpIntOptionMenuSensitivityCallback ()</a>
|
||||
</dt>
|
||||
<dt>GimpOptionMenuSensitivityCallback, <a href="libgimpwidgets-gimpoldwidgets.html#id2652685">GimpOptionMenuSensitivityCallback ()</a>
|
||||
<dt>GimpOptionMenuSensitivityCallback, <a href="libgimpwidgets-gimpoldwidgets.html#id2658224">GimpOptionMenuSensitivityCallback ()</a>
|
||||
</dt>
|
||||
<dt>GimpPixmap, <a href="GimpPixmap.html#id2616063">GimpPixmap</a>
|
||||
<dt>GimpPixmap, <a href="GimpPixmap.html#id2612712">GimpPixmap</a>
|
||||
</dt>
|
||||
<dt>gimp_file_entry_get_filename, <a href="GimpFileEntry.html#id2603095">gimp_file_entry_get_filename ()</a>
|
||||
<dt>gimp_file_entry_get_filename, <a href="GimpFileEntry.html#id2610074">gimp_file_entry_get_filename ()</a>
|
||||
</dt>
|
||||
<dt>gimp_file_entry_new, <a href="GimpFileEntry.html#id2602903">gimp_file_entry_new ()</a>
|
||||
<dt>gimp_file_entry_new, <a href="GimpFileEntry.html#id2609881">gimp_file_entry_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_file_entry_set_filename, <a href="GimpFileEntry.html#id2605882">gimp_file_entry_set_filename ()</a>
|
||||
<dt>gimp_file_entry_set_filename, <a href="GimpFileEntry.html#id2559989">gimp_file_entry_set_filename ()</a>
|
||||
</dt>
|
||||
<dt>gimp_int_option_menu_new, <a href="libgimpwidgets-gimpoldwidgets.html#id2651954">gimp_int_option_menu_new ()</a>
|
||||
<dt>gimp_int_option_menu_new, <a href="libgimpwidgets-gimpoldwidgets.html#id2656368">gimp_int_option_menu_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_int_option_menu_set_history, <a href="libgimpwidgets-gimpoldwidgets.html#id2651801">gimp_int_option_menu_set_history ()</a>
|
||||
<dt>gimp_int_option_menu_set_history, <a href="libgimpwidgets-gimpoldwidgets.html#id2657171">gimp_int_option_menu_set_history ()</a>
|
||||
</dt>
|
||||
<dt>gimp_int_option_menu_set_sensitive, <a href="libgimpwidgets-gimpoldwidgets.html#id2674539">gimp_int_option_menu_set_sensitive ()</a>
|
||||
<dt>gimp_int_option_menu_set_sensitive, <a href="libgimpwidgets-gimpoldwidgets.html#id2674502">gimp_int_option_menu_set_sensitive ()</a>
|
||||
</dt>
|
||||
<dt>gimp_menu_item_update, <a href="libgimpwidgets-gimpoldwidgets.html#id2657266">gimp_menu_item_update ()</a>
|
||||
<dt>gimp_menu_item_update, <a href="libgimpwidgets-gimpoldwidgets.html#id2674876">gimp_menu_item_update ()</a>
|
||||
</dt>
|
||||
<dt>gimp_option_menu_new, <a href="libgimpwidgets-gimpoldwidgets.html#id2675760">gimp_option_menu_new ()</a>
|
||||
<dt>gimp_option_menu_new, <a href="libgimpwidgets-gimpoldwidgets.html#id2657470">gimp_option_menu_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_option_menu_new2, <a href="libgimpwidgets-gimpoldwidgets.html#id2675927">gimp_option_menu_new2 ()</a>
|
||||
<dt>gimp_option_menu_new2, <a href="libgimpwidgets-gimpoldwidgets.html#id2657640">gimp_option_menu_new2 ()</a>
|
||||
</dt>
|
||||
<dt>gimp_option_menu_set_history, <a href="libgimpwidgets-gimpoldwidgets.html#id2652514">gimp_option_menu_set_history ()</a>
|
||||
<dt>gimp_option_menu_set_history, <a href="libgimpwidgets-gimpoldwidgets.html#id2658053">gimp_option_menu_set_history ()</a>
|
||||
</dt>
|
||||
<dt>gimp_option_menu_set_sensitive, <a href="libgimpwidgets-gimpoldwidgets.html#id2657097">gimp_option_menu_set_sensitive ()</a>
|
||||
<dt>gimp_option_menu_set_sensitive, <a href="libgimpwidgets-gimpoldwidgets.html#id2658332">gimp_option_menu_set_sensitive ()</a>
|
||||
</dt>
|
||||
<dt>gimp_pixmap_button_new, <a href="libgimpwidgets-GimpWidgets.html#id2680174">gimp_pixmap_button_new ()</a>
|
||||
<dt>gimp_pixmap_button_new, <a href="libgimpwidgets-GimpWidgets.html#id2680132">gimp_pixmap_button_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_pixmap_new, <a href="GimpPixmap.html#id2616103">gimp_pixmap_new ()</a>
|
||||
<dt>gimp_pixmap_new, <a href="GimpPixmap.html#id2618921">gimp_pixmap_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_pixmap_set, <a href="GimpPixmap.html#id2616206">gimp_pixmap_set ()</a>
|
||||
<dt>gimp_pixmap_set, <a href="GimpPixmap.html#id2619024">gimp_pixmap_set ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_STOCK_INDEXED_PALETTE, <a href="libgimpwidgets-GimpStock.html#id2662640">GIMP_STOCK_INDEXED_PALETTE</a>
|
||||
<dt>GIMP_STOCK_INDEXED_PALETTE, <a href="libgimpwidgets-GimpStock.html#id2662583">GIMP_STOCK_INDEXED_PALETTE</a>
|
||||
</dt>
|
||||
<dt>GIMP_STOCK_QMASK_OFF, <a href="libgimpwidgets-GimpStock.html#id2668582">GIMP_STOCK_QMASK_OFF</a>
|
||||
<dt>GIMP_STOCK_QMASK_OFF, <a href="libgimpwidgets-GimpStock.html#id2668524">GIMP_STOCK_QMASK_OFF</a>
|
||||
</dt>
|
||||
<dt>GIMP_STOCK_QMASK_ON, <a href="libgimpwidgets-GimpStock.html#id2668536">GIMP_STOCK_QMASK_ON</a>
|
||||
<dt>GIMP_STOCK_QMASK_ON, <a href="libgimpwidgets-GimpStock.html#id2668478">GIMP_STOCK_QMASK_ON</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div></div>
|
||||
|
@ -38,73 +38,73 @@
|
||||
<div class="index"><div class="indexdiv">
|
||||
<h3>G</h3>
|
||||
<dl>
|
||||
<dt>gimp_cell_renderer_color_new, <a href="GimpCellRendererColor.html#id2602560">gimp_cell_renderer_color_new ()</a>
|
||||
<dt>gimp_cell_renderer_color_new, <a href="GimpCellRendererColor.html#id2633716">gimp_cell_renderer_color_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_cell_renderer_toggle_clicked, <a href="GimpCellRendererToggle.html#id2632162">gimp_cell_renderer_toggle_clicked ()</a>
|
||||
<dt>gimp_cell_renderer_toggle_clicked, <a href="GimpCellRendererToggle.html#id2631486">gimp_cell_renderer_toggle_clicked ()</a>
|
||||
</dt>
|
||||
<dt>gimp_cell_renderer_toggle_new, <a href="GimpCellRendererToggle.html#id2632054">gimp_cell_renderer_toggle_new ()</a>
|
||||
<dt>gimp_cell_renderer_toggle_new, <a href="GimpCellRendererToggle.html#id2631378">gimp_cell_renderer_toggle_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_color_hex_entry_get_color, <a href="GimpColorHexEntry.html#id2559150">gimp_color_hex_entry_get_color ()</a>
|
||||
<dt>gimp_color_hex_entry_get_color, <a href="GimpColorHexEntry.html#id2558842">gimp_color_hex_entry_get_color ()</a>
|
||||
</dt>
|
||||
<dt>gimp_color_hex_entry_new, <a href="GimpColorHexEntry.html#id2596131">gimp_color_hex_entry_new ()</a>
|
||||
<dt>gimp_color_hex_entry_new, <a href="GimpColorHexEntry.html#id2602051">gimp_color_hex_entry_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_color_hex_entry_set_color, <a href="GimpColorHexEntry.html#id2596199">gimp_color_hex_entry_set_color ()</a>
|
||||
<dt>gimp_color_hex_entry_set_color, <a href="GimpColorHexEntry.html#id2602119">gimp_color_hex_entry_set_color ()</a>
|
||||
</dt>
|
||||
<dt>gimp_dialogs_show_help_button, <a href="GimpDialog.html#id2608508">gimp_dialogs_show_help_button ()</a>
|
||||
<dt>gimp_dialogs_show_help_button, <a href="GimpDialog.html#id2608549">gimp_dialogs_show_help_button ()</a>
|
||||
</dt>
|
||||
<dt>gimp_frame_new, <a href="GimpFrame.html#id2609598">gimp_frame_new ()</a>
|
||||
<dt>gimp_frame_new, <a href="GimpFrame.html#id2606858">gimp_frame_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_int_combo_box_append, <a href="GimpIntComboBox.html#id2614444">gimp_int_combo_box_append ()</a>
|
||||
<dt>gimp_int_combo_box_append, <a href="GimpIntComboBox.html#id2614449">gimp_int_combo_box_append ()</a>
|
||||
</dt>
|
||||
<dt>gimp_int_combo_box_connect, <a href="GimpIntComboBox.html#id2614862">gimp_int_combo_box_connect ()</a>
|
||||
<dt>gimp_int_combo_box_connect, <a href="GimpIntComboBox.html#id2614866">gimp_int_combo_box_connect ()</a>
|
||||
</dt>
|
||||
<dt>gimp_int_combo_box_get_active, <a href="GimpIntComboBox.html#id2614718">gimp_int_combo_box_get_active ()</a>
|
||||
<dt>gimp_int_combo_box_get_active, <a href="GimpIntComboBox.html#id2614722">gimp_int_combo_box_get_active ()</a>
|
||||
</dt>
|
||||
<dt>gimp_int_combo_box_new, <a href="GimpIntComboBox.html#id2612233">gimp_int_combo_box_new ()</a>
|
||||
<dt>gimp_int_combo_box_new, <a href="GimpIntComboBox.html#id2609407">gimp_int_combo_box_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_int_combo_box_new_array, <a href="GimpIntComboBox.html#id2564160">gimp_int_combo_box_new_array ()</a>
|
||||
<dt>gimp_int_combo_box_new_array, <a href="GimpIntComboBox.html#id2614206">gimp_int_combo_box_new_array ()</a>
|
||||
</dt>
|
||||
<dt>gimp_int_combo_box_new_valist, <a href="GimpIntComboBox.html#id2564018">gimp_int_combo_box_new_valist ()</a>
|
||||
<dt>gimp_int_combo_box_new_valist, <a href="GimpIntComboBox.html#id2610263">gimp_int_combo_box_new_valist ()</a>
|
||||
</dt>
|
||||
<dt>gimp_int_combo_box_prepend, <a href="GimpIntComboBox.html#id2614316">gimp_int_combo_box_prepend ()</a>
|
||||
<dt>gimp_int_combo_box_prepend, <a href="GimpIntComboBox.html#id2614322">gimp_int_combo_box_prepend ()</a>
|
||||
</dt>
|
||||
<dt>gimp_int_combo_box_set_active, <a href="GimpIntComboBox.html#id2614574">gimp_int_combo_box_set_active ()</a>
|
||||
<dt>gimp_int_combo_box_set_active, <a href="GimpIntComboBox.html#id2614578">gimp_int_combo_box_set_active ()</a>
|
||||
</dt>
|
||||
<dt>gimp_int_store_lookup_by_value, <a href="GimpIntStore.html#id2613489">gimp_int_store_lookup_by_value ()</a>
|
||||
<dt>gimp_int_store_lookup_by_value, <a href="GimpIntStore.html#id2596516">gimp_int_store_lookup_by_value ()</a>
|
||||
</dt>
|
||||
<dt>gimp_int_store_new, <a href="GimpIntStore.html#id2613884">gimp_int_store_new ()</a>
|
||||
<dt>gimp_int_store_new, <a href="GimpIntStore.html#id2596431">gimp_int_store_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_label_set_attributes, <a href="libgimpwidgets-GimpWidgets.html#id2681611">gimp_label_set_attributes ()</a>
|
||||
<dt>gimp_label_set_attributes, <a href="libgimpwidgets-GimpWidgets.html#id2681568">gimp_label_set_attributes ()</a>
|
||||
</dt>
|
||||
<dt>gimp_offset_area_set_pixbuf, <a href="GimpOffsetArea.html#id2610519">gimp_offset_area_set_pixbuf ()</a>
|
||||
<dt>gimp_offset_area_set_pixbuf, <a href="GimpOffsetArea.html#id2611862">gimp_offset_area_set_pixbuf ()</a>
|
||||
</dt>
|
||||
<dt>gimp_preview_area_menu_popup, <a href="GimpPreviewArea.html#id2626047">gimp_preview_area_menu_popup ()</a>
|
||||
<dt>gimp_preview_area_menu_popup, <a href="GimpPreviewArea.html#id2626041">gimp_preview_area_menu_popup ()</a>
|
||||
</dt>
|
||||
<dt>gimp_preview_area_set_max_size, <a href="GimpPreviewArea.html#id2625926">gimp_preview_area_set_max_size ()</a>
|
||||
<dt>gimp_preview_area_set_max_size, <a href="GimpPreviewArea.html#id2625928">gimp_preview_area_set_max_size ()</a>
|
||||
</dt>
|
||||
<dt>gimp_preview_area_set_offsets, <a href="GimpPreviewArea.html#id2625672">gimp_preview_area_set_offsets ()</a>
|
||||
<dt>gimp_preview_area_set_offsets, <a href="GimpPreviewArea.html#id2625644">gimp_preview_area_set_offsets ()</a>
|
||||
</dt>
|
||||
<dt>gimp_preview_draw, <a href="GimpPreview.html#id2573918">gimp_preview_draw ()</a>
|
||||
<dt>gimp_preview_draw, <a href="GimpPreview.html#id2628039">gimp_preview_draw ()</a>
|
||||
</dt>
|
||||
<dt>gimp_preview_draw_buffer, <a href="GimpPreview.html#id2628145">gimp_preview_draw_buffer ()</a>
|
||||
<dt>gimp_preview_draw_buffer, <a href="GimpPreview.html#id2628148">gimp_preview_draw_buffer ()</a>
|
||||
</dt>
|
||||
<dt>gimp_preview_get_position, <a href="GimpPreview.html#id2627488">gimp_preview_get_position ()</a>
|
||||
<dt>gimp_preview_get_position, <a href="GimpPreview.html#id2627461">gimp_preview_get_position ()</a>
|
||||
</dt>
|
||||
<dt>gimp_preview_get_size, <a href="GimpPreview.html#id2627372">gimp_preview_get_size ()</a>
|
||||
<dt>gimp_preview_get_size, <a href="GimpPreview.html#id2627345">gimp_preview_get_size ()</a>
|
||||
</dt>
|
||||
<dt>gimp_preview_get_update, <a href="GimpPreview.html#id2624252">gimp_preview_get_update ()</a>
|
||||
<dt>gimp_preview_get_update, <a href="GimpPreview.html#id2624217">gimp_preview_get_update ()</a>
|
||||
</dt>
|
||||
<dt>gimp_preview_invalidate, <a href="GimpPreview.html#id2628261">gimp_preview_invalidate ()</a>
|
||||
<dt>gimp_preview_invalidate, <a href="GimpPreview.html#id2561321">gimp_preview_invalidate ()</a>
|
||||
</dt>
|
||||
<dt>gimp_preview_set_bounds, <a href="GimpPreview.html#id2624459">gimp_preview_set_bounds ()</a>
|
||||
<dt>gimp_preview_set_bounds, <a href="GimpPreview.html#id2624424">gimp_preview_set_bounds ()</a>
|
||||
</dt>
|
||||
<dt>gimp_preview_set_default_cursor, <a href="GimpPreview.html#id2628353">gimp_preview_set_default_cursor ()</a>
|
||||
<dt>gimp_preview_set_default_cursor, <a href="GimpPreview.html#id2628351">gimp_preview_set_default_cursor ()</a>
|
||||
</dt>
|
||||
<dt>gimp_preview_set_update, <a href="GimpPreview.html#id2624340">gimp_preview_set_update ()</a>
|
||||
<dt>gimp_preview_set_update, <a href="GimpPreview.html#id2624306">gimp_preview_set_update ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scale_entry_get_logarithmic, <a href="libgimpwidgets-GimpWidgets.html#id2678642">gimp_scale_entry_get_logarithmic ()</a>
|
||||
<dt>gimp_scale_entry_get_logarithmic, <a href="libgimpwidgets-GimpWidgets.html#id2678604">gimp_scale_entry_get_logarithmic ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scale_entry_set_logarithmic, <a href="libgimpwidgets-GimpWidgets.html#id2678537">gimp_scale_entry_set_logarithmic ()</a>
|
||||
<dt>gimp_scale_entry_set_logarithmic, <a href="libgimpwidgets-GimpWidgets.html#id2678500">gimp_scale_entry_set_logarithmic ()</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div></div>
|
||||
|
@ -38,7 +38,7 @@
|
||||
<div class="index"><div class="indexdiv">
|
||||
<h3>G</h3>
|
||||
<dl>
|
||||
<dt>GimpChainButton:position, <a href="GimpChainButton.html#id2514923">The "position" property</a>
|
||||
<dt>GimpChainButton:position, <a href="GimpChainButton.html#id2575222">The "position" property</a>
|
||||
</dt>
|
||||
<dt>GimpColorArea:color, <a href="GimpColorArea.html#id2601706">The "color" property</a>
|
||||
</dt>
|
||||
@ -48,151 +48,151 @@
|
||||
</dt>
|
||||
<dt>GimpColorButton:color, <a href="GimpColorButton.html#id2603594">The "color" property</a>
|
||||
</dt>
|
||||
<dt>GimpColorButton:continuous-update, <a href="GimpColorButton.html#id2603640">The "continuous-update" property</a>
|
||||
<dt>GimpColorButton:continuous-update, <a href="GimpColorButton.html#id2603641">The "continuous-update" property</a>
|
||||
</dt>
|
||||
<dt>GimpColorButton:title, <a href="GimpColorButton.html#id2603691">The "title" property</a>
|
||||
<dt>GimpColorButton:title, <a href="GimpColorButton.html#id2603693">The "title" property</a>
|
||||
</dt>
|
||||
<dt>GimpColorButton:type, <a href="GimpColorButton.html#id2603742">The "type" property</a>
|
||||
<dt>GimpColorButton:type, <a href="GimpColorButton.html#id2603744">The "type" property</a>
|
||||
</dt>
|
||||
<dt>GimpEnumStore:enum-type, <a href="GimpEnumStore.html#id2609268">The "enum-type" property</a>
|
||||
<dt>GimpEnumStore:enum-type, <a href="GimpEnumStore.html#id2596302">The "enum-type" property</a>
|
||||
</dt>
|
||||
<dt>GimpIntComboBox:ellipsize, <a href="GimpIntComboBox.html#id2615306">The "ellipsize" property</a>
|
||||
<dt>GimpIntComboBox:ellipsize, <a href="GimpIntComboBox.html#id2615310">The "ellipsize" property</a>
|
||||
</dt>
|
||||
<dt>GimpIntStore:user-data-type, <a href="GimpIntStore.html#id2613680">The "user-data-type" property</a>
|
||||
<dt>GimpIntStore:user-data-type, <a href="GimpIntStore.html#id2613047">The "user-data-type" property</a>
|
||||
</dt>
|
||||
<dt>GimpPageSelector::activate, <a href="GimpPageSelector.html#id2621176">The "activate" signal</a>
|
||||
<dt>GimpPageSelector::activate, <a href="GimpPageSelector.html#id2621330">The "activate" signal</a>
|
||||
</dt>
|
||||
<dt>GimpPageSelector::selection-changed, <a href="GimpPageSelector.html#id2621255">The "selection-changed" signal</a>
|
||||
<dt>GimpPageSelector::selection-changed, <a href="GimpPageSelector.html#id2621416">The "selection-changed" signal</a>
|
||||
</dt>
|
||||
<dt>GimpPageSelector:n-pages, <a href="GimpPageSelector.html#id2621072">The "n-pages" property</a>
|
||||
<dt>GimpPageSelector:n-pages, <a href="GimpPageSelector.html#id2621214">The "n-pages" property</a>
|
||||
</dt>
|
||||
<dt>GimpPageSelector:target, <a href="GimpPageSelector.html#id2621120">The "target" property</a>
|
||||
<dt>GimpPageSelector:target, <a href="GimpPageSelector.html#id2621268">The "target" property</a>
|
||||
</dt>
|
||||
<dt>GimpStringComboBox:ellipsize, <a href="GimpStringComboBox.html#id2626656">The "ellipsize" property</a>
|
||||
<dt>GimpStringComboBox:ellipsize, <a href="GimpStringComboBox.html#id2633461">The "ellipsize" property</a>
|
||||
</dt>
|
||||
<dt>GimpStringComboBox:id-column, <a href="GimpStringComboBox.html#id2626710">The "id-column" property</a>
|
||||
<dt>GimpStringComboBox:id-column, <a href="GimpStringComboBox.html#id2623002">The "id-column" property</a>
|
||||
</dt>
|
||||
<dt>gimp_browser_add_search_types, <a href="GimpBrowser.html#id2572278">gimp_browser_add_search_types ()</a>
|
||||
<dt>gimp_browser_add_search_types, <a href="GimpBrowser.html#id2555982">gimp_browser_add_search_types ()</a>
|
||||
</dt>
|
||||
<dt>gimp_browser_new, <a href="GimpBrowser.html#id2573717">gimp_browser_new ()</a>
|
||||
<dt>gimp_browser_new, <a href="GimpBrowser.html#id2589702">gimp_browser_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_browser_set_widget, <a href="GimpBrowser.html#id2572431">gimp_browser_set_widget ()</a>
|
||||
<dt>gimp_browser_set_widget, <a href="GimpBrowser.html#id2556134">gimp_browser_set_widget ()</a>
|
||||
</dt>
|
||||
<dt>gimp_browser_show_message, <a href="GimpBrowser.html#id2584669">gimp_browser_show_message ()</a>
|
||||
<dt>gimp_browser_show_message, <a href="GimpBrowser.html#id2514882">gimp_browser_show_message ()</a>
|
||||
</dt>
|
||||
<dt>gimp_color_selection_set_config, <a href="GimpColorSelection.html#id2606573">gimp_color_selection_set_config ()</a>
|
||||
<dt>gimp_color_selection_set_config, <a href="GimpColorSelection.html#id2591789">gimp_color_selection_set_config ()</a>
|
||||
</dt>
|
||||
<dt>gimp_color_selector_set_config, <a href="GimpColorSelector.html#id2643167">gimp_color_selector_set_config ()</a>
|
||||
<dt>gimp_color_selector_set_config, <a href="GimpColorSelector.html#id2643134">gimp_color_selector_set_config ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_combo_box_new, <a href="GimpEnumComboBox.html#id2563329">gimp_enum_combo_box_new ()</a>
|
||||
<dt>gimp_enum_combo_box_new, <a href="GimpEnumComboBox.html#id2601075">gimp_enum_combo_box_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_combo_box_new_with_model, <a href="GimpEnumComboBox.html#id2605041">gimp_enum_combo_box_new_with_model ()</a>
|
||||
<dt>gimp_enum_combo_box_new_with_model, <a href="GimpEnumComboBox.html#id2605423">gimp_enum_combo_box_new_with_model ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_combo_box_set_stock_prefix, <a href="GimpEnumComboBox.html#id2605380">gimp_enum_combo_box_set_stock_prefix ()</a>
|
||||
<dt>gimp_enum_combo_box_set_stock_prefix, <a href="GimpEnumComboBox.html#id2605532">gimp_enum_combo_box_set_stock_prefix ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_label_new, <a href="GimpEnumLabel.html#id2562882">gimp_enum_label_new ()</a>
|
||||
<dt>gimp_enum_label_new, <a href="GimpEnumLabel.html#id2574493">gimp_enum_label_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_label_set_value, <a href="GimpEnumLabel.html#id2563000">gimp_enum_label_set_value ()</a>
|
||||
<dt>gimp_enum_label_set_value, <a href="GimpEnumLabel.html#id2574611">gimp_enum_label_set_value ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_radio_box_new, <a href="libgimpwidgets-GimpEnumWidgets.html#id2648857">gimp_enum_radio_box_new ()</a>
|
||||
<dt>gimp_enum_radio_box_new, <a href="libgimpwidgets-GimpEnumWidgets.html#id2659490">gimp_enum_radio_box_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_radio_box_new_with_range, <a href="libgimpwidgets-GimpEnumWidgets.html#id2649055">gimp_enum_radio_box_new_with_range ()</a>
|
||||
<dt>gimp_enum_radio_box_new_with_range, <a href="libgimpwidgets-GimpEnumWidgets.html#id2647167">gimp_enum_radio_box_new_with_range ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_radio_frame_new, <a href="libgimpwidgets-GimpEnumWidgets.html#id2659683">gimp_enum_radio_frame_new ()</a>
|
||||
<dt>gimp_enum_radio_frame_new, <a href="libgimpwidgets-GimpEnumWidgets.html#id2647401">gimp_enum_radio_frame_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_radio_frame_new_with_range, <a href="libgimpwidgets-GimpEnumWidgets.html#id2647630">gimp_enum_radio_frame_new_with_range ()</a>
|
||||
<dt>gimp_enum_radio_frame_new_with_range, <a href="libgimpwidgets-GimpEnumWidgets.html#id2648432">gimp_enum_radio_frame_new_with_range ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_stock_box_new, <a href="libgimpwidgets-GimpEnumWidgets.html#id2647898">gimp_enum_stock_box_new ()</a>
|
||||
<dt>gimp_enum_stock_box_new, <a href="libgimpwidgets-GimpEnumWidgets.html#id2648698">gimp_enum_stock_box_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_stock_box_new_with_range, <a href="libgimpwidgets-GimpEnumWidgets.html#id2653353">gimp_enum_stock_box_new_with_range ()</a>
|
||||
<dt>gimp_enum_stock_box_new_with_range, <a href="libgimpwidgets-GimpEnumWidgets.html#id2648931">gimp_enum_stock_box_new_with_range ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_stock_box_set_child_padding, <a href="libgimpwidgets-GimpEnumWidgets.html#id2653632">gimp_enum_stock_box_set_child_padding ()</a>
|
||||
<dt>gimp_enum_stock_box_set_child_padding, <a href="libgimpwidgets-GimpEnumWidgets.html#id2653580">gimp_enum_stock_box_set_child_padding ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_store_new, <a href="GimpEnumStore.html#id2604228">gimp_enum_store_new ()</a>
|
||||
<dt>gimp_enum_store_new, <a href="GimpEnumStore.html#id2603130">gimp_enum_store_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_store_new_with_range, <a href="GimpEnumStore.html#id2596909">gimp_enum_store_new_with_range ()</a>
|
||||
<dt>gimp_enum_store_new_with_range, <a href="GimpEnumStore.html#id2595781">gimp_enum_store_new_with_range ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_store_new_with_values, <a href="GimpEnumStore.html#id2593243">gimp_enum_store_new_with_values ()</a>
|
||||
<dt>gimp_enum_store_new_with_values, <a href="GimpEnumStore.html#id2605874">gimp_enum_store_new_with_values ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_store_new_with_values_valist, <a href="GimpEnumStore.html#id2593399">gimp_enum_store_new_with_values_valist ()</a>
|
||||
<dt>gimp_enum_store_new_with_values_valist, <a href="GimpEnumStore.html#id2606032">gimp_enum_store_new_with_values_valist ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_store_set_stock_prefix, <a href="GimpEnumStore.html#id2609135">gimp_enum_store_set_stock_prefix ()</a>
|
||||
<dt>gimp_enum_store_set_stock_prefix, <a href="GimpEnumStore.html#id2596160">gimp_enum_store_set_stock_prefix ()</a>
|
||||
</dt>
|
||||
<dt>gimp_int_combo_box_set_sensitivity, <a href="GimpIntComboBox.html#id2615101">gimp_int_combo_box_set_sensitivity ()</a>
|
||||
<dt>gimp_int_combo_box_set_sensitivity, <a href="GimpIntComboBox.html#id2615105">gimp_int_combo_box_set_sensitivity ()</a>
|
||||
</dt>
|
||||
<dt>gimp_page_selector_get_n_pages, <a href="GimpPageSelector.html#id2611962">gimp_page_selector_get_n_pages ()</a>
|
||||
<dt>gimp_page_selector_get_n_pages, <a href="GimpPageSelector.html#id2612348">gimp_page_selector_get_n_pages ()</a>
|
||||
</dt>
|
||||
<dt>gimp_page_selector_get_page_label, <a href="GimpPageSelector.html#id2620181">gimp_page_selector_get_page_label ()</a>
|
||||
<dt>gimp_page_selector_get_page_label, <a href="GimpPageSelector.html#id2620220">gimp_page_selector_get_page_label ()</a>
|
||||
</dt>
|
||||
<dt>gimp_page_selector_get_page_thumbnail, <a href="GimpPageSelector.html#id2619963">gimp_page_selector_get_page_thumbnail ()</a>
|
||||
</dt>
|
||||
<dt>gimp_page_selector_get_selected_pages, <a href="GimpPageSelector.html#id2620746">gimp_page_selector_get_selected_pages ()</a>
|
||||
<dt>gimp_page_selector_get_selected_pages, <a href="GimpPageSelector.html#id2620851">gimp_page_selector_get_selected_pages ()</a>
|
||||
</dt>
|
||||
<dt>gimp_page_selector_get_selected_range, <a href="GimpPageSelector.html#id2620967">gimp_page_selector_get_selected_range ()</a>
|
||||
<dt>gimp_page_selector_get_selected_range, <a href="GimpPageSelector.html#id2621097">gimp_page_selector_get_selected_range ()</a>
|
||||
</dt>
|
||||
<dt>gimp_page_selector_get_target, <a href="GimpPageSelector.html#id2619736">gimp_page_selector_get_target ()</a>
|
||||
<dt>gimp_page_selector_get_target, <a href="GimpPageSelector.html#id2619737">gimp_page_selector_get_target ()</a>
|
||||
</dt>
|
||||
<dt>gimp_page_selector_new, <a href="GimpPageSelector.html#id2611785">gimp_page_selector_new ()</a>
|
||||
<dt>gimp_page_selector_new, <a href="GimpPageSelector.html#id2612171">gimp_page_selector_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_page_selector_page_is_selected, <a href="GimpPageSelector.html#id2620628">gimp_page_selector_page_is_selected ()</a>
|
||||
<dt>gimp_page_selector_page_is_selected, <a href="GimpPageSelector.html#id2620720">gimp_page_selector_page_is_selected ()</a>
|
||||
</dt>
|
||||
<dt>gimp_page_selector_select_all, <a href="GimpPageSelector.html#id2620301">gimp_page_selector_select_all ()</a>
|
||||
<dt>gimp_page_selector_select_all, <a href="GimpPageSelector.html#id2620353">gimp_page_selector_select_all ()</a>
|
||||
</dt>
|
||||
<dt>gimp_page_selector_select_page, <a href="GimpPageSelector.html#id2620444">gimp_page_selector_select_page ()</a>
|
||||
<dt>gimp_page_selector_select_page, <a href="GimpPageSelector.html#id2620514">gimp_page_selector_select_page ()</a>
|
||||
</dt>
|
||||
<dt>gimp_page_selector_select_range, <a href="GimpPageSelector.html#id2620858">gimp_page_selector_select_range ()</a>
|
||||
<dt>gimp_page_selector_select_range, <a href="GimpPageSelector.html#id2620977">gimp_page_selector_select_range ()</a>
|
||||
</dt>
|
||||
<dt>gimp_page_selector_set_n_pages, <a href="GimpPageSelector.html#id2611860">gimp_page_selector_set_n_pages ()</a>
|
||||
<dt>gimp_page_selector_set_n_pages, <a href="GimpPageSelector.html#id2612246">gimp_page_selector_set_n_pages ()</a>
|
||||
</dt>
|
||||
<dt>gimp_page_selector_set_page_label, <a href="GimpPageSelector.html#id2620070">gimp_page_selector_set_page_label ()</a>
|
||||
<dt>gimp_page_selector_set_page_label, <a href="GimpPageSelector.html#id2620096">gimp_page_selector_set_page_label ()</a>
|
||||
</dt>
|
||||
<dt>gimp_page_selector_set_page_thumbnail, <a href="GimpPageSelector.html#id2619827">gimp_page_selector_set_page_thumbnail ()</a>
|
||||
<dt>gimp_page_selector_set_page_thumbnail, <a href="GimpPageSelector.html#id2619828">gimp_page_selector_set_page_thumbnail ()</a>
|
||||
</dt>
|
||||
<dt>gimp_page_selector_set_target, <a href="GimpPageSelector.html#id2619641">gimp_page_selector_set_target ()</a>
|
||||
</dt>
|
||||
<dt>gimp_page_selector_unselect_all, <a href="GimpPageSelector.html#id2620372">gimp_page_selector_unselect_all ()</a>
|
||||
<dt>gimp_page_selector_unselect_all, <a href="GimpPageSelector.html#id2620434">gimp_page_selector_unselect_all ()</a>
|
||||
</dt>
|
||||
<dt>gimp_page_selector_unselect_page, <a href="GimpPageSelector.html#id2620536">gimp_page_selector_unselect_page ()</a>
|
||||
<dt>gimp_page_selector_unselect_page, <a href="GimpPageSelector.html#id2620617">gimp_page_selector_unselect_page ()</a>
|
||||
</dt>
|
||||
<dt>gimp_preview_get_area, <a href="GimpPreview.html#id2627940">gimp_preview_get_area ()</a>
|
||||
<dt>gimp_preview_get_area, <a href="GimpPreview.html#id2627914">gimp_preview_get_area ()</a>
|
||||
</dt>
|
||||
<dt>gimp_preview_get_controls, <a href="GimpPreview.html#id2628476">gimp_preview_get_controls ()</a>
|
||||
<dt>gimp_preview_get_controls, <a href="GimpPreview.html#id2628473">gimp_preview_get_controls ()</a>
|
||||
</dt>
|
||||
<dt>gimp_preview_transform, <a href="GimpPreview.html#id2627609">gimp_preview_transform ()</a>
|
||||
<dt>gimp_preview_transform, <a href="GimpPreview.html#id2627582">gimp_preview_transform ()</a>
|
||||
</dt>
|
||||
<dt>gimp_preview_untransform, <a href="GimpPreview.html#id2627774">gimp_preview_untransform ()</a>
|
||||
<dt>gimp_preview_untransform, <a href="GimpPreview.html#id2627748">gimp_preview_untransform ()</a>
|
||||
</dt>
|
||||
<dt>gimp_ratio_entry_get_aspect, <a href="GimpRatioEntry.html#id2621573">gimp_ratio_entry_get_aspect ()</a>
|
||||
<dt>gimp_ratio_entry_get_aspect, <a href="GimpRatioEntry.html#id2618025">gimp_ratio_entry_get_aspect ()</a>
|
||||
</dt>
|
||||
<dt>gimp_ratio_entry_get_fraction, <a href="GimpRatioEntry.html#id2622997">gimp_ratio_entry_get_fraction ()</a>
|
||||
<dt>gimp_ratio_entry_get_fraction, <a href="GimpRatioEntry.html#id2626638">gimp_ratio_entry_get_fraction ()</a>
|
||||
</dt>
|
||||
<dt>gimp_ratio_entry_get_ratio, <a href="GimpRatioEntry.html#id2623781">gimp_ratio_entry_get_ratio ()</a>
|
||||
<dt>gimp_ratio_entry_get_ratio, <a href="GimpRatioEntry.html#id2623691">gimp_ratio_entry_get_ratio ()</a>
|
||||
</dt>
|
||||
<dt>gimp_ratio_entry_new, <a href="GimpRatioEntry.html#id2623570">gimp_ratio_entry_new ()</a>
|
||||
<dt>gimp_ratio_entry_new, <a href="GimpRatioEntry.html#id2627039">gimp_ratio_entry_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_ratio_entry_set_aspect, <a href="GimpRatioEntry.html#id2623878">gimp_ratio_entry_set_aspect ()</a>
|
||||
<dt>gimp_ratio_entry_set_aspect, <a href="GimpRatioEntry.html#id2623787">gimp_ratio_entry_set_aspect ()</a>
|
||||
</dt>
|
||||
<dt>gimp_ratio_entry_set_fraction, <a href="GimpRatioEntry.html#id2622856">gimp_ratio_entry_set_fraction ()</a>
|
||||
<dt>gimp_ratio_entry_set_fraction, <a href="GimpRatioEntry.html#id2627107">gimp_ratio_entry_set_fraction ()</a>
|
||||
</dt>
|
||||
<dt>gimp_ratio_entry_set_ratio, <a href="GimpRatioEntry.html#id2623669">gimp_ratio_entry_set_ratio ()</a>
|
||||
<dt>gimp_ratio_entry_set_ratio, <a href="GimpRatioEntry.html#id2623578">gimp_ratio_entry_set_ratio ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scrolled_preview_freeze, <a href="GimpScrolledPreview.html#id2629720">gimp_scrolled_preview_freeze ()</a>
|
||||
<dt>gimp_scrolled_preview_freeze, <a href="GimpScrolledPreview.html#id2629679">gimp_scrolled_preview_freeze ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scrolled_preview_set_policy, <a href="GimpScrolledPreview.html#id2629599">gimp_scrolled_preview_set_policy ()</a>
|
||||
<dt>gimp_scrolled_preview_set_policy, <a href="GimpScrolledPreview.html#id2618543">gimp_scrolled_preview_set_policy ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scrolled_preview_set_position, <a href="GimpScrolledPreview.html#id2618003">gimp_scrolled_preview_set_position ()</a>
|
||||
<dt>gimp_scrolled_preview_set_position, <a href="GimpScrolledPreview.html#id2618423">gimp_scrolled_preview_set_position ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scrolled_preview_thaw, <a href="GimpScrolledPreview.html#id2629817">gimp_scrolled_preview_thaw ()</a>
|
||||
<dt>gimp_scrolled_preview_thaw, <a href="GimpScrolledPreview.html#id2629779">gimp_scrolled_preview_thaw ()</a>
|
||||
</dt>
|
||||
<dt>gimp_size_entry_set_activates_default, <a href="GimpSizeEntry.html#id2637362">gimp_size_entry_set_activates_default ()</a>
|
||||
<dt>gimp_size_entry_set_activates_default, <a href="GimpSizeEntry.html#id2637323">gimp_size_entry_set_activates_default ()</a>
|
||||
</dt>
|
||||
<dt>gimp_size_entry_show_unit_menu, <a href="GimpSizeEntry.html#id2637185">gimp_size_entry_show_unit_menu ()</a>
|
||||
<dt>gimp_size_entry_show_unit_menu, <a href="GimpSizeEntry.html#id2637147">gimp_size_entry_show_unit_menu ()</a>
|
||||
</dt>
|
||||
<dt>gimp_string_combo_box_get_active, <a href="GimpStringComboBox.html#id2630816">gimp_string_combo_box_get_active ()</a>
|
||||
<dt>gimp_string_combo_box_get_active, <a href="GimpStringComboBox.html#id2633344">gimp_string_combo_box_get_active ()</a>
|
||||
</dt>
|
||||
<dt>gimp_string_combo_box_new, <a href="GimpStringComboBox.html#id2629417">gimp_string_combo_box_new ()</a>
|
||||
<dt>gimp_string_combo_box_new, <a href="GimpStringComboBox.html#id2629361">gimp_string_combo_box_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_string_combo_box_set_active, <a href="GimpStringComboBox.html#id2630674">gimp_string_combo_box_set_active ()</a>
|
||||
<dt>gimp_string_combo_box_set_active, <a href="GimpStringComboBox.html#id2629492">gimp_string_combo_box_set_active ()</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div></div>
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user