Imported Upstream version 2.2.14
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpButton</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
<link rel="next" href="GimpChainButton.html" title="GimpChainButton">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,25 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2567926" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2581461" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2577156" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2577224" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2577245" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpButton</span></h2>
|
||||
<h2>
|
||||
<a name="id2567926"></a><span class="refentrytitle">GimpButton</span>
|
||||
</h2>
|
||||
<p>GimpButton — A <span class="type">GtkButton</span> with a little extra functionality.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -59,7 +63,7 @@ void <a href="GimpButton.html#gimp-button-extended-clicked">gimp_button_e
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2577156"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -74,13 +78,13 @@ void <a href="GimpButton.html#gimp-button-extended-clicked">gimp_button_e
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2577224"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpButton implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2577245"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpButton.html#GimpButton-extended-clicked">extended-clicked</a>"
|
||||
@ -90,7 +94,7 @@ GimpButton implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2581461"></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
|
||||
@ -98,20 +102,20 @@ modifier keys pressed.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2581493"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2548288"></a><h3>
|
||||
<a name="id2581504"></a><h3>
|
||||
<a name="GimpButton-struct"></a>GimpButton</h3>
|
||||
<a class="indexterm" name="id2548300"></a><pre class="programlisting">typedef struct _GimpButton GimpButton;</pre>
|
||||
<a class="indexterm" name="id2581516"></a><pre class="programlisting">typedef struct _GimpButton GimpButton;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2548315"></a><h3>
|
||||
<a name="id2581531"></a><h3>
|
||||
<a name="gimp-button-new"></a>gimp_button_new ()</h3>
|
||||
<a class="indexterm" name="id2548327"></a><pre class="programlisting">GtkWidget* gimp_button_new (void);</pre>
|
||||
<a class="indexterm" name="id2581544"></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>
|
||||
@ -120,8 +124,7 @@ Creates a new <a href="GimpButton.html" title="GimpButton"><span class="type">Gi
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A pointer to the new <a href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a> widget.
|
||||
</td>
|
||||
</tr></tbody>
|
||||
@ -129,9 +132,9 @@ Creates a new <a href="GimpButton.html" title="GimpButton"><span class="type">Gi
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2538523"></a><h3>
|
||||
<a name="id2592588"></a><h3>
|
||||
<a name="gimp-button-extended-clicked"></a>gimp_button_extended_clicked ()</h3>
|
||||
<a class="indexterm" name="id2538534"></a><pre class="programlisting">void gimp_button_extended_clicked (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *button,
|
||||
<a class="indexterm" name="id2592600"></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>
|
||||
@ -142,14 +145,12 @@ Emits the button's "extended_clicked" signal.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>button</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>button</code></em> :</span></td>
|
||||
<td> a <a href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>state</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>state</code></em> :</span></td>
|
||||
<td> a state as found in <span class="type">GdkEventButton-</span>>state, e.g. <span class="type">GDK_SHIFT_MASK</span>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -158,11 +159,11 @@ Emits the button's "extended_clicked" signal.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2592692"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2538640"></a><h3>
|
||||
<a name="id2592703"></a><h3>
|
||||
<a name="GimpButton-extended-clicked"></a>The "extended-clicked" signal</h3>
|
||||
<a class="indexterm" name="id2538648"></a><pre class="programlisting">void user_function (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *gimpbutton,
|
||||
<a class="indexterm" name="id2592711"></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>
|
||||
@ -172,21 +173,18 @@ Emits the button's "extended_clicked" signal.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpbutton</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpbutton</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td>the state of modifier keys when the button was clicked
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpCellRendererColor</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-cell-renderers.html" title="Cell Renderers for GtkTreeView">
|
||||
<link rel="prev" href="libgimpwidgets-cell-renderers.html" title="Cell Renderers for GtkTreeView">
|
||||
<link rel="next" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,25 +28,27 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2595620" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2613922" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2559347" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#properties" class="shortcut">Properties</a></nobr></td></tr>
|
||||
<a href="#id2560217" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpCellRendererColor</span></h2>
|
||||
<p>GimpCellRendererColor — </p>
|
||||
<h2>
|
||||
<a name="id2595620"></a><span class="refentrytitle">GimpCellRendererColor</span>
|
||||
</h2>
|
||||
<p>GimpCellRendererColor</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -58,7 +60,7 @@ GtkCellRenderer* <a href="GimpCellRendererColor.html#gimp-cell-renderer-color-ne
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2559347"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -69,7 +71,7 @@ GtkCellRenderer* <a href="GimpCellRendererColor.html#gimp-cell-renderer-color-ne
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="properties"></a><h2>Properties</h2>
|
||||
<a name="id2560217"></a><h2>Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpCellRendererColor.html#GimpCellRendererColor--color">color</a>" <a
|
||||
@ -80,26 +82,26 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2613922"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2613937"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581141"></a><h3>
|
||||
<a name="id2613948"></a><h3>
|
||||
<a name="GimpCellRendererColor-struct"></a>GimpCellRendererColor</h3>
|
||||
<a class="indexterm" name="id2581152"></a><pre class="programlisting">typedef struct _GimpCellRendererColor GimpCellRendererColor;</pre>
|
||||
<a class="indexterm" name="id2613959"></a><pre class="programlisting">typedef struct _GimpCellRendererColor GimpCellRendererColor;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581167"></a><h3>
|
||||
<a name="id2613974"></a><h3>
|
||||
<a name="gimp-cell-renderer-color-new"></a>gimp_cell_renderer_color_new ()</h3>
|
||||
<a class="indexterm" name="id2581180"></a><pre class="programlisting">GtkCellRenderer* gimp_cell_renderer_color_new
|
||||
<a class="indexterm" name="id2613988"></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>
|
||||
@ -109,8 +111,7 @@ Creates a <span class="type">GtkCellRenderer</span> that displays a color.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> a new <a href="GimpCellRendererColor.html" title="GimpCellRendererColor"><span class="type">GimpCellRendererColor</span></a>
|
||||
|
||||
</td>
|
||||
@ -121,29 +122,29 @@ Creates a <span class="type">GtkCellRenderer</span> that displays a color.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="property_details"></a><h2>Property Details</h2>
|
||||
<a name="id2613561"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2584432"></a><h3>
|
||||
<a name="id2613571"></a><h3>
|
||||
<a name="GimpCellRendererColor--color"></a>The "<code class="literal">color</code>" property</h3>
|
||||
<a class="indexterm" name="id2584448"></a><pre class="programlisting"> "color" <a
|
||||
<a class="indexterm" name="id2613585"></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="id2584467"></a><h3>
|
||||
<a name="id2613605"></a><h3>
|
||||
<a name="GimpCellRendererColor--icon-size"></a>The "<code class="literal">icon-size</code>" property</h3>
|
||||
<a class="indexterm" name="id2584483"></a><pre class="programlisting"> "icon-size" gint : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2613619"></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="id2582294"></a><h3>
|
||||
<a name="id2613647"></a><h3>
|
||||
<a name="GimpCellRendererColor--opaque"></a>The "<code class="literal">opaque</code>" property</h3>
|
||||
<a class="indexterm" name="id2582309"></a><pre class="programlisting"> "opaque" gboolean : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2613663"></a><pre class="programlisting"> "opaque" gboolean : Read / Write / Construct</pre>
|
||||
<p></p>
|
||||
<p>Default value: TRUE</p>
|
||||
</div>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpCellRendererToggle</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-cell-renderers.html" title="Cell Renderers for GtkTreeView">
|
||||
<link rel="prev" href="GimpCellRendererColor.html" title="GimpCellRendererColor">
|
||||
<link rel="next" href="libgimpwidgets-colordisplay.html" title="Part II. GIMP Display Filters">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,27 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2573991" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2619254" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2618681" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#properties" class="shortcut">Properties</a>
|
||||
<a href="#id2618730" class="shortcut">Properties</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2618772" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpCellRendererToggle</span></h2>
|
||||
<p>GimpCellRendererToggle — </p>
|
||||
<h2>
|
||||
<a name="id2573991"></a><span class="refentrytitle">GimpCellRendererToggle</span>
|
||||
</h2>
|
||||
<p>GimpCellRendererToggle</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -64,7 +66,7 @@ void <a href="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-click
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2618681"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -76,7 +78,7 @@ void <a href="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-click
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="properties"></a><h2>Properties</h2>
|
||||
<a name="id2618730"></a><h2>Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpCellRendererToggle.html#GimpCellRendererToggle--stock-id">stock-id</a>" gchararray : Read / Write / Construct
|
||||
@ -84,7 +86,7 @@ void <a href="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-click
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2618772"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpCellRendererToggle.html#GimpCellRendererToggle-clicked">clicked</a>" void user_function (<a href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> *gimpcellrenderertoggle,
|
||||
@ -94,26 +96,26 @@ void <a href="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-click
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2619254"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2619269"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2587355"></a><h3>
|
||||
<a name="id2619280"></a><h3>
|
||||
<a name="GimpCellRendererToggle-struct"></a>GimpCellRendererToggle</h3>
|
||||
<a class="indexterm" name="id2587366"></a><pre class="programlisting">typedef struct _GimpCellRendererToggle GimpCellRendererToggle;</pre>
|
||||
<a class="indexterm" name="id2619291"></a><pre class="programlisting">typedef struct _GimpCellRendererToggle GimpCellRendererToggle;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2587381"></a><h3>
|
||||
<a name="id2619306"></a><h3>
|
||||
<a name="gimp-cell-renderer-toggle-new"></a>gimp_cell_renderer_toggle_new ()</h3>
|
||||
<a class="indexterm" name="id2587394"></a><pre class="programlisting">GtkCellRenderer* gimp_cell_renderer_toggle_new
|
||||
<a class="indexterm" name="id2619320"></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
|
||||
@ -128,14 +130,12 @@ layer's visibility by showing <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>stock_id</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></td>
|
||||
<td> the stock_id of the icon to use for the active state
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> a new <a href="GimpCellRendererToggle.html" title="GimpCellRendererToggle"><span class="type">GimpCellRendererToggle</span></a>
|
||||
|
||||
</td>
|
||||
@ -147,9 +147,9 @@ layer's visibility by showing <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2587487"></a><h3>
|
||||
<a name="id2617573"></a><h3>
|
||||
<a name="gimp-cell-renderer-toggle-clicked"></a>gimp_cell_renderer_toggle_clicked ()</h3>
|
||||
<a class="indexterm" name="id2587502"></a><pre class="programlisting">void gimp_cell_renderer_toggle_clicked
|
||||
<a class="indexterm" name="id2617587"></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>
|
||||
@ -162,20 +162,17 @@ Emits the "clicked" signal from a <a href="GimpCellRendererToggle.html" title="G
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>cell</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>cell</code></em> :</span></td>
|
||||
<td> a <a href="GimpCellRendererToggle.html" title="GimpCellRendererToggle"><span class="type">GimpCellRendererToggle</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>path</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>path</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>state</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>state</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
@ -186,30 +183,30 @@ Emits the "clicked" signal from a <a href="GimpCellRendererToggle.html" title="G
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="property_details"></a><h2>Property Details</h2>
|
||||
<a name="id2614781"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2585906"></a><h3>
|
||||
<a name="id2614792"></a><h3>
|
||||
<a name="GimpCellRendererToggle--stock-id"></a>The "<code class="literal">stock-id</code>" property</h3>
|
||||
<a class="indexterm" name="id2585921"></a><pre class="programlisting"> "stock-id" gchararray : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2614808"></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="id2585944"></a><h3>
|
||||
<a name="id2614831"></a><h3>
|
||||
<a name="GimpCellRendererToggle--stock-size"></a>The "<code class="literal">stock-size</code>" property</h3>
|
||||
<a class="indexterm" name="id2585960"></a><pre class="programlisting"> "stock-size" gint : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2614847"></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="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2614876"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2586001"></a><h3>
|
||||
<a name="id2614887"></a><h3>
|
||||
<a name="GimpCellRendererToggle-clicked"></a>The "clicked" signal</h3>
|
||||
<a class="indexterm" name="id2586010"></a><pre class="programlisting">void user_function (<a href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> *gimpcellrenderertoggle,
|
||||
<a class="indexterm" name="id2614896"></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>
|
||||
@ -220,27 +217,23 @@ Emits the "clicked" signal from a <a href="GimpCellRendererToggle.html" title="G
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpcellrenderertoggle</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpcellrenderertoggle</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>arg2</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>arg2</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpChainButton</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpButton.html" title="GimpButton">
|
||||
<link rel="next" href="GimpColorArea.html" title="GimpColorArea">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,25 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2568710" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2579877" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2572929" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2572984" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2573006" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpChainButton</span></h2>
|
||||
<h2>
|
||||
<a name="id2568710"></a><span class="refentrytitle">GimpChainButton</span>
|
||||
</h2>
|
||||
<p>GimpChainButton — Widget to visually connect two entry widgets.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -61,7 +65,7 @@ gboolean <a href="GimpChainButton.html#gimp-chain-button-get-active">gimp_cha
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2572929"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -74,13 +78,13 @@ gboolean <a href="GimpChainButton.html#gimp-chain-button-get-active">gimp_cha
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2572984"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpChainButton implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2573006"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpChainButton.html#GimpChainButton-toggled">toggled</a>" void user_function (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *gimpchainbutton,
|
||||
@ -88,7 +92,7 @@ GimpChainButton implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2579877"></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
|
||||
@ -105,20 +109,20 @@ necessary.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2579920"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2554134"></a><h3>
|
||||
<a name="id2579931"></a><h3>
|
||||
<a name="GimpChainButton-struct"></a>GimpChainButton</h3>
|
||||
<a class="indexterm" name="id2554145"></a><pre class="programlisting">typedef struct _GimpChainButton GimpChainButton;</pre>
|
||||
<a class="indexterm" name="id2579943"></a><pre class="programlisting">typedef struct _GimpChainButton GimpChainButton;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2554161"></a><h3>
|
||||
<a name="id2579959"></a><h3>
|
||||
<a name="GimpChainPosition"></a>enum GimpChainPosition</h3>
|
||||
<a class="indexterm" name="id2554173"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2579971"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_CHAIN_TOP,
|
||||
GIMP_CHAIN_LEFT,
|
||||
@ -132,9 +136,9 @@ necessary.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2554190"></a><h3>
|
||||
<a name="id2579988"></a><h3>
|
||||
<a name="gimp-chain-button-new"></a>gimp_chain_button_new ()</h3>
|
||||
<a class="indexterm" name="id2554202"></a><pre class="programlisting">GtkWidget* gimp_chain_button_new (<a href="GimpChainButton.html#GimpChainPosition">GimpChainPosition</a> position);</pre>
|
||||
<a class="indexterm" name="id2580000"></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>
|
||||
@ -152,15 +156,13 @@ for more than two widgets, but the look is optimized for two.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>position</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>position</code></em> :</span></td>
|
||||
<td> The position you are going to use for the button
|
||||
with respect to the widgets you want to chain.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> Pointer to the new <a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>, which is inactive
|
||||
by default. Use <a href="GimpChainButton.html#gimp-chain-button-set-active"><code class="function">gimp_chain_button_set_active()</code></a> to
|
||||
change its state.
|
||||
@ -171,9 +173,9 @@ for more than two widgets, but the look is optimized for two.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2476485"></a><h3>
|
||||
<a name="id2509458"></a><h3>
|
||||
<a name="gimp-chain-button-set-active"></a>gimp_chain_button_set_active ()</h3>
|
||||
<a class="indexterm" name="id2476496"></a><pre class="programlisting">void gimp_chain_button_set_active (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button,
|
||||
<a class="indexterm" name="id2509469"></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
|
||||
@ -185,14 +187,12 @@ unlocked (<code class="literal">FALSE</code>) and changes the showed pixmap to r
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>button</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>button</code></em> :</span></td>
|
||||
<td> Pointer to a <a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>active</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>active</code></em> :</span></td>
|
||||
<td> The new state.
|
||||
</td>
|
||||
</tr>
|
||||
@ -201,9 +201,9 @@ unlocked (<code class="literal">FALSE</code>) and changes the showed pixmap to r
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2476600"></a><h3>
|
||||
<a name="id2509573"></a><h3>
|
||||
<a name="gimp-chain-button-get-active"></a>gimp_chain_button_get_active ()</h3>
|
||||
<a class="indexterm" name="id2476613"></a><pre class="programlisting">gboolean gimp_chain_button_get_active (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button);</pre>
|
||||
<a class="indexterm" name="id2509586"></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>
|
||||
@ -213,14 +213,12 @@ Checks the state of the <a href="GimpChainButton.html" title="GimpChainButton"><
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>button</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>button</code></em> :</span></td>
|
||||
<td> Pointer to a <a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> if the <a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> is active (locked).
|
||||
</td>
|
||||
</tr>
|
||||
@ -229,11 +227,11 @@ Checks the state of the <a href="GimpChainButton.html" title="GimpChainButton"><
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2514864"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2481658"></a><h3>
|
||||
<a name="id2514875"></a><h3>
|
||||
<a name="GimpChainButton-toggled"></a>The "toggled" signal</h3>
|
||||
<a class="indexterm" name="id2481665"></a><pre class="programlisting">void user_function (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *gimpchainbutton,
|
||||
<a class="indexterm" name="id2514883"></a><pre class="programlisting">void user_function (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *gimpchainbutton,
|
||||
gpointer user_data) : Run first</pre>
|
||||
<p>
|
||||
|
||||
@ -242,15 +240,13 @@ Checks the state of the <a href="GimpChainButton.html" title="GimpChainButton"><
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpchainbutton</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpchainbutton</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -258,7 +254,7 @@ Checks the state of the <a href="GimpChainButton.html" title="GimpChainButton"><
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2481733"></a><h2>See Also</h2>
|
||||
<a name="id2514952"></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>.
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpColorArea</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpChainButton.html" title="GimpChainButton">
|
||||
<link rel="next" href="GimpColorButton.html" title="GimpColorButton">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,25 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2579603" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2568654" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2577865" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2568590" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2568611" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpColorArea</span></h2>
|
||||
<h2>
|
||||
<a name="id2579603"></a><span class="refentrytitle">GimpColorArea</span>
|
||||
</h2>
|
||||
<p>GimpColorArea — Displays a GimpRGB color, optionally with alpha-channel.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -75,7 +79,7 @@ void <a href="GimpColorArea.html#gimp-color-area-set-draw-border">gimp_co
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2577865"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -87,13 +91,13 @@ void <a href="GimpColorArea.html#gimp-color-area-set-draw-border">gimp_co
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2568590"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorArea implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2568611"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorArea.html#GimpColorArea-color-changed">color-changed</a>"
|
||||
@ -102,26 +106,26 @@ GimpColorArea implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2568654"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2568670"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2523362"></a><h3>
|
||||
<a name="id2568680"></a><h3>
|
||||
<a name="GimpColorArea-struct"></a>GimpColorArea</h3>
|
||||
<a class="indexterm" name="id2523373"></a><pre class="programlisting">typedef struct _GimpColorArea GimpColorArea;</pre>
|
||||
<a class="indexterm" name="id2568692"></a><pre class="programlisting">typedef struct _GimpColorArea GimpColorArea;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2523389"></a><h3>
|
||||
<a name="id2567098"></a><h3>
|
||||
<a name="GimpColorAreaType"></a>enum GimpColorAreaType</h3>
|
||||
<a class="indexterm" name="id2541548"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2567110"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_COLOR_AREA_FLAT = 0,
|
||||
GIMP_COLOR_AREA_SMALL_CHECKS,
|
||||
@ -134,9 +138,9 @@ GimpColorArea implements
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2541565"></a><h3>
|
||||
<a name="id2567127"></a><h3>
|
||||
<a name="gimp-color-area-new"></a>gimp_color_area_new ()</h3>
|
||||
<a class="indexterm" name="id2541578"></a><pre class="programlisting">GtkWidget* gimp_color_area_new (const <a
|
||||
<a class="indexterm" name="id2567140"></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,
|
||||
@ -154,28 +158,24 @@ DND. If the color changes, the "color_changed" signal is emitted.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td> A pointer to a <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
><span class="type">GimpRGB</span></a> struct.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>type</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>type</code></em> :</span></td>
|
||||
<td> The type of color area to create.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>drag_mask</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>drag_mask</code></em> :</span></td>
|
||||
<td> The event_mask that should trigger drags.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> Pointer to the new <a href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
@ -184,9 +184,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2541706"></a><h3>
|
||||
<a name="id2567268"></a><h3>
|
||||
<a name="gimp-color-area-set-color"></a>gimp_color_area_set_color ()</h3>
|
||||
<a class="indexterm" name="id2541717"></a><pre class="programlisting">void gimp_color_area_set_color (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
|
||||
<a class="indexterm" name="id2567279"></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>
|
||||
@ -199,14 +199,12 @@ Sets <em class="parameter"><code>area</code></em> to a different <em class="para
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td> Pointer to a <a href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td> Pointer to a <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
><span class="type">GimpRGB</span></a> struct that defines the new color.
|
||||
@ -217,9 +215,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2527379"></a><h3>
|
||||
<a name="id2567588"></a><h3>
|
||||
<a name="gimp-color-area-get-color"></a>gimp_color_area_get_color ()</h3>
|
||||
<a class="indexterm" name="id2527390"></a><pre class="programlisting">void gimp_color_area_get_color (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
|
||||
<a class="indexterm" name="id2567599"></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>
|
||||
@ -232,14 +230,12 @@ Retrieves the current color of the <em class="parameter"><code>area</code></em>.
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td> Pointer to a <a href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td> Pointer to a <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
><span class="type">GimpRGB</span></a> struct that is used to return the color.
|
||||
@ -250,9 +246,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2527482"></a><h3>
|
||||
<a name="id2567691"></a><h3>
|
||||
<a name="gimp-color-area-has-alpha"></a>gimp_color_area_has_alpha ()</h3>
|
||||
<a class="indexterm" name="id2527493"></a><pre class="programlisting">gboolean gimp_color_area_has_alpha (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area);</pre>
|
||||
<a class="indexterm" name="id2567702"></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>
|
||||
@ -263,14 +259,12 @@ via the <em class="parameter"><code>area</code></em>'s <a href="GimpColorArea.ht
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td> Pointer to a <a href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> if <em class="parameter"><code>area</code></em> shows transparency information, <code class="literal">FALSE</code> otherwise.
|
||||
</td>
|
||||
</tr>
|
||||
@ -279,9 +273,9 @@ via the <em class="parameter"><code>area</code></em>'s <a href="GimpColorArea.ht
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2527606"></a><h3>
|
||||
<a name="id2567814"></a><h3>
|
||||
<a name="gimp-color-area-set-type"></a>gimp_color_area_set_type ()</h3>
|
||||
<a class="indexterm" name="id2527617"></a><pre class="programlisting">void gimp_color_area_set_type (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
|
||||
<a class="indexterm" name="id2567826"></a><pre class="programlisting">void gimp_color_area_set_type (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
|
||||
<a href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> type);</pre>
|
||||
<p>
|
||||
Allows to change the type of <em class="parameter"><code>area</code></em>. The <a href="GimpColorArea.html#GimpColorAreaType"><span class="type">GimpColorAreaType</span></a> determines
|
||||
@ -294,14 +288,12 @@ the checkerboard used to do that.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td> Pointer to a <a href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>type</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>type</code></em> :</span></td>
|
||||
<td> A <a href="GimpColorArea.html#GimpColorAreaType"><span class="type">GimpColorAreaType</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -310,9 +302,9 @@ the checkerboard used to do that.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2566575"></a><h3>
|
||||
<a name="id2599757"></a><h3>
|
||||
<a name="gimp-color-area-set-draw-border"></a>gimp_color_area_set_draw_border ()</h3>
|
||||
<a class="indexterm" name="id2566588"></a><pre class="programlisting">void gimp_color_area_set_draw_border (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
|
||||
<a class="indexterm" name="id2599768"></a><pre class="programlisting">void gimp_color_area_set_draw_border (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
|
||||
gboolean draw_border);</pre>
|
||||
<p>
|
||||
The <em class="parameter"><code>area</code></em> can draw a thin border in the foreground color around
|
||||
@ -325,14 +317,12 @@ off. The default is not draw a border.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td> Pointer to a <a href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>draw_border</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>draw_border</code></em> :</span></td>
|
||||
<td> whether to draw a border or not
|
||||
</td>
|
||||
</tr>
|
||||
@ -341,11 +331,11 @@ off. The default is not draw a border.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2599855"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2566686"></a><h3>
|
||||
<a name="id2599866"></a><h3>
|
||||
<a name="GimpColorArea-color-changed"></a>The "color-changed" signal</h3>
|
||||
<a class="indexterm" name="id2566694"></a><pre class="programlisting">void user_function (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *gimpcolorarea,
|
||||
<a class="indexterm" name="id2599873"></a><pre class="programlisting">void user_function (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *gimpcolorarea,
|
||||
gpointer user_data) : Run first</pre>
|
||||
<p>
|
||||
|
||||
@ -354,15 +344,13 @@ off. The default is not draw a border.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpcolorarea</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpcolorarea</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpColorButton</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpColorArea.html" title="GimpColorArea">
|
||||
<link rel="next" href="GimpColorHexEntry.html" title="GimpColorHexEntry">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,25 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2572446" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2582188" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2582056" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2582124" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2582145" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpColorButton</span></h2>
|
||||
<h2>
|
||||
<a name="id2572446"></a><span class="refentrytitle">GimpColorButton</span>
|
||||
</h2>
|
||||
<p>GimpColorButton — Widget for selecting a color from a simple button.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -77,7 +81,7 @@ void <a href="GimpColorButton.html#gimp-color-button-set-type">gimp_color
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2582056"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -92,13 +96,13 @@ void <a href="GimpColorButton.html#gimp-color-button-set-type">gimp_color
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2582124"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorButton implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2582145"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorButton.html#GimpColorButton-color-changed">color-changed</a>"
|
||||
@ -107,7 +111,7 @@ GimpColorButton implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2582188"></a><h2>Description</h2>
|
||||
<p>
|
||||
This widget provides a simple button with a preview showing the
|
||||
color.
|
||||
@ -120,20 +124,20 @@ color, the "color_changed" signal is emitted.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2595806"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2541299"></a><h3>
|
||||
<a name="id2595816"></a><h3>
|
||||
<a name="GimpColorButton-struct"></a>GimpColorButton</h3>
|
||||
<a class="indexterm" name="id2541310"></a><pre class="programlisting">typedef struct _GimpColorButton GimpColorButton;</pre>
|
||||
<a class="indexterm" name="id2595828"></a><pre class="programlisting">typedef struct _GimpColorButton GimpColorButton;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2541326"></a><h3>
|
||||
<a name="id2595844"></a><h3>
|
||||
<a name="gimp-color-button-new"></a>gimp_color_button_new ()</h3>
|
||||
<a class="indexterm" name="id2541337"></a><pre class="programlisting">GtkWidget* gimp_color_button_new (const gchar *title,
|
||||
<a class="indexterm" name="id2595856"></a><pre class="programlisting">GtkWidget* gimp_color_button_new (const gchar *title,
|
||||
gint width,
|
||||
gint height,
|
||||
const <a
|
||||
@ -156,40 +160,34 @@ signal is emitted.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>title</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>title</code></em> :</span></td>
|
||||
<td> String that will be used as title for the color_selector.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td> Width of the colorpreview in pixels.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td> Height of the colorpreview in pixels.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td> A pointer to a <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
><span class="type">GimpRGB</span></a> color.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>type</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>type</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> Pointer to the new <a href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
@ -198,9 +196,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2541511"></a><h3>
|
||||
<a name="id2596029"></a><h3>
|
||||
<a name="gimp-color-button-set-color"></a>gimp_color_button_set_color ()</h3>
|
||||
<a class="indexterm" name="id2541522"></a><pre class="programlisting">void gimp_color_button_set_color (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
|
||||
<a class="indexterm" name="id2596041"></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>
|
||||
@ -213,14 +211,12 @@ Sets the <em class="parameter"><code>button</code></em> to the given <em class="
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>button</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>button</code></em> :</span></td>
|
||||
<td> Pointer to a <a href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td> Pointer to the new <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
><span class="type">GimpRGB</span></a> color.
|
||||
@ -231,9 +227,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2522578"></a><h3>
|
||||
<a name="id2564349"></a><h3>
|
||||
<a name="gimp-color-button-get-color"></a>gimp_color_button_get_color ()</h3>
|
||||
<a class="indexterm" name="id2522590"></a><pre class="programlisting">void gimp_color_button_get_color (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
|
||||
<a class="indexterm" name="id2564360"></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>
|
||||
@ -246,14 +242,12 @@ Retrieves the currently set color from the <em class="parameter"><code>button</c
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>button</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>button</code></em> :</span></td>
|
||||
<td> Pointer to a <a href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td> Pointer to a <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
><span class="type">GimpRGB</span></a> struct used to return the color.
|
||||
@ -264,9 +258,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2522681"></a><h3>
|
||||
<a name="id2564451"></a><h3>
|
||||
<a name="gimp-color-button-set-update"></a>gimp_color_button_set_update ()</h3>
|
||||
<a class="indexterm" name="id2522693"></a><pre class="programlisting">void gimp_color_button_set_update (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
|
||||
<a class="indexterm" name="id2564464"></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"
|
||||
@ -279,14 +273,12 @@ dialog.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>button</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>button</code></em> :</span></td>
|
||||
<td> A <a href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>continuous</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>continuous</code></em> :</span></td>
|
||||
<td> The new setting of the <em class="parameter"><code>continuous_update</code></em> property.
|
||||
</td>
|
||||
</tr>
|
||||
@ -295,9 +287,9 @@ dialog.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2567969"></a><h3>
|
||||
<a name="id2601154"></a><h3>
|
||||
<a name="gimp-color-button-get-update"></a>gimp_color_button_get_update ()</h3>
|
||||
<a class="indexterm" name="id2567982"></a><pre class="programlisting">gboolean gimp_color_button_get_update (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button);</pre>
|
||||
<a class="indexterm" name="id2601167"></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>
|
||||
@ -307,14 +299,12 @@ Returns the color button's <em class="parameter"><code>continuous_update</code><
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>button</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>button</code></em> :</span></td>
|
||||
<td> A <a href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> the <em class="parameter"><code>continuous_update</code></em> property.
|
||||
</td>
|
||||
</tr>
|
||||
@ -323,9 +313,9 @@ Returns the color button's <em class="parameter"><code>continuous_update</code><
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2568055"></a><h3>
|
||||
<a name="id2601239"></a><h3>
|
||||
<a name="gimp-color-button-has-alpha"></a>gimp_color_button_has_alpha ()</h3>
|
||||
<a class="indexterm" name="id2568067"></a><pre class="programlisting">gboolean gimp_color_button_has_alpha (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button);</pre>
|
||||
<a class="indexterm" name="id2601251"></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>
|
||||
@ -335,14 +325,12 @@ Checks whether the <em class="parameter"><code>buttons</code></em> shows transpa
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>button</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>button</code></em> :</span></td>
|
||||
<td> Pointer to a <a href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> if the <em class="parameter"><code>button</code></em> shows transparency information, <code class="literal">FALSE</code>
|
||||
otherwise.
|
||||
</td>
|
||||
@ -352,9 +340,9 @@ otherwise.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2568166"></a><h3>
|
||||
<a name="id2601350"></a><h3>
|
||||
<a name="gimp-color-button-set-type"></a>gimp_color_button_set_type ()</h3>
|
||||
<a class="indexterm" name="id2568178"></a><pre class="programlisting">void gimp_color_button_set_type (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
|
||||
<a class="indexterm" name="id2601362"></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>
|
||||
@ -365,14 +353,12 @@ Sets the <em class="parameter"><code>button</code></em> to the given <em class="
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>button</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>button</code></em> :</span></td>
|
||||
<td> Pointer to a <a href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>type</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>type</code></em> :</span></td>
|
||||
<td> the new <a href="GimpColorArea.html#GimpColorAreaType"><span class="type">GimpColorAreaType</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
@ -381,11 +367,11 @@ Sets the <em class="parameter"><code>button</code></em> to the given <em class="
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2601470"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2568297"></a><h3>
|
||||
<a name="id2601480"></a><h3>
|
||||
<a name="GimpColorButton-color-changed"></a>The "color-changed" signal</h3>
|
||||
<a class="indexterm" name="id2568306"></a><pre class="programlisting">void user_function (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *gimpcolorbutton,
|
||||
<a class="indexterm" name="id2601490"></a><pre class="programlisting">void user_function (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *gimpcolorbutton,
|
||||
gpointer user_data) : Run first</pre>
|
||||
<p>
|
||||
|
||||
@ -394,15 +380,13 @@ Sets the <em class="parameter"><code>button</code></em> to the given <em class="
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpcolorbutton</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpcolorbutton</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -410,7 +394,7 @@ Sets the <em class="parameter"><code>button</code></em> to the given <em class="
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2568376"></a><h2>See Also</h2>
|
||||
<a name="id2601560"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<span class="type">libgimpcolor-gimpcolorspace</span>
|
||||
</p>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpColorDisplay</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-colordisplay.html" title="Part II. GIMP Display Filters">
|
||||
<link rel="prev" href="libgimpwidgets-colordisplay.html" title="Part II. GIMP Display Filters">
|
||||
<link rel="next" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,27 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2584125" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2621153" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2621056" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#properties" class="shortcut">Properties</a>
|
||||
<a href="#id2621080" class="shortcut">Properties</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2621110" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpColorDisplay</span></h2>
|
||||
<h2>
|
||||
<a name="id2584125"></a><span class="refentrytitle">GimpColorDisplay</span>
|
||||
</h2>
|
||||
<p>GimpColorDisplay — Pluggable GIMP display color correction modules.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -80,7 +82,7 @@ void <a href="GimpColorDisplay.html#gimp-color-display-changed">gimp_colo
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2621056"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -88,14 +90,14 @@ void <a href="GimpColorDisplay.html#gimp-color-display-changed">gimp_colo
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="properties"></a><h2>Properties</h2>
|
||||
<a name="id2621080"></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="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2621110"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorDisplay.html#GimpColorDisplay-changed">changed</a>" void user_function (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *gimpcolordisplay,
|
||||
@ -103,27 +105,27 @@ void <a href="GimpColorDisplay.html#gimp-color-display-changed">gimp_colo
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2621153"></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="details"></a><h2>Details</h2>
|
||||
<a name="id2621170"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588580"></a><h3>
|
||||
<a name="id2621181"></a><h3>
|
||||
<a name="GimpColorDisplay-struct"></a>GimpColorDisplay</h3>
|
||||
<a class="indexterm" name="id2588592"></a><pre class="programlisting">typedef struct _GimpColorDisplay GimpColorDisplay;</pre>
|
||||
<a class="indexterm" name="id2621192"></a><pre class="programlisting">typedef struct _GimpColorDisplay GimpColorDisplay;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588608"></a><h3>
|
||||
<a name="id2621209"></a><h3>
|
||||
<a name="gimp-color-display-new"></a>gimp_color_display_new ()</h3>
|
||||
<a class="indexterm" name="id2588619"></a><pre class="programlisting"><a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a>* gimp_color_display_new (GType display_type);</pre>
|
||||
<a class="indexterm" name="id2621220"></a><pre class="programlisting"><a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a>* gimp_color_display_new (GType display_type);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -131,14 +133,12 @@ display color correction modules.
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>display_type</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>display_type</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -149,9 +149,9 @@ display color correction modules.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2585428"></a><h3>
|
||||
<a name="id2621276"></a><h3>
|
||||
<a name="gimp-color-display-clone"></a>gimp_color_display_clone ()</h3>
|
||||
<a class="indexterm" name="id2585440"></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="id2621287"></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>
|
||||
@ -159,14 +159,12 @@ display color correction modules.
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -177,9 +175,9 @@ display color correction modules.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2585495"></a><h3>
|
||||
<a name="id2618830"></a><h3>
|
||||
<a name="gimp-color-display-set-enabled"></a>gimp_color_display_set_enabled ()</h3>
|
||||
<a class="indexterm" name="id2585507"></a><pre class="programlisting">void gimp_color_display_set_enabled (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
|
||||
<a class="indexterm" name="id2618841"></a><pre class="programlisting">void gimp_color_display_set_enabled (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
|
||||
gboolean enabled);</pre>
|
||||
<p>
|
||||
|
||||
@ -188,14 +186,12 @@ display color correction modules.
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>enabled</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>enabled</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -206,9 +202,9 @@ display color correction modules.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2585574"></a><h3>
|
||||
<a name="id2618907"></a><h3>
|
||||
<a name="gimp-color-display-get-enabled"></a>gimp_color_display_get_enabled ()</h3>
|
||||
<a class="indexterm" name="id2585587"></a><pre class="programlisting">gboolean gimp_color_display_get_enabled (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
|
||||
<a class="indexterm" name="id2618920"></a><pre class="programlisting">gboolean gimp_color_display_get_enabled (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -216,14 +212,12 @@ display color correction modules.
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -234,9 +228,9 @@ display color correction modules.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2585643"></a><h3>
|
||||
<a name="id2618976"></a><h3>
|
||||
<a name="gimp-color-display-convert"></a>gimp_color_display_convert ()</h3>
|
||||
<a class="indexterm" name="id2585655"></a><pre class="programlisting">void gimp_color_display_convert (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
|
||||
<a class="indexterm" name="id2618988"></a><pre class="programlisting">void gimp_color_display_convert (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
|
||||
guchar *buf,
|
||||
gint width,
|
||||
gint height,
|
||||
@ -249,38 +243,32 @@ display color correction modules.
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>buf</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>buf</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>bpp</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>bpp</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>bpl</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>bpl</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -291,9 +279,9 @@ display color correction modules.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2585805"></a><h3>
|
||||
<a name="id2597513"></a><h3>
|
||||
<a name="gimp-color-display-load-state"></a>gimp_color_display_load_state ()</h3>
|
||||
<a class="indexterm" name="id2585819"></a><pre class="programlisting">void gimp_color_display_load_state (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
|
||||
<a class="indexterm" name="id2597526"></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>
|
||||
@ -304,14 +292,12 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>state</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>state</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -322,9 +308,9 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2586674"></a><h3>
|
||||
<a name="id2597594"></a><h3>
|
||||
<a name="gimp-color-display-save-state"></a>gimp_color_display_save_state ()</h3>
|
||||
<a class="indexterm" name="id2586688"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2597607"></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>
|
||||
@ -334,14 +320,12 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -352,9 +336,9 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2586745"></a><h3>
|
||||
<a name="id2597664"></a><h3>
|
||||
<a name="gimp-color-display-configure"></a>gimp_color_display_configure ()</h3>
|
||||
<a class="indexterm" name="id2586758"></a><pre class="programlisting">GtkWidget* gimp_color_display_configure (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
|
||||
<a class="indexterm" name="id2597677"></a><pre class="programlisting">GtkWidget* gimp_color_display_configure (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -362,14 +346,12 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -380,9 +362,9 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2586814"></a><h3>
|
||||
<a name="id2597734"></a><h3>
|
||||
<a name="gimp-color-display-configure-reset"></a>gimp_color_display_configure_reset ()</h3>
|
||||
<a class="indexterm" name="id2586828"></a><pre class="programlisting">void gimp_color_display_configure_reset
|
||||
<a class="indexterm" name="id2622137"></a><pre class="programlisting">void gimp_color_display_configure_reset
|
||||
(<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
|
||||
<p>
|
||||
|
||||
@ -390,8 +372,7 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -401,17 +382,16 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2586875"></a><h3>
|
||||
<a name="id2622178"></a><h3>
|
||||
<a name="gimp-color-display-changed"></a>gimp_color_display_changed ()</h3>
|
||||
<a class="indexterm" name="id2586887"></a><pre class="programlisting">void gimp_color_display_changed (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
|
||||
<a class="indexterm" name="id2622189"></a><pre class="programlisting">void gimp_color_display_changed (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -421,21 +401,21 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="property_details"></a><h2>Property Details</h2>
|
||||
<a name="id2622231"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2586945"></a><h3>
|
||||
<a name="id2622242"></a><h3>
|
||||
<a name="GimpColorDisplay--enabled"></a>The "<code class="literal">enabled</code>" property</h3>
|
||||
<a class="indexterm" name="id2586959"></a><pre class="programlisting"> "enabled" gboolean : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2622256"></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="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2622281"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2586995"></a><h3>
|
||||
<a name="id2622292"></a><h3>
|
||||
<a name="GimpColorDisplay-changed"></a>The "changed" signal</h3>
|
||||
<a class="indexterm" name="id2587003"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *gimpcolordisplay,
|
||||
<a class="indexterm" name="id2622300"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *gimpcolordisplay,
|
||||
gpointer user_data) : Run first</pre>
|
||||
<p>
|
||||
|
||||
@ -444,15 +424,13 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpcolordisplay</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpcolordisplay</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -460,7 +438,7 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2587073"></a><h2>See Also</h2>
|
||||
<a name="id2622370"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<span class="type">GModule</span>
|
||||
</p>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpColorDisplayStack</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-colordisplay.html" title="Part II. GIMP Display Filters">
|
||||
<link rel="prev" href="GimpColorDisplay.html" title="GimpColorDisplay">
|
||||
<link rel="next" href="libgimpwidgets-colorselector.html" title="Part III. GIMP Color Selectors">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,25 +28,27 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2557347" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2619617" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2620694" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2620718" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpColorDisplayStack</span></h2>
|
||||
<p>GimpColorDisplayStack — </p>
|
||||
<h2>
|
||||
<a name="id2557347"></a><span class="refentrytitle">GimpColorDisplayStack</span>
|
||||
</h2>
|
||||
<p>GimpColorDisplayStack</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -79,7 +81,7 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2620694"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -87,7 +89,7 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2620718"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorDisplayStack.html#GimpColorDisplayStack-added">added</a>" void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
|
||||
@ -106,26 +108,26 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2619617"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2619632"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589956"></a><h3>
|
||||
<a name="id2619643"></a><h3>
|
||||
<a name="GimpColorDisplayStack-struct"></a>GimpColorDisplayStack</h3>
|
||||
<a class="indexterm" name="id2589969"></a><pre class="programlisting">typedef struct _GimpColorDisplayStack GimpColorDisplayStack;</pre>
|
||||
<a class="indexterm" name="id2619656"></a><pre class="programlisting">typedef struct _GimpColorDisplayStack GimpColorDisplayStack;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589984"></a><h3>
|
||||
<a name="id2619671"></a><h3>
|
||||
<a name="gimp-color-display-stack-new"></a>gimp_color_display_stack_new ()</h3>
|
||||
<a class="indexterm" name="id2589996"></a><pre class="programlisting"><a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a>* gimp_color_display_stack_new
|
||||
<a class="indexterm" name="id2619684"></a><pre class="programlisting"><a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a>* gimp_color_display_stack_new
|
||||
(void);</pre>
|
||||
<p>
|
||||
|
||||
@ -133,8 +135,7 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -144,9 +145,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590032"></a><h3>
|
||||
<a name="id2619721"></a><h3>
|
||||
<a name="gimp-color-display-stack-clone"></a>gimp_color_display_stack_clone ()</h3>
|
||||
<a class="indexterm" name="id2590046"></a><pre class="programlisting"><a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a>* gimp_color_display_stack_clone
|
||||
<a class="indexterm" name="id2619734"></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>
|
||||
|
||||
@ -155,14 +156,12 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>stack</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>stack</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -173,9 +172,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590102"></a><h3>
|
||||
<a name="id2619790"></a><h3>
|
||||
<a name="gimp-color-display-stack-changed"></a>gimp_color_display_stack_changed ()</h3>
|
||||
<a class="indexterm" name="id2590115"></a><pre class="programlisting">void gimp_color_display_stack_changed
|
||||
<a class="indexterm" name="id2597741"></a><pre class="programlisting">void gimp_color_display_stack_changed
|
||||
(<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack);</pre>
|
||||
<p>
|
||||
|
||||
@ -183,8 +182,7 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>stack</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>stack</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -194,9 +192,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580390"></a><h3>
|
||||
<a name="id2597787"></a><h3>
|
||||
<a name="gimp-color-display-stack-add"></a>gimp_color_display_stack_add ()</h3>
|
||||
<a class="indexterm" name="id2580404"></a><pre class="programlisting">void gimp_color_display_stack_add (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
|
||||
<a class="indexterm" name="id2597801"></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>
|
||||
|
||||
@ -205,14 +203,12 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>stack</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>stack</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -223,9 +219,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580470"></a><h3>
|
||||
<a name="id2597867"></a><h3>
|
||||
<a name="gimp-color-display-stack-remove"></a>gimp_color_display_stack_remove ()</h3>
|
||||
<a class="indexterm" name="id2580483"></a><pre class="programlisting">void gimp_color_display_stack_remove (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
|
||||
<a class="indexterm" name="id2597880"></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,14 +230,12 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>stack</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>stack</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -252,9 +246,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580549"></a><h3>
|
||||
<a name="id2597947"></a><h3>
|
||||
<a name="gimp-color-display-stack-reorder-up"></a>gimp_color_display_stack_reorder_up ()</h3>
|
||||
<a class="indexterm" name="id2580562"></a><pre class="programlisting">void gimp_color_display_stack_reorder_up
|
||||
<a class="indexterm" name="id2597961"></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>
|
||||
@ -264,14 +258,12 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>stack</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>stack</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -282,9 +274,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2587887"></a><h3>
|
||||
<a name="id2598028"></a><h3>
|
||||
<a name="gimp-color-display-stack-reorder-down"></a>gimp_color_display_stack_reorder_down ()</h3>
|
||||
<a class="indexterm" name="id2587899"></a><pre class="programlisting">void gimp_color_display_stack_reorder_down
|
||||
<a class="indexterm" name="id2621702"></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>
|
||||
@ -294,14 +286,12 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>stack</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>stack</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>display</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -312,9 +302,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2587966"></a><h3>
|
||||
<a name="id2621770"></a><h3>
|
||||
<a name="gimp-color-display-stack-convert"></a>gimp_color_display_stack_convert ()</h3>
|
||||
<a class="indexterm" name="id2587980"></a><pre class="programlisting">void gimp_color_display_stack_convert
|
||||
<a class="indexterm" name="id2621783"></a><pre class="programlisting">void gimp_color_display_stack_convert
|
||||
(<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
|
||||
guchar *buf,
|
||||
gint width,
|
||||
@ -328,38 +318,32 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>stack</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>stack</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>buf</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>buf</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>bpp</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>bpp</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>bpl</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>bpl</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -370,11 +354,11 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2621936"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588144"></a><h3>
|
||||
<a name="id2621947"></a><h3>
|
||||
<a name="GimpColorDisplayStack-added"></a>The "added" signal</h3>
|
||||
<a class="indexterm" name="id2588152"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
|
||||
<a class="indexterm" name="id2621955"></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>
|
||||
@ -385,27 +369,23 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpcolordisplaystack</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpcolordisplaystack</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>arg2</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>arg2</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -413,9 +393,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588262"></a><h3>
|
||||
<a name="id2622065"></a><h3>
|
||||
<a name="GimpColorDisplayStack-changed"></a>The "changed" signal</h3>
|
||||
<a class="indexterm" name="id2588271"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
|
||||
<a class="indexterm" name="id2622075"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
|
||||
gpointer user_data) : Run first</pre>
|
||||
<p>
|
||||
|
||||
@ -424,15 +404,13 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpcolordisplaystack</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpcolordisplaystack</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -440,9 +418,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588338"></a><h3>
|
||||
<a name="id2624067"></a><h3>
|
||||
<a name="GimpColorDisplayStack-removed"></a>The "removed" signal</h3>
|
||||
<a class="indexterm" name="id2588348"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
|
||||
<a class="indexterm" name="id2624076"></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>
|
||||
@ -452,21 +430,18 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpcolordisplaystack</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpcolordisplaystack</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -474,9 +449,9 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590991"></a><h3>
|
||||
<a name="id2624157"></a><h3>
|
||||
<a name="GimpColorDisplayStack-reordered"></a>The "reordered" signal</h3>
|
||||
<a class="indexterm" name="id2591001"></a><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
|
||||
<a class="indexterm" name="id2624166"></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>
|
||||
@ -487,27 +462,23 @@ void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpcolordisplaystack</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpcolordisplaystack</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>arg2</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>arg2</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpColorHexEntry</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpColorButton.html" title="GimpColorButton">
|
||||
<link rel="next" href="GimpColorScale.html" title="GimpColorScale">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,25 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2572818" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2582246" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2557432" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2557481" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2557515" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpColorHexEntry</span></h2>
|
||||
<h2>
|
||||
<a name="id2572818"></a><span class="refentrytitle">GimpColorHexEntry</span>
|
||||
</h2>
|
||||
<p>GimpColorHexEntry — Widget for entering a color's hex triplet.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -65,7 +69,7 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2557432"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -77,13 +81,13 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2557481"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorHexEntry implements
|
||||
AtkImplementorIface, GtkEditable and GtkCellEditable.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2557515"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorHexEntry.html#GimpColorHexEntry-color-changed">color-changed</a>"
|
||||
@ -92,26 +96,26 @@ GimpColorHexEntry implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2582246"></a><h2>Description</h2>
|
||||
<p>
|
||||
Widget for entering a color's hex triplet.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2582262"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2557098"></a><h3>
|
||||
<a name="id2582273"></a><h3>
|
||||
<a name="GimpColorHexEntry-struct"></a>GimpColorHexEntry</h3>
|
||||
<a class="indexterm" name="id2557110"></a><pre class="programlisting">typedef struct _GimpColorHexEntry GimpColorHexEntry;</pre>
|
||||
<a class="indexterm" name="id2582284"></a><pre class="programlisting">typedef struct _GimpColorHexEntry GimpColorHexEntry;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2557126"></a><h3>
|
||||
<a name="id2582301"></a><h3>
|
||||
<a name="gimp-color-hex-entry-new"></a>gimp_color_hex_entry_new ()</h3>
|
||||
<a class="indexterm" name="id2557139"></a><pre class="programlisting">GtkWidget* gimp_color_hex_entry_new (void);</pre>
|
||||
<a class="indexterm" name="id2582314"></a><pre class="programlisting">GtkWidget* gimp_color_hex_entry_new (void);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -120,8 +124,7 @@ Widget for entering a color's hex triplet.
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> a new <a href="GimpColorHexEntry.html" title="GimpColorHexEntry"><span class="type">GimpColorHexEntry</span></a> widget
|
||||
|
||||
</td>
|
||||
@ -132,9 +135,9 @@ Widget for entering a color's hex triplet.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2557190"></a><h3>
|
||||
<a name="id2582365"></a><h3>
|
||||
<a name="gimp-color-hex-entry-set-color"></a>gimp_color_hex_entry_set_color ()</h3>
|
||||
<a class="indexterm" name="id2557204"></a><pre class="programlisting">void gimp_color_hex_entry_set_color (<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *entry,
|
||||
<a class="indexterm" name="id2582379"></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>
|
||||
@ -149,14 +152,12 @@ signal is emitted.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>entry</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>entry</code></em> :</span></td>
|
||||
<td> a <a href="GimpColorHexEntry.html" title="GimpColorHexEntry"><span class="type">GimpColorHexEntry</span></a> widget
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td> pointer to a <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
><span class="type">GimpRGB</span></a>
|
||||
@ -169,9 +170,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2534780"></a><h3>
|
||||
<a name="id2557728"></a><h3>
|
||||
<a name="gimp-color-hex-entry-get-color"></a>gimp_color_hex_entry_get_color ()</h3>
|
||||
<a class="indexterm" name="id2534795"></a><pre class="programlisting">void gimp_color_hex_entry_get_color (<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *entry,
|
||||
<a class="indexterm" name="id2557743"></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>
|
||||
@ -184,14 +185,12 @@ Retrieves the color value displayed by a <a href="GimpColorHexEntry.html" title=
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>entry</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>entry</code></em> :</span></td>
|
||||
<td> a <a href="GimpColorHexEntry.html" title="GimpColorHexEntry"><span class="type">GimpColorHexEntry</span></a> widget
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td> pointer to a <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
><span class="type">GimpRGB</span></a>
|
||||
@ -204,11 +203,11 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2563841"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564867"></a><h3>
|
||||
<a name="id2563852"></a><h3>
|
||||
<a name="GimpColorHexEntry-color-changed"></a>The "color-changed" signal</h3>
|
||||
<a class="indexterm" name="id2564876"></a><pre class="programlisting">void user_function (<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *gimpcolorhexentry,
|
||||
<a class="indexterm" name="id2563862"></a><pre class="programlisting">void user_function (<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *gimpcolorhexentry,
|
||||
gpointer user_data) : Run first</pre>
|
||||
<p>
|
||||
|
||||
@ -217,15 +216,13 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpcolorhexentry</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpcolorhexentry</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpColorNotebook</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-colorselector.html" title="Part III. GIMP Color Selectors">
|
||||
<link rel="prev" href="GimpColorSelector.html" title="GimpColorSelector">
|
||||
<link rel="next" href="GimpColorScales.html" title="GimpColorScales">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,25 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2509877" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2621598" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2624027" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#style_properties" class="shortcut">Style Properties</a></nobr></td></tr>
|
||||
<a href="#id2621535" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2621556" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpColorNotebook</span></h2>
|
||||
<h2>
|
||||
<a name="id2509877"></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>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -60,7 +64,7 @@ GtkWidget* <a href="GimpColorNotebook.html#gimp-color-notebook-set-has-page">gi
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2624027"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -75,13 +79,13 @@ GtkWidget* <a href="GimpColorNotebook.html#gimp-color-notebook-set-has-page">gi
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2621535"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorNotebook implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="style_properties"></a><h2>Style Properties</h2>
|
||||
<a name="id2621556"></a><h2>Style Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorNotebook.html#GimpColorNotebook--tab-border">tab-border</a>" gint : Read
|
||||
@ -89,27 +93,27 @@ GimpColorNotebook implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2621598"></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="details"></a><h2>Details</h2>
|
||||
<a name="id2623807"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580316"></a><h3>
|
||||
<a name="id2623818"></a><h3>
|
||||
<a name="GimpColorNotebook-struct"></a>GimpColorNotebook</h3>
|
||||
<a class="indexterm" name="id2580327"></a><pre class="programlisting">typedef struct _GimpColorNotebook GimpColorNotebook;</pre>
|
||||
<a class="indexterm" name="id2623830"></a><pre class="programlisting">typedef struct _GimpColorNotebook GimpColorNotebook;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580344"></a><h3>
|
||||
<a name="id2623846"></a><h3>
|
||||
<a name="gimp-color-notebook-set-has-page"></a>gimp_color_notebook_set_has_page ()</h3>
|
||||
<a class="indexterm" name="id2580355"></a><pre class="programlisting">GtkWidget* gimp_color_notebook_set_has_page
|
||||
<a class="indexterm" name="id2623858"></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>
|
||||
@ -123,26 +127,22 @@ The <em class="parameter"><code>page_type</code></em> passed must be a <a href="
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>notebook</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>notebook</code></em> :</span></td>
|
||||
<td> A <a href="GimpColorNotebook.html" title="GimpColorNotebook"><span class="type">GimpColorNotebook</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>page_type</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>page_type</code></em> :</span></td>
|
||||
<td> The <span class="type">GType</span> of the notebook page to add or remove.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>has_page</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>has_page</code></em> :</span></td>
|
||||
<td> Whether the page should be added or removed.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The new page widget, if <em class="parameter"><code>has_page</code></em> was <span class="type">TRUE</span>, or <span class="type">NULL</span>
|
||||
if <em class="parameter"><code>has_page</code></em> was <span class="type">FALSE</span>.
|
||||
</td>
|
||||
@ -152,20 +152,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="style_properties_details"></a><h2>Style Property Details</h2>
|
||||
<a name="id2620975"></a><h2>Style Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590333"></a><h3>
|
||||
<a name="id2620985"></a><h3>
|
||||
<a name="GimpColorNotebook--tab-border"></a>The "<code class="literal">tab-border</code>" style property</h3>
|
||||
<a class="indexterm" name="id2590347"></a><pre class="programlisting"> "tab-border" gint : Read</pre>
|
||||
<a class="indexterm" name="id2621000"></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="id2590375"></a><h3>
|
||||
<a name="id2621028"></a><h3>
|
||||
<a name="GimpColorNotebook--tab-icon-size"></a>The "<code class="literal">tab-icon-size</code>" style property</h3>
|
||||
<a class="indexterm" name="id2590390"></a><pre class="programlisting"> "tab-icon-size" GtkIconSize : Read</pre>
|
||||
<a class="indexterm" name="id2626262"></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>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpColorScale</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpColorHexEntry.html" title="GimpColorHexEntry">
|
||||
<link rel="next" href="GimpColorSelection.html" title="GimpColorSelection">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,23 +28,27 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2585986" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2591250" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a></nobr></td></tr>
|
||||
<a href="#id2591175" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2591229" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpColorScale</span></h2>
|
||||
<h2>
|
||||
<a name="id2585986"></a><span class="refentrytitle">GimpColorScale</span>
|
||||
</h2>
|
||||
<p>GimpColorScale — Fancy colored sliders.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -65,7 +69,7 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2591175"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -78,32 +82,32 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2591229"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorScale implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2591250"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2576750"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2531474"></a><h3>
|
||||
<a name="id2576760"></a><h3>
|
||||
<a name="GimpColorScale-struct"></a>GimpColorScale</h3>
|
||||
<a class="indexterm" name="id2531485"></a><pre class="programlisting">typedef struct _GimpColorScale GimpColorScale;</pre>
|
||||
<a class="indexterm" name="id2576772"></a><pre class="programlisting">typedef struct _GimpColorScale GimpColorScale;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2531501"></a><h3>
|
||||
<a name="id2576788"></a><h3>
|
||||
<a name="gimp-color-scale-new"></a>gimp_color_scale_new ()</h3>
|
||||
<a class="indexterm" name="id2531512"></a><pre class="programlisting">GtkWidget* gimp_color_scale_new (GtkOrientation orientation,
|
||||
<a class="indexterm" name="id2576800"></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>
|
||||
@ -114,20 +118,17 @@ Creates a new <a href="GimpColorScale.html" title="GimpColorScale"><span class="
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>orientation</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>orientation</code></em> :</span></td>
|
||||
<td> the scale's orientation (horizontal or vertical)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>channel</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>channel</code></em> :</span></td>
|
||||
<td> the scale's color channel
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> a new <a href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> widget
|
||||
</td>
|
||||
</tr>
|
||||
@ -136,9 +137,9 @@ Creates a new <a href="GimpColorScale.html" title="GimpColorScale"><span class="
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2531607"></a><h3>
|
||||
<a name="id2576895"></a><h3>
|
||||
<a name="gimp-color-scale-set-channel"></a>gimp_color_scale_set_channel ()</h3>
|
||||
<a class="indexterm" name="id2547914"></a><pre class="programlisting">void gimp_color_scale_set_channel (<a href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> *scale,
|
||||
<a class="indexterm" name="id2570697"></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>
|
||||
@ -149,14 +150,12 @@ Changes the color channel displayed by the <em class="parameter"><code>scale</co
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>scale</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>scale</code></em> :</span></td>
|
||||
<td> a <a href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> widget
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>channel</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>channel</code></em> :</span></td>
|
||||
<td> the new color channel
|
||||
</td>
|
||||
</tr>
|
||||
@ -165,9 +164,9 @@ Changes the color channel displayed by the <em class="parameter"><code>scale</co
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2547997"></a><h3>
|
||||
<a name="id2570780"></a><h3>
|
||||
<a name="gimp-color-scale-set-color"></a>gimp_color_scale_set_color ()</h3>
|
||||
<a class="indexterm" name="id2548008"></a><pre class="programlisting">void gimp_color_scale_set_color (<a href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> *scale,
|
||||
<a class="indexterm" name="id2570792"></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,
|
||||
@ -183,22 +182,19 @@ Changes the color value of the <em class="parameter"><code>scale</code></em>.</p
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>scale</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>scale</code></em> :</span></td>
|
||||
<td> a <a href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> widget
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>rgb</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>rgb</code></em> :</span></td>
|
||||
<td> the new color as <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
><span class="type">GimpRGB</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>hsv</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>hsv</code></em> :</span></td>
|
||||
<td> the new color as <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
><span class="type">GimpHSV</span></a>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpColorScales</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-colorselector.html" title="Part III. GIMP Color Selectors">
|
||||
<link rel="prev" href="GimpColorNotebook.html" title="GimpColorNotebook">
|
||||
<link rel="next" href="GimpColorSelect.html" title="GimpColorSelect">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,23 +28,27 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2595733" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2611414" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a></nobr></td></tr>
|
||||
<a href="#id2580346" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2611393" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpColorScales</span></h2>
|
||||
<h2>
|
||||
<a name="id2595733"></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>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -54,7 +58,7 @@
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2580346"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -69,13 +73,13 @@
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2611393"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorScales implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2611414"></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
|
||||
@ -83,11 +87,11 @@ HSV and RGB color channels.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2611453"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2566784"></a><h3>
|
||||
<a name="id2611463"></a><h3>
|
||||
<a name="GimpColorScales-struct"></a>GimpColorScales</h3>
|
||||
<a class="indexterm" name="id2566795"></a><pre class="programlisting">typedef struct _GimpColorScales GimpColorScales;</pre>
|
||||
<a class="indexterm" name="id2571554"></a><pre class="programlisting">typedef struct _GimpColorScales GimpColorScales;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpColorSelect</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-colorselector.html" title="Part III. GIMP Color Selectors">
|
||||
<link rel="prev" href="GimpColorScales.html" title="GimpColorScales">
|
||||
<link rel="next" href="libgimpwidgets-controller.html" title="Part IV. GIMP Controllers">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,23 +28,27 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2611766" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2624565" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a></nobr></td></tr>
|
||||
<a href="#id2577496" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2624544" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpColorSelect</span></h2>
|
||||
<h2>
|
||||
<a name="id2611766"></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>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -54,7 +58,7 @@
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2577496"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -69,13 +73,13 @@
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2624544"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorSelect implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2624565"></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
|
||||
@ -85,11 +89,11 @@ will then change the other two channels accordingly.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2624608"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592605"></a><h3>
|
||||
<a name="id2624619"></a><h3>
|
||||
<a name="GimpColorSelect-struct"></a>GimpColorSelect</h3>
|
||||
<a class="indexterm" name="id2592616"></a><pre class="programlisting">typedef struct _GimpColorSelect GimpColorSelect;</pre>
|
||||
<a class="indexterm" name="id2624630"></a><pre class="programlisting">typedef struct _GimpColorSelect GimpColorSelect;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpColorSelection</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpColorScale.html" title="GimpColorScale">
|
||||
<link rel="next" href="GimpDialog.html" title="GimpDialog">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,25 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2588640" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2598285" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2568779" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2568840" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2568862" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpColorSelection</span></h2>
|
||||
<h2>
|
||||
<a name="id2588640"></a><span class="refentrytitle">GimpColorSelection</span>
|
||||
</h2>
|
||||
<p>GimpColorSelection — Widget for doing a color selection.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -83,7 +87,7 @@ void <a href="GimpColorSelection.html#gimp-color-selection-color-changed"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2568779"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -97,13 +101,13 @@ void <a href="GimpColorSelection.html#gimp-color-selection-color-changed"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2568840"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorSelection implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2568862"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorSelection.html#GimpColorSelection-color-changed">color-changed</a>"
|
||||
@ -112,26 +116,26 @@ GimpColorSelection implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2598285"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2598301"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2523774"></a><h3>
|
||||
<a name="id2598311"></a><h3>
|
||||
<a name="GimpColorSelection-struct"></a>GimpColorSelection</h3>
|
||||
<a class="indexterm" name="id2523786"></a><pre class="programlisting">typedef struct _GimpColorSelection GimpColorSelection;</pre>
|
||||
<a class="indexterm" name="id2598323"></a><pre class="programlisting">typedef struct _GimpColorSelection GimpColorSelection;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2523802"></a><h3>
|
||||
<a name="id2598339"></a><h3>
|
||||
<a name="gimp-color-selection-new"></a>gimp_color_selection_new ()</h3>
|
||||
<a class="indexterm" name="id2523813"></a><pre class="programlisting">GtkWidget* gimp_color_selection_new (void);</pre>
|
||||
<a class="indexterm" name="id2598351"></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>
|
||||
@ -140,8 +144,7 @@ Creates a new <a href="GimpColorSelection.html" title="GimpColorSelection"><span
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The new <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.
|
||||
</td>
|
||||
</tr></tbody>
|
||||
@ -149,9 +152,9 @@ Creates a new <a href="GimpColorSelection.html" title="GimpColorSelection"><span
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2523867"></a><h3>
|
||||
<a name="id2598404"></a><h3>
|
||||
<a name="gimp-color-selection-set-show-alpha"></a>gimp_color_selection_set_show_alpha ()</h3>
|
||||
<a class="indexterm" name="id2523879"></a><pre class="programlisting">void gimp_color_selection_set_show_alpha
|
||||
<a class="indexterm" name="id2598417"></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>
|
||||
@ -163,14 +166,12 @@ Sets the <em class="parameter"><code>show_alpha</code></em> property of the <em
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>selection</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>selection</code></em> :</span></td>
|
||||
<td> A <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>show_alpha</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>show_alpha</code></em> :</span></td>
|
||||
<td> The new <em class="parameter"><code>show_alpha</code></em> setting.
|
||||
</td>
|
||||
</tr>
|
||||
@ -179,9 +180,9 @@ Sets the <em class="parameter"><code>show_alpha</code></em> property of the <em
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2523976"></a><h3>
|
||||
<a name="id2598514"></a><h3>
|
||||
<a name="gimp-color-selection-get-show-alpha"></a>gimp_color_selection_get_show_alpha ()</h3>
|
||||
<a class="indexterm" name="id2523989"></a><pre class="programlisting">gboolean gimp_color_selection_get_show_alpha
|
||||
<a class="indexterm" name="id2598528"></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>
|
||||
@ -192,14 +193,12 @@ Returns the <em class="parameter"><code>selection</code></em>'s <em class="param
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>selection</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>selection</code></em> :</span></td>
|
||||
<td> A <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> <span class="type">TRUE</span> if the <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> has alpha controls.
|
||||
</td>
|
||||
</tr>
|
||||
@ -208,9 +207,9 @@ Returns the <em class="parameter"><code>selection</code></em>'s <em class="param
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2565665"></a><h3>
|
||||
<a name="id2581231"></a><h3>
|
||||
<a name="gimp-color-selection-set-color"></a>gimp_color_selection_set_color ()</h3>
|
||||
<a class="indexterm" name="id2565678"></a><pre class="programlisting">void gimp_color_selection_set_color (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
|
||||
<a class="indexterm" name="id2581244"></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>
|
||||
@ -223,14 +222,12 @@ Sets the <a href="GimpColorSelection.html" title="GimpColorSelection"><span clas
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>selection</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>selection</code></em> :</span></td>
|
||||
<td> A <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td> The <em class="parameter"><code>color</code></em> to set as current color.
|
||||
</td>
|
||||
</tr>
|
||||
@ -239,9 +236,9 @@ Sets the <a href="GimpColorSelection.html" title="GimpColorSelection"><span clas
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2565776"></a><h3>
|
||||
<a name="id2581341"></a><h3>
|
||||
<a name="gimp-color-selection-get-color"></a>gimp_color_selection_get_color ()</h3>
|
||||
<a class="indexterm" name="id2565789"></a><pre class="programlisting">void gimp_color_selection_get_color (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
|
||||
<a class="indexterm" name="id2581354"></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>
|
||||
@ -254,14 +251,12 @@ This function returns the <a href="GimpColorSelection.html" title="GimpColorSele
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>selection</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>selection</code></em> :</span></td>
|
||||
<td> A <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td> Return location for the <em class="parameter"><code>selection</code></em>'s current <em class="parameter"><code>color</code></em>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -270,9 +265,9 @@ This function returns the <a href="GimpColorSelection.html" title="GimpColorSele
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2570760"></a><h3>
|
||||
<a name="id2603950"></a><h3>
|
||||
<a name="gimp-color-selection-set-old-color"></a>gimp_color_selection_set_old_color ()</h3>
|
||||
<a class="indexterm" name="id2570774"></a><pre class="programlisting">void gimp_color_selection_set_old_color
|
||||
<a class="indexterm" name="id2603962"></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"
|
||||
@ -286,14 +281,12 @@ Sets the <a href="GimpColorSelection.html" title="GimpColorSelection"><span clas
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>selection</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>selection</code></em> :</span></td>
|
||||
<td> A <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td> The <em class="parameter"><code>color</code></em> to set as old color.
|
||||
</td>
|
||||
</tr>
|
||||
@ -302,9 +295,9 @@ Sets the <a href="GimpColorSelection.html" title="GimpColorSelection"><span clas
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2570858"></a><h3>
|
||||
<a name="id2604044"></a><h3>
|
||||
<a name="gimp-color-selection-get-old-color"></a>gimp_color_selection_get_old_color ()</h3>
|
||||
<a class="indexterm" name="id2570872"></a><pre class="programlisting">void gimp_color_selection_get_old_color
|
||||
<a class="indexterm" name="id2604058"></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"
|
||||
@ -318,14 +311,12 @@ This function returns the <a href="GimpColorSelection.html" title="GimpColorSele
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>selection</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>selection</code></em> :</span></td>
|
||||
<td> A <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>color</code></em> :</span></td>
|
||||
<td> Return location for the <em class="parameter"><code>selection</code></em>'s old <em class="parameter"><code>color</code></em>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -334,9 +325,9 @@ This function returns the <a href="GimpColorSelection.html" title="GimpColorSele
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2570970"></a><h3>
|
||||
<a name="id2604156"></a><h3>
|
||||
<a name="gimp-color-selection-reset"></a>gimp_color_selection_reset ()</h3>
|
||||
<a class="indexterm" name="id2570982"></a><pre class="programlisting">void gimp_color_selection_reset (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre>
|
||||
<a class="indexterm" name="id2604168"></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>
|
||||
@ -345,8 +336,7 @@ Sets the <a href="GimpColorSelection.html" title="GimpColorSelection"><span clas
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>selection</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>selection</code></em> :</span></td>
|
||||
<td> A <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.
|
||||
</td>
|
||||
</tr></tbody>
|
||||
@ -354,9 +344,9 @@ Sets the <a href="GimpColorSelection.html" title="GimpColorSelection"><span clas
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2571047"></a><h3>
|
||||
<a name="id2604233"></a><h3>
|
||||
<a name="gimp-color-selection-color-changed"></a>gimp_color_selection_color_changed ()</h3>
|
||||
<a class="indexterm" name="id2571061"></a><pre class="programlisting">void gimp_color_selection_color_changed
|
||||
<a class="indexterm" name="id2604247"></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>
|
||||
@ -366,8 +356,7 @@ Emits the "color_changed" signal.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>selection</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>selection</code></em> :</span></td>
|
||||
<td> A <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.
|
||||
</td>
|
||||
</tr></tbody>
|
||||
@ -375,11 +364,11 @@ Emits the "color_changed" signal.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2604306"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2571132"></a><h3>
|
||||
<a name="id2604317"></a><h3>
|
||||
<a name="GimpColorSelection-color-changed"></a>The "color-changed" signal</h3>
|
||||
<a class="indexterm" name="id2571141"></a><pre class="programlisting">void user_function (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *gimpcolorselection,
|
||||
<a class="indexterm" name="id2604327"></a><pre class="programlisting">void user_function (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *gimpcolorselection,
|
||||
gpointer user_data) : Run first</pre>
|
||||
<p>
|
||||
|
||||
@ -388,15 +377,13 @@ Emits the "color_changed" signal.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpcolorselection</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpcolorselection</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpColorSelector</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-colorselector.html" title="Part III. GIMP Color Selectors">
|
||||
<link rel="prev" href="libgimpwidgets-colorselector.html" title="Part III. GIMP Color Selectors">
|
||||
<link rel="next" href="GimpColorNotebook.html" title="GimpColorNotebook">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,25 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2579791" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2624371" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2619870" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2619952" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2624280" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpColorSelector</span></h2>
|
||||
<h2>
|
||||
<a name="id2579791"></a><span class="refentrytitle">GimpColorSelector</span>
|
||||
</h2>
|
||||
<p>GimpColorSelector — Pluggable GIMP color selector modules.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -89,7 +93,7 @@ void <a href="GimpColorSelector.html#gimp-color-selector-channel-changed"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2619870"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -106,13 +110,13 @@ void <a href="GimpColorSelector.html#gimp-color-selector-channel-changed"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2619952"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorSelector implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2624280"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorSelector.html#GimpColorSelector-channel-changed">channel-changed</a>"
|
||||
@ -127,27 +131,27 @@ GimpColorSelector implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2624371"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions and definitions for creating pluggable GIMP color
|
||||
selector modules.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2624388"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589336"></a><h3>
|
||||
<a name="id2624399"></a><h3>
|
||||
<a name="GimpColorSelector-struct"></a>GimpColorSelector</h3>
|
||||
<a class="indexterm" name="id2589347"></a><pre class="programlisting">typedef struct _GimpColorSelector GimpColorSelector;</pre>
|
||||
<a class="indexterm" name="id2624411"></a><pre class="programlisting">typedef struct _GimpColorSelector GimpColorSelector;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589363"></a><h3>
|
||||
<a name="id2624427"></a><h3>
|
||||
<a name="GIMP-COLOR-SELECTOR-SIZE:CAPS"></a>GIMP_COLOR_SELECTOR_SIZE</h3>
|
||||
<a class="indexterm" name="id2589375"></a><pre class="programlisting">#define GIMP_COLOR_SELECTOR_SIZE 150
|
||||
<a class="indexterm" name="id2624440"></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.
|
||||
@ -155,9 +159,9 @@ The suggested size for a color area in a <a href="GimpColorSelector.html" title=
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589398"></a><h3>
|
||||
<a name="id2624464"></a><h3>
|
||||
<a name="GIMP-COLOR-SELECTOR-BAR-SIZE:CAPS"></a>GIMP_COLOR_SELECTOR_BAR_SIZE</h3>
|
||||
<a class="indexterm" name="id2589409"></a><pre class="programlisting">#define GIMP_COLOR_SELECTOR_BAR_SIZE 15
|
||||
<a class="indexterm" name="id2624477"></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.
|
||||
@ -165,9 +169,9 @@ The suggested width for a color bar in a <a href="GimpColorSelector.html" title=
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589433"></a><h3>
|
||||
<a name="id2624501"></a><h3>
|
||||
<a name="GimpColorSelectorChannel"></a>enum GimpColorSelectorChannel</h3>
|
||||
<a class="indexterm" name="id2589445"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2624513"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_COLOR_SELECTOR_HUE,
|
||||
GIMP_COLOR_SELECTOR_SATURATION,
|
||||
@ -185,44 +189,37 @@ The suggested width for a color bar in a <a href="GimpColorSelector.html" title=
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><a name="GIMP-COLOR-SELECTOR-HUE:CAPS"></a><code class="literal">GIMP_COLOR_SELECTOR_HUE</code></span></td>
|
||||
<td><span class="term"><a name="GIMP-COLOR-SELECTOR-HUE:CAPS"></a><code class="literal">GIMP_COLOR_SELECTOR_HUE</code></span></td>
|
||||
<td>the hue channel
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><a name="GIMP-COLOR-SELECTOR-SATURATION:CAPS"></a><code class="literal">GIMP_COLOR_SELECTOR_SATURATION</code></span></td>
|
||||
<td><span class="term"><a name="GIMP-COLOR-SELECTOR-SATURATION:CAPS"></a><code class="literal">GIMP_COLOR_SELECTOR_SATURATION</code></span></td>
|
||||
<td>the saturation channel
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><a name="GIMP-COLOR-SELECTOR-VALUE:CAPS"></a><code class="literal">GIMP_COLOR_SELECTOR_VALUE</code></span></td>
|
||||
<td><span class="term"><a name="GIMP-COLOR-SELECTOR-VALUE:CAPS"></a><code class="literal">GIMP_COLOR_SELECTOR_VALUE</code></span></td>
|
||||
<td>the value channel
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><a name="GIMP-COLOR-SELECTOR-RED:CAPS"></a><code class="literal">GIMP_COLOR_SELECTOR_RED</code></span></td>
|
||||
<td><span class="term"><a name="GIMP-COLOR-SELECTOR-RED:CAPS"></a><code class="literal">GIMP_COLOR_SELECTOR_RED</code></span></td>
|
||||
<td>the red channel
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><a name="GIMP-COLOR-SELECTOR-GREEN:CAPS"></a><code class="literal">GIMP_COLOR_SELECTOR_GREEN</code></span></td>
|
||||
<td><span class="term"><a name="GIMP-COLOR-SELECTOR-GREEN:CAPS"></a><code class="literal">GIMP_COLOR_SELECTOR_GREEN</code></span></td>
|
||||
<td>the green channel
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><a name="GIMP-COLOR-SELECTOR-BLUE:CAPS"></a><code class="literal">GIMP_COLOR_SELECTOR_BLUE</code></span></td>
|
||||
<td><span class="term"><a name="GIMP-COLOR-SELECTOR-BLUE:CAPS"></a><code class="literal">GIMP_COLOR_SELECTOR_BLUE</code></span></td>
|
||||
<td>the blue channel
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><a name="GIMP-COLOR-SELECTOR-ALPHA:CAPS"></a><code class="literal">GIMP_COLOR_SELECTOR_ALPHA</code></span></td>
|
||||
<td><span class="term"><a name="GIMP-COLOR-SELECTOR-ALPHA:CAPS"></a><code class="literal">GIMP_COLOR_SELECTOR_ALPHA</code></span></td>
|
||||
<td>the alpha channel
|
||||
|
||||
</td>
|
||||
@ -232,9 +229,9 @@ The suggested width for a color bar in a <a href="GimpColorSelector.html" title=
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2587726"></a><h3>
|
||||
<a name="id2620393"></a><h3>
|
||||
<a name="gimp-color-selector-new"></a>gimp_color_selector_new ()</h3>
|
||||
<a class="indexterm" name="id2587737"></a><pre class="programlisting">GtkWidget* gimp_color_selector_new (GType selector_type,
|
||||
<a class="indexterm" name="id2620404"></a><pre class="programlisting">GtkWidget* gimp_color_selector_new (GType selector_type,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *rgb,
|
||||
@ -249,32 +246,27 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>selector_type</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>selector_type</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>rgb</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>rgb</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>hsv</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>hsv</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>channel</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>channel</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -285,9 +277,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590475"></a><h3>
|
||||
<a name="id2625444"></a><h3>
|
||||
<a name="gimp-color-selector-set-toggles-visible"></a>gimp_color_selector_set_toggles_visible ()</h3>
|
||||
<a class="indexterm" name="id2590488"></a><pre class="programlisting">void gimp_color_selector_set_toggles_visible
|
||||
<a class="indexterm" name="id2625456"></a><pre class="programlisting">void gimp_color_selector_set_toggles_visible
|
||||
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
|
||||
gboolean visible);</pre>
|
||||
<p>
|
||||
@ -297,14 +289,12 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>selector</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>selector</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>visible</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>visible</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -315,9 +305,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590557"></a><h3>
|
||||
<a name="id2625517"></a><h3>
|
||||
<a name="gimp-color-selector-set-toggles-sensitive"></a>gimp_color_selector_set_toggles_sensitive ()</h3>
|
||||
<a class="indexterm" name="id2590571"></a><pre class="programlisting">void gimp_color_selector_set_toggles_sensitive
|
||||
<a class="indexterm" name="id2625530"></a><pre class="programlisting">void gimp_color_selector_set_toggles_sensitive
|
||||
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
|
||||
gboolean sensitive);</pre>
|
||||
<p>
|
||||
@ -327,14 +317,12 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>selector</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>selector</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>sensitive</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>sensitive</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -345,9 +333,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590639"></a><h3>
|
||||
<a name="id2625596"></a><h3>
|
||||
<a name="gimp-color-selector-set-show-alpha"></a>gimp_color_selector_set_show_alpha ()</h3>
|
||||
<a class="indexterm" name="id2590653"></a><pre class="programlisting">void gimp_color_selector_set_show_alpha
|
||||
<a class="indexterm" name="id2625610"></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>
|
||||
@ -357,14 +345,12 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>selector</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>selector</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>show_alpha</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>show_alpha</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -375,9 +361,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590720"></a><h3>
|
||||
<a name="id2625677"></a><h3>
|
||||
<a name="gimp-color-selector-set-color"></a>gimp_color_selector_set_color ()</h3>
|
||||
<a class="indexterm" name="id2590734"></a><pre class="programlisting">void gimp_color_selector_set_color (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
|
||||
<a class="indexterm" name="id2625691"></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,
|
||||
@ -391,20 +377,17 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>selector</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>selector</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>rgb</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>rgb</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>hsv</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>hsv</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -415,9 +398,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590822"></a><h3>
|
||||
<a name="id2625779"></a><h3>
|
||||
<a name="gimp-color-selector-set-channel"></a>gimp_color_selector_set_channel ()</h3>
|
||||
<a class="indexterm" name="id2590835"></a><pre class="programlisting">void gimp_color_selector_set_channel (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
|
||||
<a class="indexterm" name="id2625792"></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>
|
||||
|
||||
@ -426,14 +409,12 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>selector</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>selector</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>channel</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>channel</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -444,9 +425,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590902"></a><h3>
|
||||
<a name="id2625859"></a><h3>
|
||||
<a name="gimp-color-selector-color-changed"></a>gimp_color_selector_color_changed ()</h3>
|
||||
<a class="indexterm" name="id2590916"></a><pre class="programlisting">void gimp_color_selector_color_changed
|
||||
<a class="indexterm" name="id2625873"></a><pre class="programlisting">void gimp_color_selector_color_changed
|
||||
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector);</pre>
|
||||
<p>
|
||||
|
||||
@ -454,8 +435,7 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>selector</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>selector</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -465,9 +445,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592759"></a><h3>
|
||||
<a name="id2625920"></a><h3>
|
||||
<a name="gimp-color-selector-channel-changed"></a>gimp_color_selector_channel_changed ()</h3>
|
||||
<a class="indexterm" name="id2592772"></a><pre class="programlisting">void gimp_color_selector_channel_changed
|
||||
<a class="indexterm" name="id2625934"></a><pre class="programlisting">void gimp_color_selector_channel_changed
|
||||
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector);</pre>
|
||||
<p>
|
||||
|
||||
@ -475,8 +455,7 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>selector</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>selector</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -486,11 +465,11 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2625982"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592824"></a><h3>
|
||||
<a name="id2625993"></a><h3>
|
||||
<a name="GimpColorSelector-channel-changed"></a>The "channel-changed" signal</h3>
|
||||
<a class="indexterm" name="id2592833"></a><pre class="programlisting">void user_function (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *gimpcolorselector,
|
||||
<a class="indexterm" name="id2626003"></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>
|
||||
@ -500,21 +479,18 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpcolorselector</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpcolorselector</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -522,9 +498,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592921"></a><h3>
|
||||
<a name="id2626092"></a><h3>
|
||||
<a name="GimpColorSelector-color-changed"></a>The "color-changed" signal</h3>
|
||||
<a class="indexterm" name="id2592931"></a><pre class="programlisting">void user_function (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *gimpcolorselector,
|
||||
<a class="indexterm" name="id2626102"></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>
|
||||
@ -535,27 +511,23 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpcolorselector</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpcolorselector</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>arg2</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>arg2</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -563,7 +535,7 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2593044"></a><h2>See Also</h2>
|
||||
<a name="id2626215"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<span class="type">GModule</span>
|
||||
</p>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpController</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-controller.html" title="Part IV. GIMP Controllers">
|
||||
<link rel="prev" href="libgimpwidgets-controller.html" title="Part IV. GIMP Controllers">
|
||||
<link rel="next" href="libgimpwidgets-utils.html" title="Part V. GIMP Widgets Utilities">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,27 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2582469" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2623428" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2623313" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#properties" class="shortcut">Properties</a>
|
||||
<a href="#id2623337" class="shortcut">Properties</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2623379" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpController</span></h2>
|
||||
<h2>
|
||||
<a name="id2582469"></a><span class="refentrytitle">GimpController</span>
|
||||
</h2>
|
||||
<p>GimpController — Pluggable GIMP input controller modules.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -72,7 +74,7 @@ gboolean <a href="GimpController.html#gimp-controller-event">gimp_controller_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2623313"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -80,7 +82,7 @@ gboolean <a href="GimpController.html#gimp-controller-event">gimp_controller_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="properties"></a><h2>Properties</h2>
|
||||
<a name="id2623337"></a><h2>Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpController.html#GimpController--name">name</a>" gchararray : Read / Write / Construct
|
||||
@ -88,7 +90,7 @@ gboolean <a href="GimpController.html#gimp-controller-event">gimp_controller_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2623379"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpController.html#GimpController-event">event</a>" gboolean user_function (<a href="GimpController.html" title="GimpController">GimpController</a> *gimpcontroller,
|
||||
@ -97,17 +99,17 @@ gboolean <a href="GimpController.html#gimp-controller-event">gimp_controller_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2623428"></a><h2>Description</h2>
|
||||
<p>
|
||||
An abstract interface for implementing arbitrary input controllers.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2623445"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592344"></a><h3>
|
||||
<a name="id2623456"></a><h3>
|
||||
<a name="GimpControllerEventType"></a>enum GimpControllerEventType</h3>
|
||||
<a class="indexterm" name="id2592356"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2623467"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_CONTROLLER_EVENT_TRIGGER,
|
||||
GIMP_CONTROLLER_EVENT_VALUE
|
||||
@ -119,9 +121,9 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592372"></a><h3>
|
||||
<a name="id2623484"></a><h3>
|
||||
<a name="GimpControllerEventAny"></a>GimpControllerEventAny</h3>
|
||||
<a class="indexterm" name="id2592383"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2623495"></a><pre class="programlisting">typedef struct {
|
||||
GimpControllerEventType type;
|
||||
GimpController *source;
|
||||
gint event_id;
|
||||
@ -133,9 +135,9 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592401"></a><h3>
|
||||
<a name="id2623513"></a><h3>
|
||||
<a name="GimpControllerEventTrigger"></a>GimpControllerEventTrigger</h3>
|
||||
<a class="indexterm" name="id2592412"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2623524"></a><pre class="programlisting">typedef struct {
|
||||
GimpControllerEventType type;
|
||||
GimpController *source;
|
||||
gint event_id;
|
||||
@ -147,9 +149,9 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592430"></a><h3>
|
||||
<a name="id2623542"></a><h3>
|
||||
<a name="GimpControllerEventValue"></a>GimpControllerEventValue</h3>
|
||||
<a class="indexterm" name="id2592441"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2623553"></a><pre class="programlisting">typedef struct {
|
||||
GimpControllerEventType type;
|
||||
GimpController *source;
|
||||
gint event_id;
|
||||
@ -162,9 +164,9 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592459"></a><h3>
|
||||
<a name="id2623571"></a><h3>
|
||||
<a name="GimpControllerEvent"></a>union GimpControllerEvent</h3>
|
||||
<a class="indexterm" name="id2592471"></a><pre class="programlisting">union GimpControllerEvent
|
||||
<a class="indexterm" name="id2623584"></a><pre class="programlisting">union GimpControllerEvent
|
||||
{
|
||||
GimpControllerEventType type;
|
||||
GimpControllerEventAny any;
|
||||
@ -178,18 +180,18 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592490"></a><h3>
|
||||
<a name="id2623602"></a><h3>
|
||||
<a name="GimpController-struct"></a>GimpController</h3>
|
||||
<a class="indexterm" name="id2588644"></a><pre class="programlisting">typedef struct _GimpController GimpController;</pre>
|
||||
<a class="indexterm" name="id2623613"></a><pre class="programlisting">typedef struct _GimpController GimpController;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588660"></a><h3>
|
||||
<a name="id2623630"></a><h3>
|
||||
<a name="gimp-controller-new"></a>gimp_controller_new ()</h3>
|
||||
<a class="indexterm" name="id2588672"></a><pre class="programlisting"><a href="GimpController.html" title="GimpController">GimpController</a>* gimp_controller_new (GType controller_type);</pre>
|
||||
<a class="indexterm" name="id2623642"></a><pre class="programlisting"><a href="GimpController.html" title="GimpController">GimpController</a>* gimp_controller_new (GType controller_type);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -197,14 +199,12 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>controller_type</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>controller_type</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -215,9 +215,9 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588728"></a><h3>
|
||||
<a name="id2624718"></a><h3>
|
||||
<a name="gimp-controller-get-n-events"></a>gimp_controller_get_n_events ()</h3>
|
||||
<a class="indexterm" name="id2588740"></a><pre class="programlisting">gint gimp_controller_get_n_events (<a href="GimpController.html" title="GimpController">GimpController</a> *controller);</pre>
|
||||
<a class="indexterm" name="id2624729"></a><pre class="programlisting">gint gimp_controller_get_n_events (<a href="GimpController.html" title="GimpController">GimpController</a> *controller);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -225,14 +225,12 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>controller</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>controller</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -243,9 +241,9 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588796"></a><h3>
|
||||
<a name="id2624784"></a><h3>
|
||||
<a name="gimp-controller-get-event-name"></a>gimp_controller_get_event_name ()</h3>
|
||||
<a class="indexterm" name="id2588807"></a><pre class="programlisting">const gchar* gimp_controller_get_event_name (<a href="GimpController.html" title="GimpController">GimpController</a> *controller,
|
||||
<a class="indexterm" name="id2624796"></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>
|
||||
|
||||
@ -254,20 +252,17 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>controller</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>controller</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>event_id</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>event_id</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -278,9 +273,9 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588885"></a><h3>
|
||||
<a name="id2624875"></a><h3>
|
||||
<a name="gimp-controller-get-event-blurb"></a>gimp_controller_get_event_blurb ()</h3>
|
||||
<a class="indexterm" name="id2588896"></a><pre class="programlisting">const gchar* gimp_controller_get_event_blurb
|
||||
<a class="indexterm" name="id2624888"></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>
|
||||
@ -290,20 +285,17 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>controller</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>controller</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>event_id</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>event_id</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -314,9 +306,9 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588976"></a><h3>
|
||||
<a name="id2624968"></a><h3>
|
||||
<a name="gimp-controller-event"></a>gimp_controller_event ()</h3>
|
||||
<a class="indexterm" name="id2588987"></a><pre class="programlisting">gboolean gimp_controller_event (<a href="GimpController.html" title="GimpController">GimpController</a> *controller,
|
||||
<a class="indexterm" name="id2624980"></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>
|
||||
|
||||
@ -325,20 +317,17 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>controller</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>controller</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>event</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>event</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -349,29 +338,29 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="property_details"></a><h2>Property Details</h2>
|
||||
<a name="id2625058"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589077"></a><h3>
|
||||
<a name="id2625069"></a><h3>
|
||||
<a name="GimpController--name"></a>The "<code class="literal">name</code>" property</h3>
|
||||
<a class="indexterm" name="id2589091"></a><pre class="programlisting"> "name" gchararray : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2625082"></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="id2589116"></a><h3>
|
||||
<a name="id2625107"></a><h3>
|
||||
<a name="GimpController--state"></a>The "<code class="literal">state</code>" property</h3>
|
||||
<a class="indexterm" name="id2589130"></a><pre class="programlisting"> "state" gchararray : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2625121"></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="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2625146"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589166"></a><h3>
|
||||
<a name="id2625157"></a><h3>
|
||||
<a name="GimpController-event"></a>The "event" signal</h3>
|
||||
<a class="indexterm" name="id2589174"></a><pre class="programlisting">gboolean user_function (<a href="GimpController.html" title="GimpController">GimpController</a> *gimpcontroller,
|
||||
<a class="indexterm" name="id2625165"></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>
|
||||
@ -381,25 +370,21 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpcontroller</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpcontroller</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpDialog</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpColorSelection.html" title="GimpColorSelection">
|
||||
<link rel="next" href="GimpFileEntry.html" title="GimpFileEntry">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,26 +28,30 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2595684" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2580587" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2580454" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#properties" class="shortcut">Properties</a></nobr></td></tr>
|
||||
<a href="#id2580522" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2580543" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpDialog</span></h2>
|
||||
<h2>
|
||||
<a name="id2595684"></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>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -75,7 +79,7 @@ void <a href="GimpDialog.html#gimp-dialogs-show-help-button">gimp_dialogs
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2580454"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -90,13 +94,13 @@ void <a href="GimpDialog.html#gimp-dialogs-show-help-button">gimp_dialogs
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2580522"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpDialog implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="properties"></a><h2>Properties</h2>
|
||||
<a name="id2580543"></a><h2>Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpDialog.html#GimpDialog--help-func">help-func</a>" gpointer : Read / Write / Construct Only
|
||||
@ -104,26 +108,26 @@ GimpDialog implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2580587"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2556714"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2528047"></a><h3>
|
||||
<a name="id2556725"></a><h3>
|
||||
<a name="GimpDialog-struct"></a>GimpDialog</h3>
|
||||
<a class="indexterm" name="id2528059"></a><pre class="programlisting">typedef struct _GimpDialog GimpDialog;</pre>
|
||||
<a class="indexterm" name="id2556738"></a><pre class="programlisting">typedef struct _GimpDialog GimpDialog;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2528074"></a><h3>
|
||||
<a name="id2556753"></a><h3>
|
||||
<a name="gimp-dialog-new"></a>gimp_dialog_new ()</h3>
|
||||
<a class="indexterm" name="id2528086"></a><pre class="programlisting">GtkWidget* gimp_dialog_new (const gchar *title,
|
||||
<a class="indexterm" name="id2556765"></a><pre class="programlisting">GtkWidget* gimp_dialog_new (const gchar *title,
|
||||
const gchar *role,
|
||||
GtkWidget *parent,
|
||||
GtkDialogFlags flags,
|
||||
@ -147,53 +151,45 @@ action_area buttons see <code class="function">gtk_dialog_new_with_buttons()</co
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>title</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>title</code></em> :</span></td>
|
||||
<td> The dialog's title which will be set with
|
||||
<code class="function">gtk_window_set_title()</code>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>role</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>role</code></em> :</span></td>
|
||||
<td> The dialog's <em class="parameter"><code>role</code></em> which will be set with
|
||||
<code class="function">gtk_window_set_role()</code>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
|
||||
<td> The <em class="parameter"><code>parent</code></em> widget of this dialog.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td> The <em class="parameter"><code>flags</code></em> (see the <span class="type">GtkDialog</span> documentation).
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_func</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_func</code></em> :</span></td>
|
||||
<td> The function which will be called if the user presses "F1".
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td> The help_id which will be passed to <em class="parameter"><code>help_func</code></em>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>...</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>...</code></em> :</span></td>
|
||||
<td> A <code class="literal">NULL</code>-terminated <em class="parameter"><code>va_list</code></em> destribing the
|
||||
action_area buttons.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A <a href="GimpDialog.html" title="GimpDialog"><span class="type">GimpDialog</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -202,9 +198,9 @@ action_area buttons see <code class="function">gtk_dialog_new_with_buttons()</co
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2526401"></a><h3>
|
||||
<a name="id2575934"></a><h3>
|
||||
<a name="gimp-dialog-new-valist"></a>gimp_dialog_new_valist ()</h3>
|
||||
<a class="indexterm" name="id2526412"></a><pre class="programlisting">GtkWidget* gimp_dialog_new_valist (const gchar *title,
|
||||
<a class="indexterm" name="id2575945"></a><pre class="programlisting">GtkWidget* gimp_dialog_new_valist (const gchar *title,
|
||||
const gchar *role,
|
||||
GtkWidget *parent,
|
||||
GtkDialogFlags flags,
|
||||
@ -225,52 +221,44 @@ action_area buttons see <code class="function">gtk_dialog_new_with_buttons()</co
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>title</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>title</code></em> :</span></td>
|
||||
<td> The dialog's title which will be set with
|
||||
<code class="function">gtk_window_set_title()</code>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>role</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>role</code></em> :</span></td>
|
||||
<td> The dialog's <em class="parameter"><code>role</code></em> which will be set with
|
||||
<code class="function">gtk_window_set_role()</code>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
|
||||
<td> The <em class="parameter"><code>parent</code></em> widget of this dialog or <code class="literal">NULL</code>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td> The <em class="parameter"><code>flags</code></em> (see the <span class="type">GtkDialog</span> documentation).
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_func</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_func</code></em> :</span></td>
|
||||
<td> The function which will be called if the user presses "F1".
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td> The help_id which will be passed to <em class="parameter"><code>help_func</code></em>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>args</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>args</code></em> :</span></td>
|
||||
<td> A <em class="parameter"><code>va_list</code></em> destribing the action_area buttons.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A <a href="GimpDialog.html" title="GimpDialog"><span class="type">GimpDialog</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -279,9 +267,9 @@ action_area buttons see <code class="function">gtk_dialog_new_with_buttons()</co
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2572313"></a><h3>
|
||||
<a name="id2605499"></a><h3>
|
||||
<a name="gimp-dialog-add-buttons-valist"></a>gimp_dialog_add_buttons_valist ()</h3>
|
||||
<a class="indexterm" name="id2572323"></a><pre class="programlisting">void gimp_dialog_add_buttons_valist (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
|
||||
<a class="indexterm" name="id2605510"></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 <code class="function">gtk_dialog_add_buttons()</code>
|
||||
@ -293,14 +281,12 @@ except it takes a va_list instead of '...'</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>dialog</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>dialog</code></em> :</span></td>
|
||||
<td> The <em class="parameter"><code>dialog</code></em> to add buttons to.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>args</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>args</code></em> :</span></td>
|
||||
<td> The buttons as va_list.
|
||||
</td>
|
||||
</tr>
|
||||
@ -309,9 +295,9 @@ except it takes a va_list instead of '...'</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2572409"></a><h3>
|
||||
<a name="id2605595"></a><h3>
|
||||
<a name="gimp-dialog-run"></a>gimp_dialog_run ()</h3>
|
||||
<a class="indexterm" name="id2572421"></a><pre class="programlisting">gint gimp_dialog_run (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog);</pre>
|
||||
<a class="indexterm" name="id2605608"></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>
|
||||
@ -322,14 +308,12 @@ does not make the dialog modal while the <span class="type">GMainLoop</span> is
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>dialog</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>dialog</code></em> :</span></td>
|
||||
<td> a <a href="GimpDialog.html" title="GimpDialog"><span class="type">GimpDialog</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> response ID
|
||||
</td>
|
||||
</tr>
|
||||
@ -338,9 +322,9 @@ does not make the dialog modal while the <span class="type">GMainLoop</span> is
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2572507"></a><h3>
|
||||
<a name="id2605693"></a><h3>
|
||||
<a name="gimp-dialogs-show-help-button"></a>gimp_dialogs_show_help_button ()</h3>
|
||||
<a class="indexterm" name="id2572523"></a><pre class="programlisting">void gimp_dialogs_show_help_button (gboolean show);</pre>
|
||||
<a class="indexterm" name="id2605709"></a><pre class="programlisting">void gimp_dialogs_show_help_button (gboolean show);</pre>
|
||||
<p>
|
||||
This function is for internal use only.</p>
|
||||
<p>
|
||||
@ -349,8 +333,7 @@ This function is for internal use only.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>show</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>show</code></em> :</span></td>
|
||||
<td> whether a help button should be added when creating a GimpDialog
|
||||
</td>
|
||||
</tr></tbody>
|
||||
@ -360,18 +343,18 @@ This function is for internal use only.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="property_details"></a><h2>Property Details</h2>
|
||||
<a name="id2605766"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2572591"></a><h3>
|
||||
<a name="id2605777"></a><h3>
|
||||
<a name="GimpDialog--help-func"></a>The "<code class="literal">help-func</code>" property</h3>
|
||||
<a class="indexterm" name="id2572605"></a><pre class="programlisting"> "help-func" gpointer : Read / Write / Construct Only</pre>
|
||||
<a class="indexterm" name="id2605791"></a><pre class="programlisting"> "help-func" gpointer : Read / Write / Construct Only</pre>
|
||||
<p></p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2572625"></a><h3>
|
||||
<a name="id2605811"></a><h3>
|
||||
<a name="GimpDialog--help-id"></a>The "<code class="literal">help-id</code>" property</h3>
|
||||
<a class="indexterm" name="id2572640"></a><pre class="programlisting"> "help-id" gchararray : Read / Write / Construct Only</pre>
|
||||
<a class="indexterm" name="id2605826"></a><pre class="programlisting"> "help-id" gchararray : Read / Write / Construct Only</pre>
|
||||
<p></p>
|
||||
<p>Default value: NULL</p>
|
||||
</div>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpFileEntry</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpDialog.html" title="GimpDialog">
|
||||
<link rel="next" href="GimpFrame.html" title="GimpFrame">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,25 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2561097" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2565229" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2560594" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2560655" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2565186" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpFileEntry</span></h2>
|
||||
<h2>
|
||||
<a name="id2561097"></a><span class="refentrytitle">GimpFileEntry</span>
|
||||
</h2>
|
||||
<p>GimpFileEntry — Widget for entering a filename.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -63,7 +67,7 @@ void <a href="GimpFileEntry.html#gimp-file-entry-set-filename">gimp_file_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2560594"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -77,13 +81,13 @@ void <a href="GimpFileEntry.html#gimp-file-entry-set-filename">gimp_file_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2560655"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpFileEntry implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2565186"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpFileEntry.html#GimpFileEntry-filename-changed">filename-changed</a>"
|
||||
@ -92,7 +96,7 @@ GimpFileEntry implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2565229"></a><h2>Description</h2>
|
||||
<p>
|
||||
This widget is used to enter filenames or directories.
|
||||
</p>
|
||||
@ -115,20 +119,20 @@ will be emitted.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2565317"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564773"></a><h3>
|
||||
<a name="id2565327"></a><h3>
|
||||
<a name="GimpFileEntry-struct"></a>GimpFileEntry</h3>
|
||||
<a class="indexterm" name="id2564784"></a><pre class="programlisting">typedef struct _GimpFileEntry GimpFileEntry;</pre>
|
||||
<a class="indexterm" name="id2565339"></a><pre class="programlisting">typedef struct _GimpFileEntry GimpFileEntry;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2563294"></a><h3>
|
||||
<a name="id2562674"></a><h3>
|
||||
<a name="gimp-file-entry-new"></a>gimp_file_entry_new ()</h3>
|
||||
<a class="indexterm" name="id2563307"></a><pre class="programlisting">GtkWidget* gimp_file_entry_new (const gchar *title,
|
||||
<a class="indexterm" name="id2562686"></a><pre class="programlisting">GtkWidget* gimp_file_entry_new (const gchar *title,
|
||||
const gchar *filename,
|
||||
gboolean dir_only,
|
||||
gboolean check_valid);</pre>
|
||||
@ -141,33 +145,28 @@ Creates a new <a href="GimpFileEntry.html" title="GimpFileEntry"><span class="ty
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>title</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>title</code></em> :</span></td>
|
||||
<td> The title of the <span class="type">GtkFileEntry</span> dialog.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>filename</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>filename</code></em> :</span></td>
|
||||
<td> The initial filename.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>dir_only</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>dir_only</code></em> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> if the file entry should accept directories only.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>check_valid</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>check_valid</code></em> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> if the widget should check if the entered file
|
||||
really exists.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A pointer to the new <a href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
@ -176,9 +175,9 @@ Creates a new <a href="GimpFileEntry.html" title="GimpFileEntry"><span class="ty
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2563472"></a><h3>
|
||||
<a name="id2562851"></a><h3>
|
||||
<a name="gimp-file-entry-get-filename"></a>gimp_file_entry_get_filename ()</h3>
|
||||
<a class="indexterm" name="id2563483"></a><pre class="programlisting">gchar* gimp_file_entry_get_filename (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry);</pre>
|
||||
<a class="indexterm" name="id2562862"></a><pre class="programlisting">gchar* gimp_file_entry_get_filename (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry);</pre>
|
||||
<p>
|
||||
Note that you have to <code class="function">g_free()</code> the returned string.</p>
|
||||
<p>
|
||||
@ -188,14 +187,12 @@ Note that you have to <code class="function">g_free()</code> the returned string
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>entry</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>entry</code></em> :</span></td>
|
||||
<td> The file entry you want to know the filename from.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The file or directory the user has entered.
|
||||
</td>
|
||||
</tr>
|
||||
@ -204,9 +201,9 @@ Note that you have to <code class="function">g_free()</code> the returned string
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2570407"></a><h3>
|
||||
<a name="id2558570"></a><h3>
|
||||
<a name="gimp-file-entry-set-filename"></a>gimp_file_entry_set_filename ()</h3>
|
||||
<a class="indexterm" name="id2570420"></a><pre class="programlisting">void gimp_file_entry_set_filename (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry,
|
||||
<a class="indexterm" name="id2558583"></a><pre class="programlisting">void gimp_file_entry_set_filename (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry,
|
||||
const gchar *filename);</pre>
|
||||
<p>
|
||||
If you specified <em class="parameter"><code>check_valid</code></em> as <code class="literal">TRUE</code> in <a href="GimpFileEntry.html#gimp-file-entry-new"><code class="function">gimp_file_entry_new()</code></a>
|
||||
@ -219,14 +216,12 @@ name.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>entry</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>entry</code></em> :</span></td>
|
||||
<td> The file entry you want to set the filename for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>filename</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>filename</code></em> :</span></td>
|
||||
<td> The new filename.
|
||||
</td>
|
||||
</tr>
|
||||
@ -235,11 +230,11 @@ name.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2558689"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2570537"></a><h3>
|
||||
<a name="id2558700"></a><h3>
|
||||
<a name="GimpFileEntry-filename-changed"></a>The "filename-changed" signal</h3>
|
||||
<a class="indexterm" name="id2570546"></a><pre class="programlisting">void user_function (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *arg0,
|
||||
<a class="indexterm" name="id2558710"></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>
|
||||
@ -249,15 +244,14 @@ This signal is emitted whenever the user changes the filename.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2570606"></a><h2>See Also</h2>
|
||||
<a name="id2558769"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<a href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a>
|
||||
</p>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpFrame</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpFileEntry.html" title="GimpFileEntry">
|
||||
<link rel="next" href="GimpIntComboBox.html" title="GimpIntComboBox">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,25 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2571015" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2562935" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2565693" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#style_properties" class="shortcut">Style Properties</a></nobr></td></tr>
|
||||
<a href="#id2565754" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2565775" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpFrame</span></h2>
|
||||
<h2>
|
||||
<a name="id2571015"></a><span class="refentrytitle">GimpFrame</span>
|
||||
</h2>
|
||||
<p>GimpFrame — A widget providing a HIG-compliant subclass of <span class="type">GtkFrame</span>.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -57,7 +61,7 @@ GtkWidget* <a href="GimpFrame.html#gimp-frame-new">gimp_frame_new</a>
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2565693"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -71,13 +75,13 @@ GtkWidget* <a href="GimpFrame.html#gimp-frame-new">gimp_frame_new</a>
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2565754"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpFrame implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="style_properties"></a><h2>Style Properties</h2>
|
||||
<a name="id2565775"></a><h2>Style Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpFrame.html#GimpFrame--label-bold">label-bold</a>" gboolean : Read
|
||||
@ -85,26 +89,26 @@ GimpFrame implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2562935"></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="details"></a><h2>Details</h2>
|
||||
<a name="id2562958"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2572689"></a><h3>
|
||||
<a name="id2562969"></a><h3>
|
||||
<a name="GimpFrame-struct"></a>GimpFrame</h3>
|
||||
<a class="indexterm" name="id2572701"></a><pre class="programlisting">typedef struct _GimpFrame GimpFrame;</pre>
|
||||
<a class="indexterm" name="id2562982"></a><pre class="programlisting">typedef struct _GimpFrame GimpFrame;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2572716"></a><h3>
|
||||
<a name="id2562997"></a><h3>
|
||||
<a name="gimp-frame-new"></a>gimp_frame_new ()</h3>
|
||||
<a class="indexterm" name="id2572731"></a><pre class="programlisting">GtkWidget* gimp_frame_new (const gchar *label);</pre>
|
||||
<a class="indexterm" name="id2563011"></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
|
||||
@ -118,14 +122,12 @@ the GNOME HIG (see http://developer.gnome.org/projects/gup/hig/).</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>label</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>label</code></em> :</span></td>
|
||||
<td> text to set as the frame's title label (or <code class="literal">NULL</code> for no title)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> a new <a href="GimpFrame.html" title="GimpFrame"><span class="type">GimpFrame</span></a> widget
|
||||
|
||||
</td>
|
||||
@ -137,19 +139,19 @@ the GNOME HIG (see http://developer.gnome.org/projects/gup/hig/).</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="style_properties_details"></a><h2>Style Property Details</h2>
|
||||
<a name="id2578692"></a><h2>Style Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2525439"></a><h3>
|
||||
<a name="id2578702"></a><h3>
|
||||
<a name="GimpFrame--label-bold"></a>The "<code class="literal">label-bold</code>" style property</h3>
|
||||
<a class="indexterm" name="id2525453"></a><pre class="programlisting"> "label-bold" gboolean : Read</pre>
|
||||
<a class="indexterm" name="id2578716"></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="id2525476"></a><h3>
|
||||
<a name="id2578740"></a><h3>
|
||||
<a name="GimpFrame--label-spacing"></a>The "<code class="literal">label-spacing</code>" style property</h3>
|
||||
<a class="indexterm" name="id2525490"></a><pre class="programlisting"> "label-spacing" gint : Read</pre>
|
||||
<a class="indexterm" name="id2578754"></a><pre class="programlisting"> "label-spacing" gint : Read</pre>
|
||||
<p></p>
|
||||
<p>Allowed values: >= 0</p>
|
||||
<p>Default value: 6</p>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpIntComboBox</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpFrame.html" title="GimpFrame">
|
||||
<link rel="next" href="GimpIntStore.html" title="GimpIntStore">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,23 +28,27 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2588913" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2596791" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a></nobr></td></tr>
|
||||
<a href="#id2596697" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2596757" class="shortcut">Implemented Interfaces</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><span class="refentrytitle"><a name="top_of_page"></a>GimpIntComboBox</span></h2>
|
||||
<h2>
|
||||
<a name="id2588913"></a><span class="refentrytitle">GimpIntComboBox</span>
|
||||
</h2>
|
||||
<p>GimpIntComboBox — A widget providing a popup menu of integer values (e.g. enums).</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -74,7 +78,7 @@ gulong <a href="GimpIntComboBox.html#gimp-int-combo-box-connect">gimp_int_c
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2596697"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -88,32 +92,32 @@ gulong <a href="GimpIntComboBox.html#gimp-int-combo-box-connect">gimp_int_c
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2596757"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpIntComboBox implements
|
||||
AtkImplementorIface, GtkCellEditable and GtkCellLayout.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2596791"></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="details"></a><h2>Details</h2>
|
||||
<a name="id2596808"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2524774"></a><h3>
|
||||
<a name="id2603256"></a><h3>
|
||||
<a name="GimpIntComboBox-struct"></a>GimpIntComboBox</h3>
|
||||
<a class="indexterm" name="id2524785"></a><pre class="programlisting">typedef struct _GimpIntComboBox GimpIntComboBox;</pre>
|
||||
<a class="indexterm" name="id2603268"></a><pre class="programlisting">typedef struct _GimpIntComboBox GimpIntComboBox;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2524801"></a><h3>
|
||||
<a name="id2603284"></a><h3>
|
||||
<a name="gimp-int-combo-box-new"></a>gimp_int_combo_box_new ()</h3>
|
||||
<a class="indexterm" name="id2524814"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new (const gchar *first_label,
|
||||
<a class="indexterm" name="id2603298"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new (const gchar *first_label,
|
||||
gint first_value,
|
||||
...);</pre>
|
||||
<p>
|
||||
@ -127,26 +131,22 @@ terminated list of label/value pairs.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>first_label</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>first_label</code></em> :</span></td>
|
||||
<td> the label of the first item
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>first_value</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>first_value</code></em> :</span></td>
|
||||
<td> the value of the first item
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>...</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>...</code></em> :</span></td>
|
||||
<td> a <code class="literal">NULL</code> terminated list of more label, value pairs
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> a new <a href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>.
|
||||
|
||||
</td>
|
||||
@ -158,9 +158,9 @@ terminated list of label/value pairs.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2524943"></a><h3>
|
||||
<a name="id2603426"></a><h3>
|
||||
<a name="gimp-int-combo-box-new-valist"></a>gimp_int_combo_box_new_valist ()</h3>
|
||||
<a class="indexterm" name="id2524957"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new_valist (const gchar *first_label,
|
||||
<a class="indexterm" name="id2603440"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new_valist (const gchar *first_label,
|
||||
gint first_value,
|
||||
va_list values);</pre>
|
||||
<p>
|
||||
@ -173,26 +173,22 @@ label/value pairs. Probably only useful for language bindings.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>first_label</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>first_label</code></em> :</span></td>
|
||||
<td> the label of the first item
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>first_value</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>first_value</code></em> :</span></td>
|
||||
<td> the value of the first item
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>values</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>values</code></em> :</span></td>
|
||||
<td> a va_list with more values
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> a new <a href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>.
|
||||
|
||||
</td>
|
||||
@ -204,9 +200,9 @@ label/value pairs. Probably only useful for language bindings.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2529799"></a><h3>
|
||||
<a name="id2603706"></a><h3>
|
||||
<a name="gimp-int-combo-box-new-array"></a>gimp_int_combo_box_new_array ()</h3>
|
||||
<a class="indexterm" name="id2529815"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new_array (gint n_values,
|
||||
<a class="indexterm" name="id2603722"></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.
|
||||
@ -218,20 +214,17 @@ The array indices are used as values.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>n_values</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>n_values</code></em> :</span></td>
|
||||
<td> the number of values
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>labels</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>labels</code></em> :</span></td>
|
||||
<td> an array of labels (array length must be <em class="parameter"><code>n_values</code></em>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> a new <a href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>.
|
||||
|
||||
</td>
|
||||
@ -243,9 +236,9 @@ The array indices are used as values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2529924"></a><h3>
|
||||
<a name="id2603831"></a><h3>
|
||||
<a name="gimp-int-combo-box-prepend"></a>gimp_int_combo_box_prepend ()</h3>
|
||||
<a class="indexterm" name="id2529939"></a><pre class="programlisting">void gimp_int_combo_box_prepend (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
<a class="indexterm" name="id2603845"></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
|
||||
@ -261,14 +254,12 @@ The column number must be taken from the enum <a href="GimpIntStore.html#GimpInt
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>combo_box</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>combo_box</code></em> :</span></td>
|
||||
<td> a <a href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>...</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>...</code></em> :</span></td>
|
||||
<td> pairs of column number and value, terminated with -1
|
||||
</td>
|
||||
</tr>
|
||||
@ -279,9 +270,9 @@ The column number must be taken from the enum <a href="GimpIntStore.html#GimpInt
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575303"></a><h3>
|
||||
<a name="id2608483"></a><h3>
|
||||
<a name="gimp-int-combo-box-append"></a>gimp_int_combo_box_append ()</h3>
|
||||
<a class="indexterm" name="id2575316"></a><pre class="programlisting">void gimp_int_combo_box_append (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
<a class="indexterm" name="id2608496"></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
|
||||
@ -297,14 +288,12 @@ The column number must be taken from the enum <a href="GimpIntStore.html#GimpInt
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>combo_box</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>combo_box</code></em> :</span></td>
|
||||
<td> a <a href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>...</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>...</code></em> :</span></td>
|
||||
<td> pairs of column number and value, terminated with -1
|
||||
</td>
|
||||
</tr>
|
||||
@ -315,9 +304,9 @@ The column number must be taken from the enum <a href="GimpIntStore.html#GimpInt
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575422"></a><h3>
|
||||
<a name="id2608602"></a><h3>
|
||||
<a name="gimp-int-combo-box-set-active"></a>gimp_int_combo_box_set_active ()</h3>
|
||||
<a class="indexterm" name="id2575438"></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="id2608617"></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
|
||||
@ -329,20 +318,17 @@ selected item in the <em class="parameter"><code>combo_box</code></em>.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>combo_box</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>combo_box</code></em> :</span></td>
|
||||
<td> a <a href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td> an integer value
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> on success or <code class="literal">FALSE</code> if there was no item for
|
||||
this value.
|
||||
|
||||
@ -355,9 +341,9 @@ selected item in the <em class="parameter"><code>combo_box</code></em>.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575564"></a><h3>
|
||||
<a name="id2608744"></a><h3>
|
||||
<a name="gimp-int-combo-box-get-active"></a>gimp_int_combo_box_get_active ()</h3>
|
||||
<a class="indexterm" name="id2575580"></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="id2608759"></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>
|
||||
@ -368,20 +354,17 @@ Retrieves the value of the selected (active) item in the <em class="parameter"><
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>combo_box</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>combo_box</code></em> :</span></td>
|
||||
<td> a <a href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td> return location for the integer value
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> if <em class="parameter"><code>value</code></em> has been set or <code class="literal">FALSE</code> if no item was
|
||||
active.
|
||||
|
||||
@ -394,9 +377,9 @@ Retrieves the value of the selected (active) item in the <em class="parameter"><
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575707"></a><h3>
|
||||
<a name="id2608886"></a><h3>
|
||||
<a name="gimp-int-combo-box-connect"></a>gimp_int_combo_box_connect ()</h3>
|
||||
<a class="indexterm" name="id2575721"></a><pre class="programlisting">gulong gimp_int_combo_box_connect (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
<a class="indexterm" name="id2608900"></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>
|
||||
@ -418,32 +401,27 @@ gimp_drawable_combo_box_new). If you pass an invalid initial
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>combo_box</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>combo_box</code></em> :</span></td>
|
||||
<td> a <a href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td> the value to set
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td> a callback to connect to the <em class="parameter"><code>combo_box</code></em>'s "changed" signal
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td> a pointer passed as data to <code class="function">g_signal_connect()</code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> the signal handler ID as returned by <code class="function">g_signal_connect()</code>
|
||||
|
||||
</td>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpIntStore</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpIntComboBox.html" title="GimpIntComboBox">
|
||||
<link rel="next" href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,23 +28,27 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2560013" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2562246" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a></nobr></td></tr>
|
||||
<a href="#id2606210" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2606240" class="shortcut">Implemented Interfaces</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><span class="refentrytitle"><a name="top_of_page"></a>GimpIntStore</span></h2>
|
||||
<h2>
|
||||
<a name="id2560013"></a><span class="refentrytitle">GimpIntStore</span>
|
||||
</h2>
|
||||
<p>GimpIntStore — A model for integer based name-value pairs (e.g. enums)</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -59,7 +63,7 @@ gboolean <a href="GimpIntStore.html#gimp-int-store-lookup-by-value">gimp_int_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2606210"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -68,32 +72,32 @@ gboolean <a href="GimpIntStore.html#gimp-int-store-lookup-by-value">gimp_int_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2606240"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpIntStore implements
|
||||
GtkTreeModel, GtkTreeDragSource, GtkTreeDragDest and GtkTreeSortable.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2562246"></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="details"></a><h2>Details</h2>
|
||||
<a name="id2562263"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2574448"></a><h3>
|
||||
<a name="id2562274"></a><h3>
|
||||
<a name="GimpIntStore-struct"></a>GimpIntStore</h3>
|
||||
<a class="indexterm" name="id2574459"></a><pre class="programlisting">typedef struct _GimpIntStore GimpIntStore;</pre>
|
||||
<a class="indexterm" name="id2562286"></a><pre class="programlisting">typedef struct _GimpIntStore GimpIntStore;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2574475"></a><h3>
|
||||
<a name="id2562302"></a><h3>
|
||||
<a name="GimpIntStoreColumns"></a>enum GimpIntStoreColumns</h3>
|
||||
<a class="indexterm" name="id2574487"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2562314"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_INT_STORE_VALUE,
|
||||
GIMP_INT_STORE_LABEL,
|
||||
@ -109,9 +113,9 @@ A model for integer based name-value pairs (e.g. enums)
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2574506"></a><h3>
|
||||
<a name="id2562332"></a><h3>
|
||||
<a name="gimp-int-store-new"></a>gimp_int_store_new ()</h3>
|
||||
<a class="indexterm" name="id2574520"></a><pre class="programlisting">GtkListStore* gimp_int_store_new (void);</pre>
|
||||
<a class="indexterm" name="id2562347"></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
|
||||
@ -122,8 +126,7 @@ are identified using an integer value.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> a new <a href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a>.
|
||||
|
||||
</td>
|
||||
@ -134,9 +137,9 @@ are identified using an integer value.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2547265"></a><h3>
|
||||
<a name="id2570234"></a><h3>
|
||||
<a name="gimp-int-store-lookup-by-value"></a>gimp_int_store_lookup_by_value ()</h3>
|
||||
<a class="indexterm" name="id2547279"></a><pre class="programlisting">gboolean gimp_int_store_lookup_by_value (GtkTreeModel *model,
|
||||
<a class="indexterm" name="id2570248"></a><pre class="programlisting">gboolean gimp_int_store_lookup_by_value (GtkTreeModel *model,
|
||||
gint value,
|
||||
GtkTreeIter *iter);</pre>
|
||||
<p>
|
||||
@ -148,26 +151,22 @@ Iterate over the <em class="parameter"><code>model</code></em> looking for <em c
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>model</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>model</code></em> :</span></td>
|
||||
<td> a <a href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td> an integer value to lookup in the <em class="parameter"><code>model</code></em>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>iter</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>iter</code></em> :</span></td>
|
||||
<td> return location for the iter of the given <em class="parameter"><code>value</code></em>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> if the value has been located and <em class="parameter"><code>iter</code></em> is
|
||||
valid, <code class="literal">FALSE</code> otherwise.
|
||||
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpMemsizeEntry</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpIntStore.html" title="GimpIntStore">
|
||||
<link rel="next" href="GimpOffsetArea.html" title="GimpOffsetArea">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,25 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2578599" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2602966" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2605020" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2602901" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2602922" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpMemsizeEntry</span></h2>
|
||||
<h2>
|
||||
<a name="id2578599"></a><span class="refentrytitle">GimpMemsizeEntry</span>
|
||||
</h2>
|
||||
<p>GimpMemsizeEntry — A composite widget that allows to enter a memory size.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -62,7 +66,7 @@ guint64 <a href="GimpMemsizeEntry.html#gimp-memsize-entry-get-value">gimp_me
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2605020"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -76,13 +80,13 @@ guint64 <a href="GimpMemsizeEntry.html#gimp-memsize-entry-get-value">gimp_me
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2602901"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpMemsizeEntry implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2602922"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpMemsizeEntry.html#GimpMemsizeEntry-value-changed">value-changed</a>"
|
||||
@ -91,7 +95,7 @@ GimpMemsizeEntry implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2602966"></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
|
||||
@ -99,20 +103,20 @@ Kilobytes, Megabytes and Gigabytes. Used in the GIMP preferences dialog.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2602993"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2568456"></a><h3>
|
||||
<a name="id2558045"></a><h3>
|
||||
<a name="GimpMemsizeEntry-struct"></a>GimpMemsizeEntry</h3>
|
||||
<a class="indexterm" name="id2568468"></a><pre class="programlisting">typedef struct _GimpMemsizeEntry GimpMemsizeEntry;</pre>
|
||||
<a class="indexterm" name="id2558056"></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="id2568491"></a><h3>
|
||||
<a name="id2558080"></a><h3>
|
||||
<a name="gimp-memsize-entry-new"></a>gimp_memsize_entry_new ()</h3>
|
||||
<a class="indexterm" name="id2568502"></a><pre class="programlisting">GtkWidget* gimp_memsize_entry_new (guint64 value,
|
||||
<a class="indexterm" name="id2558091"></a><pre class="programlisting">GtkWidget* gimp_memsize_entry_new (guint64 value,
|
||||
guint64 lower,
|
||||
guint64 upper);</pre>
|
||||
<p>
|
||||
@ -125,26 +129,22 @@ and a <span class="type">GtkOptionMenu</span> all setup to allow the user to ent
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td> the initial value (in Bytes)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>lower</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>lower</code></em> :</span></td>
|
||||
<td> the lower limit for the value (in Bytes)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>upper</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>upper</code></em> :</span></td>
|
||||
<td> the upper limit for the value (in Bytes)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> Pointer to the new <a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry"><span class="type">GimpMemsizeEntry</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -153,9 +153,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="id2574898"></a><h3>
|
||||
<a name="id2607127"></a><h3>
|
||||
<a name="gimp-memsize-entry-set-value"></a>gimp_memsize_entry_set_value ()</h3>
|
||||
<a class="indexterm" name="id2574910"></a><pre class="programlisting">void gimp_memsize_entry_set_value (<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *entry,
|
||||
<a class="indexterm" name="id2607138"></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
|
||||
@ -167,14 +167,12 @@ the value to full Kilobytes.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>entry</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>entry</code></em> :</span></td>
|
||||
<td> a <a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry"><span class="type">GimpMemsizeEntry</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td> the new value (in Bytes)
|
||||
</td>
|
||||
</tr>
|
||||
@ -183,9 +181,9 @@ the value to full Kilobytes.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575001"></a><h3>
|
||||
<a name="id2607229"></a><h3>
|
||||
<a name="gimp-memsize-entry-get-value"></a>gimp_memsize_entry_get_value ()</h3>
|
||||
<a class="indexterm" name="id2575013"></a><pre class="programlisting">guint64 gimp_memsize_entry_get_value (<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *entry);</pre>
|
||||
<a class="indexterm" name="id2607241"></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>
|
||||
@ -195,14 +193,12 @@ Retrieves the current value from a <a href="GimpMemsizeEntry.html" title="GimpMe
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>entry</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>entry</code></em> :</span></td>
|
||||
<td> a <a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry"><span class="type">GimpMemsizeEntry</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> the current value of <em class="parameter"><code>entry</code></em> (in Bytes).
|
||||
</td>
|
||||
</tr>
|
||||
@ -211,11 +207,11 @@ Retrieves the current value from a <a href="GimpMemsizeEntry.html" title="GimpMe
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2607324"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575108"></a><h3>
|
||||
<a name="id2607335"></a><h3>
|
||||
<a name="GimpMemsizeEntry-value-changed"></a>The "value-changed" signal</h3>
|
||||
<a class="indexterm" name="id2571551"></a><pre class="programlisting">void user_function (<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *gimpmemsizeentry,
|
||||
<a class="indexterm" name="id2607345"></a><pre class="programlisting">void user_function (<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *gimpmemsizeentry,
|
||||
gpointer user_data) : Run first</pre>
|
||||
<p>
|
||||
|
||||
@ -224,15 +220,13 @@ Retrieves the current value from a <a href="GimpMemsizeEntry.html" title="GimpMe
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpmemsizeentry</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpmemsizeentry</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpOffsetArea</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">
|
||||
<link rel="next" href="GimpPathEditor.html" title="GimpPathEditor">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,25 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2577559" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2606743" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2606345" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2606394" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2606686" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpOffsetArea</span></h2>
|
||||
<h2>
|
||||
<a name="id2577559"></a><span class="refentrytitle">GimpOffsetArea</span>
|
||||
</h2>
|
||||
<p>GimpOffsetArea — Widget to control image offsets.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -66,7 +70,7 @@ void <a href="GimpOffsetArea.html#gimp-offset-area-set-pixbuf">gimp_offse
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2606345"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -78,13 +82,13 @@ void <a href="GimpOffsetArea.html#gimp-offset-area-set-pixbuf">gimp_offse
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2606394"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpOffsetArea implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2606686"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpOffsetArea.html#GimpOffsetArea-offsets-changed">offsets-changed</a>"
|
||||
@ -95,26 +99,26 @@ GimpOffsetArea implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2606743"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2606758"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564036"></a><h3>
|
||||
<a name="id2606769"></a><h3>
|
||||
<a name="GimpOffsetArea-struct"></a>GimpOffsetArea</h3>
|
||||
<a class="indexterm" name="id2564047"></a><pre class="programlisting">typedef struct _GimpOffsetArea GimpOffsetArea;</pre>
|
||||
<a class="indexterm" name="id2606781"></a><pre class="programlisting">typedef struct _GimpOffsetArea GimpOffsetArea;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564063"></a><h3>
|
||||
<a name="id2606797"></a><h3>
|
||||
<a name="gimp-offset-area-new"></a>gimp_offset_area_new ()</h3>
|
||||
<a class="indexterm" name="id2564074"></a><pre class="programlisting">GtkWidget* gimp_offset_area_new (gint orig_width,
|
||||
<a class="indexterm" name="id2606808"></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
|
||||
@ -127,20 +131,17 @@ specify the new offsets.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>orig_width</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>orig_width</code></em> :</span></td>
|
||||
<td> the original width
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>orig_height</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>orig_height</code></em> :</span></td>
|
||||
<td> the original height
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> the new <a href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
@ -149,9 +150,9 @@ specify the new offsets.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2567406"></a><h3>
|
||||
<a name="id2594504"></a><h3>
|
||||
<a name="gimp-offset-area-set-size"></a>gimp_offset_area_set_size ()</h3>
|
||||
<a class="indexterm" name="id2567417"></a><pre class="programlisting">void gimp_offset_area_set_size (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
|
||||
<a class="indexterm" name="id2594515"></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>
|
||||
@ -165,20 +166,17 @@ signal is emitted.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>offset_area</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>offset_area</code></em> :</span></td>
|
||||
<td> a <a href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td> the new width
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td> the new height
|
||||
</td>
|
||||
</tr>
|
||||
@ -187,9 +185,9 @@ signal is emitted.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2567535"></a><h3>
|
||||
<a name="id2594632"></a><h3>
|
||||
<a name="gimp-offset-area-set-offsets"></a>gimp_offset_area_set_offsets ()</h3>
|
||||
<a class="indexterm" name="id2567546"></a><pre class="programlisting">void gimp_offset_area_set_offsets (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
|
||||
<a class="indexterm" name="id2594644"></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>
|
||||
@ -202,20 +200,17 @@ It does not emit the <code class="literal">offsets_changed</code> signal.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>offset_area</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>offset_area</code></em> :</span></td>
|
||||
<td> a <a href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>offset_x</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>offset_x</code></em> :</span></td>
|
||||
<td> the X offset
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>offset_y</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>offset_y</code></em> :</span></td>
|
||||
<td> the Y offset
|
||||
</td>
|
||||
</tr>
|
||||
@ -224,9 +219,9 @@ It does not emit the <code class="literal">offsets_changed</code> signal.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2569716"></a><h3>
|
||||
<a name="id2600880"></a><h3>
|
||||
<a name="gimp-offset-area-set-pixbuf"></a>gimp_offset_area_set_pixbuf ()</h3>
|
||||
<a class="indexterm" name="id2569729"></a><pre class="programlisting">void gimp_offset_area_set_pixbuf (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
|
||||
<a class="indexterm" name="id2600894"></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
|
||||
@ -238,14 +233,12 @@ is being offset.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>offset_area</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>offset_area</code></em> :</span></td>
|
||||
<td> a <a href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></td>
|
||||
<td> a <span class="type">GdkPixbuf</span>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -256,11 +249,11 @@ is being offset.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2600986"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2569832"></a><h3>
|
||||
<a name="id2600997"></a><h3>
|
||||
<a name="GimpOffsetArea-offsets-changed"></a>The "offsets-changed" signal</h3>
|
||||
<a class="indexterm" name="id2569840"></a><pre class="programlisting">void user_function (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *gimpoffsetarea,
|
||||
<a class="indexterm" name="id2601006"></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>
|
||||
@ -271,27 +264,23 @@ is being offset.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpoffsetarea</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpoffsetarea</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>arg2</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>arg2</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpPathEditor</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpOffsetArea.html" title="GimpOffsetArea">
|
||||
<link rel="next" href="GimpPickButton.html" title="GimpPickButton">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,25 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2581077" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2600627" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2600478" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2600539" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2600560" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpPathEditor</span></h2>
|
||||
<h2>
|
||||
<a name="id2581077"></a><span class="refentrytitle">GimpPathEditor</span>
|
||||
</h2>
|
||||
<p>GimpPathEditor — Widget for editing a file search path.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -73,7 +77,7 @@ void <a href="GimpPathEditor.html#gimp-path-editor-set-dir-writable">gimp
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2600478"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -87,13 +91,13 @@ void <a href="GimpPathEditor.html#gimp-path-editor-set-dir-writable">gimp
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2600539"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpPathEditor implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2600560"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpPathEditor.html#GimpPathEditor-path-changed">path-changed</a>"
|
||||
@ -105,7 +109,7 @@ GimpPathEditor implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2600627"></a><h2>Description</h2>
|
||||
<p>
|
||||
This widget is used to edit file search paths.
|
||||
</p>
|
||||
@ -124,20 +128,20 @@ the search path, the "path_changed" signal will be emitted.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2608072"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2532041"></a><h3>
|
||||
<a name="id2608082"></a><h3>
|
||||
<a name="GimpPathEditor-struct"></a>GimpPathEditor</h3>
|
||||
<a class="indexterm" name="id2532052"></a><pre class="programlisting">typedef struct _GimpPathEditor GimpPathEditor;</pre>
|
||||
<a class="indexterm" name="id2608094"></a><pre class="programlisting">typedef struct _GimpPathEditor GimpPathEditor;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2532068"></a><h3>
|
||||
<a name="id2608110"></a><h3>
|
||||
<a name="gimp-path-editor-new"></a>gimp_path_editor_new ()</h3>
|
||||
<a class="indexterm" name="id2532079"></a><pre class="programlisting">GtkWidget* gimp_path_editor_new (const gchar *filesel_title,
|
||||
<a class="indexterm" name="id2608122"></a><pre class="programlisting">GtkWidget* gimp_path_editor_new (const gchar *filesel_title,
|
||||
const gchar *path);</pre>
|
||||
<p>
|
||||
Creates a new <a href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a> widget.
|
||||
@ -152,21 +156,18 @@ The elements of the initial search path must be separated with the
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>filesel_title</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>filesel_title</code></em> :</span></td>
|
||||
<td> The title of the <span class="type">GtkFileSelection</span> dialog which can be
|
||||
popped up by the attached <span class="type">GimpFileSelection</span>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>path</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>path</code></em> :</span></td>
|
||||
<td> The initial search path.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A pointer to the new <a href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
@ -175,9 +176,9 @@ The elements of the initial search path must be separated with the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2532201"></a><h3>
|
||||
<a name="id2608244"></a><h3>
|
||||
<a name="gimp-path-editor-get-path"></a>gimp_path_editor_get_path ()</h3>
|
||||
<a class="indexterm" name="id2532213"></a><pre class="programlisting">gchar* gimp_path_editor_get_path (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);</pre>
|
||||
<a class="indexterm" name="id2608256"></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.
|
||||
@ -191,14 +192,12 @@ Note that you have to <code class="function">g_free()</code> the returned string
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>editor</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>editor</code></em> :</span></td>
|
||||
<td> The path editor you want to get the search path from.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The search path the user has selected in the path editor.
|
||||
</td>
|
||||
</tr>
|
||||
@ -207,9 +206,9 @@ Note that you have to <code class="function">g_free()</code> the returned string
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2577343"></a><h3>
|
||||
<a name="id2610537"></a><h3>
|
||||
<a name="gimp-path-editor-set-path"></a>gimp_path_editor_set_path ()</h3>
|
||||
<a class="indexterm" name="id2577355"></a><pre class="programlisting">void gimp_path_editor_set_path (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
|
||||
<a class="indexterm" name="id2610549"></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
|
||||
@ -221,14 +220,12 @@ The elements of the initial search path must be separated with the
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>editor</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>editor</code></em> :</span></td>
|
||||
<td> The path editor you want to set the search path from.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>path</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>path</code></em> :</span></td>
|
||||
<td> The new path to set.
|
||||
</td>
|
||||
</tr>
|
||||
@ -237,9 +234,9 @@ The elements of the initial search path must be separated with the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2577434"></a><h3>
|
||||
<a name="id2610628"></a><h3>
|
||||
<a name="gimp-path-editor-get-writable-path"></a>gimp_path_editor_get_writable_path ()</h3>
|
||||
<a class="indexterm" name="id2577448"></a><pre class="programlisting">gchar* gimp_path_editor_get_writable_path
|
||||
<a class="indexterm" name="id2610642"></a><pre class="programlisting">gchar* gimp_path_editor_get_writable_path
|
||||
(<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);</pre>
|
||||
<p>
|
||||
|
||||
@ -248,14 +245,12 @@ The elements of the initial search path must be separated with the
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>editor</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>editor</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -266,9 +261,9 @@ The elements of the initial search path must be separated with the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2577505"></a><h3>
|
||||
<a name="id2610699"></a><h3>
|
||||
<a name="gimp-path-editor-set-writable-path"></a>gimp_path_editor_set_writable_path ()</h3>
|
||||
<a class="indexterm" name="id2577519"></a><pre class="programlisting">void gimp_path_editor_set_writable_path
|
||||
<a class="indexterm" name="id2610713"></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>
|
||||
@ -278,14 +273,12 @@ The elements of the initial search path must be separated with the
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>editor</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>editor</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>path</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>path</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -296,9 +289,9 @@ The elements of the initial search path must be separated with the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579009"></a><h3>
|
||||
<a name="id2612179"></a><h3>
|
||||
<a name="gimp-path-editor-get-dir-writable"></a>gimp_path_editor_get_dir_writable ()</h3>
|
||||
<a class="indexterm" name="id2579021"></a><pre class="programlisting">gboolean gimp_path_editor_get_dir_writable
|
||||
<a class="indexterm" name="id2612192"></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>
|
||||
@ -308,20 +301,17 @@ The elements of the initial search path must be separated with the
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>editor</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>editor</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>directory</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>directory</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -332,9 +322,9 @@ The elements of the initial search path must be separated with the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579091"></a><h3>
|
||||
<a name="id2612262"></a><h3>
|
||||
<a name="gimp-path-editor-set-dir-writable"></a>gimp_path_editor_set_dir_writable ()</h3>
|
||||
<a class="indexterm" name="id2579105"></a><pre class="programlisting">void gimp_path_editor_set_dir_writable
|
||||
<a class="indexterm" name="id2612275"></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>
|
||||
@ -345,20 +335,17 @@ The elements of the initial search path must be separated with the
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>editor</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>editor</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>directory</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>directory</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>writable</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>writable</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -369,11 +356,11 @@ The elements of the initial search path must be separated with the
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2612362"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579206"></a><h3>
|
||||
<a name="id2612373"></a><h3>
|
||||
<a name="GimpPathEditor-path-changed"></a>The "path-changed" signal</h3>
|
||||
<a class="indexterm" name="id2579214"></a><pre class="programlisting">void user_function (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *arg0,
|
||||
<a class="indexterm" name="id2612380"></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
|
||||
@ -384,17 +371,16 @@ or reorders an element of the search path.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579272"></a><h3>
|
||||
<a name="id2612439"></a><h3>
|
||||
<a name="GimpPathEditor-writable-changed"></a>The "writable-changed" signal</h3>
|
||||
<a class="indexterm" name="id2579282"></a><pre class="programlisting">void user_function (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *arg0,
|
||||
<a class="indexterm" name="id2612449"></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
|
||||
@ -406,15 +392,14 @@ is changed, either by the user clicking on it or by calling
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2579353"></a><h2>See Also</h2>
|
||||
<a name="id2612520"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<a href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a>
|
||||
</p>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpPickButton</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpPathEditor.html" title="GimpPathEditor">
|
||||
<link rel="next" href="GimpPixmap.html" title="GimpPixmap">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,25 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2575313" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2611063" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2510920" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2610992" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2611013" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpPickButton</span></h2>
|
||||
<h2>
|
||||
<a name="id2575313"></a><span class="refentrytitle">GimpPickButton</span>
|
||||
</h2>
|
||||
<p>GimpPickButton — Widget to pick a color from screen.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -57,7 +61,7 @@ GtkWidget* <a href="GimpPickButton.html#gimp-pick-button-new">gimp_pick_button_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2510920"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -71,13 +75,13 @@ GtkWidget* <a href="GimpPickButton.html#gimp-pick-button-new">gimp_pick_button_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2610992"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpPickButton implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2611013"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpPickButton.html#GimpPickButton-color-picked">color-picked</a>"
|
||||
@ -87,7 +91,7 @@ GimpPickButton implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2611063"></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
|
||||
@ -95,20 +99,20 @@ from any point on the screen.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2611237"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2569109"></a><h3>
|
||||
<a name="id2611248"></a><h3>
|
||||
<a name="GimpPickButton-struct"></a>GimpPickButton</h3>
|
||||
<a class="indexterm" name="id2569120"></a><pre class="programlisting">typedef struct _GimpPickButton GimpPickButton;</pre>
|
||||
<a class="indexterm" name="id2611259"></a><pre class="programlisting">typedef struct _GimpPickButton GimpPickButton;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2569136"></a><h3>
|
||||
<a name="id2611276"></a><h3>
|
||||
<a name="gimp-pick-button-new"></a>gimp_pick_button_new ()</h3>
|
||||
<a class="indexterm" name="id2569147"></a><pre class="programlisting">GtkWidget* gimp_pick_button_new (void);</pre>
|
||||
<a class="indexterm" name="id2611287"></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>
|
||||
@ -117,8 +121,7 @@ Creates a new <a href="GimpPickButton.html" title="GimpPickButton"><span class="
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A new <a href="GimpPickButton.html" title="GimpPickButton"><span class="type">GimpPickButton</span></a> widget.
|
||||
</td>
|
||||
</tr></tbody>
|
||||
@ -126,11 +129,11 @@ Creates a new <a href="GimpPickButton.html" title="GimpPickButton"><span class="
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2611342"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2576184"></a><h3>
|
||||
<a name="id2611353"></a><h3>
|
||||
<a name="GimpPickButton-color-picked"></a>The "color-picked" signal</h3>
|
||||
<a class="indexterm" name="id2576191"></a><pre class="programlisting">void user_function (<a href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> *gimppickbutton,
|
||||
<a class="indexterm" name="id2611360"></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>
|
||||
@ -140,14 +143,12 @@ Creates a new <a href="GimpPickButton.html" title="GimpPickButton"><span class="
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimppickbutton</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimppickbutton</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td>pointer to a <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
><span class="type">GimpRGB</span></a> structure that holds the picked color
|
||||
@ -155,8 +156,7 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpPixmap</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpPickButton.html" title="GimpPickButton">
|
||||
<link rel="next" href="GimpPreviewArea.html" title="GimpPreviewArea">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,23 +28,27 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2583100" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2612654" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a></nobr></td></tr>
|
||||
<a href="#id2612578" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2612633" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpPixmap</span></h2>
|
||||
<h2>
|
||||
<a name="id2583100"></a><span class="refentrytitle">GimpPixmap</span>
|
||||
</h2>
|
||||
<p>GimpPixmap — Widget which creates a <span class="type">GtkPixmap</span> from XPM data.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -57,7 +61,7 @@ void <a href="GimpPixmap.html#gimp-pixmap-set">gimp_pixmap_set</a>
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2612578"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -70,13 +74,13 @@ void <a href="GimpPixmap.html#gimp-pixmap-set">gimp_pixmap_set</a>
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2612633"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpPixmap implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2612654"></a><h2>Description</h2>
|
||||
<p>
|
||||
Widget which creates a <span class="type">GtkPixmap</span> from XPM data.
|
||||
</p>
|
||||
@ -91,11 +95,11 @@ and cannot be cached in memory without doing bad hacks.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2609425"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2578417"></a><h3>
|
||||
<a name="id2609435"></a><h3>
|
||||
<a name="GimpPixmap-struct"></a>GimpPixmap</h3>
|
||||
<a class="indexterm" name="id2578429"></a><pre class="programlisting">typedef struct _GimpPixmap GimpPixmap;</pre>
|
||||
<a class="indexterm" name="id2609448"></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>
|
||||
@ -106,9 +110,9 @@ and cannot be cached in memory without doing bad hacks.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2532327"></a><h3>
|
||||
<a name="id2609476"></a><h3>
|
||||
<a name="gimp-pixmap-new"></a>gimp_pixmap_new ()</h3>
|
||||
<a class="indexterm" name="id2532341"></a><pre class="programlisting">GtkWidget* gimp_pixmap_new (gchar **xpm_data);</pre>
|
||||
<a class="indexterm" name="id2609490"></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>
|
||||
@ -122,14 +126,12 @@ Creates a new <a href="GimpPixmap.html" title="GimpPixmap"><span class="type">Gi
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>xpm_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>xpm_data</code></em> :</span></td>
|
||||
<td> A pointer to a XPM data structure as found in XPM files.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A pointer to the new <a href="GimpPixmap.html" title="GimpPixmap"><span class="type">GimpPixmap</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
@ -138,9 +140,9 @@ Creates a new <a href="GimpPixmap.html" title="GimpPixmap"><span class="type">Gi
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2532428"></a><h3>
|
||||
<a name="id2611495"></a><h3>
|
||||
<a name="gimp-pixmap-set"></a>gimp_pixmap_set ()</h3>
|
||||
<a class="indexterm" name="id2532443"></a><pre class="programlisting">void gimp_pixmap_set (<a href="GimpPixmap.html" title="GimpPixmap">GimpPixmap</a> *pixmap,
|
||||
<a class="indexterm" name="id2611509"></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>
|
||||
@ -155,14 +157,12 @@ Sets a new image for an existing <a href="GimpPixmap.html" title="GimpPixmap"><s
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>pixmap</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>pixmap</code></em> :</span></td>
|
||||
<td> The pixmap widget you want to set the new xpm_data for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>xpm_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>xpm_data</code></em> :</span></td>
|
||||
<td> A pointer to a XPM data structure as found in XPM files.
|
||||
</td>
|
||||
</tr>
|
||||
@ -171,7 +171,7 @@ Sets a new image for an existing <a href="GimpPixmap.html" title="GimpPixmap"><s
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2573369"></a><h2>See Also</h2>
|
||||
<a name="id2611602"></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>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpPreview</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpPreviewArea.html" title="GimpPreviewArea">
|
||||
<link rel="next" href="libgimpwidgets-GimpScrolledPreview.html" title="GimpScrolledPreview">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,29 +28,33 @@
|
||||
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpwidgets-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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2563478" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2614553" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2610406" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#properties" class="shortcut">Properties</a>
|
||||
<a href="#id2610467" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#style_properties" class="shortcut">Style Properties</a>
|
||||
<a href="#id2614450" class="shortcut">Properties</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2614480" class="shortcut">Style Properties</a>
|
||||
 | 
|
||||
<a href="#id2614511" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpPreview</span></h2>
|
||||
<h2>
|
||||
<a name="id2563478"></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>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -81,7 +85,7 @@ void <a href="GimpPreview.html#gimp-preview-set-default-cursor">gimp_prev
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2610406"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -95,27 +99,27 @@ void <a href="GimpPreview.html#gimp-preview-set-default-cursor">gimp_prev
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2610467"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpPreview implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="properties"></a><h2>Properties</h2>
|
||||
<a name="id2614450"></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="style_properties"></a><h2>Style Properties</h2>
|
||||
<a name="id2614480"></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="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2614511"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpPreview.html#GimpPreview-invalidated">invalidated</a>"
|
||||
@ -124,26 +128,26 @@ GimpPreview implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2614553"></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="details"></a><h2>Details</h2>
|
||||
<a name="id2614576"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581987"></a><h3>
|
||||
<a name="id2614587"></a><h3>
|
||||
<a name="GimpPreview-struct"></a>GimpPreview</h3>
|
||||
<a class="indexterm" name="id2581999"></a><pre class="programlisting">typedef struct _GimpPreview GimpPreview;</pre>
|
||||
<a class="indexterm" name="id2614600"></a><pre class="programlisting">typedef struct _GimpPreview GimpPreview;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2582014"></a><h3>
|
||||
<a name="id2614616"></a><h3>
|
||||
<a name="gimp-preview-get-update"></a>gimp_preview_get_update ()</h3>
|
||||
<a class="indexterm" name="id2582028"></a><pre class="programlisting">gboolean gimp_preview_get_update (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
|
||||
<a class="indexterm" name="id2614629"></a><pre class="programlisting">gboolean gimp_preview_get_update (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -153,14 +157,12 @@ A widget providing a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><spa
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>preview</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>preview</code></em> :</span></td>
|
||||
<td> a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> the state of the "Preview" check button.
|
||||
|
||||
</td>
|
||||
@ -172,9 +174,9 @@ A widget providing a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><spa
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2576892"></a><h3>
|
||||
<a name="id2559378"></a><h3>
|
||||
<a name="gimp-preview-set-update"></a>gimp_preview_set_update ()</h3>
|
||||
<a class="indexterm" name="id2576905"></a><pre class="programlisting">void gimp_preview_set_update (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
<a class="indexterm" name="id2559392"></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>
|
||||
@ -185,14 +187,12 @@ Sets the state of the "Preview" check button.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>preview</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>preview</code></em> :</span></td>
|
||||
<td> a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>update</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>update</code></em> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> if the preview should invalidate itself when being
|
||||
scrolled or when <a href="GimpPreview.html#gimp-preview-invalidate"><code class="function">gimp_preview_invalidate()</code></a> is being called
|
||||
</td>
|
||||
@ -204,9 +204,9 @@ Sets the state of the "Preview" check button.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2577007"></a><h3>
|
||||
<a name="id2559494"></a><h3>
|
||||
<a name="gimp-preview-set-bounds"></a>gimp_preview_set_bounds ()</h3>
|
||||
<a class="indexterm" name="id2577021"></a><pre class="programlisting">void gimp_preview_set_bounds (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
<a class="indexterm" name="id2559508"></a><pre class="programlisting">void gimp_preview_set_bounds (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
gint xmin,
|
||||
gint ymin,
|
||||
gint xmax,
|
||||
@ -222,32 +222,27 @@ maximum size of the <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>preview</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>preview</code></em> :</span></td>
|
||||
<td> a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>xmin</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>xmin</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>ymin</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>ymin</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>xmax</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>xmax</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>ymax</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>ymax</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
@ -258,9 +253,9 @@ maximum size of the <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2584606"></a><h3>
|
||||
<a name="id2617768"></a><h3>
|
||||
<a name="gimp-preview-get-size"></a>gimp_preview_get_size ()</h3>
|
||||
<a class="indexterm" name="id2584618"></a><pre class="programlisting">void gimp_preview_get_size (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
<a class="indexterm" name="id2617781"></a><pre class="programlisting">void gimp_preview_get_size (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
gint *width,
|
||||
gint *height);</pre>
|
||||
<p>
|
||||
@ -272,20 +267,17 @@ maximum size of the <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>preview</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>preview</code></em> :</span></td>
|
||||
<td> a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td> return location for the preview area width
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td> return location for the preview area height
|
||||
</td>
|
||||
</tr>
|
||||
@ -296,9 +288,9 @@ maximum size of the <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2584712"></a><h3>
|
||||
<a name="id2617874"></a><h3>
|
||||
<a name="gimp-preview-get-position"></a>gimp_preview_get_position ()</h3>
|
||||
<a class="indexterm" name="id2584725"></a><pre class="programlisting">void gimp_preview_get_position (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
<a class="indexterm" name="id2617886"></a><pre class="programlisting">void gimp_preview_get_position (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
gint *x,
|
||||
gint *y);</pre>
|
||||
<p>
|
||||
@ -310,20 +302,17 @@ maximum size of the <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>preview</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>preview</code></em> :</span></td>
|
||||
<td> a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>x</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>x</code></em> :</span></td>
|
||||
<td> return location for the horizontal offset
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>y</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>y</code></em> :</span></td>
|
||||
<td> return location for the vertical offset
|
||||
</td>
|
||||
</tr>
|
||||
@ -334,9 +323,9 @@ maximum size of the <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2584802"></a><h3>
|
||||
<a name="id2617989"></a><h3>
|
||||
<a name="gimp-preview-draw"></a>gimp_preview_draw ()</h3>
|
||||
<a class="indexterm" name="id2584814"></a><pre class="programlisting">void gimp_preview_draw (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
|
||||
<a class="indexterm" name="id2618003"></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
|
||||
@ -353,8 +342,7 @@ original, unmodified drawable to the <em class="parameter"><code>preview</code><
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>preview</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>preview</code></em> :</span></td>
|
||||
<td> a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget
|
||||
</td>
|
||||
</tr></tbody>
|
||||
@ -364,9 +352,9 @@ original, unmodified drawable to the <em class="parameter"><code>preview</code><
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2584895"></a><h3>
|
||||
<a name="id2618095"></a><h3>
|
||||
<a name="gimp-preview-draw-buffer"></a>gimp_preview_draw_buffer ()</h3>
|
||||
<a class="indexterm" name="id2584908"></a><pre class="programlisting">void gimp_preview_draw_buffer (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
<a class="indexterm" name="id2618109"></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>
|
||||
@ -380,20 +368,17 @@ derived class implementing this method.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>preview</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>preview</code></em> :</span></td>
|
||||
<td> a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>buffer</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>buffer</code></em> :</span></td>
|
||||
<td> a pixel buffer the size of the preview
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>rowstride</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>rowstride</code></em> :</span></td>
|
||||
<td> the <em class="parameter"><code>buffer</code></em>'s rowstride
|
||||
</td>
|
||||
</tr>
|
||||
@ -404,9 +389,9 @@ derived class implementing this method.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2585009"></a><h3>
|
||||
<a name="id2618221"></a><h3>
|
||||
<a name="gimp-preview-invalidate"></a>gimp_preview_invalidate ()</h3>
|
||||
<a class="indexterm" name="id2585021"></a><pre class="programlisting">void gimp_preview_invalidate (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
|
||||
<a class="indexterm" name="id2618235"></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
|
||||
@ -425,8 +410,7 @@ itself.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>preview</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>preview</code></em> :</span></td>
|
||||
<td> a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget
|
||||
</td>
|
||||
</tr></tbody>
|
||||
@ -436,9 +420,9 @@ itself.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2585098"></a><h3>
|
||||
<a name="id2618321"></a><h3>
|
||||
<a name="gimp-preview-set-default-cursor"></a>gimp_preview_set_default_cursor ()</h3>
|
||||
<a class="indexterm" name="id2585112"></a><pre class="programlisting">void gimp_preview_set_default_cursor (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
<a class="indexterm" name="id2618337"></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
|
||||
@ -451,14 +435,12 @@ be overriden by a <code class="literal">GDK_FLEUR</code> if the preview has scro
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>preview</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>preview</code></em> :</span></td>
|
||||
<td> a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>cursor</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>cursor</code></em> :</span></td>
|
||||
<td> a <span class="type">GdkCursor</span> or <code class="literal">NULL</code>
|
||||
</td>
|
||||
</tr>
|
||||
@ -469,32 +451,32 @@ be overriden by a <code class="literal">GDK_FLEUR</code> if the preview has scro
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="property_details"></a><h2>Property Details</h2>
|
||||
<a name="id2618459"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2585230"></a><h3>
|
||||
<a name="id2618469"></a><h3>
|
||||
<a name="GimpPreview--update"></a>The "<code class="literal">update</code>" property</h3>
|
||||
<a class="indexterm" name="id2585242"></a><pre class="programlisting"> "update" gboolean : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2618484"></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="style_properties_details"></a><h2>Style Property Details</h2>
|
||||
<a name="id2618510"></a><h2>Style Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2585277"></a><h3>
|
||||
<a name="id2618520"></a><h3>
|
||||
<a name="GimpPreview--size"></a>The "<code class="literal">size</code>" style property</h3>
|
||||
<a class="indexterm" name="id2585289"></a><pre class="programlisting"> "size" gint : Read</pre>
|
||||
<a class="indexterm" name="id2618535"></a><pre class="programlisting"> "size" gint : Read</pre>
|
||||
<p></p>
|
||||
<p>Allowed values: [1,1024]</p>
|
||||
<p>Default value: 150</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2618564"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2585324"></a><h3>
|
||||
<a name="id2618575"></a><h3>
|
||||
<a name="GimpPreview-invalidated"></a>The "invalidated" signal</h3>
|
||||
<a class="indexterm" name="id2585331"></a><pre class="programlisting">void user_function (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *gimppreview,
|
||||
<a class="indexterm" name="id2618582"></a><pre class="programlisting">void user_function (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *gimppreview,
|
||||
gpointer user_data) : Run first</pre>
|
||||
<p>
|
||||
|
||||
@ -503,15 +485,13 @@ be overriden by a <code class="literal">GDK_FLEUR</code> if the preview has scro
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimppreview</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimppreview</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpPreviewArea</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpPixmap.html" title="GimpPixmap">
|
||||
<link rel="next" href="GimpPreview.html" title="GimpPreview">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,25 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2582761" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2610057" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2609945" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#properties" class="shortcut">Properties</a></nobr></td></tr>
|
||||
<a href="#id2609994" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2610015" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpPreviewArea</span></h2>
|
||||
<h2>
|
||||
<a name="id2582761"></a><span class="refentrytitle">GimpPreviewArea</span>
|
||||
</h2>
|
||||
<p>GimpPreviewArea — A general purpose preview widget which caches its pixel data.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -113,7 +117,7 @@ void <a href="GimpPreviewArea.html#gimp-preview-area-menu-popup">gimp_pre
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2609945"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -125,13 +129,13 @@ void <a href="GimpPreviewArea.html#gimp-preview-area-menu-popup">gimp_pre
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2609994"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpPreviewArea implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="properties"></a><h2>Properties</h2>
|
||||
<a name="id2610015"></a><h2>Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpPreviewArea.html#GimpPreviewArea--check-size">check-size</a>" <a
|
||||
@ -143,26 +147,26 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckType"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2610057"></a><h2>Description</h2>
|
||||
<p>
|
||||
A general purpose preview widget which caches its pixel data.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2610074"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2531698"></a><h3>
|
||||
<a name="id2607740"></a><h3>
|
||||
<a name="GimpPreviewArea-struct"></a>GimpPreviewArea</h3>
|
||||
<a class="indexterm" name="id2531710"></a><pre class="programlisting">typedef struct _GimpPreviewArea GimpPreviewArea;</pre>
|
||||
<a class="indexterm" name="id2607751"></a><pre class="programlisting">typedef struct _GimpPreviewArea GimpPreviewArea;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2531726"></a><h3>
|
||||
<a name="id2607767"></a><h3>
|
||||
<a name="gimp-preview-area-new"></a>gimp_preview_area_new ()</h3>
|
||||
<a class="indexterm" name="id2531737"></a><pre class="programlisting">GtkWidget* gimp_preview_area_new (void);</pre>
|
||||
<a class="indexterm" name="id2607779"></a><pre class="programlisting">GtkWidget* gimp_preview_area_new (void);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -171,8 +175,7 @@ A general purpose preview widget which caches its pixel data.
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> a new <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget.
|
||||
|
||||
Since GIMP 2.2
|
||||
@ -182,9 +185,9 @@ Since GIMP 2.2
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2531783"></a><h3>
|
||||
<a name="id2607824"></a><h3>
|
||||
<a name="gimp-preview-area-draw"></a>gimp_preview_area_draw ()</h3>
|
||||
<a class="indexterm" name="id2531794"></a><pre class="programlisting">void gimp_preview_area_draw (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
<a class="indexterm" name="id2607836"></a><pre class="programlisting">void gimp_preview_area_draw (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
gint x,
|
||||
gint y,
|
||||
gint width,
|
||||
@ -206,52 +209,44 @@ Since GIMP 2.2</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td> a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>x</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>x</code></em> :</span></td>
|
||||
<td> x offset in preview
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>y</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>y</code></em> :</span></td>
|
||||
<td> y offset in preview
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td> buffer width
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td> buffer height
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>type</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>type</code></em> :</span></td>
|
||||
<td> the <a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
|
||||
><span class="type">GimpImageType</span></a> of <em class="parameter"><code>buf</code></em>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>buf</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>buf</code></em> :</span></td>
|
||||
<td> a <span class="type">guchar</span> buffer that contains the preview pixel data.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>rowstride</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>rowstride</code></em> :</span></td>
|
||||
<td> rowstride of <em class="parameter"><code>buf</code></em>
|
||||
</td>
|
||||
</tr>
|
||||
@ -260,9 +255,9 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2582785"></a><h3>
|
||||
<a name="id2615955"></a><h3>
|
||||
<a name="gimp-preview-area-fill"></a>gimp_preview_area_fill ()</h3>
|
||||
<a class="indexterm" name="id2582795"></a><pre class="programlisting">void gimp_preview_area_fill (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
<a class="indexterm" name="id2615966"></a><pre class="programlisting">void gimp_preview_area_fill (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
gint x,
|
||||
gint y,
|
||||
gint width,
|
||||
@ -283,50 +278,42 @@ Since GIMP 2.2</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td> a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>x</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>x</code></em> :</span></td>
|
||||
<td> x offset in preview
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>y</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>y</code></em> :</span></td>
|
||||
<td> y offset in preview
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td> buffer width
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td> buffer height
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>red</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>red</code></em> :</span></td>
|
||||
<td> red component of the fill color (0-255)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>green</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>green</code></em> :</span></td>
|
||||
<td> green component of the fill color (0-255)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>blue</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>blue</code></em> :</span></td>
|
||||
<td> red component of the fill color (0-255)
|
||||
</td>
|
||||
</tr>
|
||||
@ -335,9 +322,9 @@ Since GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2583006"></a><h3>
|
||||
<a name="id2616175"></a><h3>
|
||||
<a name="gimp-preview-area-blend"></a>gimp_preview_area_blend ()</h3>
|
||||
<a class="indexterm" name="id2583017"></a><pre class="programlisting">void gimp_preview_area_blend (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
<a class="indexterm" name="id2616186"></a><pre class="programlisting">void gimp_preview_area_blend (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
gint x,
|
||||
gint y,
|
||||
gint width,
|
||||
@ -363,72 +350,61 @@ Since GIMP 2.2</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td> a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>x</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>x</code></em> :</span></td>
|
||||
<td> x offset in preview
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>y</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>y</code></em> :</span></td>
|
||||
<td> y offset in preview
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td> buffer width
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td> buffer height
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>type</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>type</code></em> :</span></td>
|
||||
<td> the <a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
|
||||
><span class="type">GimpImageType</span></a> of <em class="parameter"><code>buf1</code></em> and <em class="parameter"><code>buf2</code></em>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>buf1</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>buf1</code></em> :</span></td>
|
||||
<td> a <span class="type">guchar</span> buffer that contains the pixel data for
|
||||
the lower layer
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>rowstride1</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>rowstride1</code></em> :</span></td>
|
||||
<td> rowstride of <em class="parameter"><code>buf1</code></em>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>buf2</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>buf2</code></em> :</span></td>
|
||||
<td> a <span class="type">guchar</span> buffer that contains the pixel data for
|
||||
the upper layer
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>rowstride2</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>rowstride2</code></em> :</span></td>
|
||||
<td> rowstride of <em class="parameter"><code>buf2</code></em>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>opacity</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>opacity</code></em> :</span></td>
|
||||
<td> The opacity of the first layer.
|
||||
</td>
|
||||
</tr>
|
||||
@ -437,9 +413,9 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2583363"></a><h3>
|
||||
<a name="id2616532"></a><h3>
|
||||
<a name="gimp-preview-area-mask"></a>gimp_preview_area_mask ()</h3>
|
||||
<a class="indexterm" name="id2583374"></a><pre class="programlisting">void gimp_preview_area_mask (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
<a class="indexterm" name="id2616543"></a><pre class="programlisting">void gimp_preview_area_mask (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
gint x,
|
||||
gint y,
|
||||
gint width,
|
||||
@ -466,79 +442,67 @@ Since GIMP 2.2</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td> a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>x</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>x</code></em> :</span></td>
|
||||
<td> x offset in preview
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>y</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>y</code></em> :</span></td>
|
||||
<td> y offset in preview
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td> buffer width
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td> buffer height
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>type</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>type</code></em> :</span></td>
|
||||
<td> the <a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
|
||||
><span class="type">GimpImageType</span></a> of <em class="parameter"><code>buf1</code></em> and <em class="parameter"><code>buf2</code></em>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>buf1</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>buf1</code></em> :</span></td>
|
||||
<td> a <span class="type">guchar</span> buffer that contains the pixel data for
|
||||
the lower layer
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>rowstride1</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>rowstride1</code></em> :</span></td>
|
||||
<td> rowstride of <em class="parameter"><code>buf1</code></em>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>buf2</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>buf2</code></em> :</span></td>
|
||||
<td> a <span class="type">guchar</span> buffer that contains the pixel data for
|
||||
the upper layer
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>rowstride2</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>rowstride2</code></em> :</span></td>
|
||||
<td> rowstride of <em class="parameter"><code>buf2</code></em>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>mask</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>mask</code></em> :</span></td>
|
||||
<td> a <span class="type">guchar</span> buffer representing the mask of the second
|
||||
layer.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>rowstride_mask</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>rowstride_mask</code></em> :</span></td>
|
||||
<td> rowstride for the mask.
|
||||
</td>
|
||||
</tr>
|
||||
@ -547,9 +511,9 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2583748"></a><h3>
|
||||
<a name="id2616917"></a><h3>
|
||||
<a name="gimp-preview-area-set-offsets"></a>gimp_preview_area_set_offsets ()</h3>
|
||||
<a class="indexterm" name="id2583764"></a><pre class="programlisting">void gimp_preview_area_set_offsets (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
<a class="indexterm" name="id2616933"></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>
|
||||
@ -562,20 +526,17 @@ when drawing the checkerboard and to determine the dither offsets.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td> a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>x</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>x</code></em> :</span></td>
|
||||
<td> horizontal offset
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>y</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>y</code></em> :</span></td>
|
||||
<td> vertical offset
|
||||
</td>
|
||||
</tr>
|
||||
@ -586,9 +547,9 @@ when drawing the checkerboard and to determine the dither offsets.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2583870"></a><h3>
|
||||
<a name="id2617038"></a><h3>
|
||||
<a name="gimp-preview-area-set-colormap"></a>gimp_preview_area_set_colormap ()</h3>
|
||||
<a class="indexterm" name="id2583883"></a><pre class="programlisting">void gimp_preview_area_set_colormap (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
<a class="indexterm" name="id2617052"></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>
|
||||
@ -605,20 +566,17 @@ Since GIMP 2.2</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td> a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>colormap</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>colormap</code></em> :</span></td>
|
||||
<td> a <span class="type">guchar</span> buffer that contains the colormap
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>num_colors</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>num_colors</code></em> :</span></td>
|
||||
<td> the number of colors in the colormap
|
||||
</td>
|
||||
</tr>
|
||||
@ -627,9 +585,9 @@ Since GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2584030"></a><h3>
|
||||
<a name="id2617198"></a><h3>
|
||||
<a name="gimp-preview-area-set-max-size"></a>gimp_preview_area_set_max_size ()</h3>
|
||||
<a class="indexterm" name="id2584045"></a><pre class="programlisting">void gimp_preview_area_set_max_size (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
<a class="indexterm" name="id2617214"></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>
|
||||
@ -644,20 +602,17 @@ preview will draw itself centered into the allocated area.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td> a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>width</code></em> :</span></td>
|
||||
<td> the maximum width in pixels or -1 to unset the limit
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>height</code></em> :</span></td>
|
||||
<td> the maximum height in pixels or -1 to unset the limit
|
||||
</td>
|
||||
</tr>
|
||||
@ -668,9 +623,9 @@ preview will draw itself centered into the allocated area.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2584162"></a><h3>
|
||||
<a name="id2617330"></a><h3>
|
||||
<a name="gimp-preview-area-menu-popup"></a>gimp_preview_area_menu_popup ()</h3>
|
||||
<a class="indexterm" name="id2584178"></a><pre class="programlisting">void gimp_preview_area_menu_popup (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
<a class="indexterm" name="id2593613"></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
|
||||
@ -682,14 +637,12 @@ the checkerboard pattern that the <em class="parameter"><code>area</code></em> u
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>area</code></em> :</span></td>
|
||||
<td> a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>event</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>event</code></em> :</span></td>
|
||||
<td> the button event that causes the menu to popup or <code class="literal">NULL</code>
|
||||
</td>
|
||||
</tr>
|
||||
@ -700,11 +653,11 @@ the checkerboard pattern that the <em class="parameter"><code>area</code></em> u
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="property_details"></a><h2>Property Details</h2>
|
||||
<a name="id2617419"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2584292"></a><h3>
|
||||
<a name="id2617428"></a><h3>
|
||||
<a name="GimpPreviewArea--check-size"></a>The "<code class="literal">check-size</code>" property</h3>
|
||||
<a class="indexterm" name="id2584305"></a><pre class="programlisting"> "check-size" <a
|
||||
<a class="indexterm" name="id2617441"></a><pre class="programlisting"> "check-size" <a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckSize"
|
||||
>GimpCheckSize</a> : Read / Write</pre>
|
||||
<p></p>
|
||||
@ -712,9 +665,9 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckSize"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2584329"></a><h3>
|
||||
<a name="id2617463"></a><h3>
|
||||
<a name="GimpPreviewArea--check-type"></a>The "<code class="literal">check-type</code>" property</h3>
|
||||
<a class="indexterm" name="id2584343"></a><pre class="programlisting"> "check-type" <a
|
||||
<a class="indexterm" name="id2617475"></a><pre class="programlisting"> "check-type" <a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckType"
|
||||
>GimpCheckType</a> : Read / Write</pre>
|
||||
<p></p>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpSizeEntry</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-utils.html" title="Part V. GIMP Widgets Utilities">
|
||||
<link rel="prev" href="libgimpwidgets-GimpQueryBox.html" title="GimpQueryBox">
|
||||
<link rel="next" href="libgimpwidgets-GimpStock.html" title="GimpStock">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,25 +28,29 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2569228" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2628276" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2628106" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2628160" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2628182" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpSizeEntry</span></h2>
|
||||
<h2>
|
||||
<a name="id2569228"></a><span class="refentrytitle">GimpSizeEntry</span>
|
||||
</h2>
|
||||
<p>GimpSizeEntry — Widget for entering pixel values and resolutions.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -121,7 +125,7 @@ GtkWidget* <a href="GimpSizeEntry.html#gimp-size-entry-get-help-widget">gimp_si
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2628106"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -134,13 +138,13 @@ GtkWidget* <a href="GimpSizeEntry.html#gimp-size-entry-get-help-widget">gimp_si
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2628160"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpSizeEntry implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2628182"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpSizeEntry.html#GimpSizeEntry-refval-changed">refval-changed</a>"
|
||||
@ -155,7 +159,7 @@ GimpSizeEntry implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2628276"></a><h2>Description</h2>
|
||||
<p>
|
||||
This widget is used to enter pixel distances/sizes and resolutions.
|
||||
</p>
|
||||
@ -187,29 +191,29 @@ real-world-unit.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2636671"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603504"></a><h3>
|
||||
<a name="id2636680"></a><h3>
|
||||
<a name="GimpSizeEntry-struct"></a>GimpSizeEntry</h3>
|
||||
<a class="indexterm" name="id2603515"></a><pre class="programlisting">typedef struct _GimpSizeEntry GimpSizeEntry;</pre>
|
||||
<a class="indexterm" name="id2636691"></a><pre class="programlisting">typedef struct _GimpSizeEntry GimpSizeEntry;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603529"></a><h3>
|
||||
<a name="id2636705"></a><h3>
|
||||
<a name="GimpSizeEntryField"></a>GimpSizeEntryField</h3>
|
||||
<a class="indexterm" name="id2603540"></a><pre class="programlisting">typedef struct _GimpSizeEntryField GimpSizeEntryField;</pre>
|
||||
<a class="indexterm" name="id2636716"></a><pre class="programlisting">typedef struct _GimpSizeEntryField GimpSizeEntryField;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603554"></a><h3>
|
||||
<a name="id2636730"></a><h3>
|
||||
<a name="GimpSizeEntryUpdatePolicy"></a>enum GimpSizeEntryUpdatePolicy</h3>
|
||||
<a class="indexterm" name="id2603565"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2636741"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_SIZE_ENTRY_UPDATE_NONE = 0,
|
||||
GIMP_SIZE_ENTRY_UPDATE_SIZE = 1,
|
||||
@ -222,9 +226,9 @@ real-world-unit.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603581"></a><h3>
|
||||
<a name="id2636757"></a><h3>
|
||||
<a name="gimp-size-entry-new"></a>gimp_size_entry_new ()</h3>
|
||||
<a class="indexterm" name="id2603592"></a><pre class="programlisting">GtkWidget* gimp_size_entry_new (gint number_of_fields,
|
||||
<a class="indexterm" name="id2636768"></a><pre class="programlisting">GtkWidget* gimp_size_entry_new (gint number_of_fields,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit,
|
||||
@ -278,62 +282,53 @@ of the <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpU
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>number_of_fields</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>number_of_fields</code></em> :</span></td>
|
||||
<td> The number of input fields.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>unit</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>unit</code></em> :</span></td>
|
||||
<td> The initial unit.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>unit_format</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>unit_format</code></em> :</span></td>
|
||||
<td> A printf-like unit-format string as is used with
|
||||
<a href="GimpUnitMenu.html#gimp-unit-menu-new"><code class="function">gimp_unit_menu_new()</code></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>menu_show_pixels</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>menu_show_pixels</code></em> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> if the unit menu shold contain an item for
|
||||
GIMP_UNIT_PIXEL (ignored if the <em class="parameter"><code>update_policy</code></em> is not
|
||||
GIMP_SIZE_ENTRY_UPDATE_NONE).
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>menu_show_percent</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>menu_show_percent</code></em> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> if the unit menu shold contain an item for
|
||||
GIMP_UNIT_PERCENT.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>show_refval</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>show_refval</code></em> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> if you want an extra "reference value"
|
||||
spinbutton per input field.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>spinbutton_width</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>spinbutton_width</code></em> :</span></td>
|
||||
<td> The minimal horizontal size of the <span class="type">GtkSpinButton</span>'s.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>update_policy</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>update_policy</code></em> :</span></td>
|
||||
<td> How the automatic pixel <-> real-world-unit
|
||||
calculations should be done.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A Pointer to the new <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
@ -342,9 +337,9 @@ of the <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpU
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604030"></a><h3>
|
||||
<a name="id2637205"></a><h3>
|
||||
<a name="gimp-size-entry-add-field"></a>gimp_size_entry_add_field ()</h3>
|
||||
<a class="indexterm" name="id2604042"></a><pre class="programlisting">void gimp_size_entry_add_field (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2637216"></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>
|
||||
@ -362,20 +357,17 @@ as <code class="literal">TRUE</code> in <a href="GimpSizeEntry.html#gimp-size-en
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td> The sizeentry you want to add a field to.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>value_spinbutton</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>value_spinbutton</code></em> :</span></td>
|
||||
<td> The spinbutton to display the field's value.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>refval_spinbutton</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>refval_spinbutton</code></em> :</span></td>
|
||||
<td> The spinbutton to display the field's reference value.
|
||||
</td>
|
||||
</tr>
|
||||
@ -384,9 +376,9 @@ as <code class="literal">TRUE</code> in <a href="GimpSizeEntry.html#gimp-size-en
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604203"></a><h3>
|
||||
<a name="id2637351"></a><h3>
|
||||
<a name="gimp-size-entry-attach-label"></a>gimp_size_entry_attach_label ()</h3>
|
||||
<a class="indexterm" name="id2604216"></a><pre class="programlisting">GtkWidget* gimp_size_entry_attach_label (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2637364"></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,
|
||||
@ -400,38 +392,32 @@ Attaches a <span class="type">GtkLabel</span> to the <a href="GimpSizeEntry.html
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td> The sizeentry you want to add a label to.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>text</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>text</code></em> :</span></td>
|
||||
<td> The text of the label.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>row</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>row</code></em> :</span></td>
|
||||
<td> The row where the label will be attached.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>column</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>column</code></em> :</span></td>
|
||||
<td> The column where the label will be attached.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>alignment</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>alignment</code></em> :</span></td>
|
||||
<td> The horizontal alignment of the label.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A pointer to the new <span class="type">GtkLabel</span> widget.
|
||||
</td>
|
||||
</tr>
|
||||
@ -440,9 +426,9 @@ Attaches a <span class="type">GtkLabel</span> to the <a href="GimpSizeEntry.html
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604393"></a><h3>
|
||||
<a name="id2637523"></a><h3>
|
||||
<a name="gimp-size-entry-set-resolution"></a>gimp_size_entry_set_resolution ()</h3>
|
||||
<a class="indexterm" name="id2604406"></a><pre class="programlisting">void gimp_size_entry_set_resolution (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2637535"></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>
|
||||
@ -467,26 +453,22 @@ This function does nothing if the <a href="GimpSizeEntry.html#GimpSizeEntryUpdat
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td> The sizeentry you want to set a resolution for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td> The index of the field you want to set the resolution for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>resolution</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>resolution</code></em> :</span></td>
|
||||
<td> The new resolution (in dpi) for the chosen <em class="parameter"><code>field</code></em>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>keep_size</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>keep_size</code></em> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> if the <em class="parameter"><code>field</code></em>'s size in pixels should stay the same.
|
||||
<code class="literal">FALSE</code> if the <em class="parameter"><code>field</code></em>'s size in units should stay the same.
|
||||
</td>
|
||||
@ -496,9 +478,9 @@ This function does nothing if the <a href="GimpSizeEntry.html#GimpSizeEntryUpdat
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604625"></a><h3>
|
||||
<a name="id2637733"></a><h3>
|
||||
<a name="gimp-size-entry-set-size"></a>gimp_size_entry_set_size ()</h3>
|
||||
<a class="indexterm" name="id2604636"></a><pre class="programlisting">void gimp_size_entry_set_size (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2637743"></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>
|
||||
@ -521,26 +503,22 @@ This function does nothing if the <a href="GimpSizeEntry.html#GimpSizeEntryUpdat
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td> The sizeentry you want to set a size for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td> The index of the field you want to set the size for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>lower</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>lower</code></em> :</span></td>
|
||||
<td> The reference value which will be treated as 0%.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>upper</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>upper</code></em> :</span></td>
|
||||
<td> The reference value which will be treated as 100%.
|
||||
</td>
|
||||
</tr>
|
||||
@ -549,9 +527,9 @@ This function does nothing if the <a href="GimpSizeEntry.html#GimpSizeEntryUpdat
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604831"></a><h3>
|
||||
<a name="id2637919"></a><h3>
|
||||
<a name="gimp-size-entry-set-value-boundaries"></a>gimp_size_entry_set_value_boundaries ()</h3>
|
||||
<a class="indexterm" name="id2604845"></a><pre class="programlisting">void gimp_size_entry_set_value_boundaries
|
||||
<a class="indexterm" name="id2637932"></a><pre class="programlisting">void gimp_size_entry_set_value_boundaries
|
||||
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint field,
|
||||
gdouble lower,
|
||||
@ -577,26 +555,22 @@ NOTE: In most cases you won't be interested in these values because the
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td> The sizeentry you want to set value boundaries for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td> The index of the field you want to set value boundaries for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>lower</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>lower</code></em> :</span></td>
|
||||
<td> The new lower boundary of the value of the chosen <em class="parameter"><code>field</code></em>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>upper</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>upper</code></em> :</span></td>
|
||||
<td> The new upper boundary of the value of the chosen <em class="parameter"><code>field</code></em>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -605,9 +579,9 @@ NOTE: In most cases you won't be interested in these values because the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605030"></a><h3>
|
||||
<a name="id2638100"></a><h3>
|
||||
<a name="gimp-size-entry-get-value"></a>gimp_size_entry_get_value ()</h3>
|
||||
<a class="indexterm" name="id2605042"></a><pre class="programlisting">gdouble gimp_size_entry_get_value (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2638112"></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>.
|
||||
@ -630,20 +604,17 @@ NOTE: In most cases you won't be interested in this value because the
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td> The sizeentry you want to know a value of.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td> The index of the field you want to know the value of.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The value of the chosen <em class="parameter"><code>field</code></em>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -652,9 +623,9 @@ NOTE: In most cases you won't be interested in this value because the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605200"></a><h3>
|
||||
<a name="id2638253"></a><h3>
|
||||
<a name="gimp-size-entry-set-value"></a>gimp_size_entry_set_value ()</h3>
|
||||
<a class="indexterm" name="id2605212"></a><pre class="programlisting">void gimp_size_entry_set_value (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2638264"></a><pre class="programlisting">void gimp_size_entry_set_value (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint field,
|
||||
gdouble value);</pre>
|
||||
<p>
|
||||
@ -678,20 +649,17 @@ NOTE: In most cases you won't be interested in this value because the
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td> The sizeentry you want to set a value for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td> The index of the field you want to set a value for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td> The new value for <em class="parameter"><code>field</code></em>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -700,9 +668,9 @@ NOTE: In most cases you won't be interested in this value because the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605380"></a><h3>
|
||||
<a name="id2638415"></a><h3>
|
||||
<a name="gimp-size-entry-set-refval-boundaries"></a>gimp_size_entry_set_refval_boundaries ()</h3>
|
||||
<a class="indexterm" name="id2605394"></a><pre class="programlisting">void gimp_size_entry_set_refval_boundaries
|
||||
<a class="indexterm" name="id2638428"></a><pre class="programlisting">void gimp_size_entry_set_refval_boundaries
|
||||
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint field,
|
||||
gdouble lower,
|
||||
@ -721,27 +689,23 @@ The current reference value of the <em class="parameter"><code>field</code></em>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td> The sizeentry you want to set the reference value boundaries for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td> The index of the field you want to set the reference value
|
||||
boundaries for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>lower</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>lower</code></em> :</span></td>
|
||||
<td> The new lower boundary of the reference value of the chosen <em class="parameter"><code>field</code></em>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>upper</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>upper</code></em> :</span></td>
|
||||
<td> The new upper boundary of the reference value of the chosen <em class="parameter"><code>field</code></em>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -750,9 +714,9 @@ The current reference value of the <em class="parameter"><code>field</code></em>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605533"></a><h3>
|
||||
<a name="id2638574"></a><h3>
|
||||
<a name="gimp-size-entry-set-refval-digits"></a>gimp_size_entry_set_refval_digits ()</h3>
|
||||
<a class="indexterm" name="id2605546"></a><pre class="programlisting">void gimp_size_entry_set_refval_digits
|
||||
<a class="indexterm" name="id2638587"></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>
|
||||
@ -771,20 +735,17 @@ of digits will equal to 0 for <span class="type">GIMP_SIZE_ENTRY_UPDATE_SIZE</sp
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td> The sizeentry you want to set the reference value digits for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td> The index of the field you want to set the reference value for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>digits</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>digits</code></em> :</span></td>
|
||||
<td> The new number of decimal digits for the <span class="type">GtkSpinButton</span> which
|
||||
displays <em class="parameter"><code>field</code></em>'s reference value.
|
||||
</td>
|
||||
@ -794,9 +755,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="id2605680"></a><h3>
|
||||
<a name="id2638721"></a><h3>
|
||||
<a name="gimp-size-entry-get-refval"></a>gimp_size_entry_get_refval ()</h3>
|
||||
<a class="indexterm" name="id2605692"></a><pre class="programlisting">gdouble gimp_size_entry_get_refval (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2638732"></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>.
|
||||
@ -812,20 +773,17 @@ in dpi, depending on which <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td> The sizeentry you want to know a reference value of.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td> The index of the field you want to know the reference value of.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The reference value of the chosen <em class="parameter"><code>field</code></em>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -834,9 +792,9 @@ in dpi, depending on which <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605804"></a><h3>
|
||||
<a name="id2638845"></a><h3>
|
||||
<a name="gimp-size-entry-set-refval"></a>gimp_size_entry_set_refval ()</h3>
|
||||
<a class="indexterm" name="id2605815"></a><pre class="programlisting">void gimp_size_entry_set_refval (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2638856"></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>
|
||||
@ -853,20 +811,17 @@ depending on which <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy"><span
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td> The sizeentry you want to set a reference value for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td> The index of the field you want to set the reference value for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>refval</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>refval</code></em> :</span></td>
|
||||
<td> The new reference value for <em class="parameter"><code>field</code></em>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -875,9 +830,9 @@ depending on which <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy"><span
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605941"></a><h3>
|
||||
<a name="id2638982"></a><h3>
|
||||
<a name="gimp-size-entry-get-unit"></a>gimp_size_entry_get_unit ()</h3>
|
||||
<a class="indexterm" name="id2605952"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2638992"></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>
|
||||
@ -892,14 +847,12 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td> The sizeentry you want to know the unit of.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The sizeentry's unit.
|
||||
</td>
|
||||
</tr>
|
||||
@ -908,9 +861,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606025"></a><h3>
|
||||
<a name="id2639066"></a><h3>
|
||||
<a name="gimp-size-entry-set-unit"></a>gimp_size_entry_set_unit ()</h3>
|
||||
<a class="indexterm" name="id2606036"></a><pre class="programlisting">void gimp_size_entry_set_unit (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2639077"></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>
|
||||
@ -926,14 +879,12 @@ according to which <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy"><span
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td> The sizeentry you want to change the unit for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>unit</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>unit</code></em> :</span></td>
|
||||
<td> The new unit.
|
||||
</td>
|
||||
</tr>
|
||||
@ -942,9 +893,9 @@ according to which <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy"><span
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606122"></a><h3>
|
||||
<a name="id2639163"></a><h3>
|
||||
<a name="gimp-size-entry-set-pixel-digits"></a>gimp_size_entry_set_pixel_digits ()</h3>
|
||||
<a class="indexterm" name="id2606135"></a><pre class="programlisting">void gimp_size_entry_set_pixel_digits
|
||||
<a class="indexterm" name="id2639176"></a><pre class="programlisting">void gimp_size_entry_set_pixel_digits
|
||||
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint digits);</pre>
|
||||
<p>
|
||||
@ -957,14 +908,12 @@ you set up a <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="typ
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td> a <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>digits</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>digits</code></em> :</span></td>
|
||||
<td> the number of digits to display for a pixel size
|
||||
</td>
|
||||
</tr>
|
||||
@ -973,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="id2606224"></a><h3>
|
||||
<a name="id2639265"></a><h3>
|
||||
<a name="gimp-size-entry-grab-focus"></a>gimp_size_entry_grab_focus ()</h3>
|
||||
<a class="indexterm" name="id2606235"></a><pre class="programlisting">void gimp_size_entry_grab_focus (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse);</pre>
|
||||
<a class="indexterm" name="id2639276"></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>
|
||||
@ -985,8 +934,7 @@ it's impossible to implement <code class="function">gtk_widget_grab_focus()</cod
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td> The sizeentry you want to grab the keyboard focus.
|
||||
</td>
|
||||
</tr></tbody>
|
||||
@ -994,9 +942,9 @@ it's impossible to implement <code class="function">gtk_widget_grab_focus()</cod
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606296"></a><h3>
|
||||
<a name="id2639337"></a><h3>
|
||||
<a name="gimp-size-entry-get-help-widget"></a>gimp_size_entry_get_help_widget ()</h3>
|
||||
<a class="indexterm" name="id2606308"></a><pre class="programlisting">GtkWidget* gimp_size_entry_get_help_widget (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a class="indexterm" name="id2639349"></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
|
||||
@ -1009,20 +957,17 @@ can use this function to get a pointer to the spinbuttons.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gse</code></em> :</span></td>
|
||||
<td> a <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>field</code></em> :</span></td>
|
||||
<td> the index of the widget you want to get a pointer to
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> a <span class="type">GtkWidget</span> pointer that you can attach a tooltip to.
|
||||
</td>
|
||||
</tr>
|
||||
@ -1031,11 +976,11 @@ can use this function to get a pointer to the spinbuttons.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2639455"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606423"></a><h3>
|
||||
<a name="id2639464"></a><h3>
|
||||
<a name="GimpSizeEntry-refval-changed"></a>The "refval-changed" signal</h3>
|
||||
<a class="indexterm" name="id2606433"></a><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
|
||||
<a class="indexterm" name="id2639474"></a><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
|
||||
gpointer user_data) : Run first</pre>
|
||||
<p>
|
||||
|
||||
@ -1044,15 +989,13 @@ can use this function to get a pointer to the spinbuttons.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpsizeentry</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpsizeentry</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -1060,9 +1003,9 @@ can use this function to get a pointer to the spinbuttons.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606494"></a><h3>
|
||||
<a name="id2639535"></a><h3>
|
||||
<a name="GimpSizeEntry-unit-changed"></a>The "unit-changed" signal</h3>
|
||||
<a class="indexterm" name="id2606501"></a><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
|
||||
<a class="indexterm" name="id2639542"></a><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
|
||||
gpointer user_data) : Run first</pre>
|
||||
<p>
|
||||
|
||||
@ -1071,15 +1014,13 @@ can use this function to get a pointer to the spinbuttons.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpsizeentry</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpsizeentry</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -1087,9 +1028,9 @@ can use this function to get a pointer to the spinbuttons.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606562"></a><h3>
|
||||
<a name="id2639603"></a><h3>
|
||||
<a name="GimpSizeEntry-value-changed"></a>The "value-changed" signal</h3>
|
||||
<a class="indexterm" name="id2606570"></a><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
|
||||
<a class="indexterm" name="id2639611"></a><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
|
||||
gpointer user_data) : Run first</pre>
|
||||
<p>
|
||||
|
||||
@ -1098,15 +1039,13 @@ can use this function to get a pointer to the spinbuttons.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimpsizeentry</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimpsizeentry</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -1114,7 +1053,7 @@ can use this function to get a pointer to the spinbuttons.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2606634"></a><h2>See Also</h2>
|
||||
<a name="id2639675"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpUnitMenu</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="libgimpwidgets-GimpScrolledPreview.html" title="GimpScrolledPreview">
|
||||
<link rel="next" href="libgimpwidgets-cell-renderers.html" title="Cell Renderers for GtkTreeView">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,19 +28,23 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2570560" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
<a href="#id2615152" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2601973" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2602040" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2615109" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpUnitMenu</span></h2>
|
||||
<h2>
|
||||
<a name="id2570560"></a><span class="refentrytitle">GimpUnitMenu</span>
|
||||
</h2>
|
||||
<p>GimpUnitMenu — Widget for selecting a <a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
><span class="type">GimpUnit</span></a>.</p>
|
||||
@ -48,7 +52,7 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -75,7 +79,7 @@ void <a href="GimpUnitMenu.html#gimp-unit-menu-set-pixel-digits">gimp_uni
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2601973"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -90,13 +94,13 @@ void <a href="GimpUnitMenu.html#gimp-unit-menu-set-pixel-digits">gimp_uni
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2602040"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpUnitMenu implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signal_proto"></a><h2>Signals</h2>
|
||||
<a name="id2615109"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpUnitMenu.html#GimpUnitMenu-unit-changed">unit-changed</a>"
|
||||
@ -105,7 +109,7 @@ GimpUnitMenu implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2615152"></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"
|
||||
@ -126,20 +130,20 @@ Whenever the user selects a unit from the menu or the dialog, the
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2615214"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579776"></a><h3>
|
||||
<a name="id2615225"></a><h3>
|
||||
<a name="GimpUnitMenu-struct"></a>GimpUnitMenu</h3>
|
||||
<a class="indexterm" name="id2579788"></a><pre class="programlisting">typedef struct _GimpUnitMenu GimpUnitMenu;</pre>
|
||||
<a class="indexterm" name="id2615237"></a><pre class="programlisting">typedef struct _GimpUnitMenu GimpUnitMenu;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579803"></a><h3>
|
||||
<a name="id2615253"></a><h3>
|
||||
<a name="gimp-unit-menu-new"></a>gimp_unit_menu_new ()</h3>
|
||||
<a class="indexterm" name="id2579816"></a><pre class="programlisting">GtkWidget* gimp_unit_menu_new (const gchar *format,
|
||||
<a class="indexterm" name="id2615265"></a><pre class="programlisting">GtkWidget* gimp_unit_menu_new (const gchar *format,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit,
|
||||
@ -193,42 +197,36 @@ The <em class="parameter"><code>format</code></em> string supports the following
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>format</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>format</code></em> :</span></td>
|
||||
<td> A printf-like format string which is used to create the unit
|
||||
strings.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>unit</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>unit</code></em> :</span></td>
|
||||
<td> The initially selected unit.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>show_pixels</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>show_pixels</code></em> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> if the unit menu should contain an item for
|
||||
GIMP_UNIT_PIXEL.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>show_percent</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>show_percent</code></em> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> in the unit menu should contain an item for
|
||||
GIMP_UNIT_PERCENT.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>show_custom</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>show_custom</code></em> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> if the unit menu should contain a "More..." item for
|
||||
opening the user-defined-unit selection dialog.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A pointer to the new <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> widget.
|
||||
</td>
|
||||
</tr>
|
||||
@ -237,9 +235,9 @@ The <em class="parameter"><code>format</code></em> string supports the following
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580933"></a><h3>
|
||||
<a name="id2613058"></a><h3>
|
||||
<a name="gimp-unit-menu-set-unit"></a>gimp_unit_menu_set_unit ()</h3>
|
||||
<a class="indexterm" name="id2580945"></a><pre class="programlisting">void gimp_unit_menu_set_unit (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu,
|
||||
<a class="indexterm" name="id2613070"></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>
|
||||
@ -254,14 +252,12 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>menu</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>menu</code></em> :</span></td>
|
||||
<td> The unit menu you want to set the unit for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>unit</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>unit</code></em> :</span></td>
|
||||
<td> The new unit.
|
||||
</td>
|
||||
</tr>
|
||||
@ -270,9 +266,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581424"></a><h3>
|
||||
<a name="id2613156"></a><h3>
|
||||
<a name="gimp-unit-menu-get-unit"></a>gimp_unit_menu_get_unit ()</h3>
|
||||
<a class="indexterm" name="id2581434"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2613167"></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>
|
||||
@ -286,14 +282,12 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>menu</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>menu</code></em> :</span></td>
|
||||
<td> The unit menu you want to know the unit of.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The unit the user has selected.
|
||||
</td>
|
||||
</tr>
|
||||
@ -302,9 +296,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581509"></a><h3>
|
||||
<a name="id2613242"></a><h3>
|
||||
<a name="gimp-unit-menu-get-pixel-digits"></a>gimp_unit_menu_get_pixel_digits ()</h3>
|
||||
<a class="indexterm" name="id2581520"></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="id2613253"></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>
|
||||
@ -315,14 +309,12 @@ Retrieve the number of digits for a pixel size as set by
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>menu</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>menu</code></em> :</span></td>
|
||||
<td> a <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> the configured number of digits for a pixel size
|
||||
</td>
|
||||
</tr>
|
||||
@ -331,9 +323,9 @@ Retrieve the number of digits for a pixel size as set by
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581598"></a><h3>
|
||||
<a name="id2613331"></a><h3>
|
||||
<a name="gimp-unit-menu-set-pixel-digits"></a>gimp_unit_menu_set_pixel_digits ()</h3>
|
||||
<a class="indexterm" name="id2581609"></a><pre class="programlisting">void gimp_unit_menu_set_pixel_digits (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu,
|
||||
<a class="indexterm" name="id2613342"></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
|
||||
@ -353,14 +345,12 @@ here. You should do this after attaching your spinbuttons.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>menu</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>menu</code></em> :</span></td>
|
||||
<td> a <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>digits</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>digits</code></em> :</span></td>
|
||||
<td> the number of digits to display for a pixel size
|
||||
</td>
|
||||
</tr>
|
||||
@ -369,11 +359,11 @@ here. You should do this after attaching your spinbuttons.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="signals"></a><h2>Signal Details</h2>
|
||||
<a name="id2613442"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2586238"></a><h3>
|
||||
<a name="id2613453"></a><h3>
|
||||
<a name="GimpUnitMenu-unit-changed"></a>The "unit-changed" signal</h3>
|
||||
<a class="indexterm" name="id2586246"></a><pre class="programlisting">void user_function (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *arg0,
|
||||
<a class="indexterm" name="id2613460"></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,15 +376,14 @@ the <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnit
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2586311"></a><h2>See Also</h2>
|
||||
<a name="id2619485"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
|
||||
@ -3,10 +3,10 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GIMP Widgets Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="next" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -22,145 +22,144 @@
|
||||
<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.2.12
|
||||
for GIMP 2.2.14
|
||||
|
||||
</p></div>
|
||||
</div>
|
||||
<hr>
|
||||
</div>
|
||||
<div class="toc">
|
||||
<p><b>Table of Contents</b></p>
|
||||
<dl>
|
||||
<div class="toc"><dl>
|
||||
<dt><span class="part"><a href="libgimpwidgets-widgets.html">I. GIMP Widgets</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt><span class="chapter"><a href="libgimpwidgets-hierarchy.html">Object Hierarchy</a></span></dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpButton.html">GimpButton</a></span><span class="refpurpose"> - A GtkButton with a little extra functionality.</span>
|
||||
<span class="refentrytitle"><a href="GimpButton.html">GimpButton</a></span><span class="refpurpose"> — A <span class="type">GtkButton</span> with a little extra functionality.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpChainButton.html">GimpChainButton</a></span><span class="refpurpose"> - Widget to visually connect two entry widgets.</span>
|
||||
<span class="refentrytitle"><a href="GimpChainButton.html">GimpChainButton</a></span><span class="refpurpose"> — Widget to visually connect two entry widgets.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpColorArea.html">GimpColorArea</a></span><span class="refpurpose"> - Displays a GimpRGB color, optionally with alpha-channel.</span>
|
||||
<span class="refentrytitle"><a href="GimpColorArea.html">GimpColorArea</a></span><span class="refpurpose"> — Displays a GimpRGB color, optionally with alpha-channel.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpColorButton.html">GimpColorButton</a></span><span class="refpurpose"> - Widget for selecting a color from a simple button.</span>
|
||||
<span class="refentrytitle"><a href="GimpColorButton.html">GimpColorButton</a></span><span class="refpurpose"> — Widget for selecting a color from a simple button.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpColorHexEntry.html">GimpColorHexEntry</a></span><span class="refpurpose"> - Widget for entering a color's hex triplet.</span>
|
||||
<span class="refentrytitle"><a href="GimpColorHexEntry.html">GimpColorHexEntry</a></span><span class="refpurpose"> — Widget for entering a color's hex triplet.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpColorScale.html">GimpColorScale</a></span><span class="refpurpose"> - Fancy colored sliders.</span>
|
||||
<span class="refentrytitle"><a href="GimpColorScale.html">GimpColorScale</a></span><span class="refpurpose"> — Fancy colored sliders.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpColorSelection.html">GimpColorSelection</a></span><span class="refpurpose"> - Widget for doing a color selection.</span>
|
||||
<span class="refentrytitle"><a href="GimpColorSelection.html">GimpColorSelection</a></span><span class="refpurpose"> — Widget for doing a color selection.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpDialog.html">GimpDialog</a></span><span class="refpurpose"> - Constructors for GtkDialog's and action_areas as well as other
|
||||
<span class="refentrytitle"><a href="GimpDialog.html">GimpDialog</a></span><span class="refpurpose"> — Constructors for <span class="type">GtkDialog</span>'s and action_areas as well as other
|
||||
dialog-related stuff.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpFileEntry.html">GimpFileEntry</a></span><span class="refpurpose"> - Widget for entering a filename.</span>
|
||||
<span class="refentrytitle"><a href="GimpFileEntry.html">GimpFileEntry</a></span><span class="refpurpose"> — Widget for entering a filename.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpFrame.html">GimpFrame</a></span><span class="refpurpose"> - A widget providing a HIG-compliant subclass of GtkFrame.</span>
|
||||
<span class="refentrytitle"><a href="GimpFrame.html">GimpFrame</a></span><span class="refpurpose"> — A widget providing a HIG-compliant subclass of <span class="type">GtkFrame</span>.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpIntComboBox.html">GimpIntComboBox</a></span><span class="refpurpose"> - A widget providing a popup menu of integer values (e.g. enums).</span>
|
||||
<span class="refentrytitle"><a href="GimpIntComboBox.html">GimpIntComboBox</a></span><span class="refpurpose"> — A widget providing a popup menu of integer values (e.g. enums).</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpIntStore.html">GimpIntStore</a></span><span class="refpurpose"> - A model for integer based name-value pairs (e.g. enums)</span>
|
||||
<span class="refentrytitle"><a href="GimpIntStore.html">GimpIntStore</a></span><span class="refpurpose"> — A model for integer based name-value pairs (e.g. enums)</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpMemsizeEntry.html">GimpMemsizeEntry</a></span><span class="refpurpose"> - A composite widget that allows to enter a memory size.</span>
|
||||
<span class="refentrytitle"><a href="GimpMemsizeEntry.html">GimpMemsizeEntry</a></span><span class="refpurpose"> — A composite widget that allows to enter a memory size.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpOffsetArea.html">GimpOffsetArea</a></span><span class="refpurpose"> - Widget to control image offsets.</span>
|
||||
<span class="refentrytitle"><a href="GimpOffsetArea.html">GimpOffsetArea</a></span><span class="refpurpose"> — Widget to control image offsets.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpPathEditor.html">GimpPathEditor</a></span><span class="refpurpose"> - Widget for editing a file search path.</span>
|
||||
<span class="refentrytitle"><a href="GimpPathEditor.html">GimpPathEditor</a></span><span class="refpurpose"> — Widget for editing a file search path.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpPickButton.html">GimpPickButton</a></span><span class="refpurpose"> - Widget to pick a color from screen.</span>
|
||||
<span class="refentrytitle"><a href="GimpPickButton.html">GimpPickButton</a></span><span class="refpurpose"> — Widget to pick a color from screen.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpPixmap.html">GimpPixmap</a></span><span class="refpurpose"> - Widget which creates a GtkPixmap from XPM data.</span>
|
||||
<span class="refentrytitle"><a href="GimpPixmap.html">GimpPixmap</a></span><span class="refpurpose"> — Widget which creates a <span class="type">GtkPixmap</span> from XPM data.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpPreviewArea.html">GimpPreviewArea</a></span><span class="refpurpose"> - A general purpose preview widget which caches its pixel data.</span>
|
||||
<span class="refentrytitle"><a href="GimpPreviewArea.html">GimpPreviewArea</a></span><span class="refpurpose"> — A general purpose preview widget which caches its pixel data.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpPreview.html">GimpPreview</a></span><span class="refpurpose"> - A widget providing a GimpPreviewArea plus framework to update the preview.</span>
|
||||
<span class="refentrytitle"><a href="GimpPreview.html">GimpPreview</a></span><span class="refpurpose"> — A widget providing a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> plus framework to update the preview.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="libgimpwidgets-GimpScrolledPreview.html">GimpScrolledPreview</a></span><span class="refpurpose"> - A widget providing a GimpPreview enhanced by scrolling capabilities.</span>
|
||||
<span class="refentrytitle"><a href="libgimpwidgets-GimpScrolledPreview.html">GimpScrolledPreview</a></span><span class="refpurpose"> — A widget providing a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> enhanced by scrolling capabilities.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpUnitMenu.html">GimpUnitMenu</a></span><span class="refpurpose"> - Widget for selecting a GimpUnit.</span>
|
||||
<span class="refentrytitle"><a href="GimpUnitMenu.html">GimpUnitMenu</a></span><span class="refpurpose"> — Widget for selecting a <a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
><span class="type">GimpUnit</span></a>.</span>
|
||||
</dt>
|
||||
</dl></dd>
|
||||
<dt><span class="chapter"><a href="libgimpwidgets-cell-renderers.html">Cell Renderers for GtkTreeView</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpCellRendererColor.html">GimpCellRendererColor</a></span><span class="refpurpose"> - </span>
|
||||
<span class="refentrytitle"><a href="GimpCellRendererColor.html">GimpCellRendererColor</a></span><span class="refpurpose"></span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpCellRendererToggle.html">GimpCellRendererToggle</a></span><span class="refpurpose"> - </span>
|
||||
<span class="refentrytitle"><a href="GimpCellRendererToggle.html">GimpCellRendererToggle</a></span><span class="refpurpose"></span>
|
||||
</dt>
|
||||
</dl></dd>
|
||||
<dt><span class="part"><a href="libgimpwidgets-colordisplay.html">II. GIMP Display Filters</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpColorDisplay.html">GimpColorDisplay</a></span><span class="refpurpose"> - Pluggable GIMP display color correction modules.</span>
|
||||
<span class="refentrytitle"><a href="GimpColorDisplay.html">GimpColorDisplay</a></span><span class="refpurpose"> — Pluggable GIMP display color correction modules.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpColorDisplayStack.html">GimpColorDisplayStack</a></span><span class="refpurpose"> - </span>
|
||||
<span class="refentrytitle"><a href="GimpColorDisplayStack.html">GimpColorDisplayStack</a></span><span class="refpurpose"></span>
|
||||
</dt>
|
||||
</dl></dd>
|
||||
<dt><span class="part"><a href="libgimpwidgets-colorselector.html">III. GIMP Color Selectors</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpColorSelector.html">GimpColorSelector</a></span><span class="refpurpose"> - Pluggable GIMP color selector modules.</span>
|
||||
<span class="refentrytitle"><a href="GimpColorSelector.html">GimpColorSelector</a></span><span class="refpurpose"> — Pluggable GIMP color selector modules.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpColorNotebook.html">GimpColorNotebook</a></span><span class="refpurpose"> - A GimpColorSelector implementation.</span>
|
||||
<span class="refentrytitle"><a href="GimpColorNotebook.html">GimpColorNotebook</a></span><span class="refpurpose"> — A <a href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpColorScales.html">GimpColorScales</a></span><span class="refpurpose"> - A GimpColorSelector implementation.</span>
|
||||
<span class="refentrytitle"><a href="GimpColorScales.html">GimpColorScales</a></span><span class="refpurpose"> — A <a href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpColorSelect.html">GimpColorSelect</a></span><span class="refpurpose"> - A GimpColorSelector implementation.</span>
|
||||
<span class="refentrytitle"><a href="GimpColorSelect.html">GimpColorSelect</a></span><span class="refpurpose"> — A <a href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.</span>
|
||||
</dt>
|
||||
</dl></dd>
|
||||
<dt><span class="part"><a href="libgimpwidgets-controller.html">IV. GIMP Controllers</a></span></dt>
|
||||
<dd><dl><dt>
|
||||
<span class="refentrytitle"><a href="GimpController.html">GimpController</a></span><span class="refpurpose"> - Pluggable GIMP input controller modules.</span>
|
||||
<span class="refentrytitle"><a href="GimpController.html">GimpController</a></span><span class="refpurpose"> — Pluggable GIMP input controller modules.</span>
|
||||
</dt></dl></dd>
|
||||
<dt><span class="part"><a href="libgimpwidgets-utils.html">V. GIMP Widgets Utilities</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="libgimpwidgets-GimpHelpUI.html">GimpHelpUI</a></span><span class="refpurpose"> - Functions for setting GtkTooltips and help identifier used by GIMP help
|
||||
<span class="refentrytitle"><a href="libgimpwidgets-GimpHelpUI.html">GimpHelpUI</a></span><span class="refpurpose"> — Functions for setting <span class="type">GtkTooltips</span> and help identifier used by GIMP help
|
||||
system.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="libgimpwidgets-GimpQueryBox.html">GimpQueryBox</a></span><span class="refpurpose"> - Some simple dialogs to enter a single int, double, string or boolean value.</span>
|
||||
<span class="refentrytitle"><a href="libgimpwidgets-GimpQueryBox.html">GimpQueryBox</a></span><span class="refpurpose"> — Some simple dialogs to enter a single int, double, string or boolean value.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpSizeEntry.html">GimpSizeEntry</a></span><span class="refpurpose"> - Widget for entering pixel values and resolutions.</span>
|
||||
<span class="refentrytitle"><a href="GimpSizeEntry.html">GimpSizeEntry</a></span><span class="refpurpose"> — Widget for entering pixel values and resolutions.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="libgimpwidgets-GimpStock.html">GimpStock</a></span><span class="refpurpose"> - Prebuilt common menu/toolbar items and corresponding icons</span>
|
||||
<span class="refentrytitle"><a href="libgimpwidgets-GimpStock.html">GimpStock</a></span><span class="refpurpose"> — Prebuilt common menu/toolbar items and corresponding icons</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="libgimpwidgets-GimpWidgets.html">GimpWidgets</a></span><span class="refpurpose"> - A collection of convenient widget constructors, standard callbacks and
|
||||
<span class="refentrytitle"><a href="libgimpwidgets-GimpWidgets.html">GimpWidgets</a></span><span class="refpurpose"> — A collection of convenient widget constructors, standard callbacks and
|
||||
helper functions.</span>
|
||||
</dt>
|
||||
</dl></dd>
|
||||
<dt><span class="part"><a href="libgimpwidgets-deprecated.html">VI. Deprecated API</a></span></dt>
|
||||
<dd><dl><dt>
|
||||
<span class="refentrytitle"><a href="libgimpwidgets-gimpoldwidgets.html">gimpoldwidgets</a></span><span class="refpurpose"> - Old API that is still available but declared as deprecated.</span>
|
||||
<span class="refentrytitle"><a href="libgimpwidgets-gimpoldwidgets.html">gimpoldwidgets</a></span><span class="refpurpose"> — Old API that is still available but declared as deprecated.</span>
|
||||
</dt></dl></dd>
|
||||
</dl>
|
||||
</div>
|
||||
</dl></div>
|
||||
</div></body>
|
||||
</html>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpHelpUI</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-utils.html" title="Part V. GIMP Widgets Utilities">
|
||||
<link rel="prev" href="libgimpwidgets-utils.html" title="Part V. GIMP Widgets Utilities">
|
||||
<link rel="next" href="libgimpwidgets-GimpQueryBox.html" title="GimpQueryBox">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,22 +28,24 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2562001" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2622421" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpHelpUI</span></h2>
|
||||
<h2>
|
||||
<a name="id2562001"></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>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -67,17 +69,17 @@ void <a href="libgimpwidgets-GimpHelpUI.html#gimp-context-help">gimp_cont
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2622421"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2622436"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2591374"></a><h3>
|
||||
<a name="id2622447"></a><h3>
|
||||
<a name="GimpHelpFunc"></a>GimpHelpFunc ()</h3>
|
||||
<a class="indexterm" name="id2591386"></a><pre class="programlisting">void (*GimpHelpFunc) (const gchar *help_id,
|
||||
<a class="indexterm" name="id2622460"></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
|
||||
@ -94,11 +96,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>
|
||||
@ -106,14 +108,12 @@ the help.
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_data</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -124,9 +124,9 @@ the help.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2591542"></a><h3>
|
||||
<a name="id2622616"></a><h3>
|
||||
<a name="GIMP-HELP-ID:CAPS"></a>GIMP_HELP_ID</h3>
|
||||
<a class="indexterm" name="id2591554"></a><pre class="programlisting">#define GIMP_HELP_ID (gimp_help_id_quark ())
|
||||
<a class="indexterm" name="id2622628"></a><pre class="programlisting">#define GIMP_HELP_ID (gimp_help_id_quark ())
|
||||
</pre>
|
||||
<p>
|
||||
Since: GIMP 2.2
|
||||
@ -134,9 +134,9 @@ Since: GIMP 2.2
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2591571"></a><h3>
|
||||
<a name="id2622645"></a><h3>
|
||||
<a name="gimp-help-enable-tooltips"></a>gimp_help_enable_tooltips ()</h3>
|
||||
<a class="indexterm" name="id2591582"></a><pre class="programlisting">void gimp_help_enable_tooltips (void);</pre>
|
||||
<a class="indexterm" name="id2622656"></a><pre class="programlisting">void gimp_help_enable_tooltips (void);</pre>
|
||||
<p>
|
||||
This function calls <code class="function">gtk_tooltips_enable()</code>.</p>
|
||||
<p>
|
||||
@ -145,9 +145,9 @@ This function calls <code class="function">gtk_tooltips_enable()</code>.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2591615"></a><h3>
|
||||
<a name="id2622689"></a><h3>
|
||||
<a name="gimp-help-disable-tooltips"></a>gimp_help_disable_tooltips ()</h3>
|
||||
<a class="indexterm" name="id2591627"></a><pre class="programlisting">void gimp_help_disable_tooltips (void);</pre>
|
||||
<a class="indexterm" name="id2622701"></a><pre class="programlisting">void gimp_help_disable_tooltips (void);</pre>
|
||||
<p>
|
||||
This function calls <code class="function">gtk_tooltips_disable()</code>.</p>
|
||||
<p>
|
||||
@ -156,14 +156,14 @@ This function calls <code class="function">gtk_tooltips_disable()</code>.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2591660"></a><h3>
|
||||
<a name="id2622734"></a><h3>
|
||||
<a name="gimp-standard-help-func"></a>gimp_standard_help_func ()</h3>
|
||||
<a class="indexterm" name="id2591671"></a><pre class="programlisting">void gimp_standard_help_func (const gchar *help_id,
|
||||
<a class="indexterm" name="id2622745"></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>
|
||||
|
||||
@ -172,14 +172,12 @@ href="../libgimp/libgimp-gimphelp.html#gimp-help"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td> A unique help identifier.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_data</code></em> :</span></td>
|
||||
<td> The <em class="parameter"><code>help_data</code></em> passed to <a href="libgimpwidgets-GimpHelpUI.html#gimp-help-connect"><code class="function">gimp_help_connect()</code></a>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -188,9 +186,9 @@ href="../libgimp/libgimp-gimphelp.html#gimp-help"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2591768"></a><h3>
|
||||
<a name="id2622842"></a><h3>
|
||||
<a name="gimp-help-connect"></a>gimp_help_connect ()</h3>
|
||||
<a class="indexterm" name="id2593281"></a><pre class="programlisting">void gimp_help_connect (GtkWidget *widget,
|
||||
<a class="indexterm" name="id2626477"></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>
|
||||
@ -205,27 +203,23 @@ constructors. You only have to call it for windows/dialogs you created
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>widget</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>widget</code></em> :</span></td>
|
||||
<td> The widget you want to connect the help accelerator for. Will
|
||||
be a <span class="type">GtkWindow</span> in most cases.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_func</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_func</code></em> :</span></td>
|
||||
<td> The function which will be called if the user presses "F1".
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td> The <em class="parameter"><code>help_id</code></em> which will be passed to <em class="parameter"><code>help_func</code></em>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_data</code></em> :</span></td>
|
||||
<td> The <em class="parameter"><code>help_data</code></em> pointer which will be passed to <em class="parameter"><code>help_func</code></em>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -234,9 +228,9 @@ constructors. You only have to call it for windows/dialogs you created
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2593428"></a><h3>
|
||||
<a name="id2626624"></a><h3>
|
||||
<a name="gimp-help-set-help-data"></a>gimp_help_set_help_data ()</h3>
|
||||
<a class="indexterm" name="id2593439"></a><pre class="programlisting">void gimp_help_set_help_data (GtkWidget *widget,
|
||||
<a class="indexterm" name="id2626635"></a><pre class="programlisting">void gimp_help_set_help_data (GtkWidget *widget,
|
||||
const gchar *tooltip,
|
||||
const gchar *help_id);</pre>
|
||||
<p>
|
||||
@ -255,20 +249,17 @@ a visible tooltip.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>widget</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>widget</code></em> :</span></td>
|
||||
<td> The <span class="type">GtkWidget</span> you want to set a <em class="parameter"><code>tooltip</code></em> and/or <em class="parameter"><code>help_id</code></em> for.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>tooltip</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></td>
|
||||
<td> The text for this widget's tooltip (or <code class="literal">NULL</code>).
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td> The <em class="parameter"><code>help_id</code></em> for the <span class="type">GtkTipsQuery</span> tooltips inspector.
|
||||
</td>
|
||||
</tr>
|
||||
@ -277,9 +268,9 @@ a visible tooltip.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2593616"></a><h3>
|
||||
<a name="id2626812"></a><h3>
|
||||
<a name="gimp-context-help"></a>gimp_context_help ()</h3>
|
||||
<a class="indexterm" name="id2593629"></a><pre class="programlisting">void gimp_context_help (GtkWidget *widget);</pre>
|
||||
<a class="indexterm" name="id2626825"></a><pre class="programlisting">void gimp_context_help (GtkWidget *widget);</pre>
|
||||
<p>
|
||||
This function invokes the context help inspector.
|
||||
</p>
|
||||
@ -299,8 +290,7 @@ case at least for every window/dialog).</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>widget</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>widget</code></em> :</span></td>
|
||||
<td> Any <span class="type">GtkWidget</span> on the screen.
|
||||
</td>
|
||||
</tr></tbody>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpQueryBox</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-utils.html" title="Part V. GIMP Widgets Utilities">
|
||||
<link rel="prev" href="libgimpwidgets-GimpHelpUI.html" title="GimpHelpUI">
|
||||
<link rel="next" href="GimpSizeEntry.html" title="GimpSizeEntry">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,21 +28,23 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2615080" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2627494" 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><span class="refentrytitle"><a name="top_of_page"></a>GimpQueryBox</span></h2>
|
||||
<h2>
|
||||
<a name="id2615080"></a><span class="refentrytitle">GimpQueryBox</span>
|
||||
</h2>
|
||||
<p>GimpQueryBox — Some simple dialogs to enter a single int, double, string or boolean value.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -134,7 +136,7 @@ GtkWidget* <a href="libgimpwidgets-GimpQueryBox.html#gimp-query-boolean-box">gi
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2627494"></a><h2>Description</h2>
|
||||
<p>
|
||||
These functions provide simple dialogs for entering a single string,
|
||||
integer, double, boolean or pixel size value.
|
||||
@ -151,11 +153,11 @@ callback function is called and returns the entered value.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2627540"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2594443"></a><h3>
|
||||
<a name="id2627551"></a><h3>
|
||||
<a name="GimpQueryStringCallback"></a>GimpQueryStringCallback ()</h3>
|
||||
<a class="indexterm" name="id2594454"></a><pre class="programlisting">void (*GimpQueryStringCallback) (GtkWidget *query_box,
|
||||
<a class="indexterm" name="id2627562"></a><pre class="programlisting">void (*GimpQueryStringCallback) (GtkWidget *query_box,
|
||||
const gchar *string,
|
||||
gpointer data);</pre>
|
||||
<p>
|
||||
@ -165,20 +167,17 @@ Note that you have to <code class="function">g_free()</code> the returned string
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>query_box</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>query_box</code></em> :</span></td>
|
||||
<td>The query box.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>string</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>string</code></em> :</span></td>
|
||||
<td>The entered string.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td>The user data.
|
||||
|
||||
|
||||
@ -189,9 +188,9 @@ Note that you have to <code class="function">g_free()</code> the returned string
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2594549"></a><h3>
|
||||
<a name="id2627658"></a><h3>
|
||||
<a name="GimpQueryIntCallback"></a>GimpQueryIntCallback ()</h3>
|
||||
<a class="indexterm" name="id2594560"></a><pre class="programlisting">void (*GimpQueryIntCallback) (GtkWidget *query_box,
|
||||
<a class="indexterm" name="id2627669"></a><pre class="programlisting">void (*GimpQueryIntCallback) (GtkWidget *query_box,
|
||||
gint value,
|
||||
gpointer data);</pre>
|
||||
<p>
|
||||
@ -201,20 +200,17 @@ Note that you have to <code class="function">g_free()</code> the returned string
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>query_box</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>query_box</code></em> :</span></td>
|
||||
<td>The query box.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td>The entered integer value.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td>The user data.
|
||||
|
||||
|
||||
@ -225,9 +221,9 @@ Note that you have to <code class="function">g_free()</code> the returned string
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2599096"></a><h3>
|
||||
<a name="id2632251"></a><h3>
|
||||
<a name="GimpQueryDoubleCallback"></a>GimpQueryDoubleCallback ()</h3>
|
||||
<a class="indexterm" name="id2599106"></a><pre class="programlisting">void (*GimpQueryDoubleCallback) (GtkWidget *query_box,
|
||||
<a class="indexterm" name="id2632261"></a><pre class="programlisting">void (*GimpQueryDoubleCallback) (GtkWidget *query_box,
|
||||
gdouble value,
|
||||
gpointer data);</pre>
|
||||
<p>
|
||||
@ -237,20 +233,17 @@ Note that you have to <code class="function">g_free()</code> the returned string
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>query_box</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>query_box</code></em> :</span></td>
|
||||
<td>The query box.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td>The entered double value.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td>The user data.
|
||||
|
||||
|
||||
@ -261,9 +254,9 @@ Note that you have to <code class="function">g_free()</code> the returned string
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2599184"></a><h3>
|
||||
<a name="id2632339"></a><h3>
|
||||
<a name="GimpQuerySizeCallback"></a>GimpQuerySizeCallback ()</h3>
|
||||
<a class="indexterm" name="id2599194"></a><pre class="programlisting">void (*GimpQuerySizeCallback) (GtkWidget *query_box,
|
||||
<a class="indexterm" name="id2632349"></a><pre class="programlisting">void (*GimpQuerySizeCallback) (GtkWidget *query_box,
|
||||
gdouble size,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
@ -276,26 +269,22 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>query_box</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>query_box</code></em> :</span></td>
|
||||
<td>The query box.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>size</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>size</code></em> :</span></td>
|
||||
<td>The entered size in pixels.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>unit</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>unit</code></em> :</span></td>
|
||||
<td>The selected unit from the <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td>The user data.
|
||||
|
||||
|
||||
@ -306,9 +295,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2599307"></a><h3>
|
||||
<a name="id2632462"></a><h3>
|
||||
<a name="GimpQueryBooleanCallback"></a>GimpQueryBooleanCallback ()</h3>
|
||||
<a class="indexterm" name="id2599318"></a><pre class="programlisting">void (*GimpQueryBooleanCallback) (GtkWidget *query_box,
|
||||
<a class="indexterm" name="id2632473"></a><pre class="programlisting">void (*GimpQueryBooleanCallback) (GtkWidget *query_box,
|
||||
gboolean value,
|
||||
gpointer data);</pre>
|
||||
<p>
|
||||
@ -318,20 +307,17 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>query_box</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>query_box</code></em> :</span></td>
|
||||
<td>The query box.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td>The entered boolean value.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td>The user data.
|
||||
|
||||
|
||||
@ -342,9 +328,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2599406"></a><h3>
|
||||
<a name="id2632560"></a><h3>
|
||||
<a name="gimp-query-string-box"></a>gimp_query_string_box ()</h3>
|
||||
<a class="indexterm" name="id2599417"></a><pre class="programlisting">GtkWidget* gimp_query_string_box (const gchar *title,
|
||||
<a class="indexterm" name="id2632572"></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,
|
||||
@ -363,68 +349,57 @@ Creates a new <span class="type">GtkDialog</span> that queries the user for a st
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>title</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>title</code></em> :</span></td>
|
||||
<td> The query box dialog's title.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
|
||||
<td> The dialog's parent widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_func</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_func</code></em> :</span></td>
|
||||
<td> The help function to show this dialog's help page.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td> A string identifying this dialog's help page.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>message</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>message</code></em> :</span></td>
|
||||
<td> A string which will be shown above the dialog's entry widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>initial</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>initial</code></em> :</span></td>
|
||||
<td> The initial value.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>object</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>object</code></em> :</span></td>
|
||||
<td> The object this query box is associated with.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>signal</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>signal</code></em> :</span></td>
|
||||
<td> The object's signal which will cause the query box to be closed.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td> The function which will be called when the user selects "OK".
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td> The callback's user data.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A pointer to the new <span class="type">GtkDialog</span>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -433,9 +408,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="id2599686"></a><h3>
|
||||
<a name="id2632816"></a><h3>
|
||||
<a name="gimp-query-int-box"></a>gimp_query_int_box ()</h3>
|
||||
<a class="indexterm" name="id2599698"></a><pre class="programlisting">GtkWidget* gimp_query_int_box (const gchar *title,
|
||||
<a class="indexterm" name="id2632826"></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,
|
||||
@ -456,80 +431,67 @@ Creates a new <span class="type">GtkDialog</span> that queries the user for an i
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>title</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>title</code></em> :</span></td>
|
||||
<td> The query box dialog's title.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
|
||||
<td> The dialog's parent widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_func</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_func</code></em> :</span></td>
|
||||
<td> The help function to show this dialog's help page.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td> A string identifying this dialog's help page.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>message</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>message</code></em> :</span></td>
|
||||
<td> A string which will be shown above the dialog's entry widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>initial</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>initial</code></em> :</span></td>
|
||||
<td> The initial value.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>lower</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>lower</code></em> :</span></td>
|
||||
<td> The lower boundary of the range of possible values.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>upper</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>upper</code></em> :</span></td>
|
||||
<td> The upper boundray of the range of possible values.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>object</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>object</code></em> :</span></td>
|
||||
<td> The object this query box is associated with.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>signal</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>signal</code></em> :</span></td>
|
||||
<td> The object's signal which will cause the query box to be closed.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td> The function which will be called when the user selects "OK".
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td> The callback's user data.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A pointer to the new <span class="type">GtkDialog</span>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -538,9 +500,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="id2600012"></a><h3>
|
||||
<a name="id2633112"></a><h3>
|
||||
<a name="gimp-query-double-box"></a>gimp_query_double_box ()</h3>
|
||||
<a class="indexterm" name="id2600023"></a><pre class="programlisting">GtkWidget* gimp_query_double_box (const gchar *title,
|
||||
<a class="indexterm" name="id2633123"></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,
|
||||
@ -562,86 +524,72 @@ Creates a new <span class="type">GtkDialog</span> that queries the user for a do
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>title</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>title</code></em> :</span></td>
|
||||
<td> The query box dialog's title.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
|
||||
<td> The dialog's parent widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_func</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_func</code></em> :</span></td>
|
||||
<td> The help function to show this dialog's help page.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td> A string identifying this dialog's help page.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>message</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>message</code></em> :</span></td>
|
||||
<td> A string which will be shown above the dialog's entry widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>initial</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>initial</code></em> :</span></td>
|
||||
<td> The initial value.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>lower</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>lower</code></em> :</span></td>
|
||||
<td> The lower boundary of the range of possible values.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>upper</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>upper</code></em> :</span></td>
|
||||
<td> The upper boundray of the range of possible values.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>digits</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>digits</code></em> :</span></td>
|
||||
<td> The number of decimal digits the <span class="type">GtkSpinButton</span> will provide.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>object</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>object</code></em> :</span></td>
|
||||
<td> The object this query box is associated with.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>signal</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>signal</code></em> :</span></td>
|
||||
<td> The object's signal which will cause the query box to be closed.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td> The function which will be called when the user selects "OK".
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td> The callback's user data.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A pointer to the new <span class="type">GtkDialog</span>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -650,9 +598,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="id2600366"></a><h3>
|
||||
<a name="id2633435"></a><h3>
|
||||
<a name="gimp-query-size-box"></a>gimp_query_size_box ()</h3>
|
||||
<a class="indexterm" name="id2600378"></a><pre class="programlisting">GtkWidget* gimp_query_size_box (const gchar *title,
|
||||
<a class="indexterm" name="id2633445"></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,
|
||||
@ -680,107 +628,90 @@ Creates a new <span class="type">GtkDialog</span> that queries the user for a si
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>title</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>title</code></em> :</span></td>
|
||||
<td> The query box dialog's title.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
|
||||
<td> The dialog's parent widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_func</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_func</code></em> :</span></td>
|
||||
<td> The help function to show this dialog's help page.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td> A string identifying this dialog's help page.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>message</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>message</code></em> :</span></td>
|
||||
<td> A string which will be shown above the dialog's entry widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>initial</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>initial</code></em> :</span></td>
|
||||
<td> The initial value.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>lower</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>lower</code></em> :</span></td>
|
||||
<td> The lower boundary of the range of possible values.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>upper</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>upper</code></em> :</span></td>
|
||||
<td> The upper boundray of the range of possible values.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>digits</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>digits</code></em> :</span></td>
|
||||
<td> The number of decimal digits the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> provide in
|
||||
"pixel" mode.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>unit</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>unit</code></em> :</span></td>
|
||||
<td> The unit initially shown by the <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>resolution</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>resolution</code></em> :</span></td>
|
||||
<td> The resolution (in dpi) which will be used for pixel/unit
|
||||
calculations.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>dot_for_dot</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>dot_for_dot</code></em> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> if the <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>'s initial unit should be "pixels".
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>object</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>object</code></em> :</span></td>
|
||||
<td> The object this query box is associated with.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>signal</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>signal</code></em> :</span></td>
|
||||
<td> The object's signal which will cause the query box
|
||||
to be closed.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td> The function which will be called when the user selects "OK".
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td> The callback's user data.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A pointer to the new <span class="type">GtkDialog</span>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -789,9 +720,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="id2600819"></a><h3>
|
||||
<a name="id2633846"></a><h3>
|
||||
<a name="gimp-query-boolean-box"></a>gimp_query_boolean_box ()</h3>
|
||||
<a class="indexterm" name="id2600830"></a><pre class="programlisting">GtkWidget* gimp_query_boolean_box (const gchar *title,
|
||||
<a class="indexterm" name="id2633856"></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,
|
||||
@ -812,83 +743,70 @@ Creates a new <span class="type">GtkDialog</span> that asks the user to do a boo
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>title</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>title</code></em> :</span></td>
|
||||
<td> The query box dialog's title.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
|
||||
<td> The dialog's parent widget.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_func</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_func</code></em> :</span></td>
|
||||
<td> The help function to show this dialog's help page.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td> A string identifying this dialog's help page.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>stock_id</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></td>
|
||||
<td> A stock_id to specify an icon to appear on the left
|
||||
on the dialog's message.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>message</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>message</code></em> :</span></td>
|
||||
<td> A string which will be shown in the query box.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>true_button</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>true_button</code></em> :</span></td>
|
||||
<td> The string to be shown in the dialog's left button.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>false_button</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>false_button</code></em> :</span></td>
|
||||
<td> The string to be shown in the dialog's right button.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>object</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>object</code></em> :</span></td>
|
||||
<td> The object this query box is associated with.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>signal</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>signal</code></em> :</span></td>
|
||||
<td> The object's signal which will cause the query box
|
||||
to be closed.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td> The function which will be called when the user clicks one
|
||||
of the buttons.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td> The callback's user data.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A pointer to the new <span class="type">GtkDialog</span>.
|
||||
</td>
|
||||
</tr>
|
||||
@ -897,9 +815,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="id2601116"></a><h3>
|
||||
<a name="id2634146"></a><h3>
|
||||
<a name="GIMP-QUERY-BOX-VBOX:CAPS"></a>GIMP_QUERY_BOX_VBOX()</h3>
|
||||
<a class="indexterm" name="id2601126"></a><pre class="programlisting">#define GIMP_QUERY_BOX_VBOX(qbox)</pre>
|
||||
<a class="indexterm" name="id2634156"></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.
|
||||
@ -907,8 +825,7 @@ more widgets.
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>qbox</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>qbox</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -918,7 +835,7 @@ more widgets.
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2601172"></a><h2>See Also</h2>
|
||||
<a name="id2634202"></a><h2>See Also</h2>
|
||||
<p>
|
||||
GimpSizeEntry
|
||||
</p>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpScrolledPreview</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpPreview.html" title="GimpPreview">
|
||||
<link rel="next" href="GimpUnitMenu.html" title="GimpUnitMenu">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,21 +28,23 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2575810" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2562036" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpwidgets-GimpScrolledPreview"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2><span class="refentrytitle"><a name="top_of_page"></a>GimpScrolledPreview</span></h2>
|
||||
<h2>
|
||||
<a name="id2575810"></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>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -52,17 +54,17 @@
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2562036"></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="details"></a><h2>Details</h2>
|
||||
<a name="id2615638"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2536940"></a><h3>
|
||||
<a name="id2615648"></a><h3>
|
||||
<a name="GimpScrolledPreview"></a>GimpScrolledPreview</h3>
|
||||
<a class="indexterm" name="id2536952"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2615660"></a><pre class="programlisting">typedef struct {
|
||||
GimpPreview parent_instance;
|
||||
} GimpScrolledPreview;
|
||||
</pre>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Cell Renderers for GtkTreeView</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="prev" href="GimpUnitMenu.html" title="GimpUnitMenu">
|
||||
<link rel="next" href="GimpCellRendererColor.html" title="GimpCellRendererColor">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -32,10 +32,10 @@
|
||||
<a name="libgimpwidgets-cell-renderers"></a>Cell Renderers for GtkTreeView</h2></div></div></div>
|
||||
<div class="toc"><dl>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpCellRendererColor.html">GimpCellRendererColor</a></span><span class="refpurpose"> - </span>
|
||||
<span class="refentrytitle"><a href="GimpCellRendererColor.html">GimpCellRendererColor</a></span><span class="refpurpose"></span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="GimpCellRendererToggle.html">GimpCellRendererToggle</a></span><span class="refpurpose"> - </span>
|
||||
<span class="refentrytitle"><a href="GimpCellRendererToggle.html">GimpCellRendererToggle</a></span><span class="refpurpose"></span>
|
||||
</dt>
|
||||
</dl></div>
|
||||
</div>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Part II. GIMP Display Filters</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="prev" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">
|
||||
<link rel="next" href="GimpColorDisplay.html" title="GimpColorDisplay">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,6 +28,6 @@
|
||||
<td><a accesskey="n" href="GimpColorDisplay.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr></table>
|
||||
<div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title">
|
||||
<a name="libgimpwidgets-colordisplay"></a>GIMP Display Filters</h1></div></div></div></div>
|
||||
<a name="libgimpwidgets-colordisplay"></a>Part II. GIMP Display Filters</h1></div></div></div></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Part III. GIMP Color Selectors</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="prev" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">
|
||||
<link rel="next" href="GimpColorSelector.html" title="GimpColorSelector">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,6 +28,6 @@
|
||||
<td><a accesskey="n" href="GimpColorSelector.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr></table>
|
||||
<div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title">
|
||||
<a name="libgimpwidgets-colorselector"></a>GIMP Color Selectors</h1></div></div></div></div>
|
||||
<a name="libgimpwidgets-colorselector"></a>Part III. GIMP Color Selectors</h1></div></div></div></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Part IV. GIMP Controllers</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="prev" href="GimpColorSelect.html" title="GimpColorSelect">
|
||||
<link rel="next" href="GimpController.html" title="GimpController">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -29,7 +29,7 @@
|
||||
</tr></table>
|
||||
<div class="part" lang="en">
|
||||
<div class="titlepage"><div><div><h1 class="title">
|
||||
<a name="libgimpwidgets-controller"></a>GIMP Controllers</h1></div></div></div>
|
||||
<a name="libgimpwidgets-controller"></a>Part IV. GIMP Controllers</h1></div></div></div>
|
||||
<p>
|
||||
Note that the controller API is work in progress.
|
||||
</p>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Part VI. Deprecated API</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="prev" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">
|
||||
<link rel="next" href="libgimpwidgets-gimpoldwidgets.html" title="gimpoldwidgets">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,6 +28,6 @@
|
||||
<td><a accesskey="n" href="libgimpwidgets-gimpoldwidgets.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr></table>
|
||||
<div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title">
|
||||
<a name="libgimpwidgets-deprecated"></a>Deprecated API</h1></div></div></div></div>
|
||||
<a name="libgimpwidgets-deprecated"></a>Part VI. Deprecated API</h1></div></div></div></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -3,11 +3,11 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpoldwidgets</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-deprecated.html" title="Part VI. Deprecated API">
|
||||
<link rel="prev" href="libgimpwidgets-deprecated.html" title="Part VI. Deprecated API">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -27,21 +27,23 @@
|
||||
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2591272" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2643897" 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><span class="refentrytitle"><a name="top_of_page"></a>gimpoldwidgets</span></h2>
|
||||
<h2>
|
||||
<a name="id2591272"></a><span class="refentrytitle">gimpoldwidgets</span>
|
||||
</h2>
|
||||
<p>gimpoldwidgets — Old API that is still available but declared as deprecated.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -81,17 +83,17 @@ void <a href="libgimpwidgets-gimpoldwidgets.html#gimp-menu-item-update">g
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2643897"></a><h2>Description</h2>
|
||||
<p>
|
||||
These functions are not defined if you <span class="type">define</span> GIMP_DISABLE_DEPRECATED.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2643919"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608754"></a><h3>
|
||||
<a name="id2643930"></a><h3>
|
||||
<a name="gimp-int-option-menu-new"></a>gimp_int_option_menu_new ()</h3>
|
||||
<a class="indexterm" name="id2611322"></a><pre class="programlisting">GtkWidget* gimp_int_option_menu_new (gboolean menu_only,
|
||||
<a class="indexterm" name="id2643944"></a><pre class="programlisting">GtkWidget* gimp_int_option_menu_new (gboolean menu_only,
|
||||
GCallback menu_item_callback,
|
||||
gpointer menu_item_callback_data,
|
||||
gint initial,
|
||||
@ -113,40 +115,34 @@ enum to a menu).</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>menu_only</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>menu_only</code></em> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> if the function should return a <span class="type">GtkMenu</span> only.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>menu_item_callback</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>menu_item_callback</code></em> :</span></td>
|
||||
<td> The callback each menu item's "activate" signal will
|
||||
be connected with.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>menu_item_callback_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>menu_item_callback_data</code></em> :</span></td>
|
||||
<td>
|
||||
The data which will be passed to <code class="function">g_signal_connect()</code>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>initial</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>initial</code></em> :</span></td>
|
||||
<td> The <em class="parameter"><code>item_data</code></em> of the initially selected menu item.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>...</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>...</code></em> :</span></td>
|
||||
<td> A <code class="literal">NULL</code>-terminated <em class="parameter"><code>va_list</code></em> describing the menu items.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A <span class="type">GtkOptionMenu</span> or a <span class="type">GtkMenu</span> (depending on <em class="parameter"><code>menu_only</code></em>).
|
||||
</td>
|
||||
</tr>
|
||||
@ -155,9 +151,9 @@ enum to a menu).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598100"></a><h3>
|
||||
<a name="id2631192"></a><h3>
|
||||
<a name="gimp-int-option-menu-set-history"></a>gimp_int_option_menu_set_history ()</h3>
|
||||
<a class="indexterm" name="id2598113"></a><pre class="programlisting">void gimp_int_option_menu_set_history
|
||||
<a class="indexterm" name="id2631206"></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;">
|
||||
@ -177,14 +173,12 @@ same thing as <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-h
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>option_menu</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>option_menu</code></em> :</span></td>
|
||||
<td> A <span class="type">GtkOptionMenu</span> as returned by <a href="libgimpwidgets-gimpoldwidgets.html#gimp-int-option-menu-new"><code class="function">gimp_int_option_menu_new()</code></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>item_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>item_data</code></em> :</span></td>
|
||||
<td> The <em class="parameter"><code>item_data</code></em> of the menu item you want to select.
|
||||
</td>
|
||||
</tr>
|
||||
@ -193,9 +187,9 @@ same thing as <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-h
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598265"></a><h3>
|
||||
<a name="id2640827"></a><h3>
|
||||
<a name="GimpIntOptionMenuSensitivityCallback"></a>GimpIntOptionMenuSensitivityCallback ()</h3>
|
||||
<a class="indexterm" name="id2598281"></a><pre class="programlisting">gboolean (*GimpIntOptionMenuSensitivityCallback)
|
||||
<a class="indexterm" name="id2640843"></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;">
|
||||
@ -209,20 +203,17 @@ same thing as <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-h
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>item_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>item_data</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>callback_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>callback_data</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -233,9 +224,9 @@ same thing as <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-h
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2601192"></a><h3>
|
||||
<a name="id2640935"></a><h3>
|
||||
<a name="gimp-int-option-menu-set-sensitive"></a>gimp_int_option_menu_set_sensitive ()</h3>
|
||||
<a class="indexterm" name="id2601208"></a><pre class="programlisting">void gimp_int_option_menu_set_sensitive
|
||||
<a class="indexterm" name="id2640951"></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>
|
||||
@ -256,22 +247,19 @@ same thing as <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-s
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>option_menu</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>option_menu</code></em> :</span></td>
|
||||
<td> a <span class="type">GtkOptionMenu</span> as returned by <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new"><code class="function">gimp_option_menu_new()</code></a> or
|
||||
<a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new2"><code class="function">gimp_option_menu_new2()</code></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td> a function called for each item in the menu to determine the
|
||||
the sensitivity state.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>callback_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>callback_data</code></em> :</span></td>
|
||||
<td> data to pass to the <em class="parameter"><code>callback</code></em> function.
|
||||
</td>
|
||||
</tr>
|
||||
@ -280,9 +268,9 @@ same thing as <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-s
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2601378"></a><h3>
|
||||
<a name="id2641121"></a><h3>
|
||||
<a name="gimp-option-menu-new"></a>gimp_option_menu_new ()</h3>
|
||||
<a class="indexterm" name="id2601391"></a><pre class="programlisting">GtkWidget* gimp_option_menu_new (gboolean menu_only,
|
||||
<a class="indexterm" name="id2641134"></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>
|
||||
@ -297,20 +285,17 @@ Convenience function to create a <span class="type">GtkOptionMenu</span> or a <s
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>menu_only</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>menu_only</code></em> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> if the function should return a <span class="type">GtkMenu</span> only.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>...</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>...</code></em> :</span></td>
|
||||
<td> A <code class="literal">NULL</code>-terminated <em class="parameter"><code>va_list</code></em> describing the menu items.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A <span class="type">GtkOptionMenu</span> or a <span class="type">GtkMenu</span> (depending on <em class="parameter"><code>menu_only</code></em>).
|
||||
</td>
|
||||
</tr>
|
||||
@ -319,9 +304,9 @@ Convenience function to create a <span class="type">GtkOptionMenu</span> or a <s
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2601546"></a><h3>
|
||||
<a name="id2641290"></a><h3>
|
||||
<a name="gimp-option-menu-new2"></a>gimp_option_menu_new2 ()</h3>
|
||||
<a class="indexterm" name="id2601560"></a><pre class="programlisting">GtkWidget* gimp_option_menu_new2 (gboolean menu_only,
|
||||
<a class="indexterm" name="id2641303"></a><pre class="programlisting">GtkWidget* gimp_option_menu_new2 (gboolean menu_only,
|
||||
GCallback menu_item_callback,
|
||||
gpointer menu_item_callback_data,
|
||||
gpointer initial,
|
||||
@ -339,40 +324,34 @@ Convenience function to create a <span class="type">GtkOptionMenu</span> or a <s
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>menu_only</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>menu_only</code></em> :</span></td>
|
||||
<td> <code class="literal">TRUE</code> if the function should return a <span class="type">GtkMenu</span> only.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>menu_item_callback</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>menu_item_callback</code></em> :</span></td>
|
||||
<td> The callback each menu item's "activate" signal will
|
||||
be connected with.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>menu_item_callback_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>menu_item_callback_data</code></em> :</span></td>
|
||||
<td>
|
||||
The data which will be passed to <code class="function">g_signal_connect()</code>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>initial</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>initial</code></em> :</span></td>
|
||||
<td> The <em class="parameter"><code>item_data</code></em> of the initially selected menu item.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>...</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>...</code></em> :</span></td>
|
||||
<td> A <code class="literal">NULL</code>-terminated <em class="parameter"><code>va_list</code></em> describing the menu items.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A <span class="type">GtkOptionMenu</span> or a <span class="type">GtkMenu</span> (depending on <em class="parameter"><code>menu_only</code></em>).
|
||||
</td>
|
||||
</tr>
|
||||
@ -381,9 +360,9 @@ Convenience function to create a <span class="type">GtkOptionMenu</span> or a <s
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608821"></a><h3>
|
||||
<a name="id2639740"></a><h3>
|
||||
<a name="gimp-option-menu-set-history"></a>gimp_option_menu_set_history ()</h3>
|
||||
<a class="indexterm" name="id2608836"></a><pre class="programlisting">void gimp_option_menu_set_history (GtkOptionMenu *option_menu,
|
||||
<a class="indexterm" name="id2639754"></a><pre class="programlisting">void gimp_option_menu_set_history (GtkOptionMenu *option_menu,
|
||||
gpointer item_data);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
@ -401,15 +380,13 @@ a <span class="type">GtkOptionMenu</span> that was created using <a href="libgim
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>option_menu</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>option_menu</code></em> :</span></td>
|
||||
<td> A <span class="type">GtkOptionMenu</span> as returned by <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new"><code class="function">gimp_option_menu_new()</code></a> or
|
||||
<a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new2"><code class="function">gimp_option_menu_new2()</code></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>item_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>item_data</code></em> :</span></td>
|
||||
<td> The <em class="parameter"><code>item_data</code></em> of the menu item you want to select.
|
||||
</td>
|
||||
</tr>
|
||||
@ -418,9 +395,9 @@ a <span class="type">GtkOptionMenu</span> that was created using <a href="libgim
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608991"></a><h3>
|
||||
<a name="id2639910"></a><h3>
|
||||
<a name="GimpOptionMenuSensitivityCallback"></a>GimpOptionMenuSensitivityCallback ()</h3>
|
||||
<a class="indexterm" name="id2609007"></a><pre class="programlisting">gboolean (*GimpOptionMenuSensitivityCallback)
|
||||
<a class="indexterm" name="id2639926"></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,20 +411,17 @@ a <span class="type">GtkOptionMenu</span> that was created using <a href="libgim
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>item_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>item_data</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>callback_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>callback_data</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -458,9 +432,9 @@ a <span class="type">GtkOptionMenu</span> that was created using <a href="libgim
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609099"></a><h3>
|
||||
<a name="id2640018"></a><h3>
|
||||
<a name="gimp-option-menu-set-sensitive"></a>gimp_option_menu_set_sensitive ()</h3>
|
||||
<a class="indexterm" name="id2609114"></a><pre class="programlisting">void gimp_option_menu_set_sensitive (GtkOptionMenu *option_menu,
|
||||
<a class="indexterm" name="id2640033"></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;">
|
||||
@ -478,22 +452,19 @@ according to the return value of this function.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>option_menu</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>option_menu</code></em> :</span></td>
|
||||
<td> a <span class="type">GtkOptionMenu</span> as returned by <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new"><code class="function">gimp_option_menu_new()</code></a> or
|
||||
<a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new2"><code class="function">gimp_option_menu_new2()</code></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td> a function called for each item in the menu to determine the
|
||||
the sensitivity state.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>callback_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>callback_data</code></em> :</span></td>
|
||||
<td> data to pass to the <em class="parameter"><code>callback</code></em> function.
|
||||
</td>
|
||||
</tr>
|
||||
@ -502,9 +473,9 @@ according to the return value of this function.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609268"></a><h3>
|
||||
<a name="id2640187"></a><h3>
|
||||
<a name="gimp-menu-item-update"></a>gimp_menu_item_update ()</h3>
|
||||
<a class="indexterm" name="id2609281"></a><pre class="programlisting">void gimp_menu_item_update (GtkWidget *widget,
|
||||
<a class="indexterm" name="id2640200"></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>
|
||||
@ -519,14 +490,12 @@ according to the return value of this function.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>widget</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>widget</code></em> :</span></td>
|
||||
<td> A <span class="type">GtkMenuItem</span>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td> A pointer to a <span class="type">gint</span> variable which will store the value of
|
||||
GPOINTER_TO_INT (g_object_get_data (<em class="parameter"><code>widget</code></em>, "gimp-item-data")).
|
||||
</td>
|
||||
@ -536,7 +505,7 @@ according to the return value of this function.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2609386"></a><h2>See Also</h2>
|
||||
<a name="id2640306"></a><h2>See Also</h2>
|
||||
<p>
|
||||
GimpIntComboBox
|
||||
</p>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Object Hierarchy</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="next" href="GimpButton.html" title="GimpButton">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Part V. GIMP Widgets Utilities</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="prev" href="GimpController.html" title="GimpController">
|
||||
<link rel="next" href="libgimpwidgets-GimpHelpUI.html" title="GimpHelpUI">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,6 +28,6 @@
|
||||
<td><a accesskey="n" href="libgimpwidgets-GimpHelpUI.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr></table>
|
||||
<div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title">
|
||||
<a name="libgimpwidgets-utils"></a>GIMP Widgets Utilities</h1></div></div></div></div>
|
||||
<a name="libgimpwidgets-utils"></a>Part V. GIMP Widgets Utilities</h1></div></div></div></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Part I. GIMP Widgets</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="prev" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="next" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||||
@ -28,6 +28,6 @@
|
||||
<td><a accesskey="n" href="libgimpwidgets-hierarchy.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr></table>
|
||||
<div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title">
|
||||
<a name="libgimpwidgets-widgets"></a>GIMP Widgets</h1></div></div></div></div>
|
||||
<a name="libgimpwidgets-widgets"></a>Part I. GIMP Widgets</h1></div></div></div></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user