Imported Upstream version 2.2.4
81
devel-docs/libgimpwidgets/html/GimpButton.html
Normal file
@ -0,0 +1,81 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpButton</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="libgimpwidgets-hierarchy.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpChainButton.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpButton"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpButton</span></h2><p>GimpButton — A <span class="type">GtkButton</span> with a little extra functionality.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpButton.html#GimpButton-struct">GimpButton</a>;
|
||||
GtkWidget* <a href="GimpButton.html#gimp-button-new">gimp_button_new</a> (void);
|
||||
void <a href="GimpButton.html#gimp-button-extended-clicked">gimp_button_extended_clicked</a> (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *button,
|
||||
GdkModifierType state);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2534705"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBin
|
||||
+----GtkButton
|
||||
+----GimpButton
|
||||
+----<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a>
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2534752"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpButton implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2534767"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpButton.html#GimpButton-extended-clicked">extended-clicked</a>"
|
||||
void user_function (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *gimpbutton,
|
||||
GdkModifierType arg1,
|
||||
gpointer user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2566984"></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
|
||||
modifier keys pressed.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2567008"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2567013"></a><h3><a name="GimpButton-struct"></a>struct GimpButton</h3><a class="indexterm" name="id2567022"></a><pre class="programlisting">struct GimpButton;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2567031"></a><h3><a name="gimp-button-new"></a>gimp_button_new ()</h3><a class="indexterm" name="id2567040"></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>
|
||||
|
||||
</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> A pointer to the new <a href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a> widget.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2543771"></a><h3><a name="gimp-button-extended-clicked"></a>gimp_button_extended_clicked ()</h3><a class="indexterm" name="id2543782"></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><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>button</tt></i><EFBFBD>:</span></td><td> a <a href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>state</tt></i><EFBFBD>:</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></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2543858"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2543863"></a><h3><a name="GimpButton-extended-clicked"></a>The "extended-clicked" signal</h3><pre class="programlisting">void user_function (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *gimpbutton,
|
||||
GdkModifierType arg1,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpbutton</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg1</tt></i><EFBFBD>:</span></td><td>the state of modifier keys when the button was clicked
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="libgimpwidgets-hierarchy.html"><b><<<EFBFBD>Object Hierarchy</b></a></td><td align="right"><a accesskey="n" href="GimpChainButton.html"><b>GimpChainButton<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
65
devel-docs/libgimpwidgets/html/GimpCellRendererColor.html
Normal file
@ -0,0 +1,65 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpCellRendererColor</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="libgimpwidgets-cell-renderers.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-cell-renderers.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpCellRendererToggle.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpCellRendererColor"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpCellRendererColor</span></h2><p>GimpCellRendererColor — </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpCellRendererColor.html#GimpCellRendererColor-struct">GimpCellRendererColor</a>;
|
||||
GtkCellRenderer* <a href="GimpCellRendererColor.html#gimp-cell-renderer-color-new">gimp_cell_renderer_color_new</a>
|
||||
(void);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2553641"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkCellRenderer
|
||||
+----GimpCellRendererColor
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2563493"></a><h2>Properties</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpCellRendererColor.html#GimpCellRendererColor--color">color</a>" <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> : Read / Write
|
||||
"<a href="GimpCellRendererColor.html#GimpCellRendererColor--icon-size">icon-size</a>" gint : Read / Write / Construct
|
||||
"<a href="GimpCellRendererColor.html#GimpCellRendererColor--opaque">opaque</a>" gboolean : Read / Write / Construct
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2596368"></a><h2>Description</h2><p>
|
||||
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2596378"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2596383"></a><h3><a name="GimpCellRendererColor-struct"></a>struct GimpCellRendererColor</h3><a class="indexterm" name="id2596394"></a><pre class="programlisting">struct GimpCellRendererColor;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2596404"></a><h3><a name="gimp-cell-renderer-color-new"></a>gimp_cell_renderer_color_new ()</h3><a class="indexterm" name="id2596416"></a><pre class="programlisting">GtkCellRenderer* gimp_cell_renderer_color_new
|
||||
(void);</pre><p>
|
||||
Creates a <span class="type">GtkCellRenderer</span> that displays a color.</p><p>
|
||||
|
||||
</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> a new <a href="GimpCellRendererColor.html" title="GimpCellRendererColor"><span class="type">GimpCellRendererColor</span></a>
|
||||
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div></div><div class="refsect1" lang="en"><a name="id2598801"></a><h2>Properties</h2><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><a name="GimpCellRendererColor--color"></a>"<tt class="literal">color</tt>" (<a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> : Read / Write)</span></td><td><p></p></td></tr><tr><td><span class="term"><a name="GimpCellRendererColor--icon-size"></a>"<tt class="literal">icon-size</tt>" (gint : Read / Write / Construct)</span></td><td><p></p></td></tr><tr><td><span class="term"><a name="GimpCellRendererColor--opaque"></a>"<tt class="literal">opaque</tt>" (gboolean : Read / Write / Construct)</span></td><td><p></p></td></tr></tbody></table></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="libgimpwidgets-cell-renderers.html"><b><<<EFBFBD>Cell Renderers for GtkTreeView</b></a></td><td align="right"><a accesskey="n" href="GimpCellRendererToggle.html"><b>GimpCellRendererToggle<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
95
devel-docs/libgimpwidgets/html/GimpCellRendererToggle.html
Normal file
@ -0,0 +1,95 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpCellRendererToggle</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><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<72>II.<2E>GIMP Display Filters"><meta name="generator" content="GTK-Doc V1.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpCellRendererColor.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-cell-renderers.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="libgimpwidgets-colordisplay.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpCellRendererToggle"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpCellRendererToggle</span></h2><p>GimpCellRendererToggle — </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpCellRendererToggle.html#GimpCellRendererToggle-struct">GimpCellRendererToggle</a>;
|
||||
GtkCellRenderer* <a href="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-new">gimp_cell_renderer_toggle_new</a>
|
||||
(const gchar *stock_id);
|
||||
void <a href="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-clicked">gimp_cell_renderer_toggle_clicked</a>
|
||||
(<a href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> *cell,
|
||||
const gchar *path,
|
||||
GdkModifierType state);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2599588"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkCellRenderer
|
||||
+----GtkCellRendererToggle
|
||||
+----GimpCellRendererToggle
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2599620"></a><h2>Properties</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpCellRendererToggle.html#GimpCellRendererToggle--stock-id">stock-id</a>" gchararray : Read / Write / Construct
|
||||
"<a href="GimpCellRendererToggle.html#GimpCellRendererToggle--stock-size">stock-size</a>" gint : Read / Write / Construct
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2599651"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpCellRendererToggle.html#GimpCellRendererToggle-clicked">clicked</a>" void user_function (<a href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> *gimpcellrenderertoggle,
|
||||
gchar *arg1,
|
||||
GdkModifierType arg2,
|
||||
gpointer user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2599695"></a><h2>Description</h2><p>
|
||||
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2594546"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2594551"></a><h3><a name="GimpCellRendererToggle-struct"></a>struct GimpCellRendererToggle</h3><a class="indexterm" name="id2594560"></a><pre class="programlisting">struct GimpCellRendererToggle;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2594570"></a><h3><a name="gimp-cell-renderer-toggle-new"></a>gimp_cell_renderer_toggle_new ()</h3><a class="indexterm" name="id2594582"></a><pre class="programlisting">GtkCellRenderer* gimp_cell_renderer_toggle_new
|
||||
(const gchar *stock_id);</pre><p>
|
||||
Creates a custom version of the <span class="type">GtkCellRendererToggle</span>. Instead of
|
||||
showing the standard toggle button, it shows a stock icon if the
|
||||
cell is active and no icon otherwise. This cell renderer is for
|
||||
example used in the Layers treeview to indicate and control the
|
||||
layer's visibility by showing <tt class="literal">GIMP_STOCK_VISIBLE</tt>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>stock_id</tt></i><EFBFBD>:</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> a new <a href="GimpCellRendererToggle.html" title="GimpCellRendererToggle"><span class="type">GimpCellRendererToggle</span></a>
|
||||
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2594654"></a><h3><a name="gimp-cell-renderer-toggle-clicked"></a>gimp_cell_renderer_toggle_clicked ()</h3><a class="indexterm" name="id2594665"></a><pre class="programlisting">void gimp_cell_renderer_toggle_clicked
|
||||
(<a href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> *cell,
|
||||
const gchar *path,
|
||||
GdkModifierType state);</pre><p>
|
||||
Emits the "clicked" signal from a <a href="GimpCellRendererToggle.html" title="GimpCellRendererToggle"><span class="type">GimpCellRendererToggle</span></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>cell</tt></i><EFBFBD>:</span></td><td> a <a href="GimpCellRendererToggle.html" title="GimpCellRendererToggle"><span class="type">GimpCellRendererToggle</span></a>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>path</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>state</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div></div><div class="refsect1" lang="en"><a name="id2598583"></a><h2>Properties</h2><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><a name="GimpCellRendererToggle--stock-id"></a>"<tt class="literal">stock-id</tt>" (gchararray : Read / Write / Construct)</span></td><td><p></p></td></tr><tr><td><span class="term"><a name="GimpCellRendererToggle--stock-size"></a>"<tt class="literal">stock-size</tt>" (gint : Read / Write / Construct)</span></td><td><p></p></td></tr></tbody></table></div></div><div class="refsect1" lang="en"><a name="id2598640"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2598645"></a><h3><a name="GimpCellRendererToggle-clicked"></a>The "clicked" signal</h3><pre class="programlisting">void user_function (<a href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> *gimpcellrenderertoggle,
|
||||
gchar *arg1,
|
||||
GdkModifierType arg2,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpcellrenderertoggle</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg1</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg2</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpCellRendererColor.html"><b><<<EFBFBD>GimpCellRendererColor</b></a></td><td align="right"><a accesskey="n" href="libgimpwidgets-colordisplay.html"><b>Part<EFBFBD>II.<2E>GIMP Display Filters<72>>></b></a></td></tr></table></body></html>
|
||||
114
devel-docs/libgimpwidgets/html/GimpChainButton.html
Normal file
@ -0,0 +1,114 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpChainButton</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpButton.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpColorArea.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpChainButton"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpChainButton</span></h2><p>GimpChainButton — Widget to visually connect two entry widgets.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpChainButton.html#GimpChainButton-struct">GimpChainButton</a>;
|
||||
enum <a href="GimpChainButton.html#GimpChainPosition">GimpChainPosition</a>;
|
||||
GtkWidget* <a href="GimpChainButton.html#gimp-chain-button-new">gimp_chain_button_new</a> (<a href="GimpChainButton.html#GimpChainPosition">GimpChainPosition</a> position);
|
||||
void <a href="GimpChainButton.html#gimp-chain-button-set-active">gimp_chain_button_set_active</a> (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button,
|
||||
gboolean active);
|
||||
gboolean <a href="GimpChainButton.html#gimp-chain-button-get-active">gimp_chain_button_get_active</a> (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2560881"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkTable
|
||||
+----GimpChainButton
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2560917"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpChainButton implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2560933"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpChainButton.html#GimpChainButton-toggled">toggled</a>" void user_function (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *gimpchainbutton,
|
||||
gpointer user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2560965"></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
|
||||
or other GUI elements and show that they may be locked. Use it for
|
||||
example to connect X and Y ratios to provide the possibility of a
|
||||
constrained aspect ratio.
|
||||
</p><p>
|
||||
The <a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> only gives visual feedback, it does not really
|
||||
connect widgets. You have to take care of locking the values yourself
|
||||
by checking the state of the <a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> whenever a value changes
|
||||
in one of the connected widgets and adjusting the other value if
|
||||
necessary.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2555894"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2555900"></a><h3><a name="GimpChainButton-struct"></a>struct GimpChainButton</h3><a class="indexterm" name="id2555908"></a><pre class="programlisting">struct GimpChainButton;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2555918"></a><h3><a name="GimpChainPosition"></a>enum GimpChainPosition</h3><a class="indexterm" name="id2555926"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_CHAIN_TOP,
|
||||
GIMP_CHAIN_LEFT,
|
||||
GIMP_CHAIN_BOTTOM,
|
||||
GIMP_CHAIN_RIGHT
|
||||
} GimpChainPosition;
|
||||
</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2555938"></a><h3><a name="gimp-chain-button-new"></a>gimp_chain_button_new ()</h3><a class="indexterm" name="id2555946"></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><p>
|
||||
This returns a button showing either a broken or a linked chain and
|
||||
small clamps attached to both sides that visually group the two widgets
|
||||
you want to connect. This widget looks best when attached
|
||||
to a table taking up two columns (or rows respectively) next
|
||||
to the widgets that it is supposed to connect. It may work
|
||||
for more than two widgets, but the look is optimized for two.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>position</tt></i><EFBFBD>:</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> 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"><tt class="function">gimp_chain_button_set_active()</tt></a> to
|
||||
change its state.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2528463"></a><h3><a name="gimp-chain-button-set-active"></a>gimp_chain_button_set_active ()</h3><a class="indexterm" name="id2528474"></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 (<tt class="literal">TRUE</tt>) or
|
||||
unlocked (<tt class="literal">FALSE</tt>) and changes the showed pixmap to reflect the new state.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>button</tt></i><EFBFBD>:</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"><i class="parameter"><tt>active</tt></i><EFBFBD>:</span></td><td> The new state.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2528548"></a><h3><a name="gimp-chain-button-get-active"></a>gimp_chain_button_get_active ()</h3><a class="indexterm" name="id2528560"></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>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>button</tt></i><EFBFBD>:</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> <tt class="literal">TRUE</tt> if the <a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> is active (locked).
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2564934"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2564940"></a><h3><a name="GimpChainButton-toggled"></a>The "toggled" signal</h3><pre class="programlisting">void user_function (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *gimpchainbutton,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpchainbutton</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</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="id2564997"></a><h2>See Also</h2><p>
|
||||
You may want to use the convenience function <a href="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new"><tt class="function">gimp_coordinates_new()</tt></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>.
|
||||
</p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpButton.html"><b><<<EFBFBD>GimpButton</b></a></td><td align="right"><a accesskey="n" href="GimpColorArea.html"><b>GimpColorArea<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
145
devel-docs/libgimpwidgets/html/GimpColorArea.html
Normal file
@ -0,0 +1,145 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpColorArea</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpChainButton.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpColorButton.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpColorArea"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpColorArea</span></h2><p>GimpColorArea — Displays a GimpRGB color, optionally with alpha-channel.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpColorArea.html#GimpColorArea-struct">GimpColorArea</a>;
|
||||
enum <a href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a>;
|
||||
GtkWidget* <a href="GimpColorArea.html#gimp-color-area-new">gimp_color_area_new</a> (const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color,
|
||||
<a href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> type,
|
||||
GdkModifierType drag_mask);
|
||||
void <a href="GimpColorArea.html#gimp-color-area-set-color">gimp_color_area_set_color</a> (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);
|
||||
void <a href="GimpColorArea.html#gimp-color-area-get-color">gimp_color_area_get_color</a> (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
|
||||
<a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);
|
||||
gboolean <a href="GimpColorArea.html#gimp-color-area-has-alpha">gimp_color_area_has_alpha</a> (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area);
|
||||
void <a href="GimpColorArea.html#gimp-color-area-set-type">gimp_color_area_set_type</a> (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
|
||||
<a href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> type);
|
||||
void <a href="GimpColorArea.html#gimp-color-area-set-draw-border">gimp_color_area_set_draw_border</a> (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
|
||||
gboolean draw_border);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2543177"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkDrawingArea
|
||||
+----GimpColorArea
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2580401"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpColorArea implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2580416"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorArea.html#GimpColorArea-color-changed">color-changed</a>"
|
||||
void user_function (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *gimpcolorarea,
|
||||
gpointer user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2580448"></a><h2>Description</h2><p>
|
||||
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2580458"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2580463"></a><h3><a name="GimpColorArea-struct"></a>struct GimpColorArea</h3><a class="indexterm" name="id2580472"></a><pre class="programlisting">struct GimpColorArea;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2580481"></a><h3><a name="GimpColorAreaType"></a>enum GimpColorAreaType</h3><a class="indexterm" name="id2580490"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_COLOR_AREA_FLAT = 0,
|
||||
GIMP_COLOR_AREA_SMALL_CHECKS,
|
||||
GIMP_COLOR_AREA_LARGE_CHECKS
|
||||
} GimpColorAreaType;
|
||||
</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2580502"></a><h3><a name="gimp-color-area-new"></a>gimp_color_area_new ()</h3><a class="indexterm" name="id2580510"></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,
|
||||
GdkModifierType drag_mask);</pre><p>
|
||||
Creates a new <a href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a> widget.
|
||||
</p><p>
|
||||
This returns a preview area showing the color. It handles color
|
||||
DND. If the color changes, the "color_changed" signal is emitted.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>color</tt></i><EFBFBD>:</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"><i class="parameter"><tt>type</tt></i><EFBFBD>:</span></td><td> The type of color area to create.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>drag_mask</tt></i><EFBFBD>:</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> Pointer to the new <a href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a> widget.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2536002"></a><h3><a name="gimp-color-area-set-color"></a>gimp_color_area_set_color ()</h3><a class="indexterm" name="id2536011"></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><p>
|
||||
Sets <i class="parameter"><tt>area</tt></i> to a different <i class="parameter"><tt>color</tt></i>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>area</tt></i><EFBFBD>:</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"><i class="parameter"><tt>color</tt></i><EFBFBD>:</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.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2536084"></a><h3><a name="gimp-color-area-get-color"></a>gimp_color_area_get_color ()</h3><a class="indexterm" name="id2536093"></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><p>
|
||||
Retrieves the current color of the <i class="parameter"><tt>area</tt></i>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>area</tt></i><EFBFBD>:</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"><i class="parameter"><tt>color</tt></i><EFBFBD>:</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.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2536164"></a><h3><a name="gimp-color-area-has-alpha"></a>gimp_color_area_has_alpha ()</h3><a class="indexterm" name="id2466871"></a><pre class="programlisting">gboolean gimp_color_area_has_alpha (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area);</pre><p>
|
||||
Checks whether the <i class="parameter"><tt>area</tt></i> shows transparency information. This is determined
|
||||
via the <i class="parameter"><tt>area</tt></i>'s <a href="GimpColorArea.html#GimpColorAreaType"><span class="type">GimpColorAreaType</span></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>area</tt></i><EFBFBD>:</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> <tt class="literal">TRUE</tt> if <i class="parameter"><tt>area</tt></i> shows transparency information, <tt class="literal">FALSE</tt> otherwise.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2466948"></a><h3><a name="gimp-color-area-set-type"></a>gimp_color_area_set_type ()</h3><a class="indexterm" name="id2466956"></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 <i class="parameter"><tt>area</tt></i>. The <a href="GimpColorArea.html#GimpColorAreaType"><span class="type">GimpColorAreaType</span></a> determines
|
||||
whether the widget shows transparency information and chooses the size of
|
||||
the checkerboard used to do that.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>area</tt></i><EFBFBD>:</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"><i class="parameter"><tt>type</tt></i><EFBFBD>:</span></td><td> A <a href="GimpColorArea.html#GimpColorAreaType"><span class="type">GimpColorAreaType</span></a>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2467036"></a><h3><a name="gimp-color-area-set-draw-border"></a>gimp_color_area_set_draw_border ()</h3><a class="indexterm" name="id2467047"></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 <i class="parameter"><tt>area</tt></i> can draw a thin border in the foreground color around
|
||||
itself. This function allows to toggle this behaviour on and
|
||||
off. The default is not draw a border.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>area</tt></i><EFBFBD>:</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"><i class="parameter"><tt>draw_border</tt></i><EFBFBD>:</span></td><td> whether to draw a border or not
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2467116"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2467121"></a><h3><a name="GimpColorArea-color-changed"></a>The "color-changed" signal</h3><pre class="programlisting">void user_function (<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *gimpcolorarea,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpcolorarea</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpChainButton.html"><b><<<EFBFBD>GimpChainButton</b></a></td><td align="right"><a accesskey="n" href="GimpColorButton.html"><b>GimpColorButton<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
160
devel-docs/libgimpwidgets/html/GimpColorButton.html
Normal file
@ -0,0 +1,160 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpColorButton</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpColorArea.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpColorHexEntry.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpColorButton"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpColorButton</span></h2><p>GimpColorButton — Widget for selecting a color from a simple button.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpColorButton.html#GimpColorButton-struct">GimpColorButton</a>;
|
||||
GtkWidget* <a href="GimpColorButton.html#gimp-color-button-new">gimp_color_button_new</a> (const gchar *title,
|
||||
gint width,
|
||||
gint height,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color,
|
||||
<a href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> type);
|
||||
void <a href="GimpColorButton.html#gimp-color-button-set-color">gimp_color_button_set_color</a> (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);
|
||||
void <a href="GimpColorButton.html#gimp-color-button-get-color">gimp_color_button_get_color</a> (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
|
||||
<a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);
|
||||
void <a href="GimpColorButton.html#gimp-color-button-set-update">gimp_color_button_set_update</a> (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
|
||||
gboolean continuous);
|
||||
gboolean <a href="GimpColorButton.html#gimp-color-button-get-update">gimp_color_button_get_update</a> (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button);
|
||||
gboolean <a href="GimpColorButton.html#gimp-color-button-has-alpha">gimp_color_button_has_alpha</a> (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button);
|
||||
void <a href="GimpColorButton.html#gimp-color-button-set-type">gimp_color_button_set_type</a> (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
|
||||
<a href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> type);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2547901"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBin
|
||||
+----GtkButton
|
||||
+----<a href="GimpButton.html" title="GimpButton">GimpButton</a>
|
||||
+----GimpColorButton
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2547948"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpColorButton implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2547963"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorButton.html#GimpColorButton-color-changed">color-changed</a>"
|
||||
void user_function (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *gimpcolorbutton,
|
||||
gpointer user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2547996"></a><h2>Description</h2><p>
|
||||
This widget provides a simple button with a preview showing the
|
||||
color.
|
||||
</p><p>
|
||||
On click a GtkColorSelectionDialog is opened. Additionally the button
|
||||
supports Drag and Drop and has a right-click menu that allows to choose
|
||||
the color from the current FG or BG color. If the user changes the
|
||||
color, the "color_changed" signal is emitted.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2548015"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2548020"></a><h3><a name="GimpColorButton-struct"></a>struct GimpColorButton</h3><a class="indexterm" name="id2548029"></a><pre class="programlisting">struct GimpColorButton;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2574470"></a><h3><a name="gimp-color-button-new"></a>gimp_color_button_new ()</h3><a class="indexterm" name="id2574478"></a><pre class="programlisting">GtkWidget* gimp_color_button_new (const gchar *title,
|
||||
gint width,
|
||||
gint height,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color,
|
||||
<a href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> type);</pre><p>
|
||||
Creates a new <a href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> widget.
|
||||
</p><p>
|
||||
This returns a button with a preview showing the color.
|
||||
When the button is clicked a GtkColorSelectionDialog is opened.
|
||||
If the user changes the color the new color is written into the
|
||||
array that was used to pass the initial color and the "color_changed"
|
||||
signal is emitted.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>title</tt></i><EFBFBD>:</span></td><td> String that will be used as title for the color_selector.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>width</tt></i><EFBFBD>:</span></td><td> Width of the colorpreview in pixels.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>height</tt></i><EFBFBD>:</span></td><td> Height of the colorpreview in pixels.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>color</tt></i><EFBFBD>:</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"><i class="parameter"><tt>type</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><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></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2574620"></a><h3><a name="gimp-color-button-set-color"></a>gimp_color_button_set_color ()</h3><a class="indexterm" name="id2574629"></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><p>
|
||||
Sets the <i class="parameter"><tt>button</tt></i> to the given <i class="parameter"><tt>color</tt></i>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>button</tt></i><EFBFBD>:</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"><i class="parameter"><tt>color</tt></i><EFBFBD>:</span></td><td> Pointer to the new <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
><span class="type">GimpRGB</span></a> color.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2574703"></a><h3><a name="gimp-color-button-get-color"></a>gimp_color_button_get_color ()</h3><a class="indexterm" name="id2574712"></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><p>
|
||||
Retrieves the currently set color from the <i class="parameter"><tt>button</tt></i>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>button</tt></i><EFBFBD>:</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"><i class="parameter"><tt>color</tt></i><EFBFBD>:</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.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2468549"></a><h3><a name="gimp-color-button-set-update"></a>gimp_color_button_set_update ()</h3><a class="indexterm" name="id2468560"></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 <i class="parameter"><tt>button</tt></i> will emit the "color_changed"
|
||||
continuously while the color is changed in the color selection
|
||||
dialog.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>button</tt></i><EFBFBD>:</span></td><td> A <a href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>continuous</tt></i><EFBFBD>:</span></td><td> The new setting of the <i class="parameter"><tt>continuous_update</tt></i> property.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2468636"></a><h3><a name="gimp-color-button-get-update"></a>gimp_color_button_get_update ()</h3><a class="indexterm" name="id2468647"></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 <i class="parameter"><tt>continuous_update</tt></i> property.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>button</tt></i><EFBFBD>:</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> the <i class="parameter"><tt>continuous_update</tt></i> property.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2468708"></a><h3><a name="gimp-color-button-has-alpha"></a>gimp_color_button_has_alpha ()</h3><a class="indexterm" name="id2468717"></a><pre class="programlisting">gboolean gimp_color_button_has_alpha (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button);</pre><p>
|
||||
Checks whether the <i class="parameter"><tt>buttons</tt></i> shows transparency information.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>button</tt></i><EFBFBD>:</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> <tt class="literal">TRUE</tt> if the <i class="parameter"><tt>button</tt></i> shows transparency information, <tt class="literal">FALSE</tt>
|
||||
otherwise.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2583334"></a><h3><a name="gimp-color-button-set-type"></a>gimp_color_button_set_type ()</h3><a class="indexterm" name="id2583343"></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 <i class="parameter"><tt>button</tt></i> to the given <i class="parameter"><tt>type</tt></i>. See also <a href="GimpColorArea.html#gimp-color-area-set-type"><tt class="function">gimp_color_area_set_type()</tt></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>button</tt></i><EFBFBD>:</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"><i class="parameter"><tt>type</tt></i><EFBFBD>:</span></td><td> the new <a href="GimpColorArea.html#GimpColorAreaType"><span class="type">GimpColorAreaType</span></a>
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2583424"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2583430"></a><h3><a name="GimpColorButton-color-changed"></a>The "color-changed" signal</h3><pre class="programlisting">void user_function (<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *gimpcolorbutton,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpcolorbutton</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</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="id2560423"></a><h2>See Also</h2><p>
|
||||
<span class="type">libgimpcolor-gimpcolorspace</span>
|
||||
</p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpColorArea.html"><b><<<EFBFBD>GimpColorArea</b></a></td><td align="right"><a accesskey="n" href="GimpColorHexEntry.html"><b>GimpColorHexEntry<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
160
devel-docs/libgimpwidgets/html/GimpColorDisplay.html
Normal file
@ -0,0 +1,160 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpColorDisplay</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-colordisplay.html" title="Part<72>II.<2E>GIMP Display Filters"><link rel="prev" href="libgimpwidgets-colordisplay.html" title="Part<72>II.<2E>GIMP Display Filters"><link rel="next" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><meta name="generator" content="GTK-Doc V1.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="libgimpwidgets-colordisplay.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-colordisplay.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpColorDisplayStack.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpColorDisplay"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpColorDisplay</span></h2><p>GimpColorDisplay — Pluggable GIMP display color correction modules.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpColorDisplay.html#GimpColorDisplay-struct">GimpColorDisplay</a>;
|
||||
<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a>* <a href="GimpColorDisplay.html#gimp-color-display-new">gimp_color_display_new</a> (GType display_type);
|
||||
<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a>* <a href="GimpColorDisplay.html#gimp-color-display-clone">gimp_color_display_clone</a> (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);
|
||||
void <a href="GimpColorDisplay.html#gimp-color-display-set-enabled">gimp_color_display_set_enabled</a> (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
|
||||
gboolean enabled);
|
||||
gboolean <a href="GimpColorDisplay.html#gimp-color-display-get-enabled">gimp_color_display_get_enabled</a> (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);
|
||||
void <a href="GimpColorDisplay.html#gimp-color-display-convert">gimp_color_display_convert</a> (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
|
||||
guchar *buf,
|
||||
gint width,
|
||||
gint height,
|
||||
gint bpp,
|
||||
gint bpl);
|
||||
void <a href="GimpColorDisplay.html#gimp-color-display-load-state">gimp_color_display_load_state</a> (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
>GimpParasite</a> *state);
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
>GimpParasite</a>* <a href="GimpColorDisplay.html#gimp-color-display-save-state">gimp_color_display_save_state</a> (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);
|
||||
GtkWidget* <a href="GimpColorDisplay.html#gimp-color-display-configure">gimp_color_display_configure</a> (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);
|
||||
void <a href="GimpColorDisplay.html#gimp-color-display-configure-reset">gimp_color_display_configure_reset</a>
|
||||
(<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);
|
||||
void <a href="GimpColorDisplay.html#gimp-color-display-changed">gimp_color_display_changed</a> (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2595993"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GimpColorDisplay
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2596008"></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="id2596028"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorDisplay.html#GimpColorDisplay-changed">changed</a>" void user_function (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *gimpcolordisplay,
|
||||
gpointer user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2596060"></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="id2596072"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2596077"></a><h3><a name="GimpColorDisplay-struct"></a>struct GimpColorDisplay</h3><a class="indexterm" name="id2595404"></a><pre class="programlisting">struct GimpColorDisplay;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2595413"></a><h3><a name="gimp-color-display-new"></a>gimp_color_display_new ()</h3><a class="indexterm" name="id2595422"></a><pre class="programlisting"><a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a>* gimp_color_display_new (GType display_type);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>display_type</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2595466"></a><h3><a name="gimp-color-display-clone"></a>gimp_color_display_clone ()</h3><a class="indexterm" name="id2595474"></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><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>display</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2595518"></a><h3><a name="gimp-color-display-set-enabled"></a>gimp_color_display_set_enabled ()</h3><a class="indexterm" name="id2595529"></a><pre class="programlisting">void gimp_color_display_set_enabled (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
|
||||
gboolean enabled);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>display</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>enabled</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2595580"></a><h3><a name="gimp-color-display-get-enabled"></a>gimp_color_display_get_enabled ()</h3><a class="indexterm" name="id2595592"></a><pre class="programlisting">gboolean gimp_color_display_get_enabled (<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"><i class="parameter"><tt>display</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2595636"></a><h3><a name="gimp-color-display-convert"></a>gimp_color_display_convert ()</h3><a class="indexterm" name="id2595645"></a><pre class="programlisting">void gimp_color_display_convert (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
|
||||
guchar *buf,
|
||||
gint width,
|
||||
gint height,
|
||||
gint bpp,
|
||||
gint bpl);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>display</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>buf</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>width</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>height</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>bpp</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>bpl</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2594022"></a><h3><a name="gimp-color-display-load-state"></a>gimp_color_display_load_state ()</h3><a class="indexterm" name="id2594033"></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><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>display</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>state</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2594085"></a><h3><a name="gimp-color-display-save-state"></a>gimp_color_display_save_state ()</h3><a class="indexterm" name="id2594096"></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>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>display</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2594141"></a><h3><a name="gimp-color-display-configure"></a>gimp_color_display_configure ()</h3><a class="indexterm" name="id2594152"></a><pre class="programlisting">GtkWidget* gimp_color_display_configure (<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"><i class="parameter"><tt>display</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2602945"></a><h3><a name="gimp-color-display-configure-reset"></a>gimp_color_display_configure_reset ()</h3><a class="indexterm" name="id2602957"></a><pre class="programlisting">void gimp_color_display_configure_reset
|
||||
(<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"><i class="parameter"><tt>display</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2602992"></a><h3><a name="gimp-color-display-changed"></a>gimp_color_display_changed ()</h3><a class="indexterm" name="id2603002"></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"><i class="parameter"><tt>display</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2603037"></a><h2>Properties</h2><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><a name="GimpColorDisplay--enabled"></a>"<tt class="literal">enabled</tt>" (gboolean : Read / Write / Construct)</span></td><td><p></p></td></tr></tbody></table></div></div><div class="refsect1" lang="en"><a name="id2603068"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2603074"></a><h3><a name="GimpColorDisplay-changed"></a>The "changed" signal</h3><pre class="programlisting">void user_function (<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *gimpcolordisplay,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpcolordisplay</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</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="id2603132"></a><h2>See Also</h2><p>
|
||||
<span class="type">GModule</span>
|
||||
</p><p>
|
||||
<span class="type">GTypeModule</span>
|
||||
</p><p>
|
||||
<span class="type">libgimp-gimpmodule</span>
|
||||
</p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="libgimpwidgets-colordisplay.html"><b><<<EFBFBD>Part<EFBFBD>II.<2E>GIMP Display Filters</b></a></td><td align="right"><a accesskey="n" href="GimpColorDisplayStack.html"><b>GimpColorDisplayStack<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
178
devel-docs/libgimpwidgets/html/GimpColorDisplayStack.html
Normal file
@ -0,0 +1,178 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpColorDisplayStack</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-colordisplay.html" title="Part<72>II.<2E>GIMP Display Filters"><link rel="prev" href="GimpColorDisplay.html" title="GimpColorDisplay"><link rel="next" href="libgimpwidgets-colorselector.html" title="Part<72>III.<2E>GIMP Color Selectors"><meta name="generator" content="GTK-Doc V1.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpColorDisplay.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-colordisplay.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="libgimpwidgets-colorselector.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpColorDisplayStack"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpColorDisplayStack</span></h2><p>GimpColorDisplayStack — </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpColorDisplayStack.html#GimpColorDisplayStack-struct">GimpColorDisplayStack</a>;
|
||||
<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a>* <a href="GimpColorDisplayStack.html#gimp-color-display-stack-new">gimp_color_display_stack_new</a>
|
||||
(void);
|
||||
<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a>* <a href="GimpColorDisplayStack.html#gimp-color-display-stack-clone">gimp_color_display_stack_clone</a>
|
||||
(<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack);
|
||||
void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-changed">gimp_color_display_stack_changed</a>
|
||||
(<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack);
|
||||
void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-add">gimp_color_display_stack_add</a> (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
|
||||
<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);
|
||||
void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-remove">gimp_color_display_stack_remove</a> (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
|
||||
<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);
|
||||
void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-reorder-up">gimp_color_display_stack_reorder_up</a>
|
||||
(<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
|
||||
<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);
|
||||
void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-reorder-down">gimp_color_display_stack_reorder_down</a>
|
||||
(<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
|
||||
<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);
|
||||
void <a href="GimpColorDisplayStack.html#gimp-color-display-stack-convert">gimp_color_display_stack_convert</a>
|
||||
(<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
|
||||
guchar *buf,
|
||||
gint width,
|
||||
gint height,
|
||||
gint bpp,
|
||||
gint bpl);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2591059"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GimpColorDisplayStack
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2591075"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorDisplayStack.html#GimpColorDisplayStack-added">added</a>" 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);
|
||||
"<a href="GimpColorDisplayStack.html#GimpColorDisplayStack-changed">changed</a>" void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
|
||||
gpointer user_data);
|
||||
"<a href="GimpColorDisplayStack.html#GimpColorDisplayStack-removed">removed</a>" void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
|
||||
<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *arg1,
|
||||
gpointer user_data);
|
||||
"<a href="GimpColorDisplayStack.html#GimpColorDisplayStack-reordered">reordered</a>" 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);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2602460"></a><h2>Description</h2><p>
|
||||
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2602470"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2602475"></a><h3><a name="GimpColorDisplayStack-struct"></a>struct GimpColorDisplayStack</h3><a class="indexterm" name="id2602486"></a><pre class="programlisting">struct GimpColorDisplayStack;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2602496"></a><h3><a name="gimp-color-display-stack-new"></a>gimp_color_display_stack_new ()</h3><a class="indexterm" name="id2602507"></a><pre class="programlisting"><a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a>* gimp_color_display_stack_new
|
||||
(void);</pre><p>
|
||||
|
||||
</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>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2602537"></a><h3><a name="gimp-color-display-stack-clone"></a>gimp_color_display_stack_clone ()</h3><a class="indexterm" name="id2602548"></a><pre class="programlisting"><a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a>* gimp_color_display_stack_clone
|
||||
(<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>stack</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2602594"></a><h3><a name="gimp-color-display-stack-changed"></a>gimp_color_display_stack_changed ()</h3><a class="indexterm" name="id2602605"></a><pre class="programlisting">void gimp_color_display_stack_changed
|
||||
(<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>stack</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2602641"></a><h3><a name="gimp-color-display-stack-add"></a>gimp_color_display_stack_add ()</h3><a class="indexterm" name="id2602652"></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>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>stack</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>display</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2596897"></a><h3><a name="gimp-color-display-stack-remove"></a>gimp_color_display_stack_remove ()</h3><a class="indexterm" name="id2596907"></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>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>stack</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>display</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2596958"></a><h3><a name="gimp-color-display-stack-reorder-up"></a>gimp_color_display_stack_reorder_up ()</h3><a class="indexterm" name="id2596969"></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>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>stack</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>display</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2597022"></a><h3><a name="gimp-color-display-stack-reorder-down"></a>gimp_color_display_stack_reorder_down ()</h3><a class="indexterm" name="id2597033"></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>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>stack</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>display</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2597086"></a><h3><a name="gimp-color-display-stack-convert"></a>gimp_color_display_stack_convert ()</h3><a class="indexterm" name="id2597097"></a><pre class="programlisting">void gimp_color_display_stack_convert
|
||||
(<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
|
||||
guchar *buf,
|
||||
gint width,
|
||||
gint height,
|
||||
gint bpp,
|
||||
gint bpl);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>stack</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>buf</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>width</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>height</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>bpp</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>bpl</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2604609"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2604615"></a><h3><a name="GimpColorDisplayStack-added"></a>The "added" signal</h3><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);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpcolordisplaystack</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg1</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg2</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</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="id2604704"></a><h3><a name="GimpColorDisplayStack-changed"></a>The "changed" signal</h3><pre class="programlisting">void user_function (<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpcolordisplaystack</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</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="id2604764"></a><h3><a name="GimpColorDisplayStack-removed"></a>The "removed" signal</h3><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);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpcolordisplaystack</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg1</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</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="id2604839"></a><h3><a name="GimpColorDisplayStack-reordered"></a>The "reordered" signal</h3><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);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpcolordisplaystack</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg1</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg2</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpColorDisplay.html"><b><<<EFBFBD>GimpColorDisplay</b></a></td><td align="right"><a accesskey="n" href="libgimpwidgets-colorselector.html"><b>Part<EFBFBD>III.<2E>GIMP Color Selectors<72>>></b></a></td></tr></table></body></html>
|
||||
99
devel-docs/libgimpwidgets/html/GimpColorHexEntry.html
Normal file
@ -0,0 +1,99 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpColorHexEntry</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpColorButton.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpColorScale.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpColorHexEntry"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpColorHexEntry</span></h2><p>GimpColorHexEntry — Widget for entering a color's hex triplet.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpColorHexEntry.html#GimpColorHexEntry-struct">GimpColorHexEntry</a>;
|
||||
GtkWidget* <a href="GimpColorHexEntry.html#gimp-color-hex-entry-new">gimp_color_hex_entry_new</a> (void);
|
||||
void <a href="GimpColorHexEntry.html#gimp-color-hex-entry-set-color">gimp_color_hex_entry_set_color</a> (<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *entry,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);
|
||||
void <a href="GimpColorHexEntry.html#gimp-color-hex-entry-get-color">gimp_color_hex_entry_get_color</a> (<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *entry,
|
||||
<a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2527445"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkEntry
|
||||
+----GimpColorHexEntry
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2527476"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpColorHexEntry implements
|
||||
AtkImplementorIface, GtkEditable and GtkCellEditable.</p></div><div class="refsect1" lang="en"><a name="id2527501"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorHexEntry.html#GimpColorHexEntry-color-changed">color-changed</a>"
|
||||
void user_function (<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *gimpcolorhexentry,
|
||||
gpointer user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2527534"></a><h2>Description</h2><p>
|
||||
Widget for entering a color's hex triplet.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2527545"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2537923"></a><h3><a name="GimpColorHexEntry-struct"></a>struct GimpColorHexEntry</h3><a class="indexterm" name="id2537932"></a><pre class="programlisting">struct GimpColorHexEntry;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2537941"></a><h3><a name="gimp-color-hex-entry-new"></a>gimp_color_hex_entry_new ()</h3><a class="indexterm" name="id2537950"></a><pre class="programlisting">GtkWidget* gimp_color_hex_entry_new (void);</pre><p>
|
||||
</p><p>
|
||||
|
||||
</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> a new <a href="GimpColorHexEntry.html" title="GimpColorHexEntry"><span class="type">GimpColorHexEntry</span></a> widget
|
||||
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2537989"></a><h3><a name="gimp-color-hex-entry-set-color"></a>gimp_color_hex_entry_set_color ()</h3><a class="indexterm" name="id2538000"></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><p>
|
||||
Sets the color displayed by a <a href="GimpColorHexEntry.html" title="GimpColorHexEntry"><span class="type">GimpColorHexEntry</span></a>. If the new color
|
||||
is different to the previously set color, the "color_changed"
|
||||
signal is emitted.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>entry</tt></i><EFBFBD>:</span></td><td> a <a href="GimpColorHexEntry.html" title="GimpColorHexEntry"><span class="type">GimpColorHexEntry</span></a> widget
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>color</tt></i><EFBFBD>:</span></td><td> pointer to a <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
><span class="type">GimpRGB</span></a>
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2567875"></a><h3><a name="gimp-color-hex-entry-get-color"></a>gimp_color_hex_entry_get_color ()</h3><a class="indexterm" name="id2567886"></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><p>
|
||||
Retrieves the color value displayed by a <a href="GimpColorHexEntry.html" title="GimpColorHexEntry"><span class="type">GimpColorHexEntry</span></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>entry</tt></i><EFBFBD>:</span></td><td> a <a href="GimpColorHexEntry.html" title="GimpColorHexEntry"><span class="type">GimpColorHexEntry</span></a> widget
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>color</tt></i><EFBFBD>:</span></td><td> pointer to a <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
><span class="type">GimpRGB</span></a>
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div></div><div class="refsect1" lang="en"><a name="id2567963"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2567968"></a><h3><a name="GimpColorHexEntry-color-changed"></a>The "color-changed" signal</h3><pre class="programlisting">void user_function (<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *gimpcolorhexentry,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpcolorhexentry</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpColorButton.html"><b><<<EFBFBD>GimpColorButton</b></a></td><td align="right"><a accesskey="n" href="GimpColorScale.html"><b>GimpColorScale<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
74
devel-docs/libgimpwidgets/html/GimpColorNotebook.html
Normal file
@ -0,0 +1,74 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpColorNotebook</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-colorselector.html" title="Part<72>III.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpColorSelector.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-colorselector.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpColorScales.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpColorNotebook"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpColorNotebook</span></h2><p>GimpColorNotebook — A <a href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpColorNotebook.html#GimpColorNotebook-struct">GimpColorNotebook</a>;
|
||||
GtkWidget* <a href="GimpColorNotebook.html#gimp-color-notebook-set-has-page">gimp_color_notebook_set_has_page</a>
|
||||
(<a href="GimpColorNotebook.html" title="GimpColorNotebook">GimpColorNotebook</a> *notebook,
|
||||
GType page_type,
|
||||
gboolean has_page);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2525617"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBox
|
||||
+----GtkVBox
|
||||
+----<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a>
|
||||
+----GimpColorNotebook
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2601202"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpColorNotebook implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2601217"></a><h2>Style Properties</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorNotebook.html#GimpColorNotebook--tab-border">tab-border</a>" gint : Read
|
||||
"<a href="GimpColorNotebook.html#GimpColorNotebook--tab-icon-size">tab-icon-size</a>" GtkIconSize : Read
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2601601"></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="id2601629"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2601634"></a><h3><a name="GimpColorNotebook-struct"></a>struct GimpColorNotebook</h3><a class="indexterm" name="id2601643"></a><pre class="programlisting">struct GimpColorNotebook;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2601652"></a><h3><a name="gimp-color-notebook-set-has-page"></a>gimp_color_notebook_set_has_page ()</h3><a class="indexterm" name="id2601661"></a><pre class="programlisting">GtkWidget* gimp_color_notebook_set_has_page
|
||||
(<a href="GimpColorNotebook.html" title="GimpColorNotebook">GimpColorNotebook</a> *notebook,
|
||||
GType page_type,
|
||||
gboolean has_page);</pre><p>
|
||||
This function adds and removed pages to / from a <a href="GimpColorNotebook.html" title="GimpColorNotebook"><span class="type">GimpColorNotebook</span></a>.
|
||||
The <i class="parameter"><tt>page_type</tt></i> passed must be a <a href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> subtype.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>notebook</tt></i><EFBFBD>:</span></td><td> A <a href="GimpColorNotebook.html" title="GimpColorNotebook"><span class="type">GimpColorNotebook</span></a> widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>page_type</tt></i><EFBFBD>:</span></td><td> The <span class="type">GType</span> of the notebook page to add or remove.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>has_page</tt></i><EFBFBD>:</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> The new page widget, if <i class="parameter"><tt>has_page</tt></i> was <span class="type">TRUE</span>, or <span class="type">NULL</span>
|
||||
if <i class="parameter"><tt>has_page</tt></i> was <span class="type">FALSE</span>.
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2606177"></a><h2>Style Properties</h2><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><a name="GimpColorNotebook--tab-border"></a>"<tt class="literal">tab-border</tt>" (gint : Read)</span></td><td><p>Width of the border around the tab contents.</p></td></tr><tr><td><span class="term"><a name="GimpColorNotebook--tab-icon-size"></a>"<tt class="literal">tab-icon-size</tt>" (GtkIconSize : Read)</span></td><td><p>Size for icons displayed in the tab.</p></td></tr></tbody></table></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpColorSelector.html"><b><<<EFBFBD>GimpColorSelector</b></a></td><td align="right"><a accesskey="n" href="GimpColorScales.html"><b>GimpColorScales<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
91
devel-docs/libgimpwidgets/html/GimpColorScale.html
Normal file
@ -0,0 +1,91 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpColorScale</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpColorHexEntry.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpColorSelection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpColorScale"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpColorScale</span></h2><p>GimpColorScale — Fancy colored sliders.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpColorScale.html#GimpColorScale-struct">GimpColorScale</a>;
|
||||
GtkWidget* <a href="GimpColorScale.html#gimp-color-scale-new">gimp_color_scale_new</a> (GtkOrientation orientation,
|
||||
<a href="GimpColorSelector.html#GimpColorSelectorChannel">GimpColorSelectorChannel</a> channel);
|
||||
void <a href="GimpColorScale.html#gimp-color-scale-set-channel">gimp_color_scale_set_channel</a> (<a href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> *scale,
|
||||
<a href="GimpColorSelector.html#GimpColorSelectorChannel">GimpColorSelectorChannel</a> channel);
|
||||
void <a href="GimpColorScale.html#gimp-color-scale-set-color">gimp_color_scale_set_color</a> (<a href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> *scale,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *rgb,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
>GimpHSV</a> *hsv);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2569162"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkRange
|
||||
+----GtkScale
|
||||
+----GimpColorScale
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2569198"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpColorScale implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2568312"></a><h2>Description</h2><p>
|
||||
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2568322"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2568327"></a><h3><a name="GimpColorScale-struct"></a>struct GimpColorScale</h3><a class="indexterm" name="id2568336"></a><pre class="programlisting">struct GimpColorScale;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2568345"></a><h3><a name="gimp-color-scale-new"></a>gimp_color_scale_new ()</h3><a class="indexterm" name="id2568354"></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><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>orientation</tt></i><EFBFBD>:</span></td><td> the scale's orientation (horizontal or vertical)
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>channel</tt></i><EFBFBD>:</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> a new <a href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> widget
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2541051"></a><h3><a name="gimp-color-scale-set-channel"></a>gimp_color_scale_set_channel ()</h3><a class="indexterm" name="id2541060"></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 <i class="parameter"><tt>scale</tt></i>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>scale</tt></i><EFBFBD>:</span></td><td> a <a href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> widget
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>channel</tt></i><EFBFBD>:</span></td><td> the new color channel
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2541125"></a><h3><a name="gimp-color-scale-set-color"></a>gimp_color_scale_set_color ()</h3><a class="indexterm" name="id2541134"></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,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
>GimpHSV</a> *hsv);</pre><p>
|
||||
Changes the color value of the <i class="parameter"><tt>scale</tt></i>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>scale</tt></i><EFBFBD>:</span></td><td> a <a href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> widget
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>rgb</tt></i><EFBFBD>:</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"><i class="parameter"><tt>hsv</tt></i><EFBFBD>:</span></td><td> the new color as <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
><span class="type">GimpHSV</span></a>
|
||||
</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpColorHexEntry.html"><b><<<EFBFBD>GimpColorHexEntry</b></a></td><td align="right"><a accesskey="n" href="GimpColorSelection.html"><b>GimpColorSelection<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
55
devel-docs/libgimpwidgets/html/GimpColorScales.html
Normal file
@ -0,0 +1,55 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpColorScales</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-colorselector.html" title="Part<72>III.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpColorNotebook.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-colorselector.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpColorSelect.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpColorScales"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpColorScales</span></h2><p>GimpColorScales — A <a href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpColorScales.html#GimpColorScales-struct">GimpColorScales</a>;
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2575933"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBox
|
||||
+----GtkVBox
|
||||
+----<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a>
|
||||
+----GimpColorScales
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2600690"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpColorScales implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2600705"></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
|
||||
HSV and RGB color channels.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2600734"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2600740"></a><h3><a name="GimpColorScales-struct"></a>struct GimpColorScales</h3><a class="indexterm" name="id2600748"></a><pre class="programlisting">struct GimpColorScales;</pre><p>
|
||||
|
||||
</p></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpColorNotebook.html"><b><<<EFBFBD>GimpColorNotebook</b></a></td><td align="right"><a accesskey="n" href="GimpColorSelect.html"><b>GimpColorSelect<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
57
devel-docs/libgimpwidgets/html/GimpColorSelect.html
Normal file
@ -0,0 +1,57 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpColorSelect</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-colorselector.html" title="Part<72>III.<2E>GIMP Color Selectors"><link rel="prev" href="GimpColorScales.html" title="GimpColorScales"><link rel="next" href="libgimpwidgets-controller.html" title="Part<72>IV.<2E>GIMP Controllers"><meta name="generator" content="GTK-Doc V1.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpColorScales.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-colorselector.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="libgimpwidgets-controller.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpColorSelect"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpColorSelect</span></h2><p>GimpColorSelect — A <a href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpColorSelect.html#GimpColorSelect-struct">GimpColorSelect</a>;
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2573255"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBox
|
||||
+----GtkVBox
|
||||
+----<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a>
|
||||
+----GimpColorSelect
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2601261"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpColorSelect implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2601276"></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
|
||||
and a smaller area to change the third channel. You can select which channel
|
||||
should be the third by calling <a href="GimpColorSelector.html#gimp-color-selector-set-channel"><tt class="function">gimp_color_selector_set_channel()</tt></a>. The widget
|
||||
will then change the other two channels accordingly.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2601309"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2601314"></a><h3><a name="GimpColorSelect-struct"></a>struct GimpColorSelect</h3><a class="indexterm" name="id2601322"></a><pre class="programlisting">struct GimpColorSelect;</pre><p>
|
||||
|
||||
</p></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpColorScales.html"><b><<<EFBFBD>GimpColorScales</b></a></td><td align="right"><a accesskey="n" href="libgimpwidgets-controller.html"><b>Part<EFBFBD>IV.<2E>GIMP Controllers<72>>></b></a></td></tr></table></body></html>
|
||||
149
devel-docs/libgimpwidgets/html/GimpColorSelection.html
Normal file
@ -0,0 +1,149 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpColorSelection</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpColorScale.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpDialog.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpColorSelection"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpColorSelection</span></h2><p>GimpColorSelection — Widget for doing a color selection.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpColorSelection.html#GimpColorSelection-struct">GimpColorSelection</a>;
|
||||
GtkWidget* <a href="GimpColorSelection.html#gimp-color-selection-new">gimp_color_selection_new</a> (void);
|
||||
void <a href="GimpColorSelection.html#gimp-color-selection-set-show-alpha">gimp_color_selection_set_show_alpha</a>
|
||||
(<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
|
||||
gboolean show_alpha);
|
||||
gboolean <a href="GimpColorSelection.html#gimp-color-selection-get-show-alpha">gimp_color_selection_get_show_alpha</a>
|
||||
(<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);
|
||||
void <a href="GimpColorSelection.html#gimp-color-selection-set-color">gimp_color_selection_set_color</a> (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);
|
||||
void <a href="GimpColorSelection.html#gimp-color-selection-get-color">gimp_color_selection_get_color</a> (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
|
||||
<a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);
|
||||
void <a href="GimpColorSelection.html#gimp-color-selection-set-old-color">gimp_color_selection_set_old_color</a>
|
||||
(<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);
|
||||
void <a href="GimpColorSelection.html#gimp-color-selection-get-old-color">gimp_color_selection_get_old_color</a>
|
||||
(<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
|
||||
<a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);
|
||||
void <a href="GimpColorSelection.html#gimp-color-selection-reset">gimp_color_selection_reset</a> (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);
|
||||
void <a href="GimpColorSelection.html#gimp-color-selection-color-changed">gimp_color_selection_color_changed</a>
|
||||
(<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2582063"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBox
|
||||
+----GtkVBox
|
||||
+----GimpColorSelection
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2582106"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpColorSelection implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2582121"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorSelection.html#GimpColorSelection-color-changed">color-changed</a>"
|
||||
void user_function (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *gimpcolorselection,
|
||||
gpointer user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2582154"></a><h2>Description</h2><p>
|
||||
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2582164"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2582169"></a><h3><a name="GimpColorSelection-struct"></a>struct GimpColorSelection</h3><a class="indexterm" name="id2582178"></a><pre class="programlisting">struct GimpColorSelection;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2584309"></a><h3><a name="gimp-color-selection-new"></a>gimp_color_selection_new ()</h3><a class="indexterm" name="id2584318"></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>
|
||||
|
||||
</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> The new <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2584361"></a><h3><a name="gimp-color-selection-set-show-alpha"></a>gimp_color_selection_set_show_alpha ()</h3><a class="indexterm" name="id2584372"></a><pre class="programlisting">void gimp_color_selection_set_show_alpha
|
||||
(<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
|
||||
gboolean show_alpha);</pre><p>
|
||||
Sets the <i class="parameter"><tt>show_alpha</tt></i> property of the <i class="parameter"><tt>selection</tt></i> widget.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>selection</tt></i><EFBFBD>:</span></td><td> A <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>show_alpha</tt></i><EFBFBD>:</span></td><td> The new <i class="parameter"><tt>show_alpha</tt></i> setting.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2584443"></a><h3><a name="gimp-color-selection-get-show-alpha"></a>gimp_color_selection_get_show_alpha ()</h3><a class="indexterm" name="id2584454"></a><pre class="programlisting">gboolean gimp_color_selection_get_show_alpha
|
||||
(<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre><p>
|
||||
Returns the <i class="parameter"><tt>selection</tt></i>'s <i class="parameter"><tt>show_alpha</tt></i> property.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>selection</tt></i><EFBFBD>:</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="type">TRUE</span> if the <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> has alpha controls.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2584528"></a><h3><a name="gimp-color-selection-set-color"></a>gimp_color_selection_set_color ()</h3><a class="indexterm" name="id2584539"></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><p>
|
||||
Sets the <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s current color to the new <i class="parameter"><tt>color</tt></i>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>selection</tt></i><EFBFBD>:</span></td><td> A <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>color</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>color</tt></i> to set as current color.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2526402"></a><h3><a name="gimp-color-selection-get-color"></a>gimp_color_selection_get_color ()</h3><a class="indexterm" name="id2526413"></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><p>
|
||||
This function returns the <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s current color.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>selection</tt></i><EFBFBD>:</span></td><td> A <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>color</tt></i><EFBFBD>:</span></td><td> Return location for the <i class="parameter"><tt>selection</tt></i>'s current <i class="parameter"><tt>color</tt></i>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2526487"></a><h3><a name="gimp-color-selection-set-old-color"></a>gimp_color_selection_set_old_color ()</h3><a class="indexterm" name="id2526499"></a><pre class="programlisting">void gimp_color_selection_set_old_color
|
||||
(<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);</pre><p>
|
||||
Sets the <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s old color.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>selection</tt></i><EFBFBD>:</span></td><td> A <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>color</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>color</tt></i> to set as old color.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2526570"></a><h3><a name="gimp-color-selection-get-old-color"></a>gimp_color_selection_get_old_color ()</h3><a class="indexterm" name="id2526582"></a><pre class="programlisting">void gimp_color_selection_get_old_color
|
||||
(<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
|
||||
<a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);</pre><p>
|
||||
This function returns the <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s old color.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>selection</tt></i><EFBFBD>:</span></td><td> A <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>color</tt></i><EFBFBD>:</span></td><td> Return location for the <i class="parameter"><tt>selection</tt></i>'s old <i class="parameter"><tt>color</tt></i>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2586001"></a><h3><a name="gimp-color-selection-reset"></a>gimp_color_selection_reset ()</h3><a class="indexterm" name="id2586010"></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>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>selection</tt></i><EFBFBD>:</span></td><td> A <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2586061"></a><h3><a name="gimp-color-selection-color-changed"></a>gimp_color_selection_color_changed ()</h3><a class="indexterm" name="id2586073"></a><pre class="programlisting">void gimp_color_selection_color_changed
|
||||
(<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre><p>
|
||||
Emits the "color_changed" signal.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>selection</tt></i><EFBFBD>:</span></td><td> A <a href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2586119"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2586124"></a><h3><a name="GimpColorSelection-color-changed"></a>The "color-changed" signal</h3><pre class="programlisting">void user_function (<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *gimpcolorselection,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpcolorselection</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpColorScale.html"><b><<<EFBFBD>GimpColorScale</b></a></td><td align="right"><a accesskey="n" href="GimpDialog.html"><b>GimpDialog<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
220
devel-docs/libgimpwidgets/html/GimpColorSelector.html
Normal file
@ -0,0 +1,220 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpColorSelector</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-colorselector.html" title="Part<72>III.<2E>GIMP Color Selectors"><link rel="prev" href="libgimpwidgets-colorselector.html" title="Part<72>III.<2E>GIMP Color Selectors"><link rel="next" href="GimpColorNotebook.html" title="GimpColorNotebook"><meta name="generator" content="GTK-Doc V1.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="libgimpwidgets-colorselector.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-colorselector.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpColorNotebook.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpColorSelector"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpColorSelector</span></h2><p>GimpColorSelector — Pluggable GIMP color selector modules.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpColorSelector.html#GimpColorSelector-struct">GimpColorSelector</a>;
|
||||
#define <a href="GimpColorSelector.html#GIMP-COLOR-SELECTOR-SIZE-CAPS">GIMP_COLOR_SELECTOR_SIZE</a>
|
||||
#define <a href="GimpColorSelector.html#GIMP-COLOR-SELECTOR-BAR-SIZE-CAPS">GIMP_COLOR_SELECTOR_BAR_SIZE</a>
|
||||
enum <a href="GimpColorSelector.html#GimpColorSelectorChannel">GimpColorSelectorChannel</a>;
|
||||
GtkWidget* <a href="GimpColorSelector.html#gimp-color-selector-new">gimp_color_selector_new</a> (GType selector_type,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *rgb,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
>GimpHSV</a> *hsv,
|
||||
<a href="GimpColorSelector.html#GimpColorSelectorChannel">GimpColorSelectorChannel</a> channel);
|
||||
void <a href="GimpColorSelector.html#gimp-color-selector-set-toggles-visible">gimp_color_selector_set_toggles_visible</a>
|
||||
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
|
||||
gboolean visible);
|
||||
void <a href="GimpColorSelector.html#gimp-color-selector-set-toggles-sensitive">gimp_color_selector_set_toggles_sensitive</a>
|
||||
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
|
||||
gboolean sensitive);
|
||||
void <a href="GimpColorSelector.html#gimp-color-selector-set-show-alpha">gimp_color_selector_set_show_alpha</a>
|
||||
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
|
||||
gboolean show_alpha);
|
||||
void <a href="GimpColorSelector.html#gimp-color-selector-set-color">gimp_color_selector_set_color</a> (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *rgb,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
>GimpHSV</a> *hsv);
|
||||
void <a href="GimpColorSelector.html#gimp-color-selector-set-channel">gimp_color_selector_set_channel</a> (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
|
||||
<a href="GimpColorSelector.html#GimpColorSelectorChannel">GimpColorSelectorChannel</a> channel);
|
||||
void <a href="GimpColorSelector.html#gimp-color-selector-color-changed">gimp_color_selector_color_changed</a>
|
||||
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector);
|
||||
void <a href="GimpColorSelector.html#gimp-color-selector-channel-changed">gimp_color_selector_channel_changed</a>
|
||||
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2600543"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBox
|
||||
+----GtkVBox
|
||||
+----GimpColorSelector
|
||||
+----<a href="GimpColorNotebook.html" title="GimpColorNotebook">GimpColorNotebook</a>
|
||||
+----<a href="GimpColorScales.html" title="GimpColorScales">GimpColorScales</a>
|
||||
+----<a href="GimpColorSelect.html" title="GimpColorSelect">GimpColorSelect</a>
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2600604"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpColorSelector implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2600619"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorSelector.html#GimpColorSelector-channel-changed">channel-changed</a>"
|
||||
void user_function (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *gimpcolorselector,
|
||||
gint arg1,
|
||||
gpointer user_data);
|
||||
"<a href="GimpColorSelector.html#GimpColorSelector-color-changed">color-changed</a>"
|
||||
void user_function (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *gimpcolorselector,
|
||||
gpointer arg1,
|
||||
gpointer arg2,
|
||||
gpointer user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2602140"></a><h2>Description</h2><p>
|
||||
Functions and definitions for creating pluggable GIMP color
|
||||
selector modules.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2602151"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2602157"></a><h3><a name="GimpColorSelector-struct"></a>struct GimpColorSelector</h3><a class="indexterm" name="id2602165"></a><pre class="programlisting">struct GimpColorSelector;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2602175"></a><h3><a name="GIMP-COLOR-SELECTOR-SIZE-CAPS"></a>GIMP_COLOR_SELECTOR_SIZE</h3><a class="indexterm" name="id2602186"></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.
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2602202"></a><h3><a name="GIMP-COLOR-SELECTOR-BAR-SIZE-CAPS"></a>GIMP_COLOR_SELECTOR_BAR_SIZE</h3><a class="indexterm" name="id2602212"></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.
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2602230"></a><h3><a name="GimpColorSelectorChannel"></a>enum GimpColorSelectorChannel</h3><a class="indexterm" name="id2602239"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_COLOR_SELECTOR_HUE,
|
||||
GIMP_COLOR_SELECTOR_SATURATION,
|
||||
GIMP_COLOR_SELECTOR_VALUE,
|
||||
GIMP_COLOR_SELECTOR_RED,
|
||||
GIMP_COLOR_SELECTOR_GREEN,
|
||||
GIMP_COLOR_SELECTOR_BLUE,
|
||||
GIMP_COLOR_SELECTOR_ALPHA
|
||||
} GimpColorSelectorChannel;
|
||||
</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><tt class="literal">GIMP_COLOR_SELECTOR_HUE</tt></span></td><td>the hue channel
|
||||
</td></tr><tr><td><span class="term"><tt class="literal">GIMP_COLOR_SELECTOR_SATURATION</tt></span></td><td>the saturation channel
|
||||
</td></tr><tr><td><span class="term"><tt class="literal">GIMP_COLOR_SELECTOR_VALUE</tt></span></td><td>the value channel
|
||||
</td></tr><tr><td><span class="term"><tt class="literal">GIMP_COLOR_SELECTOR_RED</tt></span></td><td>the red channel
|
||||
</td></tr><tr><td><span class="term"><tt class="literal">GIMP_COLOR_SELECTOR_GREEN</tt></span></td><td>the green channel
|
||||
</td></tr><tr><td><span class="term"><tt class="literal">GIMP_COLOR_SELECTOR_BLUE</tt></span></td><td>the blue channel
|
||||
</td></tr><tr><td><span class="term"><tt class="literal">GIMP_COLOR_SELECTOR_ALPHA</tt></span></td><td>the alpha channel
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2594995"></a><h3><a name="gimp-color-selector-new"></a>gimp_color_selector_new ()</h3><a class="indexterm" name="id2595003"></a><pre class="programlisting">GtkWidget* gimp_color_selector_new (GType selector_type,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *rgb,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
>GimpHSV</a> *hsv,
|
||||
<a href="GimpColorSelector.html#GimpColorSelectorChannel">GimpColorSelectorChannel</a> channel);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>selector_type</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>rgb</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>hsv</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>channel</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2595098"></a><h3><a name="gimp-color-selector-set-toggles-visible"></a>gimp_color_selector_set_toggles_visible ()</h3><a class="indexterm" name="id2595110"></a><pre class="programlisting">void gimp_color_selector_set_toggles_visible
|
||||
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
|
||||
gboolean visible);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>selector</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>visible</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2595163"></a><h3><a name="gimp-color-selector-set-toggles-sensitive"></a>gimp_color_selector_set_toggles_sensitive ()</h3><a class="indexterm" name="id2595176"></a><pre class="programlisting">void gimp_color_selector_set_toggles_sensitive
|
||||
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
|
||||
gboolean sensitive);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>selector</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>sensitive</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2595228"></a><h3><a name="gimp-color-selector-set-show-alpha"></a>gimp_color_selector_set_show_alpha ()</h3><a class="indexterm" name="id2595240"></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>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>selector</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>show_alpha</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2606270"></a><h3><a name="gimp-color-selector-set-color"></a>gimp_color_selector_set_color ()</h3><a class="indexterm" name="id2606281"></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,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
|
||||
>GimpHSV</a> *hsv);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>selector</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>rgb</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>hsv</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2606351"></a><h3><a name="gimp-color-selector-set-channel"></a>gimp_color_selector_set_channel ()</h3><a class="indexterm" name="id2606362"></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>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>selector</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>channel</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2606414"></a><h3><a name="gimp-color-selector-color-changed"></a>gimp_color_selector_color_changed ()</h3><a class="indexterm" name="id2606426"></a><pre class="programlisting">void gimp_color_selector_color_changed
|
||||
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>selector</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2606461"></a><h3><a name="gimp-color-selector-channel-changed"></a>gimp_color_selector_channel_changed ()</h3><a class="indexterm" name="id2606473"></a><pre class="programlisting">void gimp_color_selector_channel_changed
|
||||
(<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>selector</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2606509"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2606515"></a><h3><a name="GimpColorSelector-channel-changed"></a>The "channel-changed" signal</h3><pre class="programlisting">void user_function (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *gimpcolorselector,
|
||||
gint arg1,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpcolorselector</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg1</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</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="id2606591"></a><h3><a name="GimpColorSelector-color-changed"></a>The "color-changed" signal</h3><pre class="programlisting">void user_function (<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *gimpcolorselector,
|
||||
gpointer arg1,
|
||||
gpointer arg2,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpcolorselector</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg1</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg2</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</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="id2606686"></a><h2>See Also</h2><p>
|
||||
<span class="type">GModule</span>
|
||||
</p><p>
|
||||
<span class="type">GTypeModule</span>
|
||||
</p><p>
|
||||
<span class="type">libgimp-gimpmodule</span>
|
||||
</p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="libgimpwidgets-colorselector.html"><b><<<EFBFBD>Part<EFBFBD>III.<2E>GIMP Color Selectors</b></a></td><td align="right"><a accesskey="n" href="GimpColorNotebook.html"><b>GimpColorNotebook<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
154
devel-docs/libgimpwidgets/html/GimpController.html
Normal file
@ -0,0 +1,154 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpController</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-controller.html" title="Part<72>IV.<2E>GIMP Controllers"><link rel="prev" href="libgimpwidgets-controller.html" title="Part<72>IV.<2E>GIMP Controllers"><link rel="next" href="libgimpwidgets-utils.html" title="Part<72>V.<2E>GIMP Widgets Utilities"><meta name="generator" content="GTK-Doc V1.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="libgimpwidgets-controller.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-controller.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="libgimpwidgets-utils.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpController"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpController</span></h2><p>GimpController — Pluggable GIMP input controller modules.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
enum <a href="GimpController.html#GimpControllerEventType">GimpControllerEventType</a>;
|
||||
struct <a href="GimpController.html#GimpControllerEventAny">GimpControllerEventAny</a>;
|
||||
struct <a href="GimpController.html#GimpControllerEventTrigger">GimpControllerEventTrigger</a>;
|
||||
struct <a href="GimpController.html#GimpControllerEventValue">GimpControllerEventValue</a>;
|
||||
union <a href="GimpController.html#GimpControllerEvent">GimpControllerEvent</a>;
|
||||
struct <a href="GimpController.html#GimpController-struct">GimpController</a>;
|
||||
<a href="GimpController.html" title="GimpController">GimpController</a>* <a href="GimpController.html#gimp-controller-new">gimp_controller_new</a> (GType controller_type);
|
||||
gint <a href="GimpController.html#gimp-controller-get-n-events">gimp_controller_get_n_events</a> (<a href="GimpController.html" title="GimpController">GimpController</a> *controller);
|
||||
const gchar* <a href="GimpController.html#gimp-controller-get-event-name">gimp_controller_get_event_name</a> (<a href="GimpController.html" title="GimpController">GimpController</a> *controller,
|
||||
gint event_id);
|
||||
const gchar* <a href="GimpController.html#gimp-controller-get-event-blurb">gimp_controller_get_event_blurb</a>
|
||||
(<a href="GimpController.html" title="GimpController">GimpController</a> *controller,
|
||||
gint event_id);
|
||||
gboolean <a href="GimpController.html#gimp-controller-event">gimp_controller_event</a> (<a href="GimpController.html" title="GimpController">GimpController</a> *controller,
|
||||
const <a href="GimpController.html#GimpControllerEvent">GimpControllerEvent</a> *event);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2604337"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GimpController
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2604352"></a><h2>Properties</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpController.html#GimpController--name">name</a>" gchararray : Read / Write / Construct
|
||||
"<a href="GimpController.html#GimpController--state">state</a>" gchararray : Read / Write / Construct
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2601837"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpController.html#GimpController-event">event</a>" gboolean user_function (<a href="GimpController.html" title="GimpController">GimpController</a> *gimpcontroller,
|
||||
gpointer arg1,
|
||||
gpointer user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2601874"></a><h2>Description</h2><p>
|
||||
An abstract interface for implementing arbitrary input controllers.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2601885"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2601891"></a><h3><a name="GimpControllerEventType"></a>enum GimpControllerEventType</h3><a class="indexterm" name="id2601899"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_CONTROLLER_EVENT_TRIGGER,
|
||||
GIMP_CONTROLLER_EVENT_VALUE
|
||||
} GimpControllerEventType;
|
||||
</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2601911"></a><h3><a name="GimpControllerEventAny"></a>struct GimpControllerEventAny</h3><a class="indexterm" name="id2601919"></a><pre class="programlisting">struct GimpControllerEventAny {
|
||||
|
||||
GimpControllerEventType type;
|
||||
GimpController *source;
|
||||
gint event_id;
|
||||
};
|
||||
</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2601931"></a><h3><a name="GimpControllerEventTrigger"></a>struct GimpControllerEventTrigger</h3><a class="indexterm" name="id2601940"></a><pre class="programlisting">struct GimpControllerEventTrigger {
|
||||
|
||||
GimpControllerEventType type;
|
||||
GimpController *source;
|
||||
gint event_id;
|
||||
};
|
||||
</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2601952"></a><h3><a name="GimpControllerEventValue"></a>struct GimpControllerEventValue</h3><a class="indexterm" name="id2603675"></a><pre class="programlisting">struct GimpControllerEventValue {
|
||||
|
||||
GimpControllerEventType type;
|
||||
GimpController *source;
|
||||
gint event_id;
|
||||
GValue value;
|
||||
};
|
||||
</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2603687"></a><h3><a name="GimpControllerEvent"></a>union GimpControllerEvent</h3><a class="indexterm" name="id2603696"></a><pre class="programlisting">union GimpControllerEvent
|
||||
{
|
||||
GimpControllerEventType type;
|
||||
GimpControllerEventAny any;
|
||||
GimpControllerEventTrigger trigger;
|
||||
GimpControllerEventValue value;
|
||||
};
|
||||
</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2603708"></a><h3><a name="GimpController-struct"></a>struct GimpController</h3><a class="indexterm" name="id2603717"></a><pre class="programlisting">struct GimpController;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2603726"></a><h3><a name="gimp-controller-new"></a>gimp_controller_new ()</h3><a class="indexterm" name="id2603735"></a><pre class="programlisting"><a href="GimpController.html" title="GimpController">GimpController</a>* gimp_controller_new (GType controller_type);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>controller_type</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2603778"></a><h3><a name="gimp-controller-get-n-events"></a>gimp_controller_get_n_events ()</h3><a class="indexterm" name="id2603787"></a><pre class="programlisting">gint gimp_controller_get_n_events (<a href="GimpController.html" title="GimpController">GimpController</a> *controller);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>controller</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2603830"></a><h3><a name="gimp-controller-get-event-name"></a>gimp_controller_get_event_name ()</h3><a class="indexterm" name="id2603840"></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>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>controller</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>event_id</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2603902"></a><h3><a name="gimp-controller-get-event-blurb"></a>gimp_controller_get_event_blurb ()</h3><a class="indexterm" name="id2603913"></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>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>controller</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>event_id</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2606768"></a><h3><a name="gimp-controller-event"></a>gimp_controller_event ()</h3><a class="indexterm" name="id2606776"></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>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>controller</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>event</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2606838"></a><h2>Properties</h2><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><a name="GimpController--name"></a>"<tt class="literal">name</tt>" (gchararray : Read / Write / Construct)</span></td><td><p></p></td></tr><tr><td><span class="term"><a name="GimpController--state"></a>"<tt class="literal">state</tt>" (gchararray : Read / Write / Construct)</span></td><td><p></p></td></tr></tbody></table></div></div><div class="refsect1" lang="en"><a name="id2606890"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2606896"></a><h3><a name="GimpController-event"></a>The "event" signal</h3><pre class="programlisting">gboolean user_function (<a href="GimpController.html" title="GimpController">GimpController</a> *gimpcontroller,
|
||||
gpointer arg1,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpcontroller</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg1</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</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>
|
||||
|
||||
</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="libgimpwidgets-controller.html"><b><<<EFBFBD>Part<EFBFBD>IV.<2E>GIMP Controllers</b></a></td><td align="right"><a accesskey="n" href="libgimpwidgets-utils.html"><b>Part<EFBFBD>V.<2E>GIMP Widgets Utilities<65>>></b></a></td></tr></table></body></html>
|
||||
143
devel-docs/libgimpwidgets/html/GimpDialog.html
Normal file
@ -0,0 +1,143 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpDialog</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpColorSelection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpFileEntry.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpDialog"></a><div class="titlepage"></div><div class="refnamediv"><h2><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></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpDialog.html#GimpDialog-struct">GimpDialog</a>;
|
||||
GtkWidget* <a href="GimpDialog.html#gimp-dialog-new">gimp_dialog_new</a> (const gchar *title,
|
||||
const gchar *role,
|
||||
GtkWidget *parent,
|
||||
GtkDialogFlags flags,
|
||||
<a href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">GimpHelpFunc</a> help_func,
|
||||
const gchar *help_id,
|
||||
...);
|
||||
GtkWidget* <a href="GimpDialog.html#gimp-dialog-new-valist">gimp_dialog_new_valist</a> (const gchar *title,
|
||||
const gchar *role,
|
||||
GtkWidget *parent,
|
||||
GtkDialogFlags flags,
|
||||
<a href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">GimpHelpFunc</a> help_func,
|
||||
const gchar *help_id,
|
||||
va_list args);
|
||||
void <a href="GimpDialog.html#gimp-dialog-add-buttons-valist">gimp_dialog_add_buttons_valist</a> (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
|
||||
va_list args);
|
||||
gint <a href="GimpDialog.html#gimp-dialog-run">gimp_dialog_run</a> (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog);
|
||||
void <a href="GimpDialog.html#gimp-dialogs-show-help-button">gimp_dialogs_show_help_button</a> (gboolean show);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2546160"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBin
|
||||
+----GtkWindow
|
||||
+----GtkDialog
|
||||
+----GimpDialog
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2546208"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpDialog implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2546223"></a><h2>Properties</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpDialog.html#GimpDialog--help-func">help-func</a>" gpointer : Read / Write / Construct Only
|
||||
"<a href="GimpDialog.html#GimpDialog--help-id">help-id</a>" gchararray : Read / Write / Construct Only
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2546254"></a><h2>Description</h2><p>
|
||||
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2546264"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2546269"></a><h3><a name="GimpDialog-struct"></a>struct GimpDialog</h3><a class="indexterm" name="id2546277"></a><pre class="programlisting">struct GimpDialog;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2546287"></a><h3><a name="gimp-dialog-new"></a>gimp_dialog_new ()</h3><a class="indexterm" name="id2584564"></a><pre class="programlisting">GtkWidget* gimp_dialog_new (const gchar *title,
|
||||
const gchar *role,
|
||||
GtkWidget *parent,
|
||||
GtkDialogFlags flags,
|
||||
<a href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">GimpHelpFunc</a> help_func,
|
||||
const gchar *help_id,
|
||||
...);</pre><p>
|
||||
Creates a new <i class="parameter"><tt>GimpDialog</tt></i> widget.
|
||||
</p><p>
|
||||
This function simply packs the action_area arguments passed in "..."
|
||||
into a <i class="parameter"><tt>va_list</tt></i> variable and passes everything to <a href="GimpDialog.html#gimp-dialog-new-valist"><tt class="function">gimp_dialog_new_valist()</tt></a>.
|
||||
</p><p>
|
||||
For a description of the format of the <i class="parameter"><tt>va_list</tt></i> describing the
|
||||
action_area buttons see <tt class="function">gtk_dialog_new_with_buttons()</tt>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>title</tt></i><EFBFBD>:</span></td><td> The dialog's title which will be set with
|
||||
<tt class="function">gtk_window_set_title()</tt>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>role</tt></i><EFBFBD>:</span></td><td> The dialog's <i class="parameter"><tt>role</tt></i> which will be set with
|
||||
<tt class="function">gtk_window_set_role()</tt>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>parent</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>parent</tt></i> widget of this dialog.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>flags</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>flags</tt></i> (see the <span class="type">GtkDialog</span> documentation).
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_func</tt></i><EFBFBD>:</span></td><td> The function which will be called if the user presses "F1".
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_id</tt></i><EFBFBD>:</span></td><td> The help_id which will be passed to <i class="parameter"><tt>help_func</tt></i>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>...</tt></i><EFBFBD>:</span></td><td> A <tt class="literal">NULL</tt>-terminated <i class="parameter"><tt>va_list</tt></i> destribing the
|
||||
action_area buttons.
|
||||
</td></tr><tr><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></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2584787"></a><h3><a name="gimp-dialog-new-valist"></a>gimp_dialog_new_valist ()</h3><a class="indexterm" name="id2584796"></a><pre class="programlisting">GtkWidget* gimp_dialog_new_valist (const gchar *title,
|
||||
const gchar *role,
|
||||
GtkWidget *parent,
|
||||
GtkDialogFlags flags,
|
||||
<a href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">GimpHelpFunc</a> help_func,
|
||||
const gchar *help_id,
|
||||
va_list args);</pre><p>
|
||||
Creates a new <i class="parameter"><tt>GimpDialog</tt></i> widget. If a GtkWindow is specified as
|
||||
<i class="parameter"><tt>parent</tt></i> then the dialog will be made transient for this window.
|
||||
</p><p>
|
||||
For a description of the format of the <i class="parameter"><tt>va_list</tt></i> describing the
|
||||
action_area buttons see <tt class="function">gtk_dialog_new_with_buttons()</tt>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>title</tt></i><EFBFBD>:</span></td><td> The dialog's title which will be set with
|
||||
<tt class="function">gtk_window_set_title()</tt>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>role</tt></i><EFBFBD>:</span></td><td> The dialog's <i class="parameter"><tt>role</tt></i> which will be set with
|
||||
<tt class="function">gtk_window_set_role()</tt>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>parent</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>parent</tt></i> widget of this dialog or <tt class="literal">NULL</tt>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>flags</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>flags</tt></i> (see the <span class="type">GtkDialog</span> documentation).
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_func</tt></i><EFBFBD>:</span></td><td> The function which will be called if the user presses "F1".
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_id</tt></i><EFBFBD>:</span></td><td> The help_id which will be passed to <i class="parameter"><tt>help_func</tt></i>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>args</tt></i><EFBFBD>:</span></td><td> A <i class="parameter"><tt>va_list</tt></i> destribing the action_area buttons.
|
||||
</td></tr><tr><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></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2569630"></a><h3><a name="gimp-dialog-add-buttons-valist"></a>gimp_dialog_add_buttons_valist ()</h3><a class="indexterm" name="id2569641"></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 <tt class="function">gtk_dialog_add_buttons()</tt>
|
||||
except it takes a va_list instead of '...'</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>dialog</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>dialog</tt></i> to add buttons to.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>args</tt></i><EFBFBD>:</span></td><td> The buttons as va_list.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2587338"></a><h3><a name="gimp-dialog-run"></a>gimp_dialog_run ()</h3><a class="indexterm" name="id2587346"></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 <tt class="function">gtk_dialog_run()</tt> except it
|
||||
does not make the dialog modal while the <span class="type">GMainLoop</span> is running.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>dialog</tt></i><EFBFBD>:</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> response ID
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2587414"></a><h3><a name="gimp-dialogs-show-help-button"></a>gimp_dialogs_show_help_button ()</h3><a class="indexterm" name="id2587425"></a><pre class="programlisting">void gimp_dialogs_show_help_button (gboolean show);</pre><p>
|
||||
This function is for internal use only.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>show</tt></i><EFBFBD>:</span></td><td> whether a help button should be added when creating a GimpDialog
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div></div><div class="refsect1" lang="en"><a name="id2587469"></a><h2>Properties</h2><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><a name="GimpDialog--help-func"></a>"<tt class="literal">help-func</tt>" (gpointer : Read / Write / Construct Only)</span></td><td><p></p></td></tr><tr><td><span class="term"><a name="GimpDialog--help-id"></a>"<tt class="literal">help-id</tt>" (gchararray : Read / Write / Construct Only)</span></td><td><p></p></td></tr></tbody></table></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpColorSelection.html"><b><<<EFBFBD>GimpColorSelection</b></a></td><td align="right"><a accesskey="n" href="GimpFileEntry.html"><b>GimpFileEntry<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
108
devel-docs/libgimpwidgets/html/GimpFileEntry.html
Normal file
@ -0,0 +1,108 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpFileEntry</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpDialog.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpFrame.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpFileEntry"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpFileEntry</span></h2><p>GimpFileEntry — Widget for entering a filename.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpFileEntry.html#GimpFileEntry-struct">GimpFileEntry</a>;
|
||||
GtkWidget* <a href="GimpFileEntry.html#gimp-file-entry-new">gimp_file_entry_new</a> (const gchar *title,
|
||||
const gchar *filename,
|
||||
gboolean dir_only,
|
||||
gboolean check_valid);
|
||||
gchar* <a href="GimpFileEntry.html#gimp-file-entry-get-filename">gimp_file_entry_get_filename</a> (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry);
|
||||
void <a href="GimpFileEntry.html#gimp-file-entry-set-filename">gimp_file_entry_set_filename</a> (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry,
|
||||
const gchar *filename);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2581827"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBox
|
||||
+----GtkHBox
|
||||
+----GimpFileEntry
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2581869"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpFileEntry implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2581884"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpFileEntry.html#GimpFileEntry-filename-changed">filename-changed</a>"
|
||||
void user_function (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *,
|
||||
gpointer user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2583029"></a><h2>Description</h2><p>
|
||||
This widget is used to enter filenames or directories.
|
||||
</p><p>
|
||||
There is a <span class="type">GtkEntry</span> for entering the filename manually and a "..."
|
||||
button which will pop up a <span class="type">GtkFileSelection</span> dialog.
|
||||
</p><p>
|
||||
You can restrict the <span class="type">GimpFileSelection</span> to directories. In this case
|
||||
the filename listbox of the <span class="type">GtkFileSelection</span> dialog will be hidden.
|
||||
</p><p>
|
||||
If you specify <i class="parameter"><tt>check_valid</tt></i> as <span class="type">TRUE</span> in <a href="GimpFileEntry.html#gimp-file-entry-new"><tt class="function">gimp_file_entry_new()</tt></a>
|
||||
the entered filename will be checked for validity and a pixmap will be
|
||||
shown which indicates if the file exists or not.
|
||||
</p><p>
|
||||
Whenever the user changes the filename, the "filename_changed" signal
|
||||
will be emitted.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2583099"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2583105"></a><h3><a name="GimpFileEntry-struct"></a>struct GimpFileEntry</h3><a class="indexterm" name="id2583113"></a><pre class="programlisting">struct GimpFileEntry;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2583123"></a><h3><a name="gimp-file-entry-new"></a>gimp_file_entry_new ()</h3><a class="indexterm" name="id2583131"></a><pre class="programlisting">GtkWidget* gimp_file_entry_new (const gchar *title,
|
||||
const gchar *filename,
|
||||
gboolean dir_only,
|
||||
gboolean check_valid);</pre><p>
|
||||
Creates a new <a href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a> widget.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>title</tt></i><EFBFBD>:</span></td><td> The title of the <span class="type">GtkFileEntry</span> dialog.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>filename</tt></i><EFBFBD>:</span></td><td> The initial filename.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>dir_only</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if the file entry should accept directories only.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>check_valid</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> 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> A pointer to the new <a href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a> widget.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2567437"></a><h3><a name="gimp-file-entry-get-filename"></a>gimp_file_entry_get_filename ()</h3><a class="indexterm" name="id2567448"></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 <tt class="function">g_free()</tt> the returned string.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>entry</tt></i><EFBFBD>:</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> The file or directory the user has entered.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2583788"></a><h3><a name="gimp-file-entry-set-filename"></a>gimp_file_entry_set_filename ()</h3><a class="indexterm" name="id2583800"></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 <i class="parameter"><tt>check_valid</tt></i> as <tt class="literal">TRUE</tt> in <a href="GimpFileEntry.html#gimp-file-entry-new"><tt class="function">gimp_file_entry_new()</tt></a>
|
||||
the <a href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a> will immediately check the validity of the file
|
||||
name.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>entry</tt></i><EFBFBD>:</span></td><td> The file entry you want to set the filename for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>filename</tt></i><EFBFBD>:</span></td><td> The new filename.
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2583876"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2583882"></a><h3><a name="GimpFileEntry-filename-changed"></a>The "filename-changed" signal</h3><pre class="programlisting">void user_function (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *,
|
||||
gpointer user_data);</pre><p>
|
||||
This signal is emitted whenever the user changes the filename.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</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="id2583935"></a><h2>See Also</h2><p>
|
||||
<a href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a>
|
||||
</p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpDialog.html"><b><<<EFBFBD>GimpDialog</b></a></td><td align="right"><a accesskey="n" href="GimpFrame.html"><b>GimpFrame<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
68
devel-docs/libgimpwidgets/html/GimpFrame.html
Normal file
@ -0,0 +1,68 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpFrame</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpFileEntry.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpIntComboBox.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpFrame"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpFrame</span></h2><p>GimpFrame — A widget providing a HIG-compliant subclass of <span class="type">GtkFrame</span>.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpFrame.html#GimpFrame-struct">GimpFrame</a>;
|
||||
GtkWidget* <a href="GimpFrame.html#gimp-frame-new">gimp_frame_new</a> (const gchar *label);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2546763"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBin
|
||||
+----GtkFrame
|
||||
+----GimpFrame
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2585801"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpFrame implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2585816"></a><h2>Style Properties</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpFrame.html#GimpFrame--label-bold">label-bold</a>" gboolean : Read
|
||||
"<a href="GimpFrame.html#GimpFrame--label-spacing">label-spacing</a>" gint : Read
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2585846"></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="id2585863"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2585868"></a><h3><a name="GimpFrame-struct"></a>struct GimpFrame</h3><a class="indexterm" name="id2585877"></a><pre class="programlisting">struct GimpFrame;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2585886"></a><h3><a name="gimp-frame-new"></a>gimp_frame_new ()</h3><a class="indexterm" name="id2585161"></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
|
||||
otherwise behaves like a frame. The frame's title is rendered in
|
||||
bold and the frame content is indented four spaces as suggested by
|
||||
the GNOME HIG (see http://developer.gnome.org/projects/gup/hig/).</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>label</tt></i><EFBFBD>:</span></td><td> text to set as the frame's title label (or <tt class="literal">NULL</tt> for no title)
|
||||
</td></tr><tr><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></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div></div><div class="refsect1" lang="en"><a name="id2585244"></a><h2>Style Properties</h2><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><a name="GimpFrame--label-bold"></a>"<tt class="literal">label-bold</tt>" (gboolean : Read)</span></td><td><p></p></td></tr><tr><td><span class="term"><a name="GimpFrame--label-spacing"></a>"<tt class="literal">label-spacing</tt>" (gint : Read)</span></td><td><p></p></td></tr></tbody></table></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpFileEntry.html"><b><<<EFBFBD>GimpFileEntry</b></a></td><td align="right"><a accesskey="n" href="GimpIntComboBox.html"><b>GimpIntComboBox<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
171
devel-docs/libgimpwidgets/html/GimpIntComboBox.html
Normal file
@ -0,0 +1,171 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpIntComboBox</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpFrame.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpIntStore.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpIntComboBox"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpIntComboBox</span></h2><p>GimpIntComboBox — A widget providing a popup menu of integer values (e.g. enums).</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpIntComboBox.html#GimpIntComboBox-struct">GimpIntComboBox</a>;
|
||||
GtkWidget* <a href="GimpIntComboBox.html#gimp-int-combo-box-new">gimp_int_combo_box_new</a> (const gchar *first_label,
|
||||
gint first_value,
|
||||
...);
|
||||
GtkWidget* <a href="GimpIntComboBox.html#gimp-int-combo-box-new-valist">gimp_int_combo_box_new_valist</a> (const gchar *first_label,
|
||||
gint first_value,
|
||||
va_list values);
|
||||
GtkWidget* <a href="GimpIntComboBox.html#gimp-int-combo-box-new-array">gimp_int_combo_box_new_array</a> (gint n_values,
|
||||
const gchar *labels[]);
|
||||
void <a href="GimpIntComboBox.html#gimp-int-combo-box-prepend">gimp_int_combo_box_prepend</a> (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
...);
|
||||
void <a href="GimpIntComboBox.html#gimp-int-combo-box-append">gimp_int_combo_box_append</a> (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
...);
|
||||
gboolean <a href="GimpIntComboBox.html#gimp-int-combo-box-set-active">gimp_int_combo_box_set_active</a> (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
gint value);
|
||||
gboolean <a href="GimpIntComboBox.html#gimp-int-combo-box-get-active">gimp_int_combo_box_get_active</a> (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
gint *value);
|
||||
gulong <a href="GimpIntComboBox.html#gimp-int-combo-box-connect">gimp_int_combo_box_connect</a> (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
gint value,
|
||||
GCallback callback,
|
||||
gpointer data);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2584147"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBin
|
||||
+----GtkComboBox
|
||||
+----GimpIntComboBox
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2584189"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpIntComboBox implements
|
||||
AtkImplementorIface and GtkCellLayout.</p></div><div class="refsect1" lang="en"><a name="id2584209"></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="id2584220"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2584226"></a><h3><a name="GimpIntComboBox-struct"></a>struct GimpIntComboBox</h3><a class="indexterm" name="id2584234"></a><pre class="programlisting">struct GimpIntComboBox;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2584244"></a><h3><a name="gimp-int-combo-box-new"></a>gimp_int_combo_box_new ()</h3><a class="indexterm" name="id2586461"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new (const gchar *first_label,
|
||||
gint first_value,
|
||||
...);</pre><p>
|
||||
Creates a GtkComboBox that has integer values associated with each
|
||||
item. The items to fill the combo box with are specified as a <tt class="literal">NULL</tt>
|
||||
terminated list of label/value pairs.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>first_label</tt></i><EFBFBD>:</span></td><td> the label of the first item
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>first_value</tt></i><EFBFBD>:</span></td><td> the value of the first item
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>...</tt></i><EFBFBD>:</span></td><td> a <tt class="literal">NULL</tt> terminated list of more label, value pairs
|
||||
</td></tr><tr><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></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2586556"></a><h3><a name="gimp-int-combo-box-new-valist"></a>gimp_int_combo_box_new_valist ()</h3><a class="indexterm" name="id2586567"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new_valist (const gchar *first_label,
|
||||
gint first_value,
|
||||
va_list values);</pre><p>
|
||||
A variant of <a href="GimpIntComboBox.html#gimp-int-combo-box-new"><tt class="function">gimp_int_combo_box_new()</tt></a> that takes a va_list of
|
||||
label/value pairs. Probably only useful for language bindings.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>first_label</tt></i><EFBFBD>:</span></td><td> the label of the first item
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>first_value</tt></i><EFBFBD>:</span></td><td> the value of the first item
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>values</tt></i><EFBFBD>:</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> a new <a href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>.
|
||||
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2586666"></a><h3><a name="gimp-int-combo-box-new-array"></a>gimp_int_combo_box_new_array ()</h3><a class="indexterm" name="id2586677"></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"><tt class="function">gimp_int_combo_box_new()</tt></a> that takes an array of labels.
|
||||
The array indices are used as values.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>n_values</tt></i><EFBFBD>:</span></td><td> the number of values
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>labels</tt></i><EFBFBD>:</span></td><td> an array of labels (array length must be <i class="parameter"><tt>n_values</tt></i>)
|
||||
</td></tr><tr><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></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2583528"></a><h3><a name="gimp-int-combo-box-prepend"></a>gimp_int_combo_box_prepend ()</h3><a class="indexterm" name="id2583537"></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
|
||||
<a href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>. It prepends a row to the <i class="parameter"><tt>combo_box</tt></i>'s list store
|
||||
and calls <tt class="function">gtk_list_store_set()</tt> for you.
|
||||
</p><p>
|
||||
The column number must be taken from the enum <a href="GimpIntStore.html#GimpIntStoreColumns"><span class="type">GimpIntStoreColumns</span></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>combo_box</tt></i><EFBFBD>:</span></td><td> a <a href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>...</tt></i><EFBFBD>:</span></td><td> pairs of column number and value, terminated with -1
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2583623"></a><h3><a name="gimp-int-combo-box-append"></a>gimp_int_combo_box_append ()</h3><a class="indexterm" name="id2583632"></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
|
||||
<a href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>. It appends a row to the <i class="parameter"><tt>combo_box</tt></i>'s list store
|
||||
and calls <tt class="function">gtk_list_store_set()</tt> for you.
|
||||
</p><p>
|
||||
The column number must be taken from the enum <a href="GimpIntStore.html#GimpIntStoreColumns"><span class="type">GimpIntStoreColumns</span></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>combo_box</tt></i><EFBFBD>:</span></td><td> a <a href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>...</tt></i><EFBFBD>:</span></td><td> pairs of column number and value, terminated with -1
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2583719"></a><h3><a name="gimp-int-combo-box-set-active"></a>gimp_int_combo_box_set_active ()</h3><a class="indexterm" name="id2583730"></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 <i class="parameter"><tt>value</tt></i> and makes it the
|
||||
selected item in the <i class="parameter"><tt>combo_box</tt></i>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>combo_box</tt></i><EFBFBD>:</span></td><td> a <a href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>value</tt></i><EFBFBD>:</span></td><td> an integer value
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <tt class="literal">TRUE</tt> on success or <tt class="literal">FALSE</tt> if there was no item for
|
||||
this value.
|
||||
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2590201"></a><h3><a name="gimp-int-combo-box-get-active"></a>gimp_int_combo_box_get_active ()</h3><a class="indexterm" name="id2590212"></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 <i class="parameter"><tt>combo_box</tt></i>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>combo_box</tt></i><EFBFBD>:</span></td><td> a <a href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>value</tt></i><EFBFBD>:</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> <tt class="literal">TRUE</tt> if <i class="parameter"><tt>value</tt></i> has been set or <tt class="literal">FALSE</tt> if no item was
|
||||
active.
|
||||
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2590301"></a><h3><a name="gimp-int-combo-box-connect"></a>gimp_int_combo_box_connect ()</h3><a class="indexterm" name="id2590310"></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><p>
|
||||
A convenience function that sets the inital <i class="parameter"><tt>value</tt></i> of a
|
||||
<a href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> and connects <i class="parameter"><tt>callback</tt></i> to the "changed"
|
||||
signal.
|
||||
</p><p>
|
||||
This function also calls the <i class="parameter"><tt>callback</tt></i> once after setting the
|
||||
initial <i class="parameter"><tt>value</tt></i>. This is often convenient when working with combo
|
||||
boxes that select a default active item (like for example
|
||||
gimp_drawable_combo_box_new). If you pass an invalid initial
|
||||
<i class="parameter"><tt>value</tt></i>, the <i class="parameter"><tt>callback</tt></i> will be called with the default item active.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>combo_box</tt></i><EFBFBD>:</span></td><td> a <a href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>value</tt></i><EFBFBD>:</span></td><td> the value to set
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>callback</tt></i><EFBFBD>:</span></td><td> a callback to connect to the <i class="parameter"><tt>combo_box</tt></i>'s "changed" signal
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i><EFBFBD>:</span></td><td> a pointer passed as data to <tt class="function">g_signal_connect()</tt>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> the signal handler ID as returned by <tt class="function">g_signal_connect()</tt>
|
||||
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpFrame.html"><b><<<EFBFBD>GimpFrame</b></a></td><td align="right"><a accesskey="n" href="GimpIntStore.html"><b>GimpIntStore<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
84
devel-docs/libgimpwidgets/html/GimpIntStore.html
Normal file
@ -0,0 +1,84 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpIntStore</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpIntComboBox.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpMemsizeEntry.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpIntStore"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpIntStore</span></h2><p>GimpIntStore — A model for integer based name-value pairs (e.g. enums)</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpIntStore.html#GimpIntStore-struct">GimpIntStore</a>;
|
||||
enum <a href="GimpIntStore.html#GimpIntStoreColumns">GimpIntStoreColumns</a>;
|
||||
GtkListStore* <a href="GimpIntStore.html#gimp-int-store-new">gimp_int_store_new</a> (void);
|
||||
gboolean <a href="GimpIntStore.html#gimp-int-store-lookup-by-value">gimp_int_store_lookup_by_value</a> (GtkTreeModel *model,
|
||||
gint value,
|
||||
GtkTreeIter *iter);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2585655"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkListStore
|
||||
+----GimpIntStore
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2585675"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpIntStore implements
|
||||
GtkTreeModel, GtkTreeDragSource, GtkTreeDragDest and GtkTreeSortable.</p></div><div class="refsect1" lang="en"><a name="id2554919"></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="id2554930"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2554935"></a><h3><a name="GimpIntStore-struct"></a>struct GimpIntStore</h3><a class="indexterm" name="id2554944"></a><pre class="programlisting">struct GimpIntStore;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2554953"></a><h3><a name="GimpIntStoreColumns"></a>enum GimpIntStoreColumns</h3><a class="indexterm" name="id2554962"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_INT_STORE_VALUE,
|
||||
GIMP_INT_STORE_LABEL,
|
||||
GIMP_INT_STORE_STOCK_ID,
|
||||
GIMP_INT_STORE_PIXBUF,
|
||||
GIMP_INT_STORE_USER_DATA,
|
||||
GIMP_INT_STORE_NUM_COLUMNS
|
||||
} GimpIntStoreColumns;
|
||||
</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2554974"></a><h3><a name="gimp-int-store-new"></a>gimp_int_store_new ()</h3><a class="indexterm" name="id2554983"></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
|
||||
are identified using an integer value.</p><p>
|
||||
|
||||
</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> a new <a href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a>.
|
||||
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2586899"></a><h3><a name="gimp-int-store-lookup-by-value"></a>gimp_int_store_lookup_by_value ()</h3><a class="indexterm" name="id2586908"></a><pre class="programlisting">gboolean gimp_int_store_lookup_by_value (GtkTreeModel *model,
|
||||
gint value,
|
||||
GtkTreeIter *iter);</pre><p>
|
||||
Iterate over the <i class="parameter"><tt>model</tt></i> looking for <i class="parameter"><tt>value</tt></i>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i><EFBFBD>:</span></td><td> a <a href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>value</tt></i><EFBFBD>:</span></td><td> an integer value to lookup in the <i class="parameter"><tt>model</tt></i>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>iter</tt></i><EFBFBD>:</span></td><td> return location for the iter of the given <i class="parameter"><tt>value</tt></i>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <tt class="literal">TRUE</tt> if the value has been located and <i class="parameter"><tt>iter</tt></i> is
|
||||
valid, <tt class="literal">FALSE</tt> otherwise.
|
||||
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpIntComboBox.html"><b><<<EFBFBD>GimpIntComboBox</b></a></td><td align="right"><a accesskey="n" href="GimpMemsizeEntry.html"><b>GimpMemsizeEntry<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
92
devel-docs/libgimpwidgets/html/GimpMemsizeEntry.html
Normal file
@ -0,0 +1,92 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpMemsizeEntry</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpIntStore.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpOffsetArea.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpMemsizeEntry"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpMemsizeEntry</span></h2><p>GimpMemsizeEntry — A composite widget that allows to enter a memory size.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpMemsizeEntry.html#GimpMemsizeEntry-struct">GimpMemsizeEntry</a>;
|
||||
GtkWidget* <a href="GimpMemsizeEntry.html#gimp-memsize-entry-new">gimp_memsize_entry_new</a> (guint64 value,
|
||||
guint64 lower,
|
||||
guint64 upper);
|
||||
void <a href="GimpMemsizeEntry.html#gimp-memsize-entry-set-value">gimp_memsize_entry_set_value</a> (<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *entry,
|
||||
guint64 value);
|
||||
guint64 <a href="GimpMemsizeEntry.html#gimp-memsize-entry-get-value">gimp_memsize_entry_get_value</a> (<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *entry);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2588738"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBox
|
||||
+----GtkHBox
|
||||
+----GimpMemsizeEntry
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2588780"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpMemsizeEntry implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2588795"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpMemsizeEntry.html#GimpMemsizeEntry-value-changed">value-changed</a>"
|
||||
void user_function (<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *gimpmemsizeentry,
|
||||
gpointer user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2582744"></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
|
||||
Kilobytes, Megabytes and Gigabytes. Used in the GIMP preferences dialog.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2582764"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2582769"></a><h3><a name="GimpMemsizeEntry-struct"></a>struct GimpMemsizeEntry</h3><a class="indexterm" name="id2582777"></a><pre class="programlisting">struct 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="id2582794"></a><h3><a name="gimp-memsize-entry-new"></a>gimp_memsize_entry_new ()</h3><a class="indexterm" name="id2582802"></a><pre class="programlisting">GtkWidget* gimp_memsize_entry_new (guint64 value,
|
||||
guint64 lower,
|
||||
guint64 upper);</pre><p>
|
||||
Creates a new <a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry"><span class="type">GimpMemsizeEntry</span></a> which is a <span class="type">GtkHBox</span> with a <span class="type">GtkSpinButton</span>
|
||||
and a <span class="type">GtkOptionMenu</span> all setup to allow the user to enter memory sizes.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>value</tt></i><EFBFBD>:</span></td><td> the initial value (in Bytes)
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>lower</tt></i><EFBFBD>:</span></td><td> the lower limit for the value (in Bytes)
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>upper</tt></i><EFBFBD>:</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> Pointer to the new <a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry"><span class="type">GimpMemsizeEntry</span></a>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2589711"></a><h3><a name="gimp-memsize-entry-set-value"></a>gimp_memsize_entry_set_value ()</h3><a class="indexterm" name="id2589722"></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 <i class="parameter"><tt>entry</tt></i>'s value. Please note that the <a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry"><span class="type">GimpMemsizeEntry</span></a> rounds
|
||||
the value to full Kilobytes.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>entry</tt></i><EFBFBD>:</span></td><td> a <a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry"><span class="type">GimpMemsizeEntry</span></a>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>value</tt></i><EFBFBD>:</span></td><td> the new value (in Bytes)
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2589793"></a><h3><a name="gimp-memsize-entry-get-value"></a>gimp_memsize_entry_get_value ()</h3><a class="indexterm" name="id2589804"></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>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>entry</tt></i><EFBFBD>:</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> the current value of <i class="parameter"><tt>entry</tt></i> (in Bytes).
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2590507"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2590513"></a><h3><a name="GimpMemsizeEntry-value-changed"></a>The "value-changed" signal</h3><pre class="programlisting">void user_function (<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *gimpmemsizeentry,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpmemsizeentry</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpIntStore.html"><b><<<EFBFBD>GimpIntStore</b></a></td><td align="right"><a accesskey="n" href="GimpOffsetArea.html"><b>GimpOffsetArea<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
112
devel-docs/libgimpwidgets/html/GimpOffsetArea.html
Normal file
@ -0,0 +1,112 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpOffsetArea</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpMemsizeEntry.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpPathEditor.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpOffsetArea"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpOffsetArea</span></h2><p>GimpOffsetArea — Widget to control image offsets.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpOffsetArea.html#GimpOffsetArea-struct">GimpOffsetArea</a>;
|
||||
GtkWidget* <a href="GimpOffsetArea.html#gimp-offset-area-new">gimp_offset_area_new</a> (gint orig_width,
|
||||
gint orig_height);
|
||||
void <a href="GimpOffsetArea.html#gimp-offset-area-set-size">gimp_offset_area_set_size</a> (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
|
||||
gint width,
|
||||
gint height);
|
||||
void <a href="GimpOffsetArea.html#gimp-offset-area-set-offsets">gimp_offset_area_set_offsets</a> (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
|
||||
gint offset_x,
|
||||
gint offset_y);
|
||||
void <a href="GimpOffsetArea.html#gimp-offset-area-set-pixbuf">gimp_offset_area_set_pixbuf</a> (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
|
||||
GdkPixbuf *pixbuf);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2585561"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkDrawingArea
|
||||
+----GimpOffsetArea
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2585592"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpOffsetArea implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2585607"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpOffsetArea.html#GimpOffsetArea-offsets-changed">offsets-changed</a>"
|
||||
void user_function (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *gimpoffsetarea,
|
||||
gint arg1,
|
||||
gint arg2,
|
||||
gpointer user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2589469"></a><h2>Description</h2><p>
|
||||
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2589478"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2589484"></a><h3><a name="GimpOffsetArea-struct"></a>struct GimpOffsetArea</h3><a class="indexterm" name="id2589492"></a><pre class="programlisting">struct GimpOffsetArea;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2589502"></a><h3><a name="gimp-offset-area-new"></a>gimp_offset_area_new ()</h3><a class="indexterm" name="id2589510"></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
|
||||
when resizing an image or a drawable to allow the user to interactively
|
||||
specify the new offsets.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>orig_width</tt></i><EFBFBD>:</span></td><td> the original width
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>orig_height</tt></i><EFBFBD>:</span></td><td> the original height
|
||||
</td></tr><tr><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></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2588336"></a><h3><a name="gimp-offset-area-set-size"></a>gimp_offset_area_set_size ()</h3><a class="indexterm" name="id2588345"></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>
|
||||
Sets the size of the image/drawable displayed by the <a href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a>.
|
||||
If the offsets change as a result of this change, the <tt class="literal">offsets_changed</tt>
|
||||
signal is emitted.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>offset_area</tt></i><EFBFBD>:</span></td><td> a <a href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>width</tt></i><EFBFBD>:</span></td><td> the new width
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>height</tt></i><EFBFBD>:</span></td><td> the new height
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2588434"></a><h3><a name="gimp-offset-area-set-offsets"></a>gimp_offset_area_set_offsets ()</h3><a class="indexterm" name="id2588445"></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>
|
||||
Sets the offsets of the image/drawable displayed by the <a href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a>.
|
||||
It does not emit the <tt class="literal">offsets_changed</tt> signal.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>offset_area</tt></i><EFBFBD>:</span></td><td> a <a href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>offset_x</tt></i><EFBFBD>:</span></td><td> the X offset
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>offset_y</tt></i><EFBFBD>:</span></td><td> the Y offset
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2588534"></a><h3><a name="gimp-offset-area-set-pixbuf"></a>gimp_offset_area_set_pixbuf ()</h3><a class="indexterm" name="id2588543"></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
|
||||
is being offset.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>offset_area</tt></i><EFBFBD>:</span></td><td> a <a href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>pixbuf</tt></i><EFBFBD>:</span></td><td> a <span class="type">GdkPixbuf</span>.
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div></div><div class="refsect1" lang="en"><a name="id2586231"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2586236"></a><h3><a name="GimpOffsetArea-offsets-changed"></a>The "offsets-changed" signal</h3><pre class="programlisting">void user_function (<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *gimpoffsetarea,
|
||||
gint arg1,
|
||||
gint arg2,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpoffsetarea</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg1</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg2</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpMemsizeEntry.html"><b><<<EFBFBD>GimpMemsizeEntry</b></a></td><td align="right"><a accesskey="n" href="GimpPathEditor.html"><b>GimpPathEditor<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
162
devel-docs/libgimpwidgets/html/GimpPathEditor.html
Normal file
@ -0,0 +1,162 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpPathEditor</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpOffsetArea.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpPickButton.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpPathEditor"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpPathEditor</span></h2><p>GimpPathEditor — Widget for editing a file search path.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpPathEditor.html#GimpPathEditor-struct">GimpPathEditor</a>;
|
||||
GtkWidget* <a href="GimpPathEditor.html#gimp-path-editor-new">gimp_path_editor_new</a> (const gchar *filesel_title,
|
||||
const gchar *path);
|
||||
gchar* <a href="GimpPathEditor.html#gimp-path-editor-get-path">gimp_path_editor_get_path</a> (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);
|
||||
void <a href="GimpPathEditor.html#gimp-path-editor-set-path">gimp_path_editor_set_path</a> (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
|
||||
const gchar *path);
|
||||
gchar* <a href="GimpPathEditor.html#gimp-path-editor-get-writable-path">gimp_path_editor_get_writable_path</a>
|
||||
(<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);
|
||||
void <a href="GimpPathEditor.html#gimp-path-editor-set-writable-path">gimp_path_editor_set_writable_path</a>
|
||||
(<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
|
||||
const gchar *path);
|
||||
gboolean <a href="GimpPathEditor.html#gimp-path-editor-get-dir-writable">gimp_path_editor_get_dir_writable</a>
|
||||
(<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
|
||||
const gchar *directory);
|
||||
void <a href="GimpPathEditor.html#gimp-path-editor-set-dir-writable">gimp_path_editor_set_dir_writable</a>
|
||||
(<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
|
||||
const gchar *directory,
|
||||
gboolean writable);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2586447"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBox
|
||||
+----GtkVBox
|
||||
+----GimpPathEditor
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2588187"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpPathEditor implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2588202"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpPathEditor.html#GimpPathEditor-path-changed">path-changed</a>"
|
||||
void user_function (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *,
|
||||
gpointer user_data);
|
||||
"<a href="GimpPathEditor.html#GimpPathEditor-writable-changed">writable-changed</a>"
|
||||
void user_function (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *,
|
||||
gpointer user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2588257"></a><h2>Description</h2><p>
|
||||
This widget is used to edit file search paths.
|
||||
</p><p>
|
||||
It shows a list of all directories which are in the search path. You
|
||||
can click a directory to select it. The widget provides a
|
||||
<a href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a> to change the currently selected directory.
|
||||
</p><p>
|
||||
There are buttons to add or delete directories as well as "up" and "down"
|
||||
buttons to change the order in which the directories will be searched.
|
||||
</p><p>
|
||||
Whenever the user adds, deletes, changes or reorders a directory of
|
||||
the search path, the "path_changed" signal will be emitted.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2592243"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2592248"></a><h3><a name="GimpPathEditor-struct"></a>struct GimpPathEditor</h3><a class="indexterm" name="id2592256"></a><pre class="programlisting">struct GimpPathEditor;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2592266"></a><h3><a name="gimp-path-editor-new"></a>gimp_path_editor_new ()</h3><a class="indexterm" name="id2592274"></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.
|
||||
</p><p>
|
||||
The elements of the initial search path must be separated with the
|
||||
<span class="type">G_SEARCHPATH_SEPARATOR</span> character.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>filesel_title</tt></i><EFBFBD>:</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"><i class="parameter"><tt>path</tt></i><EFBFBD>:</span></td><td> The initial search path.
|
||||
</td></tr><tr><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></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2592376"></a><h3><a name="gimp-path-editor-get-path"></a>gimp_path_editor_get_path ()</h3><a class="indexterm" name="id2592385"></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.
|
||||
</p><p>
|
||||
Note that you have to <tt class="function">g_free()</tt> the returned string.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>editor</tt></i><EFBFBD>:</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> The search path the user has selected in the path editor.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2592451"></a><h3><a name="gimp-path-editor-set-path"></a>gimp_path_editor_set_path ()</h3><a class="indexterm" name="id2592460"></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
|
||||
<span class="type">G_SEARCHPATH_SEPARATOR</span> character.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>editor</tt></i><EFBFBD>:</span></td><td> The path editor you want to set the search path from.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>path</tt></i><EFBFBD>:</span></td><td> The new path to set.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2588938"></a><h3><a name="gimp-path-editor-get-writable-path"></a>gimp_path_editor_get_writable_path ()</h3><a class="indexterm" name="id2588949"></a><pre class="programlisting">gchar* gimp_path_editor_get_writable_path
|
||||
(<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>editor</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2588994"></a><h3><a name="gimp-path-editor-set-writable-path"></a>gimp_path_editor_set_writable_path ()</h3><a class="indexterm" name="id2589006"></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>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>editor</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>path</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2589059"></a><h3><a name="gimp-path-editor-get-dir-writable"></a>gimp_path_editor_get_dir_writable ()</h3><a class="indexterm" name="id2589070"></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>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>editor</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>directory</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2589132"></a><h3><a name="gimp-path-editor-set-dir-writable"></a>gimp_path_editor_set_dir_writable ()</h3><a class="indexterm" name="id2589144"></a><pre class="programlisting">void gimp_path_editor_set_dir_writable
|
||||
(<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
|
||||
const gchar *directory,
|
||||
gboolean writable);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>editor</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>directory</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>writable</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2593769"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2593774"></a><h3><a name="GimpPathEditor-path-changed"></a>The "path-changed" signal</h3><pre class="programlisting">void user_function (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *,
|
||||
gpointer user_data);</pre><p>
|
||||
This signal is emitted whenever the user adds, deletes, modifies
|
||||
or reorders an element of the search path.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</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="id2593824"></a><h3><a name="GimpPathEditor-writable-changed"></a>The "writable-changed" signal</h3><pre class="programlisting">void user_function (<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *,
|
||||
gpointer user_data);</pre><p>
|
||||
This signal is emitted whenever the "writable" column of a directory
|
||||
is changed, either by the user clicking on it or by calling
|
||||
<a href="GimpPathEditor.html#gimp-path-editor-set-dir-writable"><tt class="function">gimp_path_editor_set_dir_writable()</tt></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</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="id2593887"></a><h2>See Also</h2><p>
|
||||
<a href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a>
|
||||
</p><p>
|
||||
<span class="type">G_SEARCHPATH_SEPARATOR</span>
|
||||
</p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpOffsetArea.html"><b><<<EFBFBD>GimpOffsetArea</b></a></td><td align="right"><a accesskey="n" href="GimpPickButton.html"><b>GimpPickButton<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
74
devel-docs/libgimpwidgets/html/GimpPickButton.html
Normal file
@ -0,0 +1,74 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpPickButton</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpPathEditor.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpPixmap.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpPickButton"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpPickButton</span></h2><p>GimpPickButton — Widget to pick a color from screen.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpPickButton.html#GimpPickButton-struct">GimpPickButton</a>;
|
||||
GtkWidget* <a href="GimpPickButton.html#gimp-pick-button-new">gimp_pick_button_new</a> (void);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2556815"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBin
|
||||
+----GtkButton
|
||||
+----GimpPickButton
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2588030"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpPickButton implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2588044"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpPickButton.html#GimpPickButton-color-picked">color-picked</a>"
|
||||
void user_function (<a href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> *gimppickbutton,
|
||||
gpointer arg1,
|
||||
gpointer user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2588082"></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
|
||||
from any point on the screen.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2588101"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2588106"></a><h3><a name="GimpPickButton-struct"></a>struct GimpPickButton</h3><a class="indexterm" name="id2588114"></a><pre class="programlisting">struct GimpPickButton;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2588124"></a><h3><a name="gimp-pick-button-new"></a>gimp_pick_button_new ()</h3><a class="indexterm" name="id2588132"></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>
|
||||
|
||||
</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> A new <a href="GimpPickButton.html" title="GimpPickButton"><span class="type">GimpPickButton</span></a> widget.
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2591541"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2591546"></a><h3><a name="GimpPickButton-color-picked"></a>The "color-picked" signal</h3><pre class="programlisting">void user_function (<a href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> *gimppickbutton,
|
||||
gpointer arg1,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimppickbutton</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg1</tt></i><EFBFBD>:</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
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpPathEditor.html"><b><<<EFBFBD>GimpPathEditor</b></a></td><td align="right"><a accesskey="n" href="GimpPixmap.html"><b>GimpPixmap<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
76
devel-docs/libgimpwidgets/html/GimpPixmap.html
Normal file
@ -0,0 +1,76 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpPixmap</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpPickButton.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpPreviewArea.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpPixmap"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpPixmap</span></h2><p>GimpPixmap — Widget which creates a <span class="type">GtkPixmap</span> from XPM data.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpPixmap.html#GimpPixmap-struct">GimpPixmap</a>;
|
||||
GtkWidget* <a href="GimpPixmap.html#gimp-pixmap-new">gimp_pixmap_new</a> (gchar **xpm_data);
|
||||
void <a href="GimpPixmap.html#gimp-pixmap-set">gimp_pixmap_set</a> (<a href="GimpPixmap.html" title="GimpPixmap">GimpPixmap</a> *pixmap,
|
||||
gchar **xpm_data);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2591787"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkMisc
|
||||
+----GtkImage
|
||||
+----GimpPixmap
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2591823"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpPixmap implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2591838"></a><h2>Description</h2><p>
|
||||
Widget which creates a <span class="type">GtkPixmap</span> from XPM data.
|
||||
</p><p>
|
||||
Use this widget instead of <span class="type">GtkPixmap</span> if you don't want to worry about
|
||||
the parent container's "realized" state.
|
||||
</p><p>
|
||||
Note that the drawback of the easy interface is that the actual <span class="type">GdkPixmap</span>
|
||||
and it's mask have to be constructed every time you call <a href="GimpPixmap.html#gimp-pixmap-new"><tt class="function">gimp_pixmap_new()</tt></a>
|
||||
and cannot be cached in memory without doing bad hacks.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2591884"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2591889"></a><h3><a name="GimpPixmap-struct"></a>struct GimpPixmap</h3><a class="indexterm" name="id2591897"></a><pre class="programlisting">struct GimpPixmap;</pre><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p><tt class="literal">GimpPixmap</tt> is deprecated and should not be used in newly-written code.</p></div><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2590922"></a><h3><a name="gimp-pixmap-new"></a>gimp_pixmap_new ()</h3><a class="indexterm" name="id2590930"></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><tt class="literal">gimp_pixmap_new</tt> is deprecated and should not be used in newly-written code.</p></div><p>
|
||||
Creates a new <a href="GimpPixmap.html" title="GimpPixmap"><span class="type">GimpPixmap</span></a> widget.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>xpm_data</tt></i><EFBFBD>:</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> A pointer to the new <a href="GimpPixmap.html" title="GimpPixmap"><span class="type">GimpPixmap</span></a> widget.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2590997"></a><h3><a name="gimp-pixmap-set"></a>gimp_pixmap_set ()</h3><a class="indexterm" name="id2591006"></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><p><tt class="literal">gimp_pixmap_set</tt> is deprecated and should not be used in newly-written code.</p></div><p>
|
||||
Sets a new image for an existing <a href="GimpPixmap.html" title="GimpPixmap"><span class="type">GimpPixmap</span></a> widget.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>pixmap</tt></i><EFBFBD>:</span></td><td> The pixmap widget you want to set the new xpm_data for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>xpm_data</tt></i><EFBFBD>:</span></td><td> A pointer to a XPM data structure as found in XPM files.
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2591402"></a><h2>See Also</h2><p>
|
||||
<a href="libgimpwidgets-GimpWidgets.html#gimp-pixmap-button-new"><tt class="function">gimp_pixmap_button_new()</tt></a>
|
||||
</p><p>
|
||||
<span class="type">GtkPixmap</span>
|
||||
</p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpPickButton.html"><b><<<EFBFBD>GimpPickButton</b></a></td><td align="right"><a accesskey="n" href="GimpPreviewArea.html"><b>GimpPreviewArea<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
182
devel-docs/libgimpwidgets/html/GimpPreview.html
Normal file
@ -0,0 +1,182 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpPreview</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpPreviewArea.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="libgimpwidgets-GimpScrolledPreview.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpPreview"></a><div class="titlepage"></div><div class="refnamediv"><h2><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></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpPreview.html#GimpPreview-struct">GimpPreview</a>;
|
||||
gboolean <a href="GimpPreview.html#gimp-preview-get-update">gimp_preview_get_update</a> (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);
|
||||
void <a href="GimpPreview.html#gimp-preview-set-update">gimp_preview_set_update</a> (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
gboolean update);
|
||||
void <a href="GimpPreview.html#gimp-preview-set-bounds">gimp_preview_set_bounds</a> (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
gint xmin,
|
||||
gint ymin,
|
||||
gint xmax,
|
||||
gint ymax);
|
||||
void <a href="GimpPreview.html#gimp-preview-get-size">gimp_preview_get_size</a> (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
gint *width,
|
||||
gint *height);
|
||||
void <a href="GimpPreview.html#gimp-preview-get-position">gimp_preview_get_position</a> (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
gint *x,
|
||||
gint *y);
|
||||
void <a href="GimpPreview.html#gimp-preview-draw">gimp_preview_draw</a> (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);
|
||||
void <a href="GimpPreview.html#gimp-preview-draw-buffer">gimp_preview_draw_buffer</a> (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
const guchar *buffer,
|
||||
gint rowstride);
|
||||
void <a href="GimpPreview.html#gimp-preview-invalidate">gimp_preview_invalidate</a> (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);
|
||||
void <a href="GimpPreview.html#gimp-preview-set-default-cursor">gimp_preview_set_default_cursor</a> (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
GdkCursor *cursor);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2592052"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBox
|
||||
+----GtkVBox
|
||||
+----GimpPreview
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2592094"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpPreview implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2592108"></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="id2596463"></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="id2596483"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpPreview.html#GimpPreview-invalidated">invalidated</a>"
|
||||
void user_function (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *gimppreview,
|
||||
gpointer user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2596514"></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="id2596530"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2596535"></a><h3><a name="GimpPreview-struct"></a>struct GimpPreview</h3><a class="indexterm" name="id2596544"></a><pre class="programlisting">struct GimpPreview;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2596553"></a><h3><a name="gimp-preview-get-update"></a>gimp_preview_get_update ()</h3><a class="indexterm" name="id2596562"></a><pre class="programlisting">gboolean gimp_preview_get_update (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre><p>
|
||||
</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>preview</tt></i><EFBFBD>:</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> the state of the "Preview" check button.
|
||||
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2596617"></a><h3><a name="gimp-preview-set-update"></a>gimp_preview_set_update ()</h3><a class="indexterm" name="id2596626"></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><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>preview</tt></i><EFBFBD>:</span></td><td> a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>update</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if the preview should invalidate itself when being
|
||||
scrolled or when <a href="GimpPreview.html#gimp-preview-invalidate"><tt class="function">gimp_preview_invalidate()</tt></a> is being called
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2596701"></a><h3><a name="gimp-preview-set-bounds"></a>gimp_preview_set_bounds ()</h3><a class="indexterm" name="id2596709"></a><pre class="programlisting">void gimp_preview_set_bounds (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
gint xmin,
|
||||
gint ymin,
|
||||
gint xmax,
|
||||
gint ymax);</pre><p>
|
||||
Sets the lower and upper limits for the previewed area. The
|
||||
difference between the upper and lower value is used to set the
|
||||
maximum size of the <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> used in the <i class="parameter"><tt>preview</tt></i>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>preview</tt></i><EFBFBD>:</span></td><td> a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>xmin</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>ymin</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>xmax</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>ymax</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2592614"></a><h3><a name="gimp-preview-get-size"></a>gimp_preview_get_size ()</h3><a class="indexterm" name="id2592622"></a><pre class="programlisting">void gimp_preview_get_size (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
gint *width,
|
||||
gint *height);</pre><p>
|
||||
</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>preview</tt></i><EFBFBD>:</span></td><td> a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>width</tt></i><EFBFBD>:</span></td><td> return location for the preview area width
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>height</tt></i><EFBFBD>:</span></td><td> return location for the preview area height
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2592704"></a><h3><a name="gimp-preview-get-position"></a>gimp_preview_get_position ()</h3><a class="indexterm" name="id2592713"></a><pre class="programlisting">void gimp_preview_get_position (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
|
||||
gint *x,
|
||||
gint *y);</pre><p>
|
||||
</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>preview</tt></i><EFBFBD>:</span></td><td> a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>x</tt></i><EFBFBD>:</span></td><td> return location for the horizontal offset
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>y</tt></i><EFBFBD>:</span></td><td> return location for the vertical offset
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2598953"></a><h3><a name="gimp-preview-draw"></a>gimp_preview_draw ()</h3><a class="indexterm" name="id2598961"></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
|
||||
the derived class implementing this method.
|
||||
</p><p>
|
||||
<a
|
||||
href="../libgimp/GimpDrawablePreview.html"
|
||||
><span class="type">GimpDrawablePreview</span></a> implements <a href="GimpPreview.html#gimp-preview-draw"><tt class="function">gimp_preview_draw()</tt></a> by drawing the
|
||||
original, unmodified drawable to the <i class="parameter"><tt>preview</tt></i>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>preview</tt></i><EFBFBD>:</span></td><td> a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2599030"></a><h3><a name="gimp-preview-draw-buffer"></a>gimp_preview_draw_buffer ()</h3><a class="indexterm" name="id2599038"></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>
|
||||
Calls the GimpPreview::draw_buffer method. GimpPreview itself
|
||||
doesn't implement this method so the behaviour is determined by the
|
||||
derived class implementing this method.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>preview</tt></i><EFBFBD>:</span></td><td> a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>buffer</tt></i><EFBFBD>:</span></td><td> a pixel buffer the size of the preview
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>rowstride</tt></i><EFBFBD>:</span></td><td> the <i class="parameter"><tt>buffer</tt></i>'s rowstride
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2599125"></a><h3><a name="gimp-preview-invalidate"></a>gimp_preview_invalidate ()</h3><a class="indexterm" name="id2599134"></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
|
||||
which will usually cause the <i class="parameter"><tt>preview</tt></i> to be updated.
|
||||
</p><p>
|
||||
This function does nothing unless the "Preview" button is checked.
|
||||
</p><p>
|
||||
During the emission of the signal a busy cursor is set on the
|
||||
toplevel window containing the <i class="parameter"><tt>preview</tt></i> and on the preview area
|
||||
itself.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>preview</tt></i><EFBFBD>:</span></td><td> a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2599198"></a><h3><a name="gimp-preview-set-default-cursor"></a>gimp_preview_set_default_cursor ()</h3><a class="indexterm" name="id2599208"></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
|
||||
be overriden by a <tt class="literal">GDK_FLEUR</tt> if the preview has scrollbars, or by a
|
||||
<tt class="literal">GDK_WATCH</tt> when the preview is invalidated.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>preview</tt></i><EFBFBD>:</span></td><td> a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>cursor</tt></i><EFBFBD>:</span></td><td> a <span class="type">GdkCursor</span> or <tt class="literal">NULL</tt>
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div></div><div class="refsect1" lang="en"><a name="id2599291"></a><h2>Properties</h2><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><a name="GimpPreview--update"></a>"<tt class="literal">update</tt>" (gboolean : Read / Write / Construct)</span></td><td><p></p></td></tr></tbody></table></div></div><div class="refsect1" lang="en"><a name="id2599323"></a><h2>Style Properties</h2><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><a name="GimpPreview--size"></a>"<tt class="literal">size</tt>" (gint : Read)</span></td><td><p></p></td></tr></tbody></table></div></div><div class="refsect1" lang="en"><a name="id2599353"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2599359"></a><h3><a name="GimpPreview-invalidated"></a>The "invalidated" signal</h3><pre class="programlisting">void user_function (<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *gimppreview,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimppreview</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpPreviewArea.html"><b><<<EFBFBD>GimpPreviewArea</b></a></td><td align="right"><a accesskey="n" href="libgimpwidgets-GimpScrolledPreview.html"><b>GimpScrolledPreview<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
281
devel-docs/libgimpwidgets/html/GimpPreviewArea.html
Normal file
@ -0,0 +1,281 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpPreviewArea</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpPixmap.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpPreview.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpPreviewArea"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpPreviewArea</span></h2><p>GimpPreviewArea — A general purpose preview widget which caches its pixel data.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpPreviewArea.html#GimpPreviewArea-struct">GimpPreviewArea</a>;
|
||||
GtkWidget* <a href="GimpPreviewArea.html#gimp-preview-area-new">gimp_preview_area_new</a> (void);
|
||||
void <a href="GimpPreviewArea.html#gimp-preview-area-draw">gimp_preview_area_draw</a> (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
gint x,
|
||||
gint y,
|
||||
gint width,
|
||||
gint height,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
|
||||
>GimpImageType</a> type,
|
||||
const guchar *buf,
|
||||
gint rowstride);
|
||||
void <a href="GimpPreviewArea.html#gimp-preview-area-fill">gimp_preview_area_fill</a> (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
gint x,
|
||||
gint y,
|
||||
gint width,
|
||||
gint height,
|
||||
guchar red,
|
||||
guchar green,
|
||||
guchar blue);
|
||||
void <a href="GimpPreviewArea.html#gimp-preview-area-blend">gimp_preview_area_blend</a> (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
gint x,
|
||||
gint y,
|
||||
gint width,
|
||||
gint height,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
|
||||
>GimpImageType</a> type,
|
||||
const guchar *buf1,
|
||||
gint rowstride1,
|
||||
const guchar *buf2,
|
||||
gint rowstride2,
|
||||
guchar opacity);
|
||||
void <a href="GimpPreviewArea.html#gimp-preview-area-mask">gimp_preview_area_mask</a> (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
gint x,
|
||||
gint y,
|
||||
gint width,
|
||||
gint height,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
|
||||
>GimpImageType</a> type,
|
||||
const guchar *buf1,
|
||||
gint rowstride1,
|
||||
const guchar *buf2,
|
||||
gint rowstride2,
|
||||
const guchar *mask,
|
||||
gint rowstride_mask);
|
||||
void <a href="GimpPreviewArea.html#gimp-preview-area-set-offsets">gimp_preview_area_set_offsets</a> (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
gint x,
|
||||
gint y);
|
||||
void <a href="GimpPreviewArea.html#gimp-preview-area-set-colormap">gimp_preview_area_set_colormap</a> (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
const guchar *colormap,
|
||||
gint num_colors);
|
||||
void <a href="GimpPreviewArea.html#gimp-preview-area-set-max-size">gimp_preview_area_set_max_size</a> (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
gint width,
|
||||
gint height);
|
||||
void <a href="GimpPreviewArea.html#gimp-preview-area-menu-popup">gimp_preview_area_menu_popup</a> (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
GdkEventButton *event);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2593144"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkDrawingArea
|
||||
+----GimpPreviewArea
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2593174"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpPreviewArea implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2593190"></a><h2>Properties</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpPreviewArea.html#GimpPreviewArea--check-size">check-size</a>" <a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckSize"
|
||||
>GimpCheckSize</a> : Read / Write
|
||||
"<a href="GimpPreviewArea.html#GimpPreviewArea--check-type">check-type</a>" <a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckType"
|
||||
>GimpCheckType</a> : Read / Write
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2593220"></a><h2>Description</h2><p>
|
||||
A general purpose preview widget which caches its pixel data.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2593231"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2593236"></a><h3><a name="GimpPreviewArea-struct"></a>struct GimpPreviewArea</h3><a class="indexterm" name="id2593245"></a><pre class="programlisting">struct GimpPreviewArea;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2593254"></a><h3><a name="gimp-preview-area-new"></a>gimp_preview_area_new ()</h3><a class="indexterm" name="id2593263"></a><pre class="programlisting">GtkWidget* gimp_preview_area_new (void);</pre><p>
|
||||
</p><p>
|
||||
|
||||
</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> a new <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget.
|
||||
|
||||
Since GIMP 2.2
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2590581"></a><h3><a name="gimp-preview-area-draw"></a>gimp_preview_area_draw ()</h3><a class="indexterm" name="id2590590"></a><pre class="programlisting">void gimp_preview_area_draw (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
gint x,
|
||||
gint y,
|
||||
gint width,
|
||||
gint height,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
|
||||
>GimpImageType</a> type,
|
||||
const guchar *buf,
|
||||
gint rowstride);</pre><p>
|
||||
Draws <i class="parameter"><tt>buf</tt></i> on <i class="parameter"><tt>area</tt></i> and queues a redraw on the given rectangle.
|
||||
</p><p>
|
||||
Since GIMP 2.2</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>area</tt></i><EFBFBD>:</span></td><td> a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>x</tt></i><EFBFBD>:</span></td><td> x offset in preview
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>y</tt></i><EFBFBD>:</span></td><td> y offset in preview
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>width</tt></i><EFBFBD>:</span></td><td> buffer width
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>height</tt></i><EFBFBD>:</span></td><td> buffer height
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>type</tt></i><EFBFBD>:</span></td><td> the <a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
|
||||
><span class="type">GimpImageType</span></a> of <i class="parameter"><tt>buf</tt></i>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>buf</tt></i><EFBFBD>:</span></td><td> a <span class="type">guchar</span> buffer that contains the preview pixel data.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>rowstride</tt></i><EFBFBD>:</span></td><td> rowstride of <i class="parameter"><tt>buf</tt></i>
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2590783"></a><h3><a name="gimp-preview-area-fill"></a>gimp_preview_area_fill ()</h3><a class="indexterm" name="id2590791"></a><pre class="programlisting">void gimp_preview_area_fill (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
gint x,
|
||||
gint y,
|
||||
gint width,
|
||||
gint height,
|
||||
guchar red,
|
||||
guchar green,
|
||||
guchar blue);</pre><p>
|
||||
Fills <i class="parameter"><tt>area</tt></i> in the given color and queues a redraw on the given
|
||||
rectangle.
|
||||
</p><p>
|
||||
Since GIMP 2.2</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>area</tt></i><EFBFBD>:</span></td><td> a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>x</tt></i><EFBFBD>:</span></td><td> x offset in preview
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>y</tt></i><EFBFBD>:</span></td><td> y offset in preview
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>width</tt></i><EFBFBD>:</span></td><td> buffer width
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>height</tt></i><EFBFBD>:</span></td><td> buffer height
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>red</tt></i><EFBFBD>:</span></td><td> red component of the fill color (0-255)
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>green</tt></i><EFBFBD>:</span></td><td> green component of the fill color (0-255)
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>blue</tt></i><EFBFBD>:</span></td><td> red component of the fill color (0-255)
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2597275"></a><h3><a name="gimp-preview-area-blend"></a>gimp_preview_area_blend ()</h3><a class="indexterm" name="id2597284"></a><pre class="programlisting">void gimp_preview_area_blend (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
gint x,
|
||||
gint y,
|
||||
gint width,
|
||||
gint height,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
|
||||
>GimpImageType</a> type,
|
||||
const guchar *buf1,
|
||||
gint rowstride1,
|
||||
const guchar *buf2,
|
||||
gint rowstride2,
|
||||
guchar opacity);</pre><p>
|
||||
Composites <i class="parameter"><tt>buf1</tt></i> on <i class="parameter"><tt>buf2</tt></i> with the given <i class="parameter"><tt>opacity</tt></i>, draws the result
|
||||
to <i class="parameter"><tt>area</tt></i> and queues a redraw on the given rectangle.
|
||||
</p><p>
|
||||
Since GIMP 2.2</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>area</tt></i><EFBFBD>:</span></td><td> a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>x</tt></i><EFBFBD>:</span></td><td> x offset in preview
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>y</tt></i><EFBFBD>:</span></td><td> y offset in preview
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>width</tt></i><EFBFBD>:</span></td><td> buffer width
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>height</tt></i><EFBFBD>:</span></td><td> buffer height
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>type</tt></i><EFBFBD>:</span></td><td> the <a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
|
||||
><span class="type">GimpImageType</span></a> of <i class="parameter"><tt>buf1</tt></i> and <i class="parameter"><tt>buf2</tt></i>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>buf1</tt></i><EFBFBD>:</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"><i class="parameter"><tt>rowstride1</tt></i><EFBFBD>:</span></td><td> rowstride of <i class="parameter"><tt>buf1</tt></i>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>buf2</tt></i><EFBFBD>:</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"><i class="parameter"><tt>rowstride2</tt></i><EFBFBD>:</span></td><td> rowstride of <i class="parameter"><tt>buf2</tt></i>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>opacity</tt></i><EFBFBD>:</span></td><td> The opacity of the first layer.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2597549"></a><h3><a name="gimp-preview-area-mask"></a>gimp_preview_area_mask ()</h3><a class="indexterm" name="id2597558"></a><pre class="programlisting">void gimp_preview_area_mask (<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
|
||||
gint x,
|
||||
gint y,
|
||||
gint width,
|
||||
gint height,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
|
||||
>GimpImageType</a> type,
|
||||
const guchar *buf1,
|
||||
gint rowstride1,
|
||||
const guchar *buf2,
|
||||
gint rowstride2,
|
||||
const guchar *mask,
|
||||
gint rowstride_mask);</pre><p>
|
||||
Composites <i class="parameter"><tt>buf1</tt></i> on <i class="parameter"><tt>buf2</tt></i> with the given <i class="parameter"><tt>mask</tt></i>, draws the result on
|
||||
<i class="parameter"><tt>area</tt></i> and queues a redraw on the given rectangle.
|
||||
</p><p>
|
||||
Since GIMP 2.2</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>area</tt></i><EFBFBD>:</span></td><td> a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>x</tt></i><EFBFBD>:</span></td><td> x offset in preview
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>y</tt></i><EFBFBD>:</span></td><td> y offset in preview
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>width</tt></i><EFBFBD>:</span></td><td> buffer width
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>height</tt></i><EFBFBD>:</span></td><td> buffer height
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>type</tt></i><EFBFBD>:</span></td><td> the <a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
|
||||
><span class="type">GimpImageType</span></a> of <i class="parameter"><tt>buf1</tt></i> and <i class="parameter"><tt>buf2</tt></i>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>buf1</tt></i><EFBFBD>:</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"><i class="parameter"><tt>rowstride1</tt></i><EFBFBD>:</span></td><td> rowstride of <i class="parameter"><tt>buf1</tt></i>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>buf2</tt></i><EFBFBD>:</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"><i class="parameter"><tt>rowstride2</tt></i><EFBFBD>:</span></td><td> rowstride of <i class="parameter"><tt>buf2</tt></i>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>mask</tt></i><EFBFBD>:</span></td><td> a <span class="type">guchar</span> buffer representing the mask of the second
|
||||
layer.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>rowstride_mask</tt></i><EFBFBD>:</span></td><td> rowstride for the mask.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2597848"></a><h3><a name="gimp-preview-area-set-offsets"></a>gimp_preview_area_set_offsets ()</h3><a class="indexterm" name="id2597859"></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>
|
||||
Sets the offsets of the previewed area. This information is used
|
||||
when drawing the checkerboard and to determine the dither offsets.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>area</tt></i><EFBFBD>:</span></td><td> a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>x</tt></i><EFBFBD>:</span></td><td> horizontal offset
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>y</tt></i><EFBFBD>:</span></td><td> vertical offset
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2597942"></a><h3><a name="gimp-preview-area-set-colormap"></a>gimp_preview_area_set_colormap ()</h3><a class="indexterm" name="id2597953"></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>
|
||||
Sets the colormap for the <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget. You need to
|
||||
call this function before you use <a href="GimpPreviewArea.html#gimp-preview-area-draw"><tt class="function">gimp_preview_area_draw()</tt></a> with
|
||||
an image type of <tt class="literal">GIMP_INDEXED_IMAGE</tt> or <tt class="literal">GIMP_INDEXEDA_IMAGE</tt>.
|
||||
</p><p>
|
||||
Since GIMP 2.2</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>area</tt></i><EFBFBD>:</span></td><td> a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>colormap</tt></i><EFBFBD>:</span></td><td> a <span class="type">guchar</span> buffer that contains the colormap
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>num_colors</tt></i><EFBFBD>:</span></td><td> the number of colors in the colormap
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2598063"></a><h3><a name="gimp-preview-area-set-max-size"></a>gimp_preview_area_set_max_size ()</h3><a class="indexterm" name="id2598074"></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>
|
||||
Usually a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> fills the size that it is
|
||||
allocated. This funtion allows you to limit the preview area to a
|
||||
maximum size. If a larger size is allocated for the widget, the
|
||||
preview will draw itself centered into the allocated area.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>area</tt></i><EFBFBD>:</span></td><td> a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>width</tt></i><EFBFBD>:</span></td><td> the maximum width in pixels or -1 to unset the limit
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>height</tt></i><EFBFBD>:</span></td><td> the maximum height in pixels or -1 to unset the limit
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2598167"></a><h3><a name="gimp-preview-area-menu-popup"></a>gimp_preview_area_menu_popup ()</h3><a class="indexterm" name="id2598178"></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
|
||||
the checkerboard pattern that the <i class="parameter"><tt>area</tt></i> uses to visualize transparency.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>area</tt></i><EFBFBD>:</span></td><td> a <a href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>event</tt></i><EFBFBD>:</span></td><td> the button event that causes the menu to popup or <tt class="literal">NULL</tt>
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div></div><div class="refsect1" lang="en"><a name="id2598252"></a><h2>Properties</h2><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><a name="GimpPreviewArea--check-size"></a>"<tt class="literal">check-size</tt>" (<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckSize"
|
||||
>GimpCheckSize</a> : Read / Write)</span></td><td><p></p></td></tr><tr><td><span class="term"><a name="GimpPreviewArea--check-type"></a>"<tt class="literal">check-type</tt>" (<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckType"
|
||||
>GimpCheckType</a> : Read / Write)</span></td><td><p></p></td></tr></tbody></table></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpPixmap.html"><b><<<EFBFBD>GimpPixmap</b></a></td><td align="right"><a accesskey="n" href="GimpPreview.html"><b>GimpPreview<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
452
devel-docs/libgimpwidgets/html/GimpSizeEntry.html
Normal file
@ -0,0 +1,452 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpSizeEntry</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-utils.html" title="Part<72>V.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="libgimpwidgets-GimpQueryBox.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-utils.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="libgimpwidgets-GimpStock.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpSizeEntry"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpSizeEntry</span></h2><p>GimpSizeEntry — Widget for entering pixel values and resolutions.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpSizeEntry.html#GimpSizeEntry-struct">GimpSizeEntry</a>;
|
||||
struct <a href="GimpSizeEntry.html#GimpSizeEntryField">GimpSizeEntryField</a>;
|
||||
enum <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy">GimpSizeEntryUpdatePolicy</a>;
|
||||
GtkWidget* <a href="GimpSizeEntry.html#gimp-size-entry-new">gimp_size_entry_new</a> (gint number_of_fields,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit,
|
||||
const gchar *unit_format,
|
||||
gboolean menu_show_pixels,
|
||||
gboolean menu_show_percent,
|
||||
gboolean show_refval,
|
||||
gint spinbutton_width,
|
||||
<a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy">GimpSizeEntryUpdatePolicy</a> update_policy);
|
||||
void <a href="GimpSizeEntry.html#gimp-size-entry-add-field">gimp_size_entry_add_field</a> (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
GtkSpinButton *value_spinbutton,
|
||||
GtkSpinButton *refval_spinbutton);
|
||||
GtkWidget* <a href="GimpSizeEntry.html#gimp-size-entry-attach-label">gimp_size_entry_attach_label</a> (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
const gchar *text,
|
||||
gint row,
|
||||
gint column,
|
||||
gfloat alignment);
|
||||
void <a href="GimpSizeEntry.html#gimp-size-entry-set-resolution">gimp_size_entry_set_resolution</a> (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint field,
|
||||
gdouble resolution,
|
||||
gboolean keep_size);
|
||||
void <a href="GimpSizeEntry.html#gimp-size-entry-set-size">gimp_size_entry_set_size</a> (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint field,
|
||||
gdouble lower,
|
||||
gdouble upper);
|
||||
void <a href="GimpSizeEntry.html#gimp-size-entry-set-value-boundaries">gimp_size_entry_set_value_boundaries</a>
|
||||
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint field,
|
||||
gdouble lower,
|
||||
gdouble upper);
|
||||
gdouble <a href="GimpSizeEntry.html#gimp-size-entry-get-value">gimp_size_entry_get_value</a> (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint field);
|
||||
void <a href="GimpSizeEntry.html#gimp-size-entry-set-value">gimp_size_entry_set_value</a> (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint field,
|
||||
gdouble value);
|
||||
void <a href="GimpSizeEntry.html#gimp-size-entry-set-refval-boundaries">gimp_size_entry_set_refval_boundaries</a>
|
||||
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint field,
|
||||
gdouble lower,
|
||||
gdouble upper);
|
||||
void <a href="GimpSizeEntry.html#gimp-size-entry-set-refval-digits">gimp_size_entry_set_refval_digits</a>
|
||||
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint field,
|
||||
gint digits);
|
||||
gdouble <a href="GimpSizeEntry.html#gimp-size-entry-get-refval">gimp_size_entry_get_refval</a> (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint field);
|
||||
void <a href="GimpSizeEntry.html#gimp-size-entry-set-refval">gimp_size_entry_set_refval</a> (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint field,
|
||||
gdouble refval);
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> <a href="GimpSizeEntry.html#gimp-size-entry-get-unit">gimp_size_entry_get_unit</a> (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse);
|
||||
void <a href="GimpSizeEntry.html#gimp-size-entry-set-unit">gimp_size_entry_set_unit</a> (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit);
|
||||
void <a href="GimpSizeEntry.html#gimp-size-entry-set-pixel-digits">gimp_size_entry_set_pixel_digits</a>
|
||||
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint digits);
|
||||
void <a href="GimpSizeEntry.html#gimp-size-entry-grab-focus">gimp_size_entry_grab_focus</a> (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse);
|
||||
GtkWidget* <a href="GimpSizeEntry.html#gimp-size-entry-get-help-widget">gimp_size_entry_get_help_widget</a> (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint field);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2610576"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkTable
|
||||
+----GimpSizeEntry
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2610612"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpSizeEntry implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2605216"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpSizeEntry.html#GimpSizeEntry-refval-changed">refval-changed</a>"
|
||||
void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
|
||||
gpointer user_data);
|
||||
"<a href="GimpSizeEntry.html#GimpSizeEntry-unit-changed">unit-changed</a>"
|
||||
void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
|
||||
gpointer user_data);
|
||||
"<a href="GimpSizeEntry.html#GimpSizeEntry-value-changed">value-changed</a>"
|
||||
void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
|
||||
gpointer user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2605294"></a><h2>Description</h2><p>
|
||||
This widget is used to enter pixel distances/sizes and resolutions.
|
||||
</p><p>
|
||||
You can specify the number of fields the widget should provide. For
|
||||
each field automatic mappings are performed between the field's
|
||||
"reference value" and it's "value".
|
||||
</p><p>
|
||||
There is a <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> right of the entry fields which lets you
|
||||
specify the <a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
><span class="type">GimpUnit</span></a> of the displayed values.
|
||||
</p><p>
|
||||
For each field, there can be one or two <span class="type">GtkSpinButton</span>'s to enter
|
||||
"value" and "reference value". If you specify <i class="parameter"><tt>show_refval</tt></i> as <span class="type">FALSE</span>
|
||||
in <a href="GimpSizeEntry.html#gimp-size-entry-new"><tt class="function">gimp_size_entry_new()</tt></a> there will be only one <span class="type">GtkSpinButton</span> and the
|
||||
<a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> will contain an item for selecting GIMP_UNIT_PIXEL.
|
||||
</p><p>
|
||||
The "reference value" is either of GIMP_UNIT_PIXEL or dpi, depending
|
||||
on which <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy"><span class="type">GimpSizeEntryUpdatePolicy</span></a> you specify in <a href="GimpSizeEntry.html#gimp-size-entry-new"><tt class="function">gimp_size_entry_new()</tt></a>.
|
||||
The "value" is either the size in pixels mapped to the size in a
|
||||
real-world-unit (see <a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
><span class="type">GimpUnit</span></a>) or the dpi value mapped to pixels per
|
||||
real-world-unit.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2605395"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2605400"></a><h3><a name="GimpSizeEntry-struct"></a>struct GimpSizeEntry</h3><a class="indexterm" name="id2605408"></a><pre class="programlisting">struct GimpSizeEntry;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2605418"></a><h3><a name="GimpSizeEntryField"></a>struct GimpSizeEntryField</h3><a class="indexterm" name="id2605426"></a><pre class="programlisting">struct GimpSizeEntryField;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2605436"></a><h3><a name="GimpSizeEntryUpdatePolicy"></a>enum GimpSizeEntryUpdatePolicy</h3><a class="indexterm" name="id2605445"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_SIZE_ENTRY_UPDATE_NONE = 0,
|
||||
GIMP_SIZE_ENTRY_UPDATE_SIZE = 1,
|
||||
GIMP_SIZE_ENTRY_UPDATE_RESOLUTION = 2
|
||||
} GimpSizeEntryUpdatePolicy;
|
||||
</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2605458"></a><h3><a name="gimp-size-entry-new"></a>gimp_size_entry_new ()</h3><a class="indexterm" name="id2605466"></a><pre class="programlisting">GtkWidget* gimp_size_entry_new (gint number_of_fields,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit,
|
||||
const gchar *unit_format,
|
||||
gboolean menu_show_pixels,
|
||||
gboolean menu_show_percent,
|
||||
gboolean show_refval,
|
||||
gint spinbutton_width,
|
||||
<a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy">GimpSizeEntryUpdatePolicy</a> update_policy);</pre><p>
|
||||
Creates a new <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> widget.
|
||||
</p><p>
|
||||
To have all automatic calculations performed correctly, set up the
|
||||
widget in the following order:
|
||||
</p><p>
|
||||
1. <a href="GimpSizeEntry.html#gimp-size-entry-new"><tt class="function">gimp_size_entry_new()</tt></a>
|
||||
</p><p>
|
||||
2. (for each additional input field) <a href="GimpSizeEntry.html#gimp-size-entry-add-field"><tt class="function">gimp_size_entry_add_field()</tt></a>
|
||||
</p><p>
|
||||
3. <a href="GimpSizeEntry.html#gimp-size-entry-set-unit"><tt class="function">gimp_size_entry_set_unit()</tt></a>
|
||||
</p><p>
|
||||
For each input field:
|
||||
</p><p>
|
||||
4. <a href="GimpSizeEntry.html#gimp-size-entry-set-resolution"><tt class="function">gimp_size_entry_set_resolution()</tt></a>
|
||||
</p><p>
|
||||
5. <a href="GimpSizeEntry.html#gimp-size-entry-set-refval-boundaries"><tt class="function">gimp_size_entry_set_refval_boundaries()</tt></a>
|
||||
(or <a href="GimpSizeEntry.html#gimp-size-entry-set-value-boundaries"><tt class="function">gimp_size_entry_set_value_boundaries()</tt></a>)
|
||||
</p><p>
|
||||
6. <a href="GimpSizeEntry.html#gimp-size-entry-set-size"><tt class="function">gimp_size_entry_set_size()</tt></a>
|
||||
</p><p>
|
||||
7. <a href="GimpSizeEntry.html#gimp-size-entry-set-refval"><tt class="function">gimp_size_entry_set_refval()</tt></a> (or <a href="GimpSizeEntry.html#gimp-size-entry-set-value"><tt class="function">gimp_size_entry_set_value()</tt></a>)
|
||||
</p><p>
|
||||
The <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> is derived from <span class="type">GtkTable</span> and will have
|
||||
an empty border of one cell width on each side plus an empty column left
|
||||
of the <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> to allow the caller to add labels or a
|
||||
<a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>number_of_fields</tt></i><EFBFBD>:</span></td><td> The number of input fields.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>unit</tt></i><EFBFBD>:</span></td><td> The initial unit.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>unit_format</tt></i><EFBFBD>:</span></td><td> A printf-like unit-format string as is used with
|
||||
<a href="GimpUnitMenu.html#gimp-unit-menu-new"><tt class="function">gimp_unit_menu_new()</tt></a>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>menu_show_pixels</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if the unit menu shold contain an item for
|
||||
GIMP_UNIT_PIXEL (ignored if the <i class="parameter"><tt>update_policy</tt></i> is not
|
||||
GIMP_SIZE_ENTRY_UPDATE_NONE).
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>menu_show_percent</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if the unit menu shold contain an item for
|
||||
GIMP_UNIT_PERCENT.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>show_refval</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if you want an extra "reference value"
|
||||
spinbutton per input field.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>spinbutton_width</tt></i><EFBFBD>:</span></td><td> The minimal horizontal size of the <span class="type">GtkSpinButton</span>'s.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>update_policy</tt></i><EFBFBD>:</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> A Pointer to the new <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> widget.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2617178"></a><h3><a name="gimp-size-entry-add-field"></a>gimp_size_entry_add_field ()</h3><a class="indexterm" name="id2617186"></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>
|
||||
Adds an input field to the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.
|
||||
</p><p>
|
||||
The new input field will have the index 0. If you specified <i class="parameter"><tt>show_refval</tt></i>
|
||||
as <tt class="literal">TRUE</tt> in <a href="GimpSizeEntry.html#gimp-size-entry-new"><tt class="function">gimp_size_entry_new()</tt></a> you have to pass an additional
|
||||
<span class="type">GtkSpinButton</span> to hold the reference value. If <i class="parameter"><tt>show_refval</tt></i> was <tt class="literal">FALSE</tt>,
|
||||
<i class="parameter"><tt>refval_spinbutton</tt></i> will be ignored.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gse</tt></i><EFBFBD>:</span></td><td> The sizeentry you want to add a field to.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>value_spinbutton</tt></i><EFBFBD>:</span></td><td> The spinbutton to display the field's value.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>refval_spinbutton</tt></i><EFBFBD>:</span></td><td> The spinbutton to display the field's reference value.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2617291"></a><h3><a name="gimp-size-entry-attach-label"></a>gimp_size_entry_attach_label ()</h3><a class="indexterm" name="id2617298"></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,
|
||||
gfloat alignment);</pre><p>
|
||||
Attaches a <span class="type">GtkLabel</span> to the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> (which is a <span class="type">GtkTable</span>).</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gse</tt></i><EFBFBD>:</span></td><td> The sizeentry you want to add a label to.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>text</tt></i><EFBFBD>:</span></td><td> The text of the label.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>row</tt></i><EFBFBD>:</span></td><td> The row where the label will be attached.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>column</tt></i><EFBFBD>:</span></td><td> The column where the label will be attached.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>alignment</tt></i><EFBFBD>:</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> A pointer to the new <span class="type">GtkLabel</span> widget.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2617434"></a><h3><a name="gimp-size-entry-set-resolution"></a>gimp_size_entry_set_resolution ()</h3><a class="indexterm" name="id2617443"></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><p>
|
||||
Sets the resolution (in dpi) for field # <i class="parameter"><tt>field</tt></i> of the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.
|
||||
</p><p>
|
||||
The <i class="parameter"><tt>resolution</tt></i> passed will be clamped to fit in
|
||||
[<a
|
||||
href="../libgimpbase/libgimpbase-gimplimits.html#GIMP-MIN-RESOLUTION-CAPS"
|
||||
><span class="type">GIMP_MIN_RESOLUTION</span></a>..<a
|
||||
href="../libgimpbase/libgimpbase-gimplimits.html#GIMP-MAX-RESOLUTION-CAPS"
|
||||
><span class="type">GIMP_MAX_RESOLUTION</span></a>].
|
||||
</p><p>
|
||||
This function does nothing if the <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy"><span class="type">GimpSizeEntryUpdatePolicy</span></a> specified in
|
||||
<a href="GimpSizeEntry.html#gimp-size-entry-new"><tt class="function">gimp_size_entry_new()</tt></a> doesn't equal to <span class="type">GIMP_SIZE_ENTRY_UPDATE_SIZE</span>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gse</tt></i><EFBFBD>:</span></td><td> The sizeentry you want to set a resolution for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>field</tt></i><EFBFBD>:</span></td><td> The index of the field you want to set the resolution for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>resolution</tt></i><EFBFBD>:</span></td><td> The new resolution (in dpi) for the chosen <i class="parameter"><tt>field</tt></i>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>keep_size</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if the <i class="parameter"><tt>field</tt></i>'s size in pixels should stay the same.
|
||||
<tt class="literal">FALSE</tt> if the <i class="parameter"><tt>field</tt></i>'s size in units should stay the same.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2617601"></a><h3><a name="gimp-size-entry-set-size"></a>gimp_size_entry_set_size ()</h3><a class="indexterm" name="id2617610"></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><p>
|
||||
Sets the pixel values for field # <i class="parameter"><tt>field</tt></i> of the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>
|
||||
which will be treated as 0% and 100%.
|
||||
</p><p>
|
||||
These values will be used if you specified <i class="parameter"><tt>menu_show_percent</tt></i> as <tt class="literal">TRUE</tt>
|
||||
in <a href="GimpSizeEntry.html#gimp-size-entry-new"><tt class="function">gimp_size_entry_new()</tt></a> and the user has selected GIMP_UNIT_PERCENT in
|
||||
the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.
|
||||
</p><p>
|
||||
This function does nothing if the <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy"><span class="type">GimpSizeEntryUpdatePolicy</span></a> specified in
|
||||
<a href="GimpSizeEntry.html#gimp-size-entry-new"><tt class="function">gimp_size_entry_new()</tt></a> doesn't equal to GIMP_SIZE_ENTRY_UPDATE_SIZE.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gse</tt></i><EFBFBD>:</span></td><td> The sizeentry you want to set a size for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>field</tt></i><EFBFBD>:</span></td><td> The index of the field you want to set the size for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>lower</tt></i><EFBFBD>:</span></td><td> The reference value which will be treated as 0%.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>upper</tt></i><EFBFBD>:</span></td><td> The reference value which will be treated as 100%.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2617758"></a><h3><a name="gimp-size-entry-set-value-boundaries"></a>gimp_size_entry_set_value_boundaries ()</h3><a class="indexterm" name="id2617766"></a><pre class="programlisting">void gimp_size_entry_set_value_boundaries
|
||||
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint field,
|
||||
gdouble lower,
|
||||
gdouble upper);</pre><p>
|
||||
Limits the range of possible values which can be entered in field # <i class="parameter"><tt>field</tt></i>
|
||||
of the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.
|
||||
</p><p>
|
||||
The current value of the <i class="parameter"><tt>field</tt></i> will be clamped to fit in the <i class="parameter"><tt>field</tt></i>'s
|
||||
new boundaries.
|
||||
</p><p>
|
||||
NOTE: In most cases you won't be interested in these values because the
|
||||
<a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s purpose is to shield the programmer from unit
|
||||
calculations. Use <a href="GimpSizeEntry.html#gimp-size-entry-set-refval-boundaries"><tt class="function">gimp_size_entry_set_refval_boundaries()</tt></a> instead.
|
||||
Whatever you do, don't mix these calls. A size entry should either
|
||||
be clamped by the value or the reference value.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gse</tt></i><EFBFBD>:</span></td><td> The sizeentry you want to set value boundaries for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>field</tt></i><EFBFBD>:</span></td><td> The index of the field you want to set value boundaries for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>lower</tt></i><EFBFBD>:</span></td><td> The new lower boundary of the value of the chosen <i class="parameter"><tt>field</tt></i>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>upper</tt></i><EFBFBD>:</span></td><td> The new upper boundary of the value of the chosen <i class="parameter"><tt>field</tt></i>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2617908"></a><h3><a name="gimp-size-entry-get-value"></a>gimp_size_entry_get_value ()</h3><a class="indexterm" name="id2617916"></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 # <i class="parameter"><tt>field</tt></i> of the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.
|
||||
</p><p>
|
||||
The <i class="parameter"><tt>value</tt></i> returned is a distance or resolution
|
||||
in the <a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
><span class="type">GimpUnit</span></a> the user has selected in the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s
|
||||
<a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.
|
||||
</p><p>
|
||||
NOTE: In most cases you won't be interested in this value because the
|
||||
<a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s purpose is to shield the programmer from unit
|
||||
calculations. Use <a href="GimpSizeEntry.html#gimp-size-entry-get-refval"><tt class="function">gimp_size_entry_get_refval()</tt></a> instead.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gse</tt></i><EFBFBD>:</span></td><td> The sizeentry you want to know a value of.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>field</tt></i><EFBFBD>:</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> The value of the chosen <i class="parameter"><tt>field</tt></i>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2618039"></a><h3><a name="gimp-size-entry-set-value"></a>gimp_size_entry_set_value ()</h3><a class="indexterm" name="id2618047"></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>
|
||||
Sets the value for field # <i class="parameter"><tt>field</tt></i> of the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.
|
||||
</p><p>
|
||||
The <i class="parameter"><tt>value</tt></i> passed is treated to be a distance or resolution
|
||||
in the <a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
><span class="type">GimpUnit</span></a> the user has selected in the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s
|
||||
<a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.
|
||||
</p><p>
|
||||
NOTE: In most cases you won't be interested in this value because the
|
||||
<a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s purpose is to shield the programmer from unit
|
||||
calculations. Use <a href="GimpSizeEntry.html#gimp-size-entry-set-refval"><tt class="function">gimp_size_entry_set_refval()</tt></a> instead.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gse</tt></i><EFBFBD>:</span></td><td> The sizeentry you want to set a value for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>field</tt></i><EFBFBD>:</span></td><td> The index of the field you want to set a value for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>value</tt></i><EFBFBD>:</span></td><td> The new value for <i class="parameter"><tt>field</tt></i>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2618177"></a><h3><a name="gimp-size-entry-set-refval-boundaries"></a>gimp_size_entry_set_refval_boundaries ()</h3><a class="indexterm" name="id2618186"></a><pre class="programlisting">void gimp_size_entry_set_refval_boundaries
|
||||
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint field,
|
||||
gdouble lower,
|
||||
gdouble upper);</pre><p>
|
||||
Limits the range of possible reference values which can be entered in
|
||||
field # <i class="parameter"><tt>field</tt></i> of the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.
|
||||
</p><p>
|
||||
The current reference value of the <i class="parameter"><tt>field</tt></i> will be clamped to fit in the
|
||||
<i class="parameter"><tt>field</tt></i>'s new boundaries.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gse</tt></i><EFBFBD>:</span></td><td> The sizeentry you want to set the reference value boundaries for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>field</tt></i><EFBFBD>:</span></td><td> The index of the field you want to set the reference value
|
||||
boundaries for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>lower</tt></i><EFBFBD>:</span></td><td> The new lower boundary of the reference value of the chosen <i class="parameter"><tt>field</tt></i>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>upper</tt></i><EFBFBD>:</span></td><td> The new upper boundary of the reference value of the chosen <i class="parameter"><tt>field</tt></i>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2618307"></a><h3><a name="gimp-size-entry-set-refval-digits"></a>gimp_size_entry_set_refval_digits ()</h3><a class="indexterm" name="id2618316"></a><pre class="programlisting">void gimp_size_entry_set_refval_digits
|
||||
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint field,
|
||||
gint digits);</pre><p>
|
||||
Sets the decimal digits of field # <i class="parameter"><tt>field</tt></i> of the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> to
|
||||
<i class="parameter"><tt>digits</tt></i>.
|
||||
</p><p>
|
||||
If you don't specify this value explicitly, the reference value's number
|
||||
of digits will equal to 0 for <span class="type">GIMP_SIZE_ENTRY_UPDATE_SIZE</span> and to 2 for
|
||||
<span class="type">GIMP_SIZE_ENTRY_UPDATE_RESOLUTION</span>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gse</tt></i><EFBFBD>:</span></td><td> The sizeentry you want to set the reference value digits for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>field</tt></i><EFBFBD>:</span></td><td> The index of the field you want to set the reference value for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>digits</tt></i><EFBFBD>:</span></td><td> The new number of decimal digits for the <span class="type">GtkSpinButton</span> which
|
||||
displays <i class="parameter"><tt>field</tt></i>'s reference value.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2618430"></a><h3><a name="gimp-size-entry-get-refval"></a>gimp_size_entry_get_refval ()</h3><a class="indexterm" name="id2618439"></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 # <i class="parameter"><tt>field</tt></i> of the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.
|
||||
</p><p>
|
||||
The reference value is either a distance in pixels or a resolution
|
||||
in dpi, depending on which <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy"><span class="type">GimpSizeEntryUpdatePolicy</span></a> you chose in
|
||||
<a href="GimpSizeEntry.html#gimp-size-entry-new"><tt class="function">gimp_size_entry_new()</tt></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gse</tt></i><EFBFBD>:</span></td><td> The sizeentry you want to know a reference value of.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>field</tt></i><EFBFBD>:</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> The reference value of the chosen <i class="parameter"><tt>field</tt></i>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2618535"></a><h3><a name="gimp-size-entry-set-refval"></a>gimp_size_entry_set_refval ()</h3><a class="indexterm" name="id2618543"></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>
|
||||
Sets the reference value for field # <i class="parameter"><tt>field</tt></i> of the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.
|
||||
</p><p>
|
||||
The <i class="parameter"><tt>refval</tt></i> passed is either a distance in pixels or a resolution in dpi,
|
||||
depending on which <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy"><span class="type">GimpSizeEntryUpdatePolicy</span></a> you chose in
|
||||
<a href="GimpSizeEntry.html#gimp-size-entry-new"><tt class="function">gimp_size_entry_new()</tt></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gse</tt></i><EFBFBD>:</span></td><td> The sizeentry you want to set a reference value for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>field</tt></i><EFBFBD>:</span></td><td> The index of the field you want to set the reference value for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>refval</tt></i><EFBFBD>:</span></td><td> The new reference value for <i class="parameter"><tt>field</tt></i>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2618649"></a><h3><a name="gimp-size-entry-get-unit"></a>gimp_size_entry_get_unit ()</h3><a class="indexterm" name="id2618658"></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>
|
||||
Returns the <a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
><span class="type">GimpUnit</span></a> the user has selected in the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s
|
||||
<a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gse</tt></i><EFBFBD>:</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> The sizeentry's unit.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2618724"></a><h3><a name="gimp-size-entry-set-unit"></a>gimp_size_entry_set_unit ()</h3><a class="indexterm" name="id2618732"></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><p>
|
||||
Sets the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s unit. The reference value for all fields will
|
||||
stay the same but the value in units or pixels per unit will change
|
||||
according to which <a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy"><span class="type">GimpSizeEntryUpdatePolicy</span></a> you chose in
|
||||
<a href="GimpSizeEntry.html#gimp-size-entry-new"><tt class="function">gimp_size_entry_new()</tt></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gse</tt></i><EFBFBD>:</span></td><td> The sizeentry you want to change the unit for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>unit</tt></i><EFBFBD>:</span></td><td> The new unit.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2618808"></a><h3><a name="gimp-size-entry-set-pixel-digits"></a>gimp_size_entry_set_pixel_digits ()</h3><a class="indexterm" name="id2618817"></a><pre class="programlisting">void gimp_size_entry_set_pixel_digits
|
||||
(<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
|
||||
gint digits);</pre><p>
|
||||
Similar to <a href="GimpUnitMenu.html#gimp-unit-menu-set-pixel-digits"><tt class="function">gimp_unit_menu_set_pixel_digits()</tt></a>, this function allows
|
||||
you set up a <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> so that sub-pixel sizes can be entered.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gse</tt></i><EFBFBD>:</span></td><td> a <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>digits</tt></i><EFBFBD>:</span></td><td> the number of digits to display for a pixel size
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2618892"></a><h3><a name="gimp-size-entry-grab-focus"></a>gimp_size_entry_grab_focus ()</h3><a class="indexterm" name="id2618900"></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 <tt class="function">gtk_widget_grab_focus()</tt> for a <span class="type">GtkTable</span>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gse</tt></i><EFBFBD>:</span></td><td> The sizeentry you want to grab the keyboard focus.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2618952"></a><h3><a name="gimp-size-entry-get-help-widget"></a>gimp_size_entry_get_help_widget ()</h3><a class="indexterm" name="id2618963"></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
|
||||
if you want to set tooltips using <a href="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data"><tt class="function">gimp_help_set_help_data()</tt></a> you
|
||||
can use this function to get a pointer to the spinbuttons.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gse</tt></i><EFBFBD>:</span></td><td> a <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>field</tt></i><EFBFBD>:</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> a <span class="type">GtkWidget</span> pointer that you can attach a tooltip to.
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2619059"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2619064"></a><h3><a name="GimpSizeEntry-refval-changed"></a>The "refval-changed" signal</h3><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpsizeentry</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</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="id2619123"></a><h3><a name="GimpSizeEntry-unit-changed"></a>The "unit-changed" signal</h3><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpsizeentry</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</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="id2619180"></a><h3><a name="GimpSizeEntry-value-changed"></a>The "value-changed" signal</h3><pre class="programlisting">void user_function (<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
|
||||
gpointer user_data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>gimpsizeentry</tt></i><EFBFBD>:</span></td><td>the object which received the signal.
|
||||
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</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="id2619238"></a><h2>See Also</h2><p>
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
><span class="type">GimpUnit</span></a>
|
||||
</p><p>
|
||||
<a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>
|
||||
</p><p>
|
||||
<a href="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new"><tt class="function">gimp_coordinates_new()</tt></a>
|
||||
</p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="libgimpwidgets-GimpQueryBox.html"><b><<<EFBFBD>GimpQueryBox</b></a></td><td align="right"><a accesskey="n" href="libgimpwidgets-GimpStock.html"><b>GimpStock<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
166
devel-docs/libgimpwidgets/html/GimpUnitMenu.html
Normal file
@ -0,0 +1,166 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpUnitMenu</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="libgimpwidgets-GimpScrolledPreview.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="libgimpwidgets-cell-renderers.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="GimpUnitMenu"></a><div class="titlepage"></div><div class="refnamediv"><h2><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></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="GimpUnitMenu.html#GimpUnitMenu-struct">GimpUnitMenu</a>;
|
||||
GtkWidget* <a href="GimpUnitMenu.html#gimp-unit-menu-new">gimp_unit_menu_new</a> (const gchar *format,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit,
|
||||
gboolean show_pixels,
|
||||
gboolean show_percent,
|
||||
gboolean show_custom);
|
||||
void <a href="GimpUnitMenu.html#gimp-unit-menu-set-unit">gimp_unit_menu_set_unit</a> (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit);
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> <a href="GimpUnitMenu.html#gimp-unit-menu-get-unit">gimp_unit_menu_get_unit</a> (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu);
|
||||
gint <a href="GimpUnitMenu.html#gimp-unit-menu-get-pixel-digits">gimp_unit_menu_get_pixel_digits</a> (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu);
|
||||
void <a href="GimpUnitMenu.html#gimp-unit-menu-set-pixel-digits">gimp_unit_menu_set_pixel_digits</a> (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu,
|
||||
gint digits);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2587269"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBin
|
||||
+----GtkButton
|
||||
+----GtkOptionMenu
|
||||
+----GimpUnitMenu
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2599431"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpUnitMenu implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2599445"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
|
||||
"<a href="GimpUnitMenu.html#GimpUnitMenu-unit-changed">unit-changed</a>"
|
||||
void user_function (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *,
|
||||
gpointer user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2599477"></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"
|
||||
><span class="type">GimpUnit</span></a>'s.
|
||||
</p><p>
|
||||
You can specify the string that will be displayed for each unit by
|
||||
passing a printf-like <i class="parameter"><tt>format</tt></i> string to <a href="GimpUnitMenu.html#gimp-unit-menu-new"><tt class="function">gimp_unit_menu_new()</tt></a>.
|
||||
</p><p>
|
||||
The constructor also lets you choose if the menu should contain items
|
||||
for GIMP_UNIT_PIXEL, GIMP_UNIT_PERCENT and a "More..." item which will
|
||||
pop up a dialog for selecting user-defined units.
|
||||
</p><p>
|
||||
Whenever the user selects a unit from the menu or the dialog, the
|
||||
"unit_changed" signal will be emitted.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2599525"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2599530"></a><h3><a name="GimpUnitMenu-struct"></a>struct GimpUnitMenu</h3><a class="indexterm" name="id2599538"></a><pre class="programlisting">struct GimpUnitMenu;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2599548"></a><h3><a name="gimp-unit-menu-new"></a>gimp_unit_menu_new ()</h3><a class="indexterm" name="id2594735"></a><pre class="programlisting">GtkWidget* gimp_unit_menu_new (const gchar *format,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit,
|
||||
gboolean show_pixels,
|
||||
gboolean show_percent,
|
||||
gboolean show_custom);</pre><p>
|
||||
Creates a new <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> widget.
|
||||
</p><p>
|
||||
The <i class="parameter"><tt>format</tt></i> string supports the following percent expansions:
|
||||
</p><p>
|
||||
</p><div class="informaltable"><table width="100%" border="0"><colgroup><col><col></colgroup><tbody><tr><td>% f</td><td>Factor (how many units make up an inch)</td></tr><tr><td>% y</td><td>Symbol (e.g. "''" for GIMP_UNIT_INCH)</td></tr><tr><td>% a</td><td>Abbreviation</td></tr><tr><td>% s</td><td>Singular</td></tr><tr><td>% p</td><td>Plural</td></tr><tr><td>%%</td><td>Literal percent</td></tr></tbody></table></div><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>format</tt></i><EFBFBD>:</span></td><td> A printf-like format string which is used to create the unit
|
||||
strings.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>unit</tt></i><EFBFBD>:</span></td><td> The initially selected unit.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>show_pixels</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if the unit menu should contain an item for
|
||||
GIMP_UNIT_PIXEL.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>show_percent</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> in the unit menu should contain an item for
|
||||
GIMP_UNIT_PERCENT.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>show_custom</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> 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> A pointer to the new <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> widget.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2594969"></a><h3><a name="gimp-unit-menu-set-unit"></a>gimp_unit_menu_set_unit ()</h3><a class="indexterm" name="id2594977"></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><p>
|
||||
Sets a new <a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
><span class="type">GimpUnit</span></a> for the specified <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>menu</tt></i><EFBFBD>:</span></td><td> The unit menu you want to set the unit for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>unit</tt></i><EFBFBD>:</span></td><td> The new unit.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2592821"></a><h3><a name="gimp-unit-menu-get-unit"></a>gimp_unit_menu_get_unit ()</h3><a class="indexterm" name="id2592830"></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>
|
||||
Returns the <a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
><span class="type">GimpUnit</span></a> the user has selected from the <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>menu</tt></i><EFBFBD>:</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> The unit the user has selected.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2592890"></a><h3><a name="gimp-unit-menu-get-pixel-digits"></a>gimp_unit_menu_get_pixel_digits ()</h3><a class="indexterm" name="id2592902"></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
|
||||
<tt class="function">gimp_unit_set_pixel_digits()</tt>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>menu</tt></i><EFBFBD>:</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> the configured number of digits for a pixel size
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2592965"></a><h3><a name="gimp-unit-menu-set-pixel-digits"></a>gimp_unit_menu_set_pixel_digits ()</h3><a class="indexterm" name="id2592976"></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
|
||||
by attached spinbuttons. Please refer to the documentation of
|
||||
<a href="libgimpwidgets-GimpWidgets.html#gimp-unit-menu-update"><tt class="function">gimp_unit_menu_update()</tt></a> to see how this is done.
|
||||
</p><p>
|
||||
This function allows to specify the number of digits shown for a
|
||||
size in pixels. Usually this is 0 (only full pixels). If you want
|
||||
to allow the user to specify sub-pixel sizes using the attached
|
||||
spinbuttons, specify the number of digits after the decimal point
|
||||
here. You should do this after attaching your spinbuttons.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>menu</tt></i><EFBFBD>:</span></td><td> a <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>digits</tt></i><EFBFBD>:</span></td><td> the number of digits to display for a pixel size
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2600391"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2600396"></a><h3><a name="GimpUnitMenu-unit-changed"></a>The "unit-changed" signal</h3><pre class="programlisting">void user_function (<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *,
|
||||
gpointer user_data);</pre><p>
|
||||
This signal is emitted whenever the user selects a <a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
><span class="type">GimpUnit</span></a> from
|
||||
the <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i><EFBFBD>:</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="id2600460"></a><h2>See Also</h2><p>
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
><span class="type">GimpUnit</span></a>
|
||||
</p><p>
|
||||
<a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>
|
||||
</p><p>
|
||||
<a href="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new"><tt class="function">gimp_coordinates_new()</tt></a>
|
||||
</p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="libgimpwidgets-GimpScrolledPreview.html"><b><<<EFBFBD>GimpScrolledPreview</b></a></td><td align="right"><a accesskey="n" href="libgimpwidgets-cell-renderers.html"><b>Cell Renderers for GtkTreeView<65>>></b></a></td></tr></table></body></html>
|
||||
BIN
devel-docs/libgimpwidgets/html/home.png
Normal file
|
After Width: | Height: | Size: 654 B |
37
devel-docs/libgimpwidgets/html/index.html
Normal file
@ -0,0 +1,37 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GIMP Widgets Library Reference Manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="next" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>GIMP Widgets"><meta name="generator" content="GTK-Doc V1.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><table class="navigation" 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.1
|
||||
|
||||
</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><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><a href="GimpButton.html">GimpButton</a> - A GtkButton with a little extra functionality.</dt><dt><a href="GimpChainButton.html">GimpChainButton</a> - Widget to visually connect two entry widgets.</dt><dt><a href="GimpColorArea.html">GimpColorArea</a> - Displays a GimpRGB color, optionally with alpha-channel.</dt><dt><a href="GimpColorButton.html">GimpColorButton</a> - Widget for selecting a color from a simple button.</dt><dt><a href="GimpColorHexEntry.html">GimpColorHexEntry</a> - Widget for entering a color's hex triplet.</dt><dt><a href="GimpColorScale.html">GimpColorScale</a> - Fancy colored sliders.</dt><dt><a href="GimpColorSelection.html">GimpColorSelection</a> - Widget for doing a color selection.</dt><dt><a href="GimpDialog.html">GimpDialog</a> - Constructors for GtkDialog's and action_areas as well as other
|
||||
dialog-related stuff.</dt><dt><a href="GimpFileEntry.html">GimpFileEntry</a> - Widget for entering a filename.</dt><dt><a href="GimpFrame.html">GimpFrame</a> - A widget providing a HIG-compliant subclass of GtkFrame.</dt><dt><a href="GimpIntComboBox.html">GimpIntComboBox</a> - A widget providing a popup menu of integer values (e.g. enums).</dt><dt><a href="GimpIntStore.html">GimpIntStore</a> - A model for integer based name-value pairs (e.g. enums)</dt><dt><a href="GimpMemsizeEntry.html">GimpMemsizeEntry</a> - A composite widget that allows to enter a memory size.</dt><dt><a href="GimpOffsetArea.html">GimpOffsetArea</a> - Widget to control image offsets.</dt><dt><a href="GimpPathEditor.html">GimpPathEditor</a> - Widget for editing a file search path.</dt><dt><a href="GimpPickButton.html">GimpPickButton</a> - Widget to pick a color from screen.</dt><dt><a href="GimpPixmap.html">GimpPixmap</a> - Widget which creates a GtkPixmap from XPM data.</dt><dt><a href="GimpPreviewArea.html">GimpPreviewArea</a> - A general purpose preview widget which caches its pixel data.</dt><dt><a href="GimpPreview.html">GimpPreview</a> - A widget providing a GimpPreviewArea plus framework to update the preview.</dt><dt><a href="libgimpwidgets-GimpScrolledPreview.html">GimpScrolledPreview</a> - A widget providing a GimpPreview enhanced by scrolling capabilities.</dt><dt><a href="GimpUnitMenu.html">GimpUnitMenu</a> - Widget for selecting a GimpUnit.</dt></dl></dd><dt><span class="chapter"><a href="libgimpwidgets-cell-renderers.html">Cell Renderers for GtkTreeView</a></span></dt><dd><dl><dt><a href="GimpCellRendererColor.html">GimpCellRendererColor</a> - </dt><dt><a href="GimpCellRendererToggle.html">GimpCellRendererToggle</a> - </dt></dl></dd><dt><span class="part"><a href="libgimpwidgets-colordisplay.html">II. GIMP Display Filters</a></span></dt><dd><dl><dt><a href="GimpColorDisplay.html">GimpColorDisplay</a> - Pluggable GIMP display color correction modules.</dt><dt><a href="GimpColorDisplayStack.html">GimpColorDisplayStack</a> - </dt></dl></dd><dt><span class="part"><a href="libgimpwidgets-colorselector.html">III. GIMP Color Selectors</a></span></dt><dd><dl><dt><a href="GimpColorSelector.html">GimpColorSelector</a> - Pluggable GIMP color selector modules.</dt><dt><a href="GimpColorNotebook.html">GimpColorNotebook</a> - A GimpColorSelector implementation.</dt><dt><a href="GimpColorScales.html">GimpColorScales</a> - A GimpColorSelector implementation.</dt><dt><a href="GimpColorSelect.html">GimpColorSelect</a> - A GimpColorSelector implementation.</dt></dl></dd><dt><span class="part"><a href="libgimpwidgets-controller.html">IV. GIMP Controllers</a></span></dt><dd><dl><dt><a href="GimpController.html">GimpController</a> - Pluggable GIMP input controller modules.</dt></dl></dd><dt><span class="part"><a href="libgimpwidgets-utils.html">V. GIMP Widgets Utilities</a></span></dt><dd><dl><dt><a href="libgimpwidgets-GimpHelpUI.html">GimpHelpUI</a> - Functions for setting GtkTooltips and help identifier used by GIMP help
|
||||
system.</dt><dt><a href="libgimpwidgets-GimpQueryBox.html">GimpQueryBox</a> - Some simple dialogs to enter a single int, double, string or boolean value.</dt><dt><a href="GimpSizeEntry.html">GimpSizeEntry</a> - Widget for entering pixel values and resolutions.</dt><dt><a href="libgimpwidgets-GimpStock.html">GimpStock</a> - Prebuilt common menu/toolbar items and corresponding icons</dt><dt><a href="libgimpwidgets-GimpWidgets.html">GimpWidgets</a> - A collection of convenient widget constructors, standard callbacks and
|
||||
helper functions.</dt></dl></dd><dt><span class="part"><a href="libgimpwidgets-deprecated.html">VI. Deprecated API</a></span></dt><dd><dl><dt><a href="libgimpwidgets-gimpoldwidgets.html">gimpoldwidgets</a> - Old API that is still available but declared as deprecated.</dt></dl></dd></dl></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"></td><td align="right"><a accesskey="n" href="libgimpwidgets-widgets.html"><b>Part<EFBFBD>I.<2E>GIMP Widgets<74>>></b></a></td></tr></table></body></html>
|
||||
509
devel-docs/libgimpwidgets/html/index.sgml
Normal file
@ -0,0 +1,509 @@
|
||||
<ANCHOR id="GimpButton" href="libgimpwidgets/GimpButton.html">
|
||||
<ANCHOR id="GimpButton-struct" href="libgimpwidgets/GimpButton.html#GimpButton-struct">
|
||||
<ANCHOR id="gimp-button-new" href="libgimpwidgets/GimpButton.html#gimp-button-new">
|
||||
<ANCHOR id="gimp-button-extended-clicked" href="libgimpwidgets/GimpButton.html#gimp-button-extended-clicked">
|
||||
<ANCHOR id="GimpButton-extended-clicked" href="libgimpwidgets/GimpButton.html#GimpButton-extended-clicked">
|
||||
<ANCHOR id="GimpChainButton" href="libgimpwidgets/GimpChainButton.html">
|
||||
<ANCHOR id="GimpChainButton-struct" href="libgimpwidgets/GimpChainButton.html#GimpChainButton-struct">
|
||||
<ANCHOR id="GimpChainPosition" href="libgimpwidgets/GimpChainButton.html#GimpChainPosition">
|
||||
<ANCHOR id="gimp-chain-button-new" href="libgimpwidgets/GimpChainButton.html#gimp-chain-button-new">
|
||||
<ANCHOR id="gimp-chain-button-set-active" href="libgimpwidgets/GimpChainButton.html#gimp-chain-button-set-active">
|
||||
<ANCHOR id="gimp-chain-button-get-active" href="libgimpwidgets/GimpChainButton.html#gimp-chain-button-get-active">
|
||||
<ANCHOR id="GimpChainButton-toggled" href="libgimpwidgets/GimpChainButton.html#GimpChainButton-toggled">
|
||||
<ANCHOR id="GimpColorArea" href="libgimpwidgets/GimpColorArea.html">
|
||||
<ANCHOR id="GimpColorArea-struct" href="libgimpwidgets/GimpColorArea.html#GimpColorArea-struct">
|
||||
<ANCHOR id="GimpColorAreaType" href="libgimpwidgets/GimpColorArea.html#GimpColorAreaType">
|
||||
<ANCHOR id="gimp-color-area-new" href="libgimpwidgets/GimpColorArea.html#gimp-color-area-new">
|
||||
<ANCHOR id="gimp-color-area-set-color" href="libgimpwidgets/GimpColorArea.html#gimp-color-area-set-color">
|
||||
<ANCHOR id="gimp-color-area-get-color" href="libgimpwidgets/GimpColorArea.html#gimp-color-area-get-color">
|
||||
<ANCHOR id="gimp-color-area-has-alpha" href="libgimpwidgets/GimpColorArea.html#gimp-color-area-has-alpha">
|
||||
<ANCHOR id="gimp-color-area-set-type" href="libgimpwidgets/GimpColorArea.html#gimp-color-area-set-type">
|
||||
<ANCHOR id="gimp-color-area-set-draw-border" href="libgimpwidgets/GimpColorArea.html#gimp-color-area-set-draw-border">
|
||||
<ANCHOR id="GimpColorArea-color-changed" href="libgimpwidgets/GimpColorArea.html#GimpColorArea-color-changed">
|
||||
<ANCHOR id="GimpColorButton" href="libgimpwidgets/GimpColorButton.html">
|
||||
<ANCHOR id="GimpColorButton-struct" href="libgimpwidgets/GimpColorButton.html#GimpColorButton-struct">
|
||||
<ANCHOR id="gimp-color-button-new" href="libgimpwidgets/GimpColorButton.html#gimp-color-button-new">
|
||||
<ANCHOR id="gimp-color-button-set-color" href="libgimpwidgets/GimpColorButton.html#gimp-color-button-set-color">
|
||||
<ANCHOR id="gimp-color-button-get-color" href="libgimpwidgets/GimpColorButton.html#gimp-color-button-get-color">
|
||||
<ANCHOR id="gimp-color-button-set-update" href="libgimpwidgets/GimpColorButton.html#gimp-color-button-set-update">
|
||||
<ANCHOR id="gimp-color-button-get-update" href="libgimpwidgets/GimpColorButton.html#gimp-color-button-get-update">
|
||||
<ANCHOR id="gimp-color-button-has-alpha" href="libgimpwidgets/GimpColorButton.html#gimp-color-button-has-alpha">
|
||||
<ANCHOR id="gimp-color-button-set-type" href="libgimpwidgets/GimpColorButton.html#gimp-color-button-set-type">
|
||||
<ANCHOR id="GimpColorButton-color-changed" href="libgimpwidgets/GimpColorButton.html#GimpColorButton-color-changed">
|
||||
<ANCHOR id="GimpColorHexEntry" href="libgimpwidgets/GimpColorHexEntry.html">
|
||||
<ANCHOR id="GimpColorHexEntry-struct" href="libgimpwidgets/GimpColorHexEntry.html#GimpColorHexEntry-struct">
|
||||
<ANCHOR id="gimp-color-hex-entry-new" href="libgimpwidgets/GimpColorHexEntry.html#gimp-color-hex-entry-new">
|
||||
<ANCHOR id="gimp-color-hex-entry-set-color" href="libgimpwidgets/GimpColorHexEntry.html#gimp-color-hex-entry-set-color">
|
||||
<ANCHOR id="gimp-color-hex-entry-get-color" href="libgimpwidgets/GimpColorHexEntry.html#gimp-color-hex-entry-get-color">
|
||||
<ANCHOR id="GimpColorHexEntry-color-changed" href="libgimpwidgets/GimpColorHexEntry.html#GimpColorHexEntry-color-changed">
|
||||
<ANCHOR id="GimpColorScale" href="libgimpwidgets/GimpColorScale.html">
|
||||
<ANCHOR id="GimpColorScale-struct" href="libgimpwidgets/GimpColorScale.html#GimpColorScale-struct">
|
||||
<ANCHOR id="gimp-color-scale-new" href="libgimpwidgets/GimpColorScale.html#gimp-color-scale-new">
|
||||
<ANCHOR id="gimp-color-scale-set-channel" href="libgimpwidgets/GimpColorScale.html#gimp-color-scale-set-channel">
|
||||
<ANCHOR id="gimp-color-scale-set-color" href="libgimpwidgets/GimpColorScale.html#gimp-color-scale-set-color">
|
||||
<ANCHOR id="GimpColorSelection" href="libgimpwidgets/GimpColorSelection.html">
|
||||
<ANCHOR id="GimpColorSelection-struct" href="libgimpwidgets/GimpColorSelection.html#GimpColorSelection-struct">
|
||||
<ANCHOR id="gimp-color-selection-new" href="libgimpwidgets/GimpColorSelection.html#gimp-color-selection-new">
|
||||
<ANCHOR id="gimp-color-selection-set-show-alpha" href="libgimpwidgets/GimpColorSelection.html#gimp-color-selection-set-show-alpha">
|
||||
<ANCHOR id="gimp-color-selection-get-show-alpha" href="libgimpwidgets/GimpColorSelection.html#gimp-color-selection-get-show-alpha">
|
||||
<ANCHOR id="gimp-color-selection-set-color" href="libgimpwidgets/GimpColorSelection.html#gimp-color-selection-set-color">
|
||||
<ANCHOR id="gimp-color-selection-get-color" href="libgimpwidgets/GimpColorSelection.html#gimp-color-selection-get-color">
|
||||
<ANCHOR id="gimp-color-selection-set-old-color" href="libgimpwidgets/GimpColorSelection.html#gimp-color-selection-set-old-color">
|
||||
<ANCHOR id="gimp-color-selection-get-old-color" href="libgimpwidgets/GimpColorSelection.html#gimp-color-selection-get-old-color">
|
||||
<ANCHOR id="gimp-color-selection-reset" href="libgimpwidgets/GimpColorSelection.html#gimp-color-selection-reset">
|
||||
<ANCHOR id="gimp-color-selection-color-changed" href="libgimpwidgets/GimpColorSelection.html#gimp-color-selection-color-changed">
|
||||
<ANCHOR id="GimpColorSelection-color-changed" href="libgimpwidgets/GimpColorSelection.html#GimpColorSelection-color-changed">
|
||||
<ANCHOR id="GimpDialog" href="libgimpwidgets/GimpDialog.html">
|
||||
<ANCHOR id="GimpDialog-struct" href="libgimpwidgets/GimpDialog.html#GimpDialog-struct">
|
||||
<ANCHOR id="gimp-dialog-new" href="libgimpwidgets/GimpDialog.html#gimp-dialog-new">
|
||||
<ANCHOR id="gimp-dialog-new-valist" href="libgimpwidgets/GimpDialog.html#gimp-dialog-new-valist">
|
||||
<ANCHOR id="gimp-dialog-add-buttons-valist" href="libgimpwidgets/GimpDialog.html#gimp-dialog-add-buttons-valist">
|
||||
<ANCHOR id="gimp-dialog-run" href="libgimpwidgets/GimpDialog.html#gimp-dialog-run">
|
||||
<ANCHOR id="gimp-dialogs-show-help-button" href="libgimpwidgets/GimpDialog.html#gimp-dialogs-show-help-button">
|
||||
<ANCHOR id="GimpDialog--help-func" href="libgimpwidgets/GimpDialog.html#GimpDialog--help-func">
|
||||
<ANCHOR id="GimpDialog--help-id" href="libgimpwidgets/GimpDialog.html#GimpDialog--help-id">
|
||||
<ANCHOR id="GimpFileEntry" href="libgimpwidgets/GimpFileEntry.html">
|
||||
<ANCHOR id="GimpFileEntry-struct" href="libgimpwidgets/GimpFileEntry.html#GimpFileEntry-struct">
|
||||
<ANCHOR id="gimp-file-entry-new" href="libgimpwidgets/GimpFileEntry.html#gimp-file-entry-new">
|
||||
<ANCHOR id="gimp-file-entry-get-filename" href="libgimpwidgets/GimpFileEntry.html#gimp-file-entry-get-filename">
|
||||
<ANCHOR id="gimp-file-entry-set-filename" href="libgimpwidgets/GimpFileEntry.html#gimp-file-entry-set-filename">
|
||||
<ANCHOR id="GimpFileEntry-filename-changed" href="libgimpwidgets/GimpFileEntry.html#GimpFileEntry-filename-changed">
|
||||
<ANCHOR id="GimpFrame" href="libgimpwidgets/GimpFrame.html">
|
||||
<ANCHOR id="GimpFrame-struct" href="libgimpwidgets/GimpFrame.html#GimpFrame-struct">
|
||||
<ANCHOR id="gimp-frame-new" href="libgimpwidgets/GimpFrame.html#gimp-frame-new">
|
||||
<ANCHOR id="GimpFrame--label-bold" href="libgimpwidgets/GimpFrame.html#GimpFrame--label-bold">
|
||||
<ANCHOR id="GimpFrame--label-spacing" href="libgimpwidgets/GimpFrame.html#GimpFrame--label-spacing">
|
||||
<ANCHOR id="GimpIntComboBox" href="libgimpwidgets/GimpIntComboBox.html">
|
||||
<ANCHOR id="GimpIntComboBox-struct" href="libgimpwidgets/GimpIntComboBox.html#GimpIntComboBox-struct">
|
||||
<ANCHOR id="gimp-int-combo-box-new" href="libgimpwidgets/GimpIntComboBox.html#gimp-int-combo-box-new">
|
||||
<ANCHOR id="gimp-int-combo-box-new-valist" href="libgimpwidgets/GimpIntComboBox.html#gimp-int-combo-box-new-valist">
|
||||
<ANCHOR id="gimp-int-combo-box-new-array" href="libgimpwidgets/GimpIntComboBox.html#gimp-int-combo-box-new-array">
|
||||
<ANCHOR id="gimp-int-combo-box-prepend" href="libgimpwidgets/GimpIntComboBox.html#gimp-int-combo-box-prepend">
|
||||
<ANCHOR id="gimp-int-combo-box-append" href="libgimpwidgets/GimpIntComboBox.html#gimp-int-combo-box-append">
|
||||
<ANCHOR id="gimp-int-combo-box-set-active" href="libgimpwidgets/GimpIntComboBox.html#gimp-int-combo-box-set-active">
|
||||
<ANCHOR id="gimp-int-combo-box-get-active" href="libgimpwidgets/GimpIntComboBox.html#gimp-int-combo-box-get-active">
|
||||
<ANCHOR id="gimp-int-combo-box-connect" href="libgimpwidgets/GimpIntComboBox.html#gimp-int-combo-box-connect">
|
||||
<ANCHOR id="GimpIntStore" href="libgimpwidgets/GimpIntStore.html">
|
||||
<ANCHOR id="GimpIntStore-struct" href="libgimpwidgets/GimpIntStore.html#GimpIntStore-struct">
|
||||
<ANCHOR id="GimpIntStoreColumns" href="libgimpwidgets/GimpIntStore.html#GimpIntStoreColumns">
|
||||
<ANCHOR id="gimp-int-store-new" href="libgimpwidgets/GimpIntStore.html#gimp-int-store-new">
|
||||
<ANCHOR id="gimp-int-store-lookup-by-value" href="libgimpwidgets/GimpIntStore.html#gimp-int-store-lookup-by-value">
|
||||
<ANCHOR id="GimpMemsizeEntry" href="libgimpwidgets/GimpMemsizeEntry.html">
|
||||
<ANCHOR id="GimpMemsizeEntry-struct" href="libgimpwidgets/GimpMemsizeEntry.html#GimpMemsizeEntry-struct">
|
||||
<ANCHOR id="gimp-memsize-entry-new" href="libgimpwidgets/GimpMemsizeEntry.html#gimp-memsize-entry-new">
|
||||
<ANCHOR id="gimp-memsize-entry-set-value" href="libgimpwidgets/GimpMemsizeEntry.html#gimp-memsize-entry-set-value">
|
||||
<ANCHOR id="gimp-memsize-entry-get-value" href="libgimpwidgets/GimpMemsizeEntry.html#gimp-memsize-entry-get-value">
|
||||
<ANCHOR id="GimpMemsizeEntry-value-changed" href="libgimpwidgets/GimpMemsizeEntry.html#GimpMemsizeEntry-value-changed">
|
||||
<ANCHOR id="GimpOffsetArea" href="libgimpwidgets/GimpOffsetArea.html">
|
||||
<ANCHOR id="GimpOffsetArea-struct" href="libgimpwidgets/GimpOffsetArea.html#GimpOffsetArea-struct">
|
||||
<ANCHOR id="gimp-offset-area-new" href="libgimpwidgets/GimpOffsetArea.html#gimp-offset-area-new">
|
||||
<ANCHOR id="gimp-offset-area-set-size" href="libgimpwidgets/GimpOffsetArea.html#gimp-offset-area-set-size">
|
||||
<ANCHOR id="gimp-offset-area-set-offsets" href="libgimpwidgets/GimpOffsetArea.html#gimp-offset-area-set-offsets">
|
||||
<ANCHOR id="gimp-offset-area-set-pixbuf" href="libgimpwidgets/GimpOffsetArea.html#gimp-offset-area-set-pixbuf">
|
||||
<ANCHOR id="GimpOffsetArea-offsets-changed" href="libgimpwidgets/GimpOffsetArea.html#GimpOffsetArea-offsets-changed">
|
||||
<ANCHOR id="GimpPathEditor" href="libgimpwidgets/GimpPathEditor.html">
|
||||
<ANCHOR id="GimpPathEditor-struct" href="libgimpwidgets/GimpPathEditor.html#GimpPathEditor-struct">
|
||||
<ANCHOR id="gimp-path-editor-new" href="libgimpwidgets/GimpPathEditor.html#gimp-path-editor-new">
|
||||
<ANCHOR id="gimp-path-editor-get-path" href="libgimpwidgets/GimpPathEditor.html#gimp-path-editor-get-path">
|
||||
<ANCHOR id="gimp-path-editor-set-path" href="libgimpwidgets/GimpPathEditor.html#gimp-path-editor-set-path">
|
||||
<ANCHOR id="gimp-path-editor-get-writable-path" href="libgimpwidgets/GimpPathEditor.html#gimp-path-editor-get-writable-path">
|
||||
<ANCHOR id="gimp-path-editor-set-writable-path" href="libgimpwidgets/GimpPathEditor.html#gimp-path-editor-set-writable-path">
|
||||
<ANCHOR id="gimp-path-editor-get-dir-writable" href="libgimpwidgets/GimpPathEditor.html#gimp-path-editor-get-dir-writable">
|
||||
<ANCHOR id="gimp-path-editor-set-dir-writable" href="libgimpwidgets/GimpPathEditor.html#gimp-path-editor-set-dir-writable">
|
||||
<ANCHOR id="GimpPathEditor-path-changed" href="libgimpwidgets/GimpPathEditor.html#GimpPathEditor-path-changed">
|
||||
<ANCHOR id="GimpPathEditor-writable-changed" href="libgimpwidgets/GimpPathEditor.html#GimpPathEditor-writable-changed">
|
||||
<ANCHOR id="GimpPickButton" href="libgimpwidgets/GimpPickButton.html">
|
||||
<ANCHOR id="GimpPickButton-struct" href="libgimpwidgets/GimpPickButton.html#GimpPickButton-struct">
|
||||
<ANCHOR id="gimp-pick-button-new" href="libgimpwidgets/GimpPickButton.html#gimp-pick-button-new">
|
||||
<ANCHOR id="GimpPickButton-color-picked" href="libgimpwidgets/GimpPickButton.html#GimpPickButton-color-picked">
|
||||
<ANCHOR id="GimpPixmap" href="libgimpwidgets/GimpPixmap.html">
|
||||
<ANCHOR id="GimpPixmap-struct" href="libgimpwidgets/GimpPixmap.html#GimpPixmap-struct">
|
||||
<ANCHOR id="gimp-pixmap-new" href="libgimpwidgets/GimpPixmap.html#gimp-pixmap-new">
|
||||
<ANCHOR id="gimp-pixmap-set" href="libgimpwidgets/GimpPixmap.html#gimp-pixmap-set">
|
||||
<ANCHOR id="GimpPreviewArea" href="libgimpwidgets/GimpPreviewArea.html">
|
||||
<ANCHOR id="GimpPreviewArea-struct" href="libgimpwidgets/GimpPreviewArea.html#GimpPreviewArea-struct">
|
||||
<ANCHOR id="gimp-preview-area-new" href="libgimpwidgets/GimpPreviewArea.html#gimp-preview-area-new">
|
||||
<ANCHOR id="gimp-preview-area-draw" href="libgimpwidgets/GimpPreviewArea.html#gimp-preview-area-draw">
|
||||
<ANCHOR id="gimp-preview-area-fill" href="libgimpwidgets/GimpPreviewArea.html#gimp-preview-area-fill">
|
||||
<ANCHOR id="gimp-preview-area-blend" href="libgimpwidgets/GimpPreviewArea.html#gimp-preview-area-blend">
|
||||
<ANCHOR id="gimp-preview-area-mask" href="libgimpwidgets/GimpPreviewArea.html#gimp-preview-area-mask">
|
||||
<ANCHOR id="gimp-preview-area-set-offsets" href="libgimpwidgets/GimpPreviewArea.html#gimp-preview-area-set-offsets">
|
||||
<ANCHOR id="gimp-preview-area-set-colormap" href="libgimpwidgets/GimpPreviewArea.html#gimp-preview-area-set-colormap">
|
||||
<ANCHOR id="gimp-preview-area-set-max-size" href="libgimpwidgets/GimpPreviewArea.html#gimp-preview-area-set-max-size">
|
||||
<ANCHOR id="gimp-preview-area-menu-popup" href="libgimpwidgets/GimpPreviewArea.html#gimp-preview-area-menu-popup">
|
||||
<ANCHOR id="GimpPreviewArea--check-size" href="libgimpwidgets/GimpPreviewArea.html#GimpPreviewArea--check-size">
|
||||
<ANCHOR id="GimpPreviewArea--check-type" href="libgimpwidgets/GimpPreviewArea.html#GimpPreviewArea--check-type">
|
||||
<ANCHOR id="GimpPreview" href="libgimpwidgets/GimpPreview.html">
|
||||
<ANCHOR id="GimpPreview-struct" href="libgimpwidgets/GimpPreview.html#GimpPreview-struct">
|
||||
<ANCHOR id="gimp-preview-get-update" href="libgimpwidgets/GimpPreview.html#gimp-preview-get-update">
|
||||
<ANCHOR id="gimp-preview-set-update" href="libgimpwidgets/GimpPreview.html#gimp-preview-set-update">
|
||||
<ANCHOR id="gimp-preview-set-bounds" href="libgimpwidgets/GimpPreview.html#gimp-preview-set-bounds">
|
||||
<ANCHOR id="gimp-preview-get-size" href="libgimpwidgets/GimpPreview.html#gimp-preview-get-size">
|
||||
<ANCHOR id="gimp-preview-get-position" href="libgimpwidgets/GimpPreview.html#gimp-preview-get-position">
|
||||
<ANCHOR id="gimp-preview-draw" href="libgimpwidgets/GimpPreview.html#gimp-preview-draw">
|
||||
<ANCHOR id="gimp-preview-draw-buffer" href="libgimpwidgets/GimpPreview.html#gimp-preview-draw-buffer">
|
||||
<ANCHOR id="gimp-preview-invalidate" href="libgimpwidgets/GimpPreview.html#gimp-preview-invalidate">
|
||||
<ANCHOR id="gimp-preview-set-default-cursor" href="libgimpwidgets/GimpPreview.html#gimp-preview-set-default-cursor">
|
||||
<ANCHOR id="GimpPreview--update" href="libgimpwidgets/GimpPreview.html#GimpPreview--update">
|
||||
<ANCHOR id="GimpPreview--size" href="libgimpwidgets/GimpPreview.html#GimpPreview--size">
|
||||
<ANCHOR id="GimpPreview-invalidated" href="libgimpwidgets/GimpPreview.html#GimpPreview-invalidated">
|
||||
<ANCHOR id="libgimpwidgets-GimpScrolledPreview" href="libgimpwidgets/libgimpwidgets-GimpScrolledPreview.html">
|
||||
<ANCHOR id="GimpScrolledPreview" href="libgimpwidgets/libgimpwidgets-GimpScrolledPreview.html#GimpScrolledPreview">
|
||||
<ANCHOR id="GimpUnitMenu" href="libgimpwidgets/GimpUnitMenu.html">
|
||||
<ANCHOR id="GimpUnitMenu-struct" href="libgimpwidgets/GimpUnitMenu.html#GimpUnitMenu-struct">
|
||||
<ANCHOR id="gimp-unit-menu-new" href="libgimpwidgets/GimpUnitMenu.html#gimp-unit-menu-new">
|
||||
<ANCHOR id="gimp-unit-menu-set-unit" href="libgimpwidgets/GimpUnitMenu.html#gimp-unit-menu-set-unit">
|
||||
<ANCHOR id="gimp-unit-menu-get-unit" href="libgimpwidgets/GimpUnitMenu.html#gimp-unit-menu-get-unit">
|
||||
<ANCHOR id="gimp-unit-menu-get-pixel-digits" href="libgimpwidgets/GimpUnitMenu.html#gimp-unit-menu-get-pixel-digits">
|
||||
<ANCHOR id="gimp-unit-menu-set-pixel-digits" href="libgimpwidgets/GimpUnitMenu.html#gimp-unit-menu-set-pixel-digits">
|
||||
<ANCHOR id="GimpUnitMenu-unit-changed" href="libgimpwidgets/GimpUnitMenu.html#GimpUnitMenu-unit-changed">
|
||||
<ANCHOR id="GimpCellRendererColor" href="libgimpwidgets/GimpCellRendererColor.html">
|
||||
<ANCHOR id="GimpCellRendererColor-struct" href="libgimpwidgets/GimpCellRendererColor.html#GimpCellRendererColor-struct">
|
||||
<ANCHOR id="gimp-cell-renderer-color-new" href="libgimpwidgets/GimpCellRendererColor.html#gimp-cell-renderer-color-new">
|
||||
<ANCHOR id="GimpCellRendererColor--color" href="libgimpwidgets/GimpCellRendererColor.html#GimpCellRendererColor--color">
|
||||
<ANCHOR id="GimpCellRendererColor--icon-size" href="libgimpwidgets/GimpCellRendererColor.html#GimpCellRendererColor--icon-size">
|
||||
<ANCHOR id="GimpCellRendererColor--opaque" href="libgimpwidgets/GimpCellRendererColor.html#GimpCellRendererColor--opaque">
|
||||
<ANCHOR id="GimpCellRendererToggle" href="libgimpwidgets/GimpCellRendererToggle.html">
|
||||
<ANCHOR id="GimpCellRendererToggle-struct" href="libgimpwidgets/GimpCellRendererToggle.html#GimpCellRendererToggle-struct">
|
||||
<ANCHOR id="gimp-cell-renderer-toggle-new" href="libgimpwidgets/GimpCellRendererToggle.html#gimp-cell-renderer-toggle-new">
|
||||
<ANCHOR id="gimp-cell-renderer-toggle-clicked" href="libgimpwidgets/GimpCellRendererToggle.html#gimp-cell-renderer-toggle-clicked">
|
||||
<ANCHOR id="GimpCellRendererToggle--stock-id" href="libgimpwidgets/GimpCellRendererToggle.html#GimpCellRendererToggle--stock-id">
|
||||
<ANCHOR id="GimpCellRendererToggle--stock-size" href="libgimpwidgets/GimpCellRendererToggle.html#GimpCellRendererToggle--stock-size">
|
||||
<ANCHOR id="GimpCellRendererToggle-clicked" href="libgimpwidgets/GimpCellRendererToggle.html#GimpCellRendererToggle-clicked">
|
||||
<ANCHOR id="GimpColorDisplay" href="libgimpwidgets/GimpColorDisplay.html">
|
||||
<ANCHOR id="GimpColorDisplay-struct" href="libgimpwidgets/GimpColorDisplay.html#GimpColorDisplay-struct">
|
||||
<ANCHOR id="gimp-color-display-new" href="libgimpwidgets/GimpColorDisplay.html#gimp-color-display-new">
|
||||
<ANCHOR id="gimp-color-display-clone" href="libgimpwidgets/GimpColorDisplay.html#gimp-color-display-clone">
|
||||
<ANCHOR id="gimp-color-display-set-enabled" href="libgimpwidgets/GimpColorDisplay.html#gimp-color-display-set-enabled">
|
||||
<ANCHOR id="gimp-color-display-get-enabled" href="libgimpwidgets/GimpColorDisplay.html#gimp-color-display-get-enabled">
|
||||
<ANCHOR id="gimp-color-display-convert" href="libgimpwidgets/GimpColorDisplay.html#gimp-color-display-convert">
|
||||
<ANCHOR id="gimp-color-display-load-state" href="libgimpwidgets/GimpColorDisplay.html#gimp-color-display-load-state">
|
||||
<ANCHOR id="gimp-color-display-save-state" href="libgimpwidgets/GimpColorDisplay.html#gimp-color-display-save-state">
|
||||
<ANCHOR id="gimp-color-display-configure" href="libgimpwidgets/GimpColorDisplay.html#gimp-color-display-configure">
|
||||
<ANCHOR id="gimp-color-display-configure-reset" href="libgimpwidgets/GimpColorDisplay.html#gimp-color-display-configure-reset">
|
||||
<ANCHOR id="gimp-color-display-changed" href="libgimpwidgets/GimpColorDisplay.html#gimp-color-display-changed">
|
||||
<ANCHOR id="GimpColorDisplay--enabled" href="libgimpwidgets/GimpColorDisplay.html#GimpColorDisplay--enabled">
|
||||
<ANCHOR id="GimpColorDisplay-changed" href="libgimpwidgets/GimpColorDisplay.html#GimpColorDisplay-changed">
|
||||
<ANCHOR id="GimpColorDisplayStack" href="libgimpwidgets/GimpColorDisplayStack.html">
|
||||
<ANCHOR id="GimpColorDisplayStack-struct" href="libgimpwidgets/GimpColorDisplayStack.html#GimpColorDisplayStack-struct">
|
||||
<ANCHOR id="gimp-color-display-stack-new" href="libgimpwidgets/GimpColorDisplayStack.html#gimp-color-display-stack-new">
|
||||
<ANCHOR id="gimp-color-display-stack-clone" href="libgimpwidgets/GimpColorDisplayStack.html#gimp-color-display-stack-clone">
|
||||
<ANCHOR id="gimp-color-display-stack-changed" href="libgimpwidgets/GimpColorDisplayStack.html#gimp-color-display-stack-changed">
|
||||
<ANCHOR id="gimp-color-display-stack-add" href="libgimpwidgets/GimpColorDisplayStack.html#gimp-color-display-stack-add">
|
||||
<ANCHOR id="gimp-color-display-stack-remove" href="libgimpwidgets/GimpColorDisplayStack.html#gimp-color-display-stack-remove">
|
||||
<ANCHOR id="gimp-color-display-stack-reorder-up" href="libgimpwidgets/GimpColorDisplayStack.html#gimp-color-display-stack-reorder-up">
|
||||
<ANCHOR id="gimp-color-display-stack-reorder-down" href="libgimpwidgets/GimpColorDisplayStack.html#gimp-color-display-stack-reorder-down">
|
||||
<ANCHOR id="gimp-color-display-stack-convert" href="libgimpwidgets/GimpColorDisplayStack.html#gimp-color-display-stack-convert">
|
||||
<ANCHOR id="GimpColorDisplayStack-added" href="libgimpwidgets/GimpColorDisplayStack.html#GimpColorDisplayStack-added">
|
||||
<ANCHOR id="GimpColorDisplayStack-changed" href="libgimpwidgets/GimpColorDisplayStack.html#GimpColorDisplayStack-changed">
|
||||
<ANCHOR id="GimpColorDisplayStack-removed" href="libgimpwidgets/GimpColorDisplayStack.html#GimpColorDisplayStack-removed">
|
||||
<ANCHOR id="GimpColorDisplayStack-reordered" href="libgimpwidgets/GimpColorDisplayStack.html#GimpColorDisplayStack-reordered">
|
||||
<ANCHOR id="GimpColorSelector" href="libgimpwidgets/GimpColorSelector.html">
|
||||
<ANCHOR id="GimpColorSelector-struct" href="libgimpwidgets/GimpColorSelector.html#GimpColorSelector-struct">
|
||||
<ANCHOR id="GIMP-COLOR-SELECTOR-SIZE-CAPS" href="libgimpwidgets/GimpColorSelector.html#GIMP-COLOR-SELECTOR-SIZE-CAPS">
|
||||
<ANCHOR id="GIMP-COLOR-SELECTOR-BAR-SIZE-CAPS" href="libgimpwidgets/GimpColorSelector.html#GIMP-COLOR-SELECTOR-BAR-SIZE-CAPS">
|
||||
<ANCHOR id="GimpColorSelectorChannel" href="libgimpwidgets/GimpColorSelector.html#GimpColorSelectorChannel">
|
||||
<ANCHOR id="gimp-color-selector-new" href="libgimpwidgets/GimpColorSelector.html#gimp-color-selector-new">
|
||||
<ANCHOR id="gimp-color-selector-set-toggles-visible" href="libgimpwidgets/GimpColorSelector.html#gimp-color-selector-set-toggles-visible">
|
||||
<ANCHOR id="gimp-color-selector-set-toggles-sensitive" href="libgimpwidgets/GimpColorSelector.html#gimp-color-selector-set-toggles-sensitive">
|
||||
<ANCHOR id="gimp-color-selector-set-show-alpha" href="libgimpwidgets/GimpColorSelector.html#gimp-color-selector-set-show-alpha">
|
||||
<ANCHOR id="gimp-color-selector-set-color" href="libgimpwidgets/GimpColorSelector.html#gimp-color-selector-set-color">
|
||||
<ANCHOR id="gimp-color-selector-set-channel" href="libgimpwidgets/GimpColorSelector.html#gimp-color-selector-set-channel">
|
||||
<ANCHOR id="gimp-color-selector-color-changed" href="libgimpwidgets/GimpColorSelector.html#gimp-color-selector-color-changed">
|
||||
<ANCHOR id="gimp-color-selector-channel-changed" href="libgimpwidgets/GimpColorSelector.html#gimp-color-selector-channel-changed">
|
||||
<ANCHOR id="GimpColorSelector-channel-changed" href="libgimpwidgets/GimpColorSelector.html#GimpColorSelector-channel-changed">
|
||||
<ANCHOR id="GimpColorSelector-color-changed" href="libgimpwidgets/GimpColorSelector.html#GimpColorSelector-color-changed">
|
||||
<ANCHOR id="GimpColorNotebook" href="libgimpwidgets/GimpColorNotebook.html">
|
||||
<ANCHOR id="GimpColorNotebook-struct" href="libgimpwidgets/GimpColorNotebook.html#GimpColorNotebook-struct">
|
||||
<ANCHOR id="gimp-color-notebook-set-has-page" href="libgimpwidgets/GimpColorNotebook.html#gimp-color-notebook-set-has-page">
|
||||
<ANCHOR id="GimpColorNotebook--tab-border" href="libgimpwidgets/GimpColorNotebook.html#GimpColorNotebook--tab-border">
|
||||
<ANCHOR id="GimpColorNotebook--tab-icon-size" href="libgimpwidgets/GimpColorNotebook.html#GimpColorNotebook--tab-icon-size">
|
||||
<ANCHOR id="GimpColorScales" href="libgimpwidgets/GimpColorScales.html">
|
||||
<ANCHOR id="GimpColorScales-struct" href="libgimpwidgets/GimpColorScales.html#GimpColorScales-struct">
|
||||
<ANCHOR id="GimpColorSelect" href="libgimpwidgets/GimpColorSelect.html">
|
||||
<ANCHOR id="GimpColorSelect-struct" href="libgimpwidgets/GimpColorSelect.html#GimpColorSelect-struct">
|
||||
<ANCHOR id="GimpController" href="libgimpwidgets/GimpController.html">
|
||||
<ANCHOR id="GimpControllerEventType" href="libgimpwidgets/GimpController.html#GimpControllerEventType">
|
||||
<ANCHOR id="GimpControllerEventAny" href="libgimpwidgets/GimpController.html#GimpControllerEventAny">
|
||||
<ANCHOR id="GimpControllerEventTrigger" href="libgimpwidgets/GimpController.html#GimpControllerEventTrigger">
|
||||
<ANCHOR id="GimpControllerEventValue" href="libgimpwidgets/GimpController.html#GimpControllerEventValue">
|
||||
<ANCHOR id="GimpControllerEvent" href="libgimpwidgets/GimpController.html#GimpControllerEvent">
|
||||
<ANCHOR id="GimpController-struct" href="libgimpwidgets/GimpController.html#GimpController-struct">
|
||||
<ANCHOR id="gimp-controller-new" href="libgimpwidgets/GimpController.html#gimp-controller-new">
|
||||
<ANCHOR id="gimp-controller-get-n-events" href="libgimpwidgets/GimpController.html#gimp-controller-get-n-events">
|
||||
<ANCHOR id="gimp-controller-get-event-name" href="libgimpwidgets/GimpController.html#gimp-controller-get-event-name">
|
||||
<ANCHOR id="gimp-controller-get-event-blurb" href="libgimpwidgets/GimpController.html#gimp-controller-get-event-blurb">
|
||||
<ANCHOR id="gimp-controller-event" href="libgimpwidgets/GimpController.html#gimp-controller-event">
|
||||
<ANCHOR id="GimpController--name" href="libgimpwidgets/GimpController.html#GimpController--name">
|
||||
<ANCHOR id="GimpController--state" href="libgimpwidgets/GimpController.html#GimpController--state">
|
||||
<ANCHOR id="GimpController-event" href="libgimpwidgets/GimpController.html#GimpController-event">
|
||||
<ANCHOR id="libgimpwidgets-GimpHelpUI" href="libgimpwidgets/libgimpwidgets-GimpHelpUI.html">
|
||||
<ANCHOR id="GimpHelpFunc" href="libgimpwidgets/libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">
|
||||
<ANCHOR id="GIMP-HELP-ID-CAPS" href="libgimpwidgets/libgimpwidgets-GimpHelpUI.html#GIMP-HELP-ID-CAPS">
|
||||
<ANCHOR id="gimp-help-enable-tooltips" href="libgimpwidgets/libgimpwidgets-GimpHelpUI.html#gimp-help-enable-tooltips">
|
||||
<ANCHOR id="gimp-help-disable-tooltips" href="libgimpwidgets/libgimpwidgets-GimpHelpUI.html#gimp-help-disable-tooltips">
|
||||
<ANCHOR id="gimp-standard-help-func" href="libgimpwidgets/libgimpwidgets-GimpHelpUI.html#gimp-standard-help-func">
|
||||
<ANCHOR id="gimp-help-connect" href="libgimpwidgets/libgimpwidgets-GimpHelpUI.html#gimp-help-connect">
|
||||
<ANCHOR id="gimp-help-set-help-data" href="libgimpwidgets/libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data">
|
||||
<ANCHOR id="gimp-context-help" href="libgimpwidgets/libgimpwidgets-GimpHelpUI.html#gimp-context-help">
|
||||
<ANCHOR id="libgimpwidgets-GimpQueryBox" href="libgimpwidgets/libgimpwidgets-GimpQueryBox.html">
|
||||
<ANCHOR id="GimpQueryStringCallback" href="libgimpwidgets/libgimpwidgets-GimpQueryBox.html#GimpQueryStringCallback">
|
||||
<ANCHOR id="GimpQueryIntCallback" href="libgimpwidgets/libgimpwidgets-GimpQueryBox.html#GimpQueryIntCallback">
|
||||
<ANCHOR id="GimpQueryDoubleCallback" href="libgimpwidgets/libgimpwidgets-GimpQueryBox.html#GimpQueryDoubleCallback">
|
||||
<ANCHOR id="GimpQuerySizeCallback" href="libgimpwidgets/libgimpwidgets-GimpQueryBox.html#GimpQuerySizeCallback">
|
||||
<ANCHOR id="GimpQueryBooleanCallback" href="libgimpwidgets/libgimpwidgets-GimpQueryBox.html#GimpQueryBooleanCallback">
|
||||
<ANCHOR id="gimp-query-string-box" href="libgimpwidgets/libgimpwidgets-GimpQueryBox.html#gimp-query-string-box">
|
||||
<ANCHOR id="gimp-query-int-box" href="libgimpwidgets/libgimpwidgets-GimpQueryBox.html#gimp-query-int-box">
|
||||
<ANCHOR id="gimp-query-double-box" href="libgimpwidgets/libgimpwidgets-GimpQueryBox.html#gimp-query-double-box">
|
||||
<ANCHOR id="gimp-query-size-box" href="libgimpwidgets/libgimpwidgets-GimpQueryBox.html#gimp-query-size-box">
|
||||
<ANCHOR id="gimp-query-boolean-box" href="libgimpwidgets/libgimpwidgets-GimpQueryBox.html#gimp-query-boolean-box">
|
||||
<ANCHOR id="GIMP-QUERY-BOX-VBOX-CAPS" href="libgimpwidgets/libgimpwidgets-GimpQueryBox.html#GIMP-QUERY-BOX-VBOX-CAPS">
|
||||
<ANCHOR id="GimpSizeEntry" href="libgimpwidgets/GimpSizeEntry.html">
|
||||
<ANCHOR id="GimpSizeEntry-struct" href="libgimpwidgets/GimpSizeEntry.html#GimpSizeEntry-struct">
|
||||
<ANCHOR id="GimpSizeEntryField" href="libgimpwidgets/GimpSizeEntry.html#GimpSizeEntryField">
|
||||
<ANCHOR id="GimpSizeEntryUpdatePolicy" href="libgimpwidgets/GimpSizeEntry.html#GimpSizeEntryUpdatePolicy">
|
||||
<ANCHOR id="gimp-size-entry-new" href="libgimpwidgets/GimpSizeEntry.html#gimp-size-entry-new">
|
||||
<ANCHOR id="gimp-size-entry-add-field" href="libgimpwidgets/GimpSizeEntry.html#gimp-size-entry-add-field">
|
||||
<ANCHOR id="gimp-size-entry-attach-label" href="libgimpwidgets/GimpSizeEntry.html#gimp-size-entry-attach-label">
|
||||
<ANCHOR id="gimp-size-entry-set-resolution" href="libgimpwidgets/GimpSizeEntry.html#gimp-size-entry-set-resolution">
|
||||
<ANCHOR id="gimp-size-entry-set-size" href="libgimpwidgets/GimpSizeEntry.html#gimp-size-entry-set-size">
|
||||
<ANCHOR id="gimp-size-entry-set-value-boundaries" href="libgimpwidgets/GimpSizeEntry.html#gimp-size-entry-set-value-boundaries">
|
||||
<ANCHOR id="gimp-size-entry-get-value" href="libgimpwidgets/GimpSizeEntry.html#gimp-size-entry-get-value">
|
||||
<ANCHOR id="gimp-size-entry-set-value" href="libgimpwidgets/GimpSizeEntry.html#gimp-size-entry-set-value">
|
||||
<ANCHOR id="gimp-size-entry-set-refval-boundaries" href="libgimpwidgets/GimpSizeEntry.html#gimp-size-entry-set-refval-boundaries">
|
||||
<ANCHOR id="gimp-size-entry-set-refval-digits" href="libgimpwidgets/GimpSizeEntry.html#gimp-size-entry-set-refval-digits">
|
||||
<ANCHOR id="gimp-size-entry-get-refval" href="libgimpwidgets/GimpSizeEntry.html#gimp-size-entry-get-refval">
|
||||
<ANCHOR id="gimp-size-entry-set-refval" href="libgimpwidgets/GimpSizeEntry.html#gimp-size-entry-set-refval">
|
||||
<ANCHOR id="gimp-size-entry-get-unit" href="libgimpwidgets/GimpSizeEntry.html#gimp-size-entry-get-unit">
|
||||
<ANCHOR id="gimp-size-entry-set-unit" href="libgimpwidgets/GimpSizeEntry.html#gimp-size-entry-set-unit">
|
||||
<ANCHOR id="gimp-size-entry-set-pixel-digits" href="libgimpwidgets/GimpSizeEntry.html#gimp-size-entry-set-pixel-digits">
|
||||
<ANCHOR id="gimp-size-entry-grab-focus" href="libgimpwidgets/GimpSizeEntry.html#gimp-size-entry-grab-focus">
|
||||
<ANCHOR id="gimp-size-entry-get-help-widget" href="libgimpwidgets/GimpSizeEntry.html#gimp-size-entry-get-help-widget">
|
||||
<ANCHOR id="GimpSizeEntry-refval-changed" href="libgimpwidgets/GimpSizeEntry.html#GimpSizeEntry-refval-changed">
|
||||
<ANCHOR id="GimpSizeEntry-unit-changed" href="libgimpwidgets/GimpSizeEntry.html#GimpSizeEntry-unit-changed">
|
||||
<ANCHOR id="GimpSizeEntry-value-changed" href="libgimpwidgets/GimpSizeEntry.html#GimpSizeEntry-value-changed">
|
||||
<ANCHOR id="libgimpwidgets-GimpStock" href="libgimpwidgets/libgimpwidgets-GimpStock.html">
|
||||
<ANCHOR id="gimp-stock-init" href="libgimpwidgets/libgimpwidgets-GimpStock.html#gimp-stock-init">
|
||||
<ANCHOR id="GIMP-STOCK-ANCHOR-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-ANCHOR-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CENTER-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CENTER-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-DUPLICATE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-DUPLICATE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-EDIT-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-EDIT-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-RESET-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-RESET-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CLOSE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CLOSE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-MENU-LEFT-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-MENU-LEFT-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-MENU-RIGHT-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-MENU-RIGHT-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-MOVE-TO-SCREEN-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-MOVE-TO-SCREEN-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-INVERT-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-INVERT-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-LAYER-TO-IMAGESIZE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-LAYER-TO-IMAGESIZE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-MERGE-DOWN-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-MERGE-DOWN-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-NAVIGATION-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-NAVIGATION-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-PASTE-AS-NEW-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-PASTE-AS-NEW-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-PASTE-INTO-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-PASTE-INTO-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-PATH-STROKE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-PATH-STROKE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-PLUGIN-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-PLUGIN-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-QMASK-OFF-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-QMASK-OFF-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-QMASK-ON-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-QMASK-ON-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-HISTOGRAM-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-HISTOGRAM-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-HISTOGRAM-LINEAR-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-HISTOGRAM-LINEAR-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-HISTOGRAM-LOGARITHMIC-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-HISTOGRAM-LOGARITHMIC-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-RESHOW-FILTER-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-RESHOW-FILTER-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-RESIZE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-RESIZE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-FLIP-HORIZONTAL-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-FLIP-HORIZONTAL-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-FLIP-VERTICAL-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-FLIP-VERTICAL-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-ROTATE-180-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-ROTATE-180-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-ROTATE-270-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-ROTATE-270-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-ROTATE-90-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-ROTATE-90-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-SCALE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-SCALE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-LINKED-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-LINKED-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-VISIBLE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-VISIBLE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-LIST-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-LIST-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRID-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRID-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-PORTRAIT-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-PORTRAIT-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-LANDSCAPE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-LANDSCAPE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-VIDEO-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-VIDEO-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-WEB-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-WEB-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-IMAGE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-IMAGE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-LAYER-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-LAYER-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-LAYER-MASK-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-LAYER-MASK-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CHANNEL-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CHANNEL-RED-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-RED-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CHANNEL-GREEN-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-GREEN-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CHANNEL-BLUE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-BLUE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CHANNEL-GRAY-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-GRAY-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CHANNEL-INDEXED-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-INDEXED-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CHANNEL-ALPHA-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-ALPHA-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-PATH-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-PATH-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TEXT-LAYER-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TEXT-LAYER-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-FLOATING-SELECTION-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-FLOATING-SELECTION-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TEMPLATE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TEMPLATE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-IMAGES-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-IMAGES-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-LAYERS-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-LAYERS-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CHANNELS-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNELS-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-PATHS-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-PATHS-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-INDEXED-PALETTE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-INDEXED-PALETTE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-SHAPE-CIRCLE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-SHAPE-CIRCLE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-SHAPE-SQUARE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-SHAPE-SQUARE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-SHAPE-DIAMOND-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-SHAPE-DIAMOND-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CAP-BUTT-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CAP-BUTT-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CAP-ROUND-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CAP-ROUND-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CAP-SQUARE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CAP-SQUARE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-JOIN-MITER-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-JOIN-MITER-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-JOIN-ROUND-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-JOIN-ROUND-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-JOIN-BEVEL-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-JOIN-BEVEL-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-SELECTION-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-SELECTION-ALL-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-ALL-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-SELECTION-NONE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-NONE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-SELECTION-GROW-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-GROW-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-SELECTION-SHRINK-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-SHRINK-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-SELECTION-BORDER-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-BORDER-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-SELECTION-ADD-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-ADD-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-SELECTION-SUBTRACT-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-SUBTRACT-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-SELECTION-REPLACE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-REPLACE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-SELECTION-INTERSECT-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-INTERSECT-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-SELECTION-STROKE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-STROKE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-SELECTION-TO-CHANNEL-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-TO-CHANNEL-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-SELECTION-TO-PATH-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-TO-PATH-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRADIENT-LINEAR-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-LINEAR-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRADIENT-BILINEAR-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-BILINEAR-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRADIENT-RADIAL-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-RADIAL-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRADIENT-SQUARE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-SQUARE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRADIENT-CONICAL-SYMMETRIC-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-CONICAL-SYMMETRIC-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRADIENT-CONICAL-ASYMMETRIC-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-CONICAL-ASYMMETRIC-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRADIENT-SHAPEBURST-SPHERICAL-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-SHAPEBURST-SPHERICAL-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRADIENT-SHAPEBURST-ANGULAR-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-SHAPEBURST-ANGULAR-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRADIENT-SHAPEBURST-DIMPLED-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-SHAPEBURST-DIMPLED-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRADIENT-SPIRAL-CLOCKWISE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-SPIRAL-CLOCKWISE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRADIENT-SPIRAL-ANTICLOCKWISE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-SPIRAL-ANTICLOCKWISE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRAVITY-NORTH-WEST-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-NORTH-WEST-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRAVITY-NORTH-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-NORTH-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRAVITY-NORTH-EAST-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-NORTH-EAST-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRAVITY-WEST-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-WEST-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRAVITY-EAST-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-EAST-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRAVITY-SOUTH-WEST-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-SOUTH-WEST-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRAVITY-SOUTH-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-SOUTH-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRAVITY-SOUTH-EAST-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-SOUTH-EAST-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CHAR-PICKER-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CHAR-PICKER-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-LETTER-SPACING-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-LETTER-SPACING-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-LINE-SPACING-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-LINE-SPACING-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TEXT-DIR-LTR-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TEXT-DIR-LTR-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TEXT-DIR-RTL-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TEXT-DIR-RTL-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-PRINT-RESOLUTION-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-PRINT-RESOLUTION-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOLS-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOLS-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-OPTIONS-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-OPTIONS-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-DEVICE-STATUS-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-DEVICE-STATUS-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-DISPLAY-FILTER-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-DISPLAY-FILTER-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CURVE-FREE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CURVE-FREE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CURVE-SMOOTH-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CURVE-SMOOTH-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-COLOR-PICKER-BLACK-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-COLOR-PICKER-BLACK-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-COLOR-PICKER-GRAY-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-COLOR-PICKER-GRAY-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-COLOR-PICKER-WHITE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-COLOR-PICKER-WHITE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-COLOR-TRIANGLE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-COLOR-TRIANGLE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-COLOR-PICK-FROM-SCREEN-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-COLOR-PICK-FROM-SCREEN-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CONVERT-GRAYSCALE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CONVERT-GRAYSCALE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CONVERT-INDEXED-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CONVERT-INDEXED-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-CONVERT-RGB-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-CONVERT-RGB-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TRANSPARENCY-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TRANSPARENCY-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-DEFAULT-COLORS-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-DEFAULT-COLORS-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-SWAP-COLORS-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-SWAP-COLORS-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-UNDO-HISTORY-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-UNDO-HISTORY-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-AIRBRUSH-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-AIRBRUSH-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-BLEND-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-BLEND-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-BLUR-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-BLUR-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-BRIGHTNESS-CONTRAST-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-BRIGHTNESS-CONTRAST-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-BUCKET-FILL-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-BUCKET-FILL-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-BY-COLOR-SELECT-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-BY-COLOR-SELECT-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-CLONE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-CLONE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-COLOR-BALANCE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-COLOR-BALANCE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-COLOR-PICKER-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-COLOR-PICKER-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-COLORIZE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-COLORIZE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-CROP-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-CROP-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-CURVES-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-CURVES-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-DODGE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-DODGE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-ELLIPSE-SELECT-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-ELLIPSE-SELECT-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-ERASER-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-ERASER-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-FLIP-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-FLIP-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-FREE-SELECT-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-FREE-SELECT-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-FUZZY-SELECT-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-FUZZY-SELECT-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-HUE-SATURATION-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-HUE-SATURATION-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-INK-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-INK-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-ISCISSORS-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-ISCISSORS-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-LEVELS-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-LEVELS-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-MEASURE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-MEASURE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-MOVE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-MOVE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-PAINTBRUSH-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-PAINTBRUSH-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-PATH-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-PATH-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-PENCIL-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-PENCIL-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-PERSPECTIVE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-PERSPECTIVE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-POSTERIZE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-POSTERIZE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-RECT-SELECT-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-RECT-SELECT-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-ROTATE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-ROTATE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-SCALE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-SCALE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-SHEAR-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-SHEAR-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-SMUDGE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-SMUDGE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-TEXT-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-TEXT-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-THRESHOLD-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-THRESHOLD-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TOOL-ZOOM-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-ZOOM-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-HCHAIN-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-HCHAIN-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-HCHAIN-BROKEN-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-HCHAIN-BROKEN-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-VCHAIN-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-VCHAIN-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-VCHAIN-BROKEN-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-VCHAIN-BROKEN-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-TEXTURE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-TEXTURE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-FRAME-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-FRAME-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-ERROR-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-ERROR-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-INFO-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-INFO-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-QUESTION-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-QUESTION-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-WARNING-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-WARNING-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-WILBER-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-WILBER-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-WILBER-EEK-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-WILBER-EEK-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-BRUSH-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-BRUSH-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-BUFFER-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-BUFFER-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-FONT-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-FONT-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-GRADIENT-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-PALETTE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-PALETTE-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-PATTERN-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-PATTERN-CAPS">
|
||||
<ANCHOR id="GIMP-STOCK-ZOOM-FOLLOW-WINDOW-CAPS" href="libgimpwidgets/libgimpwidgets-GimpStock.html#GIMP-STOCK-ZOOM-FOLLOW-WINDOW-CAPS">
|
||||
<ANCHOR id="libgimpwidgets-GimpWidgets" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html">
|
||||
<ANCHOR id="gimp-radio-group-new" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-radio-group-new">
|
||||
<ANCHOR id="gimp-radio-group-new2" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-radio-group-new2">
|
||||
<ANCHOR id="gimp-radio-group-set-active" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-radio-group-set-active">
|
||||
<ANCHOR id="gimp-int-radio-group-new" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-int-radio-group-new">
|
||||
<ANCHOR id="gimp-int-radio-group-set-active" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-int-radio-group-set-active">
|
||||
<ANCHOR id="gimp-spin-button-new" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-spin-button-new">
|
||||
<ANCHOR id="GIMP-SCALE-ENTRY-LABEL-CAPS" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-LABEL-CAPS">
|
||||
<ANCHOR id="GIMP-SCALE-ENTRY-SCALE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SCALE-CAPS">
|
||||
<ANCHOR id="GIMP-SCALE-ENTRY-SCALE-ADJ-CAPS" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SCALE-ADJ-CAPS">
|
||||
<ANCHOR id="GIMP-SCALE-ENTRY-SPINBUTTON-CAPS" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SPINBUTTON-CAPS">
|
||||
<ANCHOR id="GIMP-SCALE-ENTRY-SPINBUTTON-ADJ-CAPS" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SPINBUTTON-ADJ-CAPS">
|
||||
<ANCHOR id="gimp-scale-entry-new" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new">
|
||||
<ANCHOR id="gimp-scale-entry-set-sensitive" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-scale-entry-set-sensitive">
|
||||
<ANCHOR id="gimp-scale-entry-set-logarithmic" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-scale-entry-set-logarithmic">
|
||||
<ANCHOR id="gimp-scale-entry-get-logarithmic" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-scale-entry-get-logarithmic">
|
||||
<ANCHOR id="gimp-color-scale-entry-new" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-color-scale-entry-new">
|
||||
<ANCHOR id="GIMP-RANDOM-SEED-SPINBUTTON-CAPS" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-SPINBUTTON-CAPS">
|
||||
<ANCHOR id="GIMP-RANDOM-SEED-SPINBUTTON-ADJ-CAPS" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-SPINBUTTON-ADJ-CAPS">
|
||||
<ANCHOR id="GIMP-RANDOM-SEED-TOGGLE-CAPS" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-TOGGLE-CAPS">
|
||||
<ANCHOR id="gimp-random-seed-new" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-random-seed-new">
|
||||
<ANCHOR id="GIMP-COORDINATES-CHAINBUTTON-CAPS" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#GIMP-COORDINATES-CHAINBUTTON-CAPS">
|
||||
<ANCHOR id="gimp-coordinates-new" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-coordinates-new">
|
||||
<ANCHOR id="gimp-pixmap-button-new" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-pixmap-button-new">
|
||||
<ANCHOR id="gimp-toggle-button-sensitive-update" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-toggle-button-sensitive-update">
|
||||
<ANCHOR id="gimp-toggle-button-update" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-toggle-button-update">
|
||||
<ANCHOR id="gimp-radio-button-update" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-radio-button-update">
|
||||
<ANCHOR id="gimp-int-adjustment-update" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-int-adjustment-update">
|
||||
<ANCHOR id="gimp-uint-adjustment-update" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-uint-adjustment-update">
|
||||
<ANCHOR id="gimp-float-adjustment-update" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-float-adjustment-update">
|
||||
<ANCHOR id="gimp-double-adjustment-update" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-double-adjustment-update">
|
||||
<ANCHOR id="gimp-unit-menu-update" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-unit-menu-update">
|
||||
<ANCHOR id="gimp-table-attach-aligned" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-table-attach-aligned">
|
||||
<ANCHOR id="gimp-label-set-attributes" href="libgimpwidgets/libgimpwidgets-GimpWidgets.html#gimp-label-set-attributes">
|
||||
<ANCHOR id="libgimpwidgets-gimpoldwidgets" href="libgimpwidgets/libgimpwidgets-gimpoldwidgets.html">
|
||||
<ANCHOR id="gimp-int-option-menu-new" href="libgimpwidgets/libgimpwidgets-gimpoldwidgets.html#gimp-int-option-menu-new">
|
||||
<ANCHOR id="gimp-int-option-menu-set-history" href="libgimpwidgets/libgimpwidgets-gimpoldwidgets.html#gimp-int-option-menu-set-history">
|
||||
<ANCHOR id="GimpIntOptionMenuSensitivityCallback" href="libgimpwidgets/libgimpwidgets-gimpoldwidgets.html#GimpIntOptionMenuSensitivityCallback">
|
||||
<ANCHOR id="gimp-int-option-menu-set-sensitive" href="libgimpwidgets/libgimpwidgets-gimpoldwidgets.html#gimp-int-option-menu-set-sensitive">
|
||||
<ANCHOR id="gimp-option-menu-new" href="libgimpwidgets/libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new">
|
||||
<ANCHOR id="gimp-option-menu-new2" href="libgimpwidgets/libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new2">
|
||||
<ANCHOR id="gimp-option-menu-set-history" href="libgimpwidgets/libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-history">
|
||||
<ANCHOR id="GimpOptionMenuSensitivityCallback" href="libgimpwidgets/libgimpwidgets-gimpoldwidgets.html#GimpOptionMenuSensitivityCallback">
|
||||
<ANCHOR id="gimp-option-menu-set-sensitive" href="libgimpwidgets/libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-sensitive">
|
||||
<ANCHOR id="gimp-menu-item-update" href="libgimpwidgets/libgimpwidgets-gimpoldwidgets.html#gimp-menu-item-update">
|
||||
BIN
devel-docs/libgimpwidgets/html/left.png
Normal file
|
After Width: | Height: | Size: 459 B |
136
devel-docs/libgimpwidgets/html/libgimpwidgets-GimpHelpUI.html
Normal file
@ -0,0 +1,136 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpHelpUI</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-utils.html" title="Part<72>V.<2E>GIMP Widgets Utilities"><link rel="prev" href="libgimpwidgets-utils.html" title="Part<72>V.<2E>GIMP Widgets Utilities"><link rel="next" href="libgimpwidgets-GimpQueryBox.html" title="GimpQueryBox"><meta name="generator" content="GTK-Doc V1.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="libgimpwidgets-utils.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-utils.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="libgimpwidgets-GimpQueryBox.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="libgimpwidgets-GimpHelpUI"></a><div class="titlepage"></div><div class="refnamediv"><h2><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></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
void (<a href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">*GimpHelpFunc</a>) (const gchar *help_id,
|
||||
gpointer help_data);
|
||||
#define <a href="libgimpwidgets-GimpHelpUI.html#GIMP-HELP-ID-CAPS">GIMP_HELP_ID</a>
|
||||
void <a href="libgimpwidgets-GimpHelpUI.html#gimp-help-enable-tooltips">gimp_help_enable_tooltips</a> (void);
|
||||
void <a href="libgimpwidgets-GimpHelpUI.html#gimp-help-disable-tooltips">gimp_help_disable_tooltips</a> (void);
|
||||
void <a href="libgimpwidgets-GimpHelpUI.html#gimp-standard-help-func">gimp_standard_help_func</a> (const gchar *help_id,
|
||||
gpointer help_data);
|
||||
void <a href="libgimpwidgets-GimpHelpUI.html#gimp-help-connect">gimp_help_connect</a> (GtkWidget *widget,
|
||||
<a href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">GimpHelpFunc</a> help_func,
|
||||
const gchar *help_id,
|
||||
gpointer help_data);
|
||||
void <a href="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data">gimp_help_set_help_data</a> (GtkWidget *widget,
|
||||
const gchar *tooltip,
|
||||
const gchar *help_id);
|
||||
void <a href="libgimpwidgets-GimpHelpUI.html#gimp-context-help">gimp_context_help</a> (GtkWidget *widget);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2607424"></a><h2>Description</h2><p>
|
||||
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2594353"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2594358"></a><h3><a name="GimpHelpFunc"></a>GimpHelpFunc ()</h3><a class="indexterm" name="id2594366"></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 <i class="parameter"><tt>help_func</tt></i> to the
|
||||
various GIMP dialog constructors like <a href="GimpDialog.html#gimp-dialog-new"><tt class="function">gimp_dialog_new()</tt></a>,
|
||||
<a href="libgimpwidgets-GimpQueryBox.html#gimp-query-int-box"><tt class="function">gimp_query_int_box()</tt></a> etc.
|
||||
</p><p>
|
||||
Help IDs are textual identifiers the help system uses to figure which
|
||||
page to display.
|
||||
</p><p>
|
||||
All these dialog constructors functions call <a href="libgimpwidgets-GimpHelpUI.html#gimp-help-connect"><tt class="function">gimp_help_connect()</tt></a>.
|
||||
</p><p>
|
||||
In most cases it will be ok to use <a href="libgimpwidgets-GimpHelpUI.html#gimp-standard-help-func"><tt class="function">gimp_standard_help_func()</tt></a> which does
|
||||
nothing but passing the <i class="parameter"><tt>help_id</tt></i> string to <a
|
||||
href="../libgimp/libgimp-gimphelp.html#gimp-help"
|
||||
><tt class="function">gimp_help()</tt></a>. If your
|
||||
plug-in needs some more sophisticated help handling you can provide
|
||||
your own <i class="parameter"><tt>help_func</tt></i> which has to call <a
|
||||
href="../libgimp/libgimp-gimphelp.html#gimp-help"
|
||||
><tt class="function">gimp_help()</tt></a> to actually display
|
||||
the help.
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>help_id</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_data</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2594480"></a><h3><a name="GIMP-HELP-ID-CAPS"></a>GIMP_HELP_ID</h3><a class="indexterm" name="id2605485"></a><pre class="programlisting">#define GIMP_HELP_ID (gimp_help_id_quark ())
|
||||
</pre><p>
|
||||
Since: GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2605496"></a><h3><a name="gimp-help-enable-tooltips"></a>gimp_help_enable_tooltips ()</h3><a class="indexterm" name="id2605504"></a><pre class="programlisting">void gimp_help_enable_tooltips (void);</pre><p>
|
||||
This function calls <tt class="function">gtk_tooltips_enable()</tt>.</p><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2605528"></a><h3><a name="gimp-help-disable-tooltips"></a>gimp_help_disable_tooltips ()</h3><a class="indexterm" name="id2605537"></a><pre class="programlisting">void gimp_help_disable_tooltips (void);</pre><p>
|
||||
This function calls <tt class="function">gtk_tooltips_disable()</tt>.</p><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2605561"></a><h3><a name="gimp-standard-help-func"></a>gimp_standard_help_func ()</h3><a class="indexterm" name="id2605569"></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"
|
||||
><tt class="function">gimp_help()</tt></a>. It is the right function to use in almost all cases.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>help_id</tt></i><EFBFBD>:</span></td><td> A unique help identifier.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_data</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>help_data</tt></i> passed to <a href="libgimpwidgets-GimpHelpUI.html#gimp-help-connect"><tt class="function">gimp_help_connect()</tt></a>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2605642"></a><h3><a name="gimp-help-connect"></a>gimp_help_connect ()</h3><a class="indexterm" name="id2605650"></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><p>
|
||||
Note that this function is automatically called by all libgimp dialog
|
||||
constructors. You only have to call it for windows/dialogs you created
|
||||
"manually".</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>widget</tt></i><EFBFBD>:</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"><i class="parameter"><tt>help_func</tt></i><EFBFBD>:</span></td><td> The function which will be called if the user presses "F1".
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_id</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>help_id</tt></i> which will be passed to <i class="parameter"><tt>help_func</tt></i>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_data</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>help_data</tt></i> pointer which will be passed to <i class="parameter"><tt>help_func</tt></i>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2600880"></a><h3><a name="gimp-help-set-help-data"></a>gimp_help_set_help_data ()</h3><a class="indexterm" name="id2600889"></a><pre class="programlisting">void gimp_help_set_help_data (GtkWidget *widget,
|
||||
const gchar *tooltip,
|
||||
const gchar *help_id);</pre><p>
|
||||
The reason why we don't use <tt class="function">gtk_tooltips_set_tip()</tt> is that it's
|
||||
impossible to set a <i class="parameter"><tt>private_tip</tt></i> (aka <i class="parameter"><tt>help_id</tt></i>) without a visible
|
||||
<i class="parameter"><tt>tooltip</tt></i>.
|
||||
</p><p>
|
||||
This function can be called with <span class="type">NULL</span> for <i class="parameter"><tt>tooltip</tt></i>. Use this feature
|
||||
if you want to set a help link for a widget which shouldn't have
|
||||
a visible tooltip.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>widget</tt></i><EFBFBD>:</span></td><td> The <span class="type">GtkWidget</span> you want to set a <i class="parameter"><tt>tooltip</tt></i> and/or <i class="parameter"><tt>help_id</tt></i> for.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>tooltip</tt></i><EFBFBD>:</span></td><td> The text for this widget's tooltip (or <tt class="literal">NULL</tt>).
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_id</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>help_id</tt></i> for the <span class="type">GtkTipsQuery</span> tooltips inspector.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2601016"></a><h3><a name="gimp-context-help"></a>gimp_context_help ()</h3><a class="indexterm" name="id2601024"></a><pre class="programlisting">void gimp_context_help (GtkWidget *widget);</pre><p>
|
||||
This function invokes the context help inspector.
|
||||
</p><p>
|
||||
The mouse cursor will turn turn into a question mark and the user can
|
||||
click on any widget of the application which started the inspector.
|
||||
</p><p>
|
||||
If the widget the user clicked on has a <i class="parameter"><tt>help_id</tt></i> string attached
|
||||
(see <a href="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data"><tt class="function">gimp_help_set_help_data()</tt></a>), the corresponding help page will
|
||||
be displayed. Otherwise the help system will ascend the widget hierarchy
|
||||
until it finds an attached <i class="parameter"><tt>help_id</tt></i> string (which should be the
|
||||
case at least for every window/dialog).</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>widget</tt></i><EFBFBD>:</span></td><td> Any <span class="type">GtkWidget</span> on the screen.
|
||||
</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="libgimpwidgets-utils.html"><b><<<EFBFBD>Part<EFBFBD>V.<2E>GIMP Widgets Utilities</b></a></td><td align="right"><a accesskey="n" href="libgimpwidgets-GimpQueryBox.html"><b>GimpQueryBox<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
339
devel-docs/libgimpwidgets/html/libgimpwidgets-GimpQueryBox.html
Normal file
@ -0,0 +1,339 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpQueryBox</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-utils.html" title="Part<72>V.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="libgimpwidgets-GimpHelpUI.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-utils.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpSizeEntry.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="libgimpwidgets-GimpQueryBox"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpQueryBox</span></h2><p>GimpQueryBox — Some simple dialogs to enter a single int, double, string or boolean value.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
void (<a href="libgimpwidgets-GimpQueryBox.html#GimpQueryStringCallback">*GimpQueryStringCallback</a>) (GtkWidget *query_box,
|
||||
const gchar *string,
|
||||
gpointer data);
|
||||
void (<a href="libgimpwidgets-GimpQueryBox.html#GimpQueryIntCallback">*GimpQueryIntCallback</a>) (GtkWidget *query_box,
|
||||
gint value,
|
||||
gpointer data);
|
||||
void (<a href="libgimpwidgets-GimpQueryBox.html#GimpQueryDoubleCallback">*GimpQueryDoubleCallback</a>) (GtkWidget *query_box,
|
||||
gdouble value,
|
||||
gpointer data);
|
||||
void (<a href="libgimpwidgets-GimpQueryBox.html#GimpQuerySizeCallback">*GimpQuerySizeCallback</a>) (GtkWidget *query_box,
|
||||
gdouble size,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit,
|
||||
gpointer data);
|
||||
void (<a href="libgimpwidgets-GimpQueryBox.html#GimpQueryBooleanCallback">*GimpQueryBooleanCallback</a>) (GtkWidget *query_box,
|
||||
gboolean value,
|
||||
gpointer data);
|
||||
GtkWidget* <a href="libgimpwidgets-GimpQueryBox.html#gimp-query-string-box">gimp_query_string_box</a> (const gchar *title,
|
||||
GtkWidget *parent,
|
||||
<a href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">GimpHelpFunc</a> help_func,
|
||||
const gchar *help_id,
|
||||
const gchar *message,
|
||||
const gchar *initial,
|
||||
GObject *object,
|
||||
const gchar *signal,
|
||||
<a href="libgimpwidgets-GimpQueryBox.html#GimpQueryStringCallback">GimpQueryStringCallback</a> callback,
|
||||
gpointer data);
|
||||
GtkWidget* <a href="libgimpwidgets-GimpQueryBox.html#gimp-query-int-box">gimp_query_int_box</a> (const gchar *title,
|
||||
GtkWidget *parent,
|
||||
<a href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">GimpHelpFunc</a> help_func,
|
||||
const gchar *help_id,
|
||||
const gchar *message,
|
||||
gint initial,
|
||||
gint lower,
|
||||
gint upper,
|
||||
GObject *object,
|
||||
const gchar *signal,
|
||||
<a href="libgimpwidgets-GimpQueryBox.html#GimpQueryIntCallback">GimpQueryIntCallback</a> callback,
|
||||
gpointer data);
|
||||
GtkWidget* <a href="libgimpwidgets-GimpQueryBox.html#gimp-query-double-box">gimp_query_double_box</a> (const gchar *title,
|
||||
GtkWidget *parent,
|
||||
<a href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">GimpHelpFunc</a> help_func,
|
||||
const gchar *help_id,
|
||||
const gchar *message,
|
||||
gdouble initial,
|
||||
gdouble lower,
|
||||
gdouble upper,
|
||||
gint digits,
|
||||
GObject *object,
|
||||
const gchar *signal,
|
||||
<a href="libgimpwidgets-GimpQueryBox.html#GimpQueryDoubleCallback">GimpQueryDoubleCallback</a> callback,
|
||||
gpointer data);
|
||||
GtkWidget* <a href="libgimpwidgets-GimpQueryBox.html#gimp-query-size-box">gimp_query_size_box</a> (const gchar *title,
|
||||
GtkWidget *parent,
|
||||
<a href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">GimpHelpFunc</a> help_func,
|
||||
const gchar *help_id,
|
||||
const gchar *message,
|
||||
gdouble initial,
|
||||
gdouble lower,
|
||||
gdouble upper,
|
||||
gint digits,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit,
|
||||
gdouble resolution,
|
||||
gboolean dot_for_dot,
|
||||
GObject *object,
|
||||
const gchar *signal,
|
||||
<a href="libgimpwidgets-GimpQueryBox.html#GimpQuerySizeCallback">GimpQuerySizeCallback</a> callback,
|
||||
gpointer data);
|
||||
GtkWidget* <a href="libgimpwidgets-GimpQueryBox.html#gimp-query-boolean-box">gimp_query_boolean_box</a> (const gchar *title,
|
||||
GtkWidget *parent,
|
||||
<a href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">GimpHelpFunc</a> help_func,
|
||||
const gchar *help_id,
|
||||
const gchar *stock_id,
|
||||
const gchar *message,
|
||||
const gchar *true_button,
|
||||
const gchar *false_button,
|
||||
GObject *object,
|
||||
const gchar *signal,
|
||||
<a href="libgimpwidgets-GimpQueryBox.html#GimpQueryBooleanCallback">GimpQueryBooleanCallback</a> callback,
|
||||
gpointer data);
|
||||
#define <a href="libgimpwidgets-GimpQueryBox.html#GIMP-QUERY-BOX-VBOX-CAPS">GIMP_QUERY_BOX_VBOX</a> (qbox)
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2604978"></a><h2>Description</h2><p>
|
||||
These functions provide simple dialogs for entering a single string,
|
||||
integer, double, boolean or pixel size value.
|
||||
</p><p>
|
||||
They return a pointer to a <span class="type">GtkDialog</span> which has to be shown with
|
||||
<tt class="function">gtk_widget_show()</tt> by the caller.
|
||||
</p><p>
|
||||
The dialogs contain an entry widget for the kind of value they ask for
|
||||
and "OK" and "Cancel" buttons. On "Cancel", all query boxes except the
|
||||
boolean one silently destroy themselves. On "OK" the user defined
|
||||
callback function is called and returns the entered value.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2605013"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2605018"></a><h3><a name="GimpQueryStringCallback"></a>GimpQueryStringCallback ()</h3><a class="indexterm" name="id2605027"></a><pre class="programlisting">void (*GimpQueryStringCallback) (GtkWidget *query_box,
|
||||
const gchar *string,
|
||||
gpointer data);</pre><p>
|
||||
Note that you have to <tt class="function">g_free()</tt> the returned string.
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>query_box</tt></i><EFBFBD>:</span></td><td>The query box.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>string</tt></i><EFBFBD>:</span></td><td>The entered string.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i><EFBFBD>:</span></td><td>The user data.
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2605101"></a><h3><a name="GimpQueryIntCallback"></a>GimpQueryIntCallback ()</h3><a class="indexterm" name="id2605109"></a><pre class="programlisting">void (*GimpQueryIntCallback) (GtkWidget *query_box,
|
||||
gint value,
|
||||
gpointer data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>query_box</tt></i><EFBFBD>:</span></td><td>The query box.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>value</tt></i><EFBFBD>:</span></td><td>The entered integer value.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i><EFBFBD>:</span></td><td>The user data.
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2605177"></a><h3><a name="GimpQueryDoubleCallback"></a>GimpQueryDoubleCallback ()</h3><a class="indexterm" name="id2605185"></a><pre class="programlisting">void (*GimpQueryDoubleCallback) (GtkWidget *query_box,
|
||||
gdouble value,
|
||||
gpointer data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>query_box</tt></i><EFBFBD>:</span></td><td>The query box.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>value</tt></i><EFBFBD>:</span></td><td>The entered double value.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i><EFBFBD>:</span></td><td>The user data.
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2612706"></a><h3><a name="GimpQuerySizeCallback"></a>GimpQuerySizeCallback ()</h3><a class="indexterm" name="id2612715"></a><pre class="programlisting">void (*GimpQuerySizeCallback) (GtkWidget *query_box,
|
||||
gdouble size,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit,
|
||||
gpointer data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>query_box</tt></i><EFBFBD>:</span></td><td>The query box.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>size</tt></i><EFBFBD>:</span></td><td>The entered size in pixels.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>unit</tt></i><EFBFBD>:</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"><i class="parameter"><tt>data</tt></i><EFBFBD>:</span></td><td>The user data.
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2612806"></a><h3><a name="GimpQueryBooleanCallback"></a>GimpQueryBooleanCallback ()</h3><a class="indexterm" name="id2612814"></a><pre class="programlisting">void (*GimpQueryBooleanCallback) (GtkWidget *query_box,
|
||||
gboolean value,
|
||||
gpointer data);</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>query_box</tt></i><EFBFBD>:</span></td><td>The query box.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>value</tt></i><EFBFBD>:</span></td><td>The entered boolean value.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i><EFBFBD>:</span></td><td>The user data.
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2612882"></a><h3><a name="gimp-query-string-box"></a>gimp_query_string_box ()</h3><a class="indexterm" name="id2612890"></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,
|
||||
const gchar *message,
|
||||
const gchar *initial,
|
||||
GObject *object,
|
||||
const gchar *signal,
|
||||
<a href="libgimpwidgets-GimpQueryBox.html#GimpQueryStringCallback">GimpQueryStringCallback</a> callback,
|
||||
gpointer data);</pre><p>
|
||||
Creates a new <span class="type">GtkDialog</span> that queries the user for a string value.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>title</tt></i><EFBFBD>:</span></td><td> The query box dialog's title.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>parent</tt></i><EFBFBD>:</span></td><td> The dialog's parent widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_func</tt></i><EFBFBD>:</span></td><td> The help function to show this dialog's help page.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_id</tt></i><EFBFBD>:</span></td><td> A string identifying this dialog's help page.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>message</tt></i><EFBFBD>:</span></td><td> A string which will be shown above the dialog's entry widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>initial</tt></i><EFBFBD>:</span></td><td> The initial value.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>object</tt></i><EFBFBD>:</span></td><td> The object this query box is associated with.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>signal</tt></i><EFBFBD>:</span></td><td> The object's signal which will cause the query box to be closed.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>callback</tt></i><EFBFBD>:</span></td><td> The function which will be called when the user selects "OK".
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i><EFBFBD>:</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> A pointer to the new <span class="type">GtkDialog</span>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2613110"></a><h3><a name="gimp-query-int-box"></a>gimp_query_int_box ()</h3><a class="indexterm" name="id2613119"></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,
|
||||
const gchar *message,
|
||||
gint initial,
|
||||
gint lower,
|
||||
gint upper,
|
||||
GObject *object,
|
||||
const gchar *signal,
|
||||
<a href="libgimpwidgets-GimpQueryBox.html#GimpQueryIntCallback">GimpQueryIntCallback</a> callback,
|
||||
gpointer data);</pre><p>
|
||||
Creates a new <span class="type">GtkDialog</span> that queries the user for an integer value.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>title</tt></i><EFBFBD>:</span></td><td> The query box dialog's title.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>parent</tt></i><EFBFBD>:</span></td><td> The dialog's parent widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_func</tt></i><EFBFBD>:</span></td><td> The help function to show this dialog's help page.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_id</tt></i><EFBFBD>:</span></td><td> A string identifying this dialog's help page.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>message</tt></i><EFBFBD>:</span></td><td> A string which will be shown above the dialog's entry widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>initial</tt></i><EFBFBD>:</span></td><td> The initial value.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>lower</tt></i><EFBFBD>:</span></td><td> The lower boundary of the range of possible values.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>upper</tt></i><EFBFBD>:</span></td><td> The upper boundray of the range of possible values.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>object</tt></i><EFBFBD>:</span></td><td> The object this query box is associated with.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>signal</tt></i><EFBFBD>:</span></td><td> The object's signal which will cause the query box to be closed.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>callback</tt></i><EFBFBD>:</span></td><td> The function which will be called when the user selects "OK".
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i><EFBFBD>:</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> A pointer to the new <span class="type">GtkDialog</span>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2613375"></a><h3><a name="gimp-query-double-box"></a>gimp_query_double_box ()</h3><a class="indexterm" name="id2613383"></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,
|
||||
const gchar *message,
|
||||
gdouble initial,
|
||||
gdouble lower,
|
||||
gdouble upper,
|
||||
gint digits,
|
||||
GObject *object,
|
||||
const gchar *signal,
|
||||
<a href="libgimpwidgets-GimpQueryBox.html#GimpQueryDoubleCallback">GimpQueryDoubleCallback</a> callback,
|
||||
gpointer data);</pre><p>
|
||||
Creates a new <span class="type">GtkDialog</span> that queries the user for a double value.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>title</tt></i><EFBFBD>:</span></td><td> The query box dialog's title.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>parent</tt></i><EFBFBD>:</span></td><td> The dialog's parent widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_func</tt></i><EFBFBD>:</span></td><td> The help function to show this dialog's help page.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_id</tt></i><EFBFBD>:</span></td><td> A string identifying this dialog's help page.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>message</tt></i><EFBFBD>:</span></td><td> A string which will be shown above the dialog's entry widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>initial</tt></i><EFBFBD>:</span></td><td> The initial value.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>lower</tt></i><EFBFBD>:</span></td><td> The lower boundary of the range of possible values.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>upper</tt></i><EFBFBD>:</span></td><td> The upper boundray of the range of possible values.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>digits</tt></i><EFBFBD>:</span></td><td> The number of decimal digits the <span class="type">GtkSpinButton</span> will provide.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>object</tt></i><EFBFBD>:</span></td><td> The object this query box is associated with.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>signal</tt></i><EFBFBD>:</span></td><td> The object's signal which will cause the query box to be closed.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>callback</tt></i><EFBFBD>:</span></td><td> The function which will be called when the user selects "OK".
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i><EFBFBD>:</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> A pointer to the new <span class="type">GtkDialog</span>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2613664"></a><h3><a name="gimp-query-size-box"></a>gimp_query_size_box ()</h3><a class="indexterm" name="id2613672"></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,
|
||||
const gchar *message,
|
||||
gdouble initial,
|
||||
gdouble lower,
|
||||
gdouble upper,
|
||||
gint digits,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit,
|
||||
gdouble resolution,
|
||||
gboolean dot_for_dot,
|
||||
GObject *object,
|
||||
const gchar *signal,
|
||||
<a href="libgimpwidgets-GimpQueryBox.html#GimpQuerySizeCallback">GimpQuerySizeCallback</a> callback,
|
||||
gpointer data);</pre><p>
|
||||
Creates a new <span class="type">GtkDialog</span> that queries the user for a size using a
|
||||
<a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>title</tt></i><EFBFBD>:</span></td><td> The query box dialog's title.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>parent</tt></i><EFBFBD>:</span></td><td> The dialog's parent widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_func</tt></i><EFBFBD>:</span></td><td> The help function to show this dialog's help page.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_id</tt></i><EFBFBD>:</span></td><td> A string identifying this dialog's help page.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>message</tt></i><EFBFBD>:</span></td><td> A string which will be shown above the dialog's entry widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>initial</tt></i><EFBFBD>:</span></td><td> The initial value.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>lower</tt></i><EFBFBD>:</span></td><td> The lower boundary of the range of possible values.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>upper</tt></i><EFBFBD>:</span></td><td> The upper boundray of the range of possible values.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>digits</tt></i><EFBFBD>:</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"><i class="parameter"><tt>unit</tt></i><EFBFBD>:</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"><i class="parameter"><tt>resolution</tt></i><EFBFBD>:</span></td><td> The resolution (in dpi) which will be used for pixel/unit
|
||||
calculations.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>dot_for_dot</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> 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"><i class="parameter"><tt>object</tt></i><EFBFBD>:</span></td><td> The object this query box is associated with.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>signal</tt></i><EFBFBD>:</span></td><td> The object's signal which will cause the query box
|
||||
to be closed.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>callback</tt></i><EFBFBD>:</span></td><td> The function which will be called when the user selects "OK".
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i><EFBFBD>:</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> A pointer to the new <span class="type">GtkDialog</span>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2614030"></a><h3><a name="gimp-query-boolean-box"></a>gimp_query_boolean_box ()</h3><a class="indexterm" name="id2614038"></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,
|
||||
const gchar *stock_id,
|
||||
const gchar *message,
|
||||
const gchar *true_button,
|
||||
const gchar *false_button,
|
||||
GObject *object,
|
||||
const gchar *signal,
|
||||
<a href="libgimpwidgets-GimpQueryBox.html#GimpQueryBooleanCallback">GimpQueryBooleanCallback</a> callback,
|
||||
gpointer data);</pre><p>
|
||||
Creates a new <span class="type">GtkDialog</span> that asks the user to do a boolean decision.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>title</tt></i><EFBFBD>:</span></td><td> The query box dialog's title.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>parent</tt></i><EFBFBD>:</span></td><td> The dialog's parent widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_func</tt></i><EFBFBD>:</span></td><td> The help function to show this dialog's help page.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_id</tt></i><EFBFBD>:</span></td><td> A string identifying this dialog's help page.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>stock_id</tt></i><EFBFBD>:</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"><i class="parameter"><tt>message</tt></i><EFBFBD>:</span></td><td> A string which will be shown in the query box.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>true_button</tt></i><EFBFBD>:</span></td><td> The string to be shown in the dialog's left button.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>false_button</tt></i><EFBFBD>:</span></td><td> The string to be shown in the dialog's right button.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>object</tt></i><EFBFBD>:</span></td><td> The object this query box is associated with.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>signal</tt></i><EFBFBD>:</span></td><td> The object's signal which will cause the query box
|
||||
to be closed.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>callback</tt></i><EFBFBD>:</span></td><td> The function which will be called when the user clicks one
|
||||
of the buttons.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i><EFBFBD>:</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> A pointer to the new <span class="type">GtkDialog</span>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2614299"></a><h3><a name="GIMP-QUERY-BOX-VBOX-CAPS"></a>GIMP_QUERY_BOX_VBOX()</h3><a class="indexterm" name="id2614308"></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.
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>qbox</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2614347"></a><h2>See Also</h2><p>
|
||||
GimpSizeEntry
|
||||
</p><p>
|
||||
GimpUnitMenu
|
||||
</p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="libgimpwidgets-GimpHelpUI.html"><b><<<EFBFBD>GimpHelpUI</b></a></td><td align="right"><a accesskey="n" href="GimpSizeEntry.html"><b>GimpSizeEntry<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
@ -0,0 +1,46 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpScrolledPreview</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpPreview.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpUnitMenu.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="libgimpwidgets-GimpScrolledPreview"></a><div class="titlepage"></div><div class="refnamediv"><h2><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></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
struct <a href="libgimpwidgets-GimpScrolledPreview.html#GimpScrolledPreview">GimpScrolledPreview</a>;
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2530646"></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="id2563466"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2563393"></a><h3><a name="GimpScrolledPreview"></a>struct GimpScrolledPreview</h3><a class="indexterm" name="id2580313"></a><pre class="programlisting">struct GimpScrolledPreview {
|
||||
|
||||
GimpPreview parent_instance;
|
||||
|
||||
};
|
||||
</pre><p>
|
||||
|
||||
</p></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpPreview.html"><b><<<EFBFBD>GimpPreview</b></a></td><td align="right"><a accesskey="n" href="GimpUnitMenu.html"><b>GimpUnitMenu<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
866
devel-docs/libgimpwidgets/html/libgimpwidgets-GimpStock.html
Normal file
@ -0,0 +1,866 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpStock</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-utils.html" title="Part<72>V.<2E>GIMP Widgets Utilities"><link rel="prev" href="GimpSizeEntry.html" title="GimpSizeEntry"><link rel="next" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets"><meta name="generator" content="GTK-Doc V1.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpSizeEntry.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-utils.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="libgimpwidgets-GimpWidgets.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="libgimpwidgets-GimpStock"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpStock</span></h2><p>GimpStock — Prebuilt common menu/toolbar items and corresponding icons</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
void <a href="libgimpwidgets-GimpStock.html#gimp-stock-init">gimp_stock_init</a> (void);
|
||||
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-ANCHOR-CAPS">GIMP_STOCK_ANCHOR</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CENTER-CAPS">GIMP_STOCK_CENTER</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-DUPLICATE-CAPS">GIMP_STOCK_DUPLICATE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-EDIT-CAPS">GIMP_STOCK_EDIT</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-RESET-CAPS">GIMP_STOCK_RESET</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CLOSE-CAPS">GIMP_STOCK_CLOSE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-MENU-LEFT-CAPS">GIMP_STOCK_MENU_LEFT</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-MENU-RIGHT-CAPS">GIMP_STOCK_MENU_RIGHT</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-MOVE-TO-SCREEN-CAPS">GIMP_STOCK_MOVE_TO_SCREEN</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-INVERT-CAPS">GIMP_STOCK_INVERT</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-LAYER-TO-IMAGESIZE-CAPS">GIMP_STOCK_LAYER_TO_IMAGESIZE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-MERGE-DOWN-CAPS">GIMP_STOCK_MERGE_DOWN</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-NAVIGATION-CAPS">GIMP_STOCK_NAVIGATION</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-PASTE-AS-NEW-CAPS">GIMP_STOCK_PASTE_AS_NEW</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-PASTE-INTO-CAPS">GIMP_STOCK_PASTE_INTO</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-PATH-STROKE-CAPS">GIMP_STOCK_PATH_STROKE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-PLUGIN-CAPS">GIMP_STOCK_PLUGIN</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-QMASK-OFF-CAPS">GIMP_STOCK_QMASK_OFF</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-QMASK-ON-CAPS">GIMP_STOCK_QMASK_ON</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-HISTOGRAM-CAPS">GIMP_STOCK_HISTOGRAM</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-HISTOGRAM-LINEAR-CAPS">GIMP_STOCK_HISTOGRAM_LINEAR</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-HISTOGRAM-LOGARITHMIC-CAPS">GIMP_STOCK_HISTOGRAM_LOGARITHMIC</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-RESHOW-FILTER-CAPS">GIMP_STOCK_RESHOW_FILTER</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-RESIZE-CAPS">GIMP_STOCK_RESIZE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-FLIP-HORIZONTAL-CAPS">GIMP_STOCK_FLIP_HORIZONTAL</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-FLIP-VERTICAL-CAPS">GIMP_STOCK_FLIP_VERTICAL</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-ROTATE-180-CAPS">GIMP_STOCK_ROTATE_180</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-ROTATE-270-CAPS">GIMP_STOCK_ROTATE_270</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-ROTATE-90-CAPS">GIMP_STOCK_ROTATE_90</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-SCALE-CAPS">GIMP_STOCK_SCALE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-LINKED-CAPS">GIMP_STOCK_LINKED</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-VISIBLE-CAPS">GIMP_STOCK_VISIBLE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-LIST-CAPS">GIMP_STOCK_LIST</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRID-CAPS">GIMP_STOCK_GRID</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-PORTRAIT-CAPS">GIMP_STOCK_PORTRAIT</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-LANDSCAPE-CAPS">GIMP_STOCK_LANDSCAPE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-VIDEO-CAPS">GIMP_STOCK_VIDEO</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-WEB-CAPS">GIMP_STOCK_WEB</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-IMAGE-CAPS">GIMP_STOCK_IMAGE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-LAYER-CAPS">GIMP_STOCK_LAYER</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-LAYER-MASK-CAPS">GIMP_STOCK_LAYER_MASK</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-CAPS">GIMP_STOCK_CHANNEL</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-RED-CAPS">GIMP_STOCK_CHANNEL_RED</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-GREEN-CAPS">GIMP_STOCK_CHANNEL_GREEN</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-BLUE-CAPS">GIMP_STOCK_CHANNEL_BLUE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-GRAY-CAPS">GIMP_STOCK_CHANNEL_GRAY</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-INDEXED-CAPS">GIMP_STOCK_CHANNEL_INDEXED</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-ALPHA-CAPS">GIMP_STOCK_CHANNEL_ALPHA</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-PATH-CAPS">GIMP_STOCK_PATH</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TEXT-LAYER-CAPS">GIMP_STOCK_TEXT_LAYER</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-FLOATING-SELECTION-CAPS">GIMP_STOCK_FLOATING_SELECTION</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TEMPLATE-CAPS">GIMP_STOCK_TEMPLATE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-IMAGES-CAPS">GIMP_STOCK_IMAGES</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-LAYERS-CAPS">GIMP_STOCK_LAYERS</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNELS-CAPS">GIMP_STOCK_CHANNELS</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-PATHS-CAPS">GIMP_STOCK_PATHS</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-INDEXED-PALETTE-CAPS">GIMP_STOCK_INDEXED_PALETTE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-SHAPE-CIRCLE-CAPS">GIMP_STOCK_SHAPE_CIRCLE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-SHAPE-SQUARE-CAPS">GIMP_STOCK_SHAPE_SQUARE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-SHAPE-DIAMOND-CAPS">GIMP_STOCK_SHAPE_DIAMOND</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CAP-BUTT-CAPS">GIMP_STOCK_CAP_BUTT</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CAP-ROUND-CAPS">GIMP_STOCK_CAP_ROUND</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CAP-SQUARE-CAPS">GIMP_STOCK_CAP_SQUARE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-JOIN-MITER-CAPS">GIMP_STOCK_JOIN_MITER</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-JOIN-ROUND-CAPS">GIMP_STOCK_JOIN_ROUND</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-JOIN-BEVEL-CAPS">GIMP_STOCK_JOIN_BEVEL</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-CAPS">GIMP_STOCK_SELECTION</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-ALL-CAPS">GIMP_STOCK_SELECTION_ALL</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-NONE-CAPS">GIMP_STOCK_SELECTION_NONE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-GROW-CAPS">GIMP_STOCK_SELECTION_GROW</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-SHRINK-CAPS">GIMP_STOCK_SELECTION_SHRINK</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-BORDER-CAPS">GIMP_STOCK_SELECTION_BORDER</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-ADD-CAPS">GIMP_STOCK_SELECTION_ADD</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-SUBTRACT-CAPS">GIMP_STOCK_SELECTION_SUBTRACT</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-REPLACE-CAPS">GIMP_STOCK_SELECTION_REPLACE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-INTERSECT-CAPS">GIMP_STOCK_SELECTION_INTERSECT</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-STROKE-CAPS">GIMP_STOCK_SELECTION_STROKE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-TO-CHANNEL-CAPS">GIMP_STOCK_SELECTION_TO_CHANNEL</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-TO-PATH-CAPS">GIMP_STOCK_SELECTION_TO_PATH</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-LINEAR-CAPS">GIMP_STOCK_GRADIENT_LINEAR</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-BILINEAR-CAPS">GIMP_STOCK_GRADIENT_BILINEAR</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-RADIAL-CAPS">GIMP_STOCK_GRADIENT_RADIAL</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-SQUARE-CAPS">GIMP_STOCK_GRADIENT_SQUARE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-CONICAL-SYMMETRIC-CAPS">GIMP_STOCK_GRADIENT_CONICAL_SYMMETRIC</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-CONICAL-ASYMMETRIC-CAPS">GIMP_STOCK_GRADIENT_CONICAL_ASYMMETRIC</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-SHAPEBURST-SPHERICAL-CAPS">GIMP_STOCK_GRADIENT_SHAPEBURST_SPHERICAL</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-SHAPEBURST-ANGULAR-CAPS">GIMP_STOCK_GRADIENT_SHAPEBURST_ANGULAR</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-SHAPEBURST-DIMPLED-CAPS">GIMP_STOCK_GRADIENT_SHAPEBURST_DIMPLED</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-SPIRAL-CLOCKWISE-CAPS">GIMP_STOCK_GRADIENT_SPIRAL_CLOCKWISE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-SPIRAL-ANTICLOCKWISE-CAPS">GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-NORTH-WEST-CAPS">GIMP_STOCK_GRAVITY_NORTH_WEST</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-NORTH-CAPS">GIMP_STOCK_GRAVITY_NORTH</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-NORTH-EAST-CAPS">GIMP_STOCK_GRAVITY_NORTH_EAST</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-WEST-CAPS">GIMP_STOCK_GRAVITY_WEST</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-EAST-CAPS">GIMP_STOCK_GRAVITY_EAST</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-SOUTH-WEST-CAPS">GIMP_STOCK_GRAVITY_SOUTH_WEST</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-SOUTH-CAPS">GIMP_STOCK_GRAVITY_SOUTH</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-SOUTH-EAST-CAPS">GIMP_STOCK_GRAVITY_SOUTH_EAST</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CHAR-PICKER-CAPS">GIMP_STOCK_CHAR_PICKER</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-LETTER-SPACING-CAPS">GIMP_STOCK_LETTER_SPACING</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-LINE-SPACING-CAPS">GIMP_STOCK_LINE_SPACING</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TEXT-DIR-LTR-CAPS">GIMP_STOCK_TEXT_DIR_LTR</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TEXT-DIR-RTL-CAPS">GIMP_STOCK_TEXT_DIR_RTL</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-PRINT-RESOLUTION-CAPS">GIMP_STOCK_PRINT_RESOLUTION</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOLS-CAPS">GIMP_STOCK_TOOLS</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-OPTIONS-CAPS">GIMP_STOCK_TOOL_OPTIONS</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-DEVICE-STATUS-CAPS">GIMP_STOCK_DEVICE_STATUS</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-DISPLAY-FILTER-CAPS">GIMP_STOCK_DISPLAY_FILTER</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CURVE-FREE-CAPS">GIMP_STOCK_CURVE_FREE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CURVE-SMOOTH-CAPS">GIMP_STOCK_CURVE_SMOOTH</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-COLOR-PICKER-BLACK-CAPS">GIMP_STOCK_COLOR_PICKER_BLACK</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-COLOR-PICKER-GRAY-CAPS">GIMP_STOCK_COLOR_PICKER_GRAY</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-COLOR-PICKER-WHITE-CAPS">GIMP_STOCK_COLOR_PICKER_WHITE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-COLOR-TRIANGLE-CAPS">GIMP_STOCK_COLOR_TRIANGLE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-COLOR-PICK-FROM-SCREEN-CAPS">GIMP_STOCK_COLOR_PICK_FROM_SCREEN</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CONVERT-GRAYSCALE-CAPS">GIMP_STOCK_CONVERT_GRAYSCALE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CONVERT-INDEXED-CAPS">GIMP_STOCK_CONVERT_INDEXED</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-CONVERT-RGB-CAPS">GIMP_STOCK_CONVERT_RGB</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TRANSPARENCY-CAPS">GIMP_STOCK_TRANSPARENCY</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-DEFAULT-COLORS-CAPS">GIMP_STOCK_DEFAULT_COLORS</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-SWAP-COLORS-CAPS">GIMP_STOCK_SWAP_COLORS</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-UNDO-HISTORY-CAPS">GIMP_STOCK_UNDO_HISTORY</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-AIRBRUSH-CAPS">GIMP_STOCK_TOOL_AIRBRUSH</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-BLEND-CAPS">GIMP_STOCK_TOOL_BLEND</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-BLUR-CAPS">GIMP_STOCK_TOOL_BLUR</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-BRIGHTNESS-CONTRAST-CAPS">GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-BUCKET-FILL-CAPS">GIMP_STOCK_TOOL_BUCKET_FILL</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-BY-COLOR-SELECT-CAPS">GIMP_STOCK_TOOL_BY_COLOR_SELECT</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-CLONE-CAPS">GIMP_STOCK_TOOL_CLONE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-COLOR-BALANCE-CAPS">GIMP_STOCK_TOOL_COLOR_BALANCE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-COLOR-PICKER-CAPS">GIMP_STOCK_TOOL_COLOR_PICKER</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-COLORIZE-CAPS">GIMP_STOCK_TOOL_COLORIZE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-CROP-CAPS">GIMP_STOCK_TOOL_CROP</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-CURVES-CAPS">GIMP_STOCK_TOOL_CURVES</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-DODGE-CAPS">GIMP_STOCK_TOOL_DODGE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-ELLIPSE-SELECT-CAPS">GIMP_STOCK_TOOL_ELLIPSE_SELECT</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-ERASER-CAPS">GIMP_STOCK_TOOL_ERASER</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-FLIP-CAPS">GIMP_STOCK_TOOL_FLIP</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-FREE-SELECT-CAPS">GIMP_STOCK_TOOL_FREE_SELECT</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-FUZZY-SELECT-CAPS">GIMP_STOCK_TOOL_FUZZY_SELECT</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-HUE-SATURATION-CAPS">GIMP_STOCK_TOOL_HUE_SATURATION</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-INK-CAPS">GIMP_STOCK_TOOL_INK</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-ISCISSORS-CAPS">GIMP_STOCK_TOOL_ISCISSORS</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-LEVELS-CAPS">GIMP_STOCK_TOOL_LEVELS</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-MEASURE-CAPS">GIMP_STOCK_TOOL_MEASURE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-MOVE-CAPS">GIMP_STOCK_TOOL_MOVE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-PAINTBRUSH-CAPS">GIMP_STOCK_TOOL_PAINTBRUSH</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-PATH-CAPS">GIMP_STOCK_TOOL_PATH</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-PENCIL-CAPS">GIMP_STOCK_TOOL_PENCIL</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-PERSPECTIVE-CAPS">GIMP_STOCK_TOOL_PERSPECTIVE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-POSTERIZE-CAPS">GIMP_STOCK_TOOL_POSTERIZE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-RECT-SELECT-CAPS">GIMP_STOCK_TOOL_RECT_SELECT</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-ROTATE-CAPS">GIMP_STOCK_TOOL_ROTATE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-SCALE-CAPS">GIMP_STOCK_TOOL_SCALE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-SHEAR-CAPS">GIMP_STOCK_TOOL_SHEAR</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-SMUDGE-CAPS">GIMP_STOCK_TOOL_SMUDGE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-TEXT-CAPS">GIMP_STOCK_TOOL_TEXT</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-THRESHOLD-CAPS">GIMP_STOCK_TOOL_THRESHOLD</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-ZOOM-CAPS">GIMP_STOCK_TOOL_ZOOM</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-HCHAIN-CAPS">GIMP_STOCK_HCHAIN</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-HCHAIN-BROKEN-CAPS">GIMP_STOCK_HCHAIN_BROKEN</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-VCHAIN-CAPS">GIMP_STOCK_VCHAIN</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-VCHAIN-BROKEN-CAPS">GIMP_STOCK_VCHAIN_BROKEN</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-TEXTURE-CAPS">GIMP_STOCK_TEXTURE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-FRAME-CAPS">GIMP_STOCK_FRAME</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-ERROR-CAPS">GIMP_STOCK_ERROR</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-INFO-CAPS">GIMP_STOCK_INFO</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-QUESTION-CAPS">GIMP_STOCK_QUESTION</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-WARNING-CAPS">GIMP_STOCK_WARNING</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-WILBER-CAPS">GIMP_STOCK_WILBER</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-WILBER-EEK-CAPS">GIMP_STOCK_WILBER_EEK</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-BRUSH-CAPS">GIMP_STOCK_BRUSH</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-BUFFER-CAPS">GIMP_STOCK_BUFFER</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-FONT-CAPS">GIMP_STOCK_FONT</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-CAPS">GIMP_STOCK_GRADIENT</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-PALETTE-CAPS">GIMP_STOCK_PALETTE</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-PATTERN-CAPS">GIMP_STOCK_PATTERN</a>
|
||||
#define <a href="libgimpwidgets-GimpStock.html#GIMP-STOCK-ZOOM-FOLLOW-WINDOW-CAPS">GIMP_STOCK_ZOOM_FOLLOW_WINDOW</a>
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2624943"></a><h2>Description</h2><p>
|
||||
GIMP registers a set of menu/toolbar items and corresponding icons in
|
||||
addition to the standard GTK+ stock items. These can be used just like
|
||||
GTK+ stock items. GIMP also overrides a few of the GTK+ icons (namely
|
||||
the ones in dialog size).
|
||||
</p><p>
|
||||
Stock icons may have a RTL variant which gets used for right-to-left
|
||||
locales.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2624961"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2624966"></a><h3><a name="gimp-stock-init"></a>gimp_stock_init ()</h3><a class="indexterm" name="id2624975"></a><pre class="programlisting">void gimp_stock_init (void);</pre><p>
|
||||
Initializes the GIMP stock icon factory.
|
||||
</p><p>
|
||||
You don't need to call this function as <a
|
||||
href="../libgimp/libgimp-gimpui.html#gimp-ui-init"
|
||||
><tt class="function">gimp_ui_init()</tt></a> already does
|
||||
this for you.</p><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625004"></a><h3><a name="GIMP-STOCK-ANCHOR-CAPS"></a>GIMP_STOCK_ANCHOR</h3><a class="indexterm" name="id2625012"></a><pre class="programlisting">#define GIMP_STOCK_ANCHOR "gimp-anchor"
|
||||
</pre><p>
|
||||
<img src="stock-anchor-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625029"></a><h3><a name="GIMP-STOCK-CENTER-CAPS"></a>GIMP_STOCK_CENTER</h3><a class="indexterm" name="id2625037"></a><pre class="programlisting">#define GIMP_STOCK_CENTER "gimp-center"
|
||||
</pre><p>
|
||||
<img src="stock-center-24.png">
|
||||
<img src="stock-center-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625060"></a><h3><a name="GIMP-STOCK-DUPLICATE-CAPS"></a>GIMP_STOCK_DUPLICATE</h3><a class="indexterm" name="id2625069"></a><pre class="programlisting">#define GIMP_STOCK_DUPLICATE "gimp-duplicate"
|
||||
</pre><p>
|
||||
<img src="stock-duplicate-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625086"></a><h3><a name="GIMP-STOCK-EDIT-CAPS"></a>GIMP_STOCK_EDIT</h3><a class="indexterm" name="id2625094"></a><pre class="programlisting">#define GIMP_STOCK_EDIT "gimp-edit"
|
||||
</pre><p>
|
||||
<img src="stock-edit-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625111"></a><h3><a name="GIMP-STOCK-RESET-CAPS"></a>GIMP_STOCK_RESET</h3><a class="indexterm" name="id2625119"></a><pre class="programlisting">#define GIMP_STOCK_RESET "gimp-reset"
|
||||
</pre><p>
|
||||
<img src="stock-reset-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625136"></a><h3><a name="GIMP-STOCK-CLOSE-CAPS"></a>GIMP_STOCK_CLOSE</h3><a class="indexterm" name="id2625144"></a><pre class="programlisting">#define GIMP_STOCK_CLOSE "gimp-close"
|
||||
</pre><p>
|
||||
<img src="stock-close-12.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625161"></a><h3><a name="GIMP-STOCK-MENU-LEFT-CAPS"></a>GIMP_STOCK_MENU_LEFT</h3><a class="indexterm" name="id2625170"></a><pre class="programlisting">#define GIMP_STOCK_MENU_LEFT "gimp-menu-left"
|
||||
</pre><p>
|
||||
<img src="stock-menu-left-12.png">
|
||||
RTL variant
|
||||
<img src="stock-menu-right-12.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625193"></a><h3><a name="GIMP-STOCK-MENU-RIGHT-CAPS"></a>GIMP_STOCK_MENU_RIGHT</h3><a class="indexterm" name="id2625201"></a><pre class="programlisting">#define GIMP_STOCK_MENU_RIGHT "gimp-menu-right"
|
||||
</pre><p>
|
||||
<img src="stock-menu-right-12.png">
|
||||
RTL variant
|
||||
<img src="stock-menu-left-12.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625224"></a><h3><a name="GIMP-STOCK-MOVE-TO-SCREEN-CAPS"></a>GIMP_STOCK_MOVE_TO_SCREEN</h3><a class="indexterm" name="id2625235"></a><pre class="programlisting">#define GIMP_STOCK_MOVE_TO_SCREEN "gimp_move-to-screen"
|
||||
</pre><p>
|
||||
<img src="stock-move-to-screen-24.png">
|
||||
<img src="stock-move-to-screen-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625258"></a><h3><a name="GIMP-STOCK-INVERT-CAPS"></a>GIMP_STOCK_INVERT</h3><a class="indexterm" name="id2625267"></a><pre class="programlisting">#define GIMP_STOCK_INVERT "gimp-invert"
|
||||
</pre><p>
|
||||
<img src="stock-invert-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625284"></a><h3><a name="GIMP-STOCK-LAYER-TO-IMAGESIZE-CAPS"></a>GIMP_STOCK_LAYER_TO_IMAGESIZE</h3><a class="indexterm" name="id2625294"></a><pre class="programlisting">#define GIMP_STOCK_LAYER_TO_IMAGESIZE "gimp-layer-to-imagesize"
|
||||
</pre><p>
|
||||
<img src="stock-layer-to-imagesize-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625312"></a><h3><a name="GIMP-STOCK-MERGE-DOWN-CAPS"></a>GIMP_STOCK_MERGE_DOWN</h3><a class="indexterm" name="id2625321"></a><pre class="programlisting">#define GIMP_STOCK_MERGE_DOWN "gimp-merge-down"
|
||||
</pre><p>
|
||||
<img src="stock-merge-down-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625338"></a><h3><a name="GIMP-STOCK-NAVIGATION-CAPS"></a>GIMP_STOCK_NAVIGATION</h3><a class="indexterm" name="id2625346"></a><pre class="programlisting">#define GIMP_STOCK_NAVIGATION "gimp-navigation"
|
||||
</pre><p>
|
||||
<img src="stock-navigation-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625363"></a><h3><a name="GIMP-STOCK-PASTE-AS-NEW-CAPS"></a>GIMP_STOCK_PASTE_AS_NEW</h3><a class="indexterm" name="id2625374"></a><pre class="programlisting">#define GIMP_STOCK_PASTE_AS_NEW "gimp-paste-as-new"
|
||||
</pre><p>
|
||||
<img src="stock-paste-as-new-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625391"></a><h3><a name="GIMP-STOCK-PASTE-INTO-CAPS"></a>GIMP_STOCK_PASTE_INTO</h3><a class="indexterm" name="id2625399"></a><pre class="programlisting">#define GIMP_STOCK_PASTE_INTO "gimp-paste-into"
|
||||
</pre><p>
|
||||
<img src="stock-paste-into-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625416"></a><h3><a name="GIMP-STOCK-PATH-STROKE-CAPS"></a>GIMP_STOCK_PATH_STROKE</h3><a class="indexterm" name="id2625425"></a><pre class="programlisting">#define GIMP_STOCK_PATH_STROKE "gimp-path-stroke"
|
||||
</pre><p>
|
||||
<img src="stock-path-stroke-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625442"></a><h3><a name="GIMP-STOCK-PLUGIN-CAPS"></a>GIMP_STOCK_PLUGIN</h3><a class="indexterm" name="id2625450"></a><pre class="programlisting">#define GIMP_STOCK_PLUGIN "gimp-plugin"
|
||||
</pre><p>
|
||||
<img src="stock-plugin-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625467"></a><h3><a name="GIMP-STOCK-QMASK-OFF-CAPS"></a>GIMP_STOCK_QMASK_OFF</h3><a class="indexterm" name="id2625475"></a><pre class="programlisting">#define GIMP_STOCK_QMASK_OFF "gimp-qmask-off"
|
||||
</pre><p>
|
||||
<img src="stock-qmask-off-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625492"></a><h3><a name="GIMP-STOCK-QMASK-ON-CAPS"></a>GIMP_STOCK_QMASK_ON</h3><a class="indexterm" name="id2625501"></a><pre class="programlisting">#define GIMP_STOCK_QMASK_ON "gimp-qmask-on"
|
||||
</pre><p>
|
||||
<img src="stock-qmask-on-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625518"></a><h3><a name="GIMP-STOCK-HISTOGRAM-CAPS"></a>GIMP_STOCK_HISTOGRAM</h3><a class="indexterm" name="id2625526"></a><pre class="programlisting">#define GIMP_STOCK_HISTOGRAM "gimp-histogram"
|
||||
</pre><p>
|
||||
<img src="stock-histogram-22.png">
|
||||
<img src="stock-histogram-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625549"></a><h3><a name="GIMP-STOCK-HISTOGRAM-LINEAR-CAPS"></a>GIMP_STOCK_HISTOGRAM_LINEAR</h3><a class="indexterm" name="id2625559"></a><pre class="programlisting">#define GIMP_STOCK_HISTOGRAM_LINEAR "gimp-histogram-linear"
|
||||
</pre><p>
|
||||
<img src="stock-histogram-linear-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625576"></a><h3><a name="GIMP-STOCK-HISTOGRAM-LOGARITHMIC-CAPS"></a>GIMP_STOCK_HISTOGRAM_LOGARITHMIC</h3><a class="indexterm" name="id2625589"></a><pre class="programlisting">#define GIMP_STOCK_HISTOGRAM_LOGARITHMIC "gimp-histogram-logarithmic"
|
||||
</pre><p>
|
||||
<img src="stock-histogram-logarithmic-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625607"></a><h3><a name="GIMP-STOCK-RESHOW-FILTER-CAPS"></a>GIMP_STOCK_RESHOW_FILTER</h3><a class="indexterm" name="id2625618"></a><pre class="programlisting">#define GIMP_STOCK_RESHOW_FILTER "gimp-reshow-filter"
|
||||
</pre><p>
|
||||
<img src="stock-reshow-filter-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625635"></a><h3><a name="GIMP-STOCK-RESIZE-CAPS"></a>GIMP_STOCK_RESIZE</h3><a class="indexterm" name="id2625644"></a><pre class="programlisting">#define GIMP_STOCK_RESIZE "gimp-resize"
|
||||
</pre><p>
|
||||
<img src="stock-resize-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625660"></a><h3><a name="GIMP-STOCK-FLIP-HORIZONTAL-CAPS"></a>GIMP_STOCK_FLIP_HORIZONTAL</h3><a class="indexterm" name="id2625671"></a><pre class="programlisting">#define GIMP_STOCK_FLIP_HORIZONTAL "gimp-flip-horizontal"
|
||||
</pre><p>
|
||||
<img src="stock-flip-horizontal-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625688"></a><h3><a name="GIMP-STOCK-FLIP-VERTICAL-CAPS"></a>GIMP_STOCK_FLIP_VERTICAL</h3><a class="indexterm" name="id2625699"></a><pre class="programlisting">#define GIMP_STOCK_FLIP_VERTICAL "gimp-flip-vertical"
|
||||
</pre><p>
|
||||
<img src="stock-flip-vertical-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625716"></a><h3><a name="GIMP-STOCK-ROTATE-180-CAPS"></a>GIMP_STOCK_ROTATE_180</h3><a class="indexterm" name="id2625724"></a><pre class="programlisting">#define GIMP_STOCK_ROTATE_180 "gimp-rotate-180"
|
||||
</pre><p>
|
||||
<img src="stock-rotate-180-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625741"></a><h3><a name="GIMP-STOCK-ROTATE-270-CAPS"></a>GIMP_STOCK_ROTATE_270</h3><a class="indexterm" name="id2625749"></a><pre class="programlisting">#define GIMP_STOCK_ROTATE_270 "gimp-rotate-270"
|
||||
</pre><p>
|
||||
<img src="stock-rotate-270-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625766"></a><h3><a name="GIMP-STOCK-ROTATE-90-CAPS"></a>GIMP_STOCK_ROTATE_90</h3><a class="indexterm" name="id2625775"></a><pre class="programlisting">#define GIMP_STOCK_ROTATE_90 "gimp-rotate-90"
|
||||
</pre><p>
|
||||
<img src="stock-rotate-90-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625792"></a><h3><a name="GIMP-STOCK-SCALE-CAPS"></a>GIMP_STOCK_SCALE</h3><a class="indexterm" name="id2625800"></a><pre class="programlisting">#define GIMP_STOCK_SCALE "gimp-scale"
|
||||
</pre><p>
|
||||
<img src="stock-scale-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625817"></a><h3><a name="GIMP-STOCK-LINKED-CAPS"></a>GIMP_STOCK_LINKED</h3><a class="indexterm" name="id2625825"></a><pre class="programlisting">#define GIMP_STOCK_LINKED "gimp-linked"
|
||||
</pre><p>
|
||||
<img src="stock-linked-20.png">
|
||||
<img src="stock-linked-12.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625848"></a><h3><a name="GIMP-STOCK-VISIBLE-CAPS"></a>GIMP_STOCK_VISIBLE</h3><a class="indexterm" name="id2625857"></a><pre class="programlisting">#define GIMP_STOCK_VISIBLE "gimp-visible"
|
||||
</pre><p>
|
||||
<img src="stock-eye-20.png">
|
||||
<img src="stock-eye-12.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625880"></a><h3><a name="GIMP-STOCK-LIST-CAPS"></a>GIMP_STOCK_LIST</h3><a class="indexterm" name="id2625888"></a><pre class="programlisting">#define GIMP_STOCK_LIST "gimp-list"
|
||||
</pre><p>
|
||||
<img src="stock-list-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625905"></a><h3><a name="GIMP-STOCK-GRID-CAPS"></a>GIMP_STOCK_GRID</h3><a class="indexterm" name="id2625913"></a><pre class="programlisting">#define GIMP_STOCK_GRID "gimp-grid"
|
||||
</pre><p>
|
||||
<img src="stock-grid-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625930"></a><h3><a name="GIMP-STOCK-PORTRAIT-CAPS"></a>GIMP_STOCK_PORTRAIT</h3><a class="indexterm" name="id2625938"></a><pre class="programlisting">#define GIMP_STOCK_PORTRAIT "gimp-portrait"
|
||||
</pre><p>
|
||||
<img src="stock-portrait-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625955"></a><h3><a name="GIMP-STOCK-LANDSCAPE-CAPS"></a>GIMP_STOCK_LANDSCAPE</h3><a class="indexterm" name="id2625964"></a><pre class="programlisting">#define GIMP_STOCK_LANDSCAPE "gimp-landscape"
|
||||
</pre><p>
|
||||
<img src="stock-landscape-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2625981"></a><h3><a name="GIMP-STOCK-VIDEO-CAPS"></a>GIMP_STOCK_VIDEO</h3><a class="indexterm" name="id2625989"></a><pre class="programlisting">#define GIMP_STOCK_VIDEO "gimp-video"
|
||||
</pre><p>
|
||||
<img src="stock-video-24.png">
|
||||
<img src="stock-video-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626012"></a><h3><a name="GIMP-STOCK-WEB-CAPS"></a>GIMP_STOCK_WEB</h3><a class="indexterm" name="id2626020"></a><pre class="programlisting">#define GIMP_STOCK_WEB "gimp-web"
|
||||
</pre><p>
|
||||
<img src="stock-web-24.png">
|
||||
<img src="stock-web-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626043"></a><h3><a name="GIMP-STOCK-IMAGE-CAPS"></a>GIMP_STOCK_IMAGE</h3><a class="indexterm" name="id2626052"></a><pre class="programlisting">#define GIMP_STOCK_IMAGE "gimp-image"
|
||||
</pre><p>
|
||||
<img src="stock-image-48.png">
|
||||
<img src="stock-image-32.png">
|
||||
<img src="stock-image-24.png">
|
||||
<img src="stock-image-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2547796"></a><h3><a name="GIMP-STOCK-LAYER-CAPS"></a>GIMP_STOCK_LAYER</h3><a class="indexterm" name="id2626086"></a><pre class="programlisting">#define GIMP_STOCK_LAYER "gimp-layer"
|
||||
</pre><p>
|
||||
<img src="stock-layer-48.png">
|
||||
<img src="stock-layer-32.png">
|
||||
<img src="stock-layer-24.png">
|
||||
<img src="stock-layer-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626118"></a><h3><a name="GIMP-STOCK-LAYER-MASK-CAPS"></a>GIMP_STOCK_LAYER_MASK</h3><a class="indexterm" name="id2626127"></a><pre class="programlisting">#define GIMP_STOCK_LAYER_MASK "gimp-layer-mask"
|
||||
</pre><p>
|
||||
<img src="stock-layer-mask-48.png">
|
||||
<img src="stock-layer-mask-32.png">
|
||||
<img src="stock-layer-mask-24.png">
|
||||
<img src="stock-layer-mask-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626162"></a><h3><a name="GIMP-STOCK-CHANNEL-CAPS"></a>GIMP_STOCK_CHANNEL</h3><a class="indexterm" name="id2626171"></a><pre class="programlisting">#define GIMP_STOCK_CHANNEL "gimp-channel"
|
||||
</pre><p>
|
||||
<img src="stock-channel-48.png">
|
||||
<img src="stock-channel-32.png">
|
||||
<img src="stock-channel-24.png">
|
||||
<img src="stock-channel-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626206"></a><h3><a name="GIMP-STOCK-CHANNEL-RED-CAPS"></a>GIMP_STOCK_CHANNEL_RED</h3><a class="indexterm" name="id2626214"></a><pre class="programlisting">#define GIMP_STOCK_CHANNEL_RED "gimp-channel-red"
|
||||
</pre><p>
|
||||
<img src="stock-channel-red-48.png">
|
||||
<img src="stock-channel-red-32.png">
|
||||
<img src="stock-channel-red-24.png">
|
||||
<img src="stock-channel-red-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626250"></a><h3><a name="GIMP-STOCK-CHANNEL-GREEN-CAPS"></a>GIMP_STOCK_CHANNEL_GREEN</h3><a class="indexterm" name="id2626258"></a><pre class="programlisting">#define GIMP_STOCK_CHANNEL_GREEN "gimp-channel-green"
|
||||
</pre><p>
|
||||
<img src="stock-channel-green-48.png">
|
||||
<img src="stock-channel-green-32.png">
|
||||
<img src="stock-channel-green-24.png">
|
||||
<img src="stock-channel-green-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626293"></a><h3><a name="GIMP-STOCK-CHANNEL-BLUE-CAPS"></a>GIMP_STOCK_CHANNEL_BLUE</h3><a class="indexterm" name="id2626302"></a><pre class="programlisting">#define GIMP_STOCK_CHANNEL_BLUE "gimp-channel-blue"
|
||||
</pre><p>
|
||||
<img src="stock-channel-blue-48.png">
|
||||
<img src="stock-channel-blue-32.png">
|
||||
<img src="stock-channel-blue-24.png">
|
||||
<img src="stock-channel-blue-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626337"></a><h3><a name="GIMP-STOCK-CHANNEL-GRAY-CAPS"></a>GIMP_STOCK_CHANNEL_GRAY</h3><a class="indexterm" name="id2626345"></a><pre class="programlisting">#define GIMP_STOCK_CHANNEL_GRAY "gimp-channel-gray"
|
||||
</pre><p>
|
||||
<img src="stock-channel-gray-48.png">
|
||||
<img src="stock-channel-gray-32.png">
|
||||
<img src="stock-channel-gray-24.png">
|
||||
<img src="stock-channel-gray-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626381"></a><h3><a name="GIMP-STOCK-CHANNEL-INDEXED-CAPS"></a>GIMP_STOCK_CHANNEL_INDEXED</h3><a class="indexterm" name="id2626389"></a><pre class="programlisting">#define GIMP_STOCK_CHANNEL_INDEXED "gimp-channel-indexed"
|
||||
</pre><p>
|
||||
<img src="stock-channel-indexed-48.png">
|
||||
<img src="stock-channel-indexed-32.png">
|
||||
<img src="stock-channel-indexed-24.png">
|
||||
<img src="stock-channel-indexed-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626424"></a><h3><a name="GIMP-STOCK-CHANNEL-ALPHA-CAPS"></a>GIMP_STOCK_CHANNEL_ALPHA</h3><a class="indexterm" name="id2626433"></a><pre class="programlisting">#define GIMP_STOCK_CHANNEL_ALPHA "gimp-channel-alpha"
|
||||
</pre><p>
|
||||
<img src="stock-channel-alpha-48.png">
|
||||
<img src="stock-channel-alpha-32.png">
|
||||
<img src="stock-channel-alpha-24.png">
|
||||
<img src="stock-channel-alpha-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626468"></a><h3><a name="GIMP-STOCK-PATH-CAPS"></a>GIMP_STOCK_PATH</h3><a class="indexterm" name="id2626477"></a><pre class="programlisting">#define GIMP_STOCK_PATH "gimp-path"
|
||||
</pre><p>
|
||||
<img src="stock-path-22.png">
|
||||
<img src="stock-path-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626500"></a><h3><a name="GIMP-STOCK-TEXT-LAYER-CAPS"></a>GIMP_STOCK_TEXT_LAYER</h3><a class="indexterm" name="id2626508"></a><pre class="programlisting">#define GIMP_STOCK_TEXT_LAYER "gimp-text-layer"
|
||||
</pre><p>
|
||||
<img src="stock-text-layer-48.png">
|
||||
<img src="stock-text-layer-32.png">
|
||||
<img src="stock-text-layer-24.png">
|
||||
<img src="stock-text-layer-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626543"></a><h3><a name="GIMP-STOCK-FLOATING-SELECTION-CAPS"></a>GIMP_STOCK_FLOATING_SELECTION</h3><a class="indexterm" name="id2626552"></a><pre class="programlisting">#define GIMP_STOCK_FLOATING_SELECTION "gimp-floating-selection"
|
||||
</pre><p>
|
||||
<img src="stock-floating-selection-48.png">
|
||||
<img src="stock-floating-selection-32.png">
|
||||
<img src="stock-floating-selection-24.png">
|
||||
<img src="stock-floating-selection-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626587"></a><h3><a name="GIMP-STOCK-TEMPLATE-CAPS"></a>GIMP_STOCK_TEMPLATE</h3><a class="indexterm" name="id2626596"></a><pre class="programlisting">#define GIMP_STOCK_TEMPLATE "gimp-template"
|
||||
</pre><p>
|
||||
<img src="stock-template-24.png">
|
||||
<img src="stock-template-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626619"></a><h3><a name="GIMP-STOCK-IMAGES-CAPS"></a>GIMP_STOCK_IMAGES</h3><a class="indexterm" name="id2626627"></a><pre class="programlisting">#define GIMP_STOCK_IMAGES "gimp-images"
|
||||
</pre><p>
|
||||
<img src="stock-images-24.png">
|
||||
<img src="stock-images-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626650"></a><h3><a name="GIMP-STOCK-LAYERS-CAPS"></a>GIMP_STOCK_LAYERS</h3><a class="indexterm" name="id2626658"></a><pre class="programlisting">#define GIMP_STOCK_LAYERS "gimp-layers"
|
||||
</pre><p>
|
||||
<img src="stock-layers-24.png">
|
||||
<img src="stock-layers-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626681"></a><h3><a name="GIMP-STOCK-CHANNELS-CAPS"></a>GIMP_STOCK_CHANNELS</h3><a class="indexterm" name="id2626690"></a><pre class="programlisting">#define GIMP_STOCK_CHANNELS "gimp-channels"
|
||||
</pre><p>
|
||||
<img src="stock-channels-24.png">
|
||||
<img src="stock-channels-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626713"></a><h3><a name="GIMP-STOCK-PATHS-CAPS"></a>GIMP_STOCK_PATHS</h3><a class="indexterm" name="id2626721"></a><pre class="programlisting">#define GIMP_STOCK_PATHS "gimp-paths"
|
||||
</pre><p>
|
||||
<img src="stock-paths-22.png">
|
||||
<img src="stock-paths-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626744"></a><h3><a name="GIMP-STOCK-INDEXED-PALETTE-CAPS"></a>GIMP_STOCK_INDEXED_PALETTE</h3><a class="indexterm" name="id2626752"></a><pre class="programlisting">#define GIMP_STOCK_INDEXED_PALETTE "gimp-indexed-palette"
|
||||
</pre><p>
|
||||
<img src="stock-indexed-palette-24.png">
|
||||
<img src="stock-indexed-palette-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626776"></a><h3><a name="GIMP-STOCK-SHAPE-CIRCLE-CAPS"></a>GIMP_STOCK_SHAPE_CIRCLE</h3><a class="indexterm" name="id2626784"></a><pre class="programlisting">#define GIMP_STOCK_SHAPE_CIRCLE "gimp-shape-circle"
|
||||
</pre><p>
|
||||
<img src="stock-shape-circle-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626801"></a><h3><a name="GIMP-STOCK-SHAPE-SQUARE-CAPS"></a>GIMP_STOCK_SHAPE_SQUARE</h3><a class="indexterm" name="id2626809"></a><pre class="programlisting">#define GIMP_STOCK_SHAPE_SQUARE "gimp-shape-square"
|
||||
</pre><p>
|
||||
<img src="stock-shape-square-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626826"></a><h3><a name="GIMP-STOCK-SHAPE-DIAMOND-CAPS"></a>GIMP_STOCK_SHAPE_DIAMOND</h3><a class="indexterm" name="id2626835"></a><pre class="programlisting">#define GIMP_STOCK_SHAPE_DIAMOND "gimp-shape-diamond"
|
||||
</pre><p>
|
||||
<img src="stock-shape-diamond-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626852"></a><h3><a name="GIMP-STOCK-CAP-BUTT-CAPS"></a>GIMP_STOCK_CAP_BUTT</h3><a class="indexterm" name="id2626861"></a><pre class="programlisting">#define GIMP_STOCK_CAP_BUTT "gimp-cap-butt"
|
||||
</pre><p>
|
||||
<img src="stock-cap-butt-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626878"></a><h3><a name="GIMP-STOCK-CAP-ROUND-CAPS"></a>GIMP_STOCK_CAP_ROUND</h3><a class="indexterm" name="id2626886"></a><pre class="programlisting">#define GIMP_STOCK_CAP_ROUND "gimp-cap-round"
|
||||
</pre><p>
|
||||
<img src="stock-cap-round-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626903"></a><h3><a name="GIMP-STOCK-CAP-SQUARE-CAPS"></a>GIMP_STOCK_CAP_SQUARE</h3><a class="indexterm" name="id2626911"></a><pre class="programlisting">#define GIMP_STOCK_CAP_SQUARE "gimp-cap-square"
|
||||
</pre><p>
|
||||
<img src="stock-cap-square-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626928"></a><h3><a name="GIMP-STOCK-JOIN-MITER-CAPS"></a>GIMP_STOCK_JOIN_MITER</h3><a class="indexterm" name="id2626937"></a><pre class="programlisting">#define GIMP_STOCK_JOIN_MITER "gimp-join-miter"
|
||||
</pre><p>
|
||||
<img src="stock-join-miter-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626954"></a><h3><a name="GIMP-STOCK-JOIN-ROUND-CAPS"></a>GIMP_STOCK_JOIN_ROUND</h3><a class="indexterm" name="id2626962"></a><pre class="programlisting">#define GIMP_STOCK_JOIN_ROUND "gimp-join-round"
|
||||
</pre><p>
|
||||
<img src="stock-join-round-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2626979"></a><h3><a name="GIMP-STOCK-JOIN-BEVEL-CAPS"></a>GIMP_STOCK_JOIN_BEVEL</h3><a class="indexterm" name="id2626987"></a><pre class="programlisting">#define GIMP_STOCK_JOIN_BEVEL "gimp-join-bevel"
|
||||
</pre><p>
|
||||
<img src="stock-join-bevel-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627004"></a><h3><a name="GIMP-STOCK-SELECTION-CAPS"></a>GIMP_STOCK_SELECTION</h3><a class="indexterm" name="id2627013"></a><pre class="programlisting">#define GIMP_STOCK_SELECTION "gimp-selection"
|
||||
</pre><p>
|
||||
<img src="stock-selection-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627030"></a><h3><a name="GIMP-STOCK-SELECTION-ALL-CAPS"></a>GIMP_STOCK_SELECTION_ALL</h3><a class="indexterm" name="id2627041"></a><pre class="programlisting">#define GIMP_STOCK_SELECTION_ALL "gimp-selection-all"
|
||||
</pre><p>
|
||||
<img src="stock-selection-all-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627058"></a><h3><a name="GIMP-STOCK-SELECTION-NONE-CAPS"></a>GIMP_STOCK_SELECTION_NONE</h3><a class="indexterm" name="id2627068"></a><pre class="programlisting">#define GIMP_STOCK_SELECTION_NONE "gimp-selection-none"
|
||||
</pre><p>
|
||||
<img src="stock-selection-none-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627085"></a><h3><a name="GIMP-STOCK-SELECTION-GROW-CAPS"></a>GIMP_STOCK_SELECTION_GROW</h3><a class="indexterm" name="id2627095"></a><pre class="programlisting">#define GIMP_STOCK_SELECTION_GROW "gimp-selection-grow"
|
||||
</pre><p>
|
||||
<img src="stock-selection-grow-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627112"></a><h3><a name="GIMP-STOCK-SELECTION-SHRINK-CAPS"></a>GIMP_STOCK_SELECTION_SHRINK</h3><a class="indexterm" name="id2627123"></a><pre class="programlisting">#define GIMP_STOCK_SELECTION_SHRINK "gimp-selection-shrink"
|
||||
</pre><p>
|
||||
<img src="stock-selection-shrink-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627140"></a><h3><a name="GIMP-STOCK-SELECTION-BORDER-CAPS"></a>GIMP_STOCK_SELECTION_BORDER</h3><a class="indexterm" name="id2627151"></a><pre class="programlisting">#define GIMP_STOCK_SELECTION_BORDER "gimp-selection-border"
|
||||
</pre><p>
|
||||
<img src="stock-selection-border-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627168"></a><h3><a name="GIMP-STOCK-SELECTION-ADD-CAPS"></a>GIMP_STOCK_SELECTION_ADD</h3><a class="indexterm" name="id2627179"></a><pre class="programlisting">#define GIMP_STOCK_SELECTION_ADD "gimp-selection-add"
|
||||
</pre><p>
|
||||
<img src="stock-selection-add-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627196"></a><h3><a name="GIMP-STOCK-SELECTION-SUBTRACT-CAPS"></a>GIMP_STOCK_SELECTION_SUBTRACT</h3><a class="indexterm" name="id2627206"></a><pre class="programlisting">#define GIMP_STOCK_SELECTION_SUBTRACT "gimp-selection-subtract"
|
||||
</pre><p>
|
||||
<img src="stock-selection-subtract-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627225"></a><h3><a name="GIMP-STOCK-SELECTION-REPLACE-CAPS"></a>GIMP_STOCK_SELECTION_REPLACE</h3><a class="indexterm" name="id2627236"></a><pre class="programlisting">#define GIMP_STOCK_SELECTION_REPLACE "gimp-selection-replace"
|
||||
</pre><p>
|
||||
<img src="stock-selection-replace-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627254"></a><h3><a name="GIMP-STOCK-SELECTION-INTERSECT-CAPS"></a>GIMP_STOCK_SELECTION_INTERSECT</h3><a class="indexterm" name="id2627265"></a><pre class="programlisting">#define GIMP_STOCK_SELECTION_INTERSECT "gimp-selection-intersect"
|
||||
</pre><p>
|
||||
<img src="stock-selection-intersect-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627284"></a><h3><a name="GIMP-STOCK-SELECTION-STROKE-CAPS"></a>GIMP_STOCK_SELECTION_STROKE</h3><a class="indexterm" name="id2627295"></a><pre class="programlisting">#define GIMP_STOCK_SELECTION_STROKE "gimp-selection-stroke"
|
||||
</pre><p>
|
||||
<img src="stock-selection-stroke-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627312"></a><h3><a name="GIMP-STOCK-SELECTION-TO-CHANNEL-CAPS"></a>GIMP_STOCK_SELECTION_TO_CHANNEL</h3><a class="indexterm" name="id2627321"></a><pre class="programlisting">#define GIMP_STOCK_SELECTION_TO_CHANNEL "gimp-selection-to-channel"
|
||||
</pre><p>
|
||||
<img src="stock-selection-to-channel-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627339"></a><h3><a name="GIMP-STOCK-SELECTION-TO-PATH-CAPS"></a>GIMP_STOCK_SELECTION_TO_PATH</h3><a class="indexterm" name="id2627350"></a><pre class="programlisting">#define GIMP_STOCK_SELECTION_TO_PATH "gimp-selection-to-path"
|
||||
</pre><p>
|
||||
<img src="stock-selection-to-path-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627369"></a><h3><a name="GIMP-STOCK-GRADIENT-LINEAR-CAPS"></a>GIMP_STOCK_GRADIENT_LINEAR</h3><a class="indexterm" name="id2627380"></a><pre class="programlisting">#define GIMP_STOCK_GRADIENT_LINEAR "gimp-gradient-linear"
|
||||
</pre><p>
|
||||
<img src="stock-gradient-linear-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627397"></a><h3><a name="GIMP-STOCK-GRADIENT-BILINEAR-CAPS"></a>GIMP_STOCK_GRADIENT_BILINEAR</h3><a class="indexterm" name="id2627408"></a><pre class="programlisting">#define GIMP_STOCK_GRADIENT_BILINEAR "gimp-gradient-bilinear"
|
||||
</pre><p>
|
||||
<img src="stock-gradient-bilinear-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627426"></a><h3><a name="GIMP-STOCK-GRADIENT-RADIAL-CAPS"></a>GIMP_STOCK_GRADIENT_RADIAL</h3><a class="indexterm" name="id2627437"></a><pre class="programlisting">#define GIMP_STOCK_GRADIENT_RADIAL "gimp-gradient-radial"
|
||||
</pre><p>
|
||||
<img src="stock-gradient-radial-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627454"></a><h3><a name="GIMP-STOCK-GRADIENT-SQUARE-CAPS"></a>GIMP_STOCK_GRADIENT_SQUARE</h3><a class="indexterm" name="id2627465"></a><pre class="programlisting">#define GIMP_STOCK_GRADIENT_SQUARE "gimp-gradient-square"
|
||||
</pre><p>
|
||||
<img src="stock-gradient-square-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627482"></a><h3><a name="GIMP-STOCK-GRADIENT-CONICAL-SYMMETRIC-CAPS"></a>GIMP_STOCK_GRADIENT_CONICAL_SYMMETRIC</h3><a class="indexterm" name="id2627491"></a><pre class="programlisting">#define GIMP_STOCK_GRADIENT_CONICAL_SYMMETRIC "gimp-gradient-conical-symmetric"
|
||||
</pre><p>
|
||||
<img src="stock-gradient-conical-symmetric-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627510"></a><h3><a name="GIMP-STOCK-GRADIENT-CONICAL-ASYMMETRIC-CAPS"></a>GIMP_STOCK_GRADIENT_CONICAL_ASYMMETRIC</h3><a class="indexterm" name="id2627521"></a><pre class="programlisting">#define GIMP_STOCK_GRADIENT_CONICAL_ASYMMETRIC "gimp-gradient-conical-asymmetric"
|
||||
</pre><p>
|
||||
<img src="stock-gradient-conical-asymmetric-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627540"></a><h3><a name="GIMP-STOCK-GRADIENT-SHAPEBURST-SPHERICAL-CAPS"></a>GIMP_STOCK_GRADIENT_SHAPEBURST_SPHERICAL</h3><a class="indexterm" name="id2627553"></a><pre class="programlisting">#define GIMP_STOCK_GRADIENT_SHAPEBURST_SPHERICAL "gimp-gradient-shapeburst-spherical"
|
||||
</pre><p>
|
||||
<img src="stock-gradient-shapeburst-spherical-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627571"></a><h3><a name="GIMP-STOCK-GRADIENT-SHAPEBURST-ANGULAR-CAPS"></a>GIMP_STOCK_GRADIENT_SHAPEBURST_ANGULAR</h3><a class="indexterm" name="id2627583"></a><pre class="programlisting">#define GIMP_STOCK_GRADIENT_SHAPEBURST_ANGULAR "gimp-gradient-shapeburst-angular"
|
||||
</pre><p>
|
||||
<img src="stock-gradient-shapeburst-angular-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627602"></a><h3><a name="GIMP-STOCK-GRADIENT-SHAPEBURST-DIMPLED-CAPS"></a>GIMP_STOCK_GRADIENT_SHAPEBURST_DIMPLED</h3><a class="indexterm" name="id2627613"></a><pre class="programlisting">#define GIMP_STOCK_GRADIENT_SHAPEBURST_DIMPLED "gimp-gradient-shapeburst-dimpled"
|
||||
</pre><p>
|
||||
<img src="stock-gradient-shapeburst-dimpled-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627632"></a><h3><a name="GIMP-STOCK-GRADIENT-SPIRAL-CLOCKWISE-CAPS"></a>GIMP_STOCK_GRADIENT_SPIRAL_CLOCKWISE</h3><a class="indexterm" name="id2627644"></a><pre class="programlisting">#define GIMP_STOCK_GRADIENT_SPIRAL_CLOCKWISE "gimp-gradient-spiral-clockwise"
|
||||
</pre><p>
|
||||
<img src="stock-gradient-spiral-clockwise-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627663"></a><h3><a name="GIMP-STOCK-GRADIENT-SPIRAL-ANTICLOCKWISE-CAPS"></a>GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE</h3><a class="indexterm" name="id2627676"></a><pre class="programlisting">#define GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE "gimp-gradient-spiral-anticlockwise"
|
||||
</pre><p>
|
||||
<img src="stock-gradient-spiral-anticlockwise-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627695"></a><h3><a name="GIMP-STOCK-GRAVITY-NORTH-WEST-CAPS"></a>GIMP_STOCK_GRAVITY_NORTH_WEST</h3><a class="indexterm" name="id2627708"></a><pre class="programlisting">#define GIMP_STOCK_GRAVITY_NORTH_WEST "gimp-gravity-north-west"
|
||||
</pre><p>
|
||||
<img src="stock-gravity-north-west-24.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627730"></a><h3><a name="GIMP-STOCK-GRAVITY-NORTH-CAPS"></a>GIMP_STOCK_GRAVITY_NORTH</h3><a class="indexterm" name="id2627744"></a><pre class="programlisting">#define GIMP_STOCK_GRAVITY_NORTH "gimp-gravity-north"
|
||||
</pre><p>
|
||||
<img src="stock-gravity-north-24.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627765"></a><h3><a name="GIMP-STOCK-GRAVITY-NORTH-EAST-CAPS"></a>GIMP_STOCK_GRAVITY_NORTH_EAST</h3><a class="indexterm" name="id2627778"></a><pre class="programlisting">#define GIMP_STOCK_GRAVITY_NORTH_EAST "gimp-gravity-north-east"
|
||||
</pre><p>
|
||||
<img src="stock-gravity-north-east-24.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627800"></a><h3><a name="GIMP-STOCK-GRAVITY-WEST-CAPS"></a>GIMP_STOCK_GRAVITY_WEST</h3><a class="indexterm" name="id2627814"></a><pre class="programlisting">#define GIMP_STOCK_GRAVITY_WEST "gimp-gravity-west"
|
||||
</pre><p>
|
||||
<img src="stock-gravity-west-24.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627836"></a><h3><a name="GIMP-STOCK-GRAVITY-EAST-CAPS"></a>GIMP_STOCK_GRAVITY_EAST</h3><a class="indexterm" name="id2627849"></a><pre class="programlisting">#define GIMP_STOCK_GRAVITY_EAST "gimp-gravity-east"
|
||||
</pre><p>
|
||||
<img src="stock-gravity-east-24.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627870"></a><h3><a name="GIMP-STOCK-GRAVITY-SOUTH-WEST-CAPS"></a>GIMP_STOCK_GRAVITY_SOUTH_WEST</h3><a class="indexterm" name="id2627883"></a><pre class="programlisting">#define GIMP_STOCK_GRAVITY_SOUTH_WEST "gimp-gravity-south-west"
|
||||
</pre><p>
|
||||
<img src="stock-gravity-south-west-24.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627905"></a><h3><a name="GIMP-STOCK-GRAVITY-SOUTH-CAPS"></a>GIMP_STOCK_GRAVITY_SOUTH</h3><a class="indexterm" name="id2627919"></a><pre class="programlisting">#define GIMP_STOCK_GRAVITY_SOUTH "gimp-gravity-south"
|
||||
</pre><p>
|
||||
<img src="stock-gravity-south-24.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627941"></a><h3><a name="GIMP-STOCK-GRAVITY-SOUTH-EAST-CAPS"></a>GIMP_STOCK_GRAVITY_SOUTH_EAST</h3><a class="indexterm" name="id2627954"></a><pre class="programlisting">#define GIMP_STOCK_GRAVITY_SOUTH_EAST "gimp-gravity-south-east"
|
||||
</pre><p>
|
||||
<img src="stock-gravity-south-east-24.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2627976"></a><h3><a name="GIMP-STOCK-CHAR-PICKER-CAPS"></a>GIMP_STOCK_CHAR_PICKER</h3><a class="indexterm" name="id2627989"></a><pre class="programlisting">#define GIMP_STOCK_CHAR_PICKER "gimp-char-picker"
|
||||
</pre><p>
|
||||
<img src="stock-char-picker-22.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628010"></a><h3><a name="GIMP-STOCK-LETTER-SPACING-CAPS"></a>GIMP_STOCK_LETTER_SPACING</h3><a class="indexterm" name="id2628025"></a><pre class="programlisting">#define GIMP_STOCK_LETTER_SPACING "gimp-letter-spacing"
|
||||
</pre><p>
|
||||
<img src="stock-letter-spacing-22.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628046"></a><h3><a name="GIMP-STOCK-LINE-SPACING-CAPS"></a>GIMP_STOCK_LINE_SPACING</h3><a class="indexterm" name="id2628060"></a><pre class="programlisting">#define GIMP_STOCK_LINE_SPACING "gimp-line-spacing"
|
||||
</pre><p>
|
||||
<img src="stock-line-spacing-22.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628081"></a><h3><a name="GIMP-STOCK-TEXT-DIR-LTR-CAPS"></a>GIMP_STOCK_TEXT_DIR_LTR</h3><a class="indexterm" name="id2628095"></a><pre class="programlisting">#define GIMP_STOCK_TEXT_DIR_LTR "gimp-text-dir-ltr"
|
||||
</pre><p>
|
||||
<img src="stock-text-dir-ltr-24.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628116"></a><h3><a name="GIMP-STOCK-TEXT-DIR-RTL-CAPS"></a>GIMP_STOCK_TEXT_DIR_RTL</h3><a class="indexterm" name="id2628130"></a><pre class="programlisting">#define GIMP_STOCK_TEXT_DIR_RTL "gimp-text-dir-rtl"
|
||||
</pre><p>
|
||||
<img src="stock-text-dir-rtl-24.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628151"></a><h3><a name="GIMP-STOCK-PRINT-RESOLUTION-CAPS"></a>GIMP_STOCK_PRINT_RESOLUTION</h3><a class="indexterm" name="id2628164"></a><pre class="programlisting">#define GIMP_STOCK_PRINT_RESOLUTION "gimp-print-resolution"
|
||||
</pre><p>
|
||||
<img src="stock-print-resolution-24.png">
|
||||
<img src="stock-print-resolution-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628194"></a><h3><a name="GIMP-STOCK-TOOLS-CAPS"></a>GIMP_STOCK_TOOLS</h3><a class="indexterm" name="id2628207"></a><pre class="programlisting">#define GIMP_STOCK_TOOLS "gimp-tools"
|
||||
</pre><p>
|
||||
<img src="stock-tools-24.png">
|
||||
<img src="stock-tools-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628236"></a><h3><a name="GIMP-STOCK-TOOL-OPTIONS-CAPS"></a>GIMP_STOCK_TOOL_OPTIONS</h3><a class="indexterm" name="id2628250"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_OPTIONS "gimp-tool-options"
|
||||
</pre><p>
|
||||
<img src="stock-tool-options-24.png">
|
||||
<img src="stock-tool-options-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628280"></a><h3><a name="GIMP-STOCK-DEVICE-STATUS-CAPS"></a>GIMP_STOCK_DEVICE_STATUS</h3><a class="indexterm" name="id2628293"></a><pre class="programlisting">#define GIMP_STOCK_DEVICE_STATUS "gimp-device-status"
|
||||
</pre><p>
|
||||
<img src="stock-device-status-24.png">
|
||||
<img src="stock-device-status-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628322"></a><h3><a name="GIMP-STOCK-DISPLAY-FILTER-CAPS"></a>GIMP_STOCK_DISPLAY_FILTER</h3><a class="indexterm" name="id2628335"></a><pre class="programlisting">#define GIMP_STOCK_DISPLAY_FILTER "gimp-display-filter"
|
||||
</pre><p>
|
||||
<img src="stock-display-filter-24.png">
|
||||
<img src="stock-display-filter-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628365"></a><h3><a name="GIMP-STOCK-CURVE-FREE-CAPS"></a>GIMP_STOCK_CURVE_FREE</h3><a class="indexterm" name="id2628378"></a><pre class="programlisting">#define GIMP_STOCK_CURVE_FREE "gimp-curve-free"
|
||||
</pre><p>
|
||||
<img src="stock-curve-free-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628400"></a><h3><a name="GIMP-STOCK-CURVE-SMOOTH-CAPS"></a>GIMP_STOCK_CURVE_SMOOTH</h3><a class="indexterm" name="id2628413"></a><pre class="programlisting">#define GIMP_STOCK_CURVE_SMOOTH "gimp-curve-smooth"
|
||||
</pre><p>
|
||||
<img src="stock-curve-smooth-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628435"></a><h3><a name="GIMP-STOCK-COLOR-PICKER-BLACK-CAPS"></a>GIMP_STOCK_COLOR_PICKER_BLACK</h3><a class="indexterm" name="id2628448"></a><pre class="programlisting">#define GIMP_STOCK_COLOR_PICKER_BLACK "gimp-color-picker-black"
|
||||
</pre><p>
|
||||
<img src="stock-color-picker-black-18.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628470"></a><h3><a name="GIMP-STOCK-COLOR-PICKER-GRAY-CAPS"></a>GIMP_STOCK_COLOR_PICKER_GRAY</h3><a class="indexterm" name="id2628484"></a><pre class="programlisting">#define GIMP_STOCK_COLOR_PICKER_GRAY "gimp-color-picker-gray"
|
||||
</pre><p>
|
||||
<img src="stock-color-picker-gray-18.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628505"></a><h3><a name="GIMP-STOCK-COLOR-PICKER-WHITE-CAPS"></a>GIMP_STOCK_COLOR_PICKER_WHITE</h3><a class="indexterm" name="id2628519"></a><pre class="programlisting">#define GIMP_STOCK_COLOR_PICKER_WHITE "gimp-color-picker-white"
|
||||
</pre><p>
|
||||
<img src="stock-color-picker-white-18.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628541"></a><h3><a name="GIMP-STOCK-COLOR-TRIANGLE-CAPS"></a>GIMP_STOCK_COLOR_TRIANGLE</h3><a class="indexterm" name="id2628555"></a><pre class="programlisting">#define GIMP_STOCK_COLOR_TRIANGLE "gimp-color-triangle"
|
||||
</pre><p>
|
||||
<img src="stock-color-triangle-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628577"></a><h3><a name="GIMP-STOCK-COLOR-PICK-FROM-SCREEN-CAPS"></a>GIMP_STOCK_COLOR_PICK_FROM_SCREEN</h3><a class="indexterm" name="id2628591"></a><pre class="programlisting">#define GIMP_STOCK_COLOR_PICK_FROM_SCREEN "gimp-color-pick-from-screen"
|
||||
</pre><p>
|
||||
<img src="stock-color-pick-from-screen-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628613"></a><h3><a name="GIMP-STOCK-CONVERT-GRAYSCALE-CAPS"></a>GIMP_STOCK_CONVERT_GRAYSCALE</h3><a class="indexterm" name="id2628627"></a><pre class="programlisting">#define GIMP_STOCK_CONVERT_GRAYSCALE "gimp-convert-grayscale"
|
||||
</pre><p>
|
||||
<img src="stock-convert-grayscale-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628648"></a><h3><a name="GIMP-STOCK-CONVERT-INDEXED-CAPS"></a>GIMP_STOCK_CONVERT_INDEXED</h3><a class="indexterm" name="id2628663"></a><pre class="programlisting">#define GIMP_STOCK_CONVERT_INDEXED "gimp-convert-indexed"
|
||||
</pre><p>
|
||||
<img src="stock-convert-indexed-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628684"></a><h3><a name="GIMP-STOCK-CONVERT-RGB-CAPS"></a>GIMP_STOCK_CONVERT_RGB</h3><a class="indexterm" name="id2628696"></a><pre class="programlisting">#define GIMP_STOCK_CONVERT_RGB "gimp-convert-rgb"
|
||||
</pre><p>
|
||||
<img src="stock-convert-rgb-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628718"></a><h3><a name="GIMP-STOCK-TRANSPARENCY-CAPS"></a>GIMP_STOCK_TRANSPARENCY</h3><a class="indexterm" name="id2628732"></a><pre class="programlisting">#define GIMP_STOCK_TRANSPARENCY "gimp-transparency"
|
||||
</pre><p>
|
||||
<img src="stock-transparency-24.png"><img src="../xml/stock-transparency-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628760"></a><h3><a name="GIMP-STOCK-DEFAULT-COLORS-CAPS"></a>GIMP_STOCK_DEFAULT_COLORS</h3><a class="indexterm" name="id2628774"></a><pre class="programlisting">#define GIMP_STOCK_DEFAULT_COLORS "gimp-default-colors"
|
||||
</pre><p>
|
||||
<img src="stock-default-colors-12.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628795"></a><h3><a name="GIMP-STOCK-SWAP-COLORS-CAPS"></a>GIMP_STOCK_SWAP_COLORS</h3><a class="indexterm" name="id2628809"></a><pre class="programlisting">#define GIMP_STOCK_SWAP_COLORS "gimp-swap-colors"
|
||||
</pre><p>
|
||||
<img src="stock-swap-colors-12.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628830"></a><h3><a name="GIMP-STOCK-UNDO-HISTORY-CAPS"></a>GIMP_STOCK_UNDO_HISTORY</h3><a class="indexterm" name="id2628844"></a><pre class="programlisting">#define GIMP_STOCK_UNDO_HISTORY "gimp-undo-history"
|
||||
</pre><p>
|
||||
<img src="stock-undo-history-24.png"><img src="../xml/stock-undo-history-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628872"></a><h3><a name="GIMP-STOCK-TOOL-AIRBRUSH-CAPS"></a>GIMP_STOCK_TOOL_AIRBRUSH</h3><a class="indexterm" name="id2628886"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_AIRBRUSH "gimp-tool-airbrush"
|
||||
</pre><p>
|
||||
<img src="stock-tool-airbrush-22.png">
|
||||
<img src="stock-tool-airbrush-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628915"></a><h3><a name="GIMP-STOCK-TOOL-BLEND-CAPS"></a>GIMP_STOCK_TOOL_BLEND</h3><a class="indexterm" name="id2628928"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_BLEND "gimp-tool-blend"
|
||||
</pre><p>
|
||||
<img src="stock-tool-blend-22.png">
|
||||
<img src="stock-tool-blend-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2628958"></a><h3><a name="GIMP-STOCK-TOOL-BLUR-CAPS"></a>GIMP_STOCK_TOOL_BLUR</h3><a class="indexterm" name="id2628971"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_BLUR "gimp-tool-blur"
|
||||
</pre><p>
|
||||
<img src="stock-tool-blur-22.png">
|
||||
<img src="stock-tool-blur-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629001"></a><h3><a name="GIMP-STOCK-TOOL-BRIGHTNESS-CONTRAST-CAPS"></a>GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST</h3><a class="indexterm" name="id2629014"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST "gimp-tool-brightness-contrast"
|
||||
</pre><p>
|
||||
<img src="stock-tool-brightness-contrast-22.png">
|
||||
<img src="stock-tool-brightness-contrast-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629043"></a><h3><a name="GIMP-STOCK-TOOL-BUCKET-FILL-CAPS"></a>GIMP_STOCK_TOOL_BUCKET_FILL</h3><a class="indexterm" name="id2629058"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_BUCKET_FILL "gimp-tool-bucket-fill"
|
||||
</pre><p>
|
||||
<img src="stock-tool-bucket-fill-22.png">
|
||||
<img src="stock-tool-bucket-fill-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629087"></a><h3><a name="GIMP-STOCK-TOOL-BY-COLOR-SELECT-CAPS"></a>GIMP_STOCK_TOOL_BY_COLOR_SELECT</h3><a class="indexterm" name="id2629102"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_BY_COLOR_SELECT "gimp-tool-by-color-select"
|
||||
</pre><p>
|
||||
<img src="stock-tool-by-color-select-22.png">
|
||||
<img src="stock-tool-by-color-select-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629132"></a><h3><a name="GIMP-STOCK-TOOL-CLONE-CAPS"></a>GIMP_STOCK_TOOL_CLONE</h3><a class="indexterm" name="id2629145"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_CLONE "gimp-tool-clone"
|
||||
</pre><p>
|
||||
<img src="stock-tool-clone-22.png">
|
||||
<img src="stock-tool-clone-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629175"></a><h3><a name="GIMP-STOCK-TOOL-COLOR-BALANCE-CAPS"></a>GIMP_STOCK_TOOL_COLOR_BALANCE</h3><a class="indexterm" name="id2629189"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_COLOR_BALANCE "gimp-tool-color-balance"
|
||||
</pre><p>
|
||||
<img src="stock-tool-color-balance-22.png">
|
||||
<img src="stock-tool-color-balance-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629219"></a><h3><a name="GIMP-STOCK-TOOL-COLOR-PICKER-CAPS"></a>GIMP_STOCK_TOOL_COLOR_PICKER</h3><a class="indexterm" name="id2629232"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_COLOR_PICKER "gimp-tool-color-picker"
|
||||
</pre><p>
|
||||
<img src="stock-tool-color-picker-22.png">
|
||||
<img src="stock-tool-color-picker-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629263"></a><h3><a name="GIMP-STOCK-TOOL-COLORIZE-CAPS"></a>GIMP_STOCK_TOOL_COLORIZE</h3><a class="indexterm" name="id2629277"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_COLORIZE "gimp-tool-colorize"
|
||||
</pre><p>
|
||||
<img src="stock-tool-colorize-22.png">
|
||||
<img src="stock-tool-colorize-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629306"></a><h3><a name="GIMP-STOCK-TOOL-CROP-CAPS"></a>GIMP_STOCK_TOOL_CROP</h3><a class="indexterm" name="id2629320"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_CROP "gimp-tool-crop"
|
||||
</pre><p>
|
||||
<img src="stock-tool-crop-22.png">
|
||||
<img src="stock-tool-crop-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629349"></a><h3><a name="GIMP-STOCK-TOOL-CURVES-CAPS"></a>GIMP_STOCK_TOOL_CURVES</h3><a class="indexterm" name="id2629362"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_CURVES "gimp-tool-curves"
|
||||
</pre><p>
|
||||
<img src="stock-tool-curves-22.png">
|
||||
<img src="stock-tool-curves-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629392"></a><h3><a name="GIMP-STOCK-TOOL-DODGE-CAPS"></a>GIMP_STOCK_TOOL_DODGE</h3><a class="indexterm" name="id2629405"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_DODGE "gimp-tool-dodge"
|
||||
</pre><p>
|
||||
<img src="stock-tool-dodge-22.png">
|
||||
<img src="stock-tool-dodge-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629435"></a><h3><a name="GIMP-STOCK-TOOL-ELLIPSE-SELECT-CAPS"></a>GIMP_STOCK_TOOL_ELLIPSE_SELECT</h3><a class="indexterm" name="id2629448"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_ELLIPSE_SELECT "gimp-tool-ellipse-select"
|
||||
</pre><p>
|
||||
<img src="stock-tool-ellipse-select-22.png">
|
||||
<img src="stock-tool-ellipse-select-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629478"></a><h3><a name="GIMP-STOCK-TOOL-ERASER-CAPS"></a>GIMP_STOCK_TOOL_ERASER</h3><a class="indexterm" name="id2629491"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_ERASER "gimp-tool-eraser"
|
||||
</pre><p>
|
||||
<img src="stock-tool-eraser-22.png">
|
||||
<img src="stock-tool-eraser-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629521"></a><h3><a name="GIMP-STOCK-TOOL-FLIP-CAPS"></a>GIMP_STOCK_TOOL_FLIP</h3><a class="indexterm" name="id2629534"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_FLIP "gimp-tool-flip"
|
||||
</pre><p>
|
||||
<img src="stock-tool-flip-22.png">
|
||||
<img src="stock-tool-flip-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629563"></a><h3><a name="GIMP-STOCK-TOOL-FREE-SELECT-CAPS"></a>GIMP_STOCK_TOOL_FREE_SELECT</h3><a class="indexterm" name="id2629577"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_FREE_SELECT "gimp-tool-free-select"
|
||||
</pre><p>
|
||||
<img src="stock-tool-free-select-22.png">
|
||||
<img src="stock-tool-free-select-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629607"></a><h3><a name="GIMP-STOCK-TOOL-FUZZY-SELECT-CAPS"></a>GIMP_STOCK_TOOL_FUZZY_SELECT</h3><a class="indexterm" name="id2629620"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_FUZZY_SELECT "gimp-tool-fuzzy-select"
|
||||
</pre><p>
|
||||
<img src="stock-tool-fuzzy-select-22.png">
|
||||
<img src="stock-tool-fuzzy-select-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629651"></a><h3><a name="GIMP-STOCK-TOOL-HUE-SATURATION-CAPS"></a>GIMP_STOCK_TOOL_HUE_SATURATION</h3><a class="indexterm" name="id2629664"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_HUE_SATURATION "gimp-tool-hue-saturation"
|
||||
</pre><p>
|
||||
<img src="stock-tool-hue-saturation-22.png">
|
||||
<img src="stock-tool-hue-saturation-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629694"></a><h3><a name="GIMP-STOCK-TOOL-INK-CAPS"></a>GIMP_STOCK_TOOL_INK</h3><a class="indexterm" name="id2629708"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_INK "gimp-tool-ink"
|
||||
</pre><p>
|
||||
<img src="stock-tool-ink-22.png">
|
||||
<img src="stock-tool-ink-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629737"></a><h3><a name="GIMP-STOCK-TOOL-ISCISSORS-CAPS"></a>GIMP_STOCK_TOOL_ISCISSORS</h3><a class="indexterm" name="id2629751"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_ISCISSORS "gimp-tool-iscissors"
|
||||
</pre><p>
|
||||
<img src="stock-tool-iscissors-22.png">
|
||||
<img src="stock-tool-iscissors-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629781"></a><h3><a name="GIMP-STOCK-TOOL-LEVELS-CAPS"></a>GIMP_STOCK_TOOL_LEVELS</h3><a class="indexterm" name="id2629794"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_LEVELS "gimp-tool-levels"
|
||||
</pre><p>
|
||||
<img src="stock-tool-levels-22.png">
|
||||
<img src="stock-tool-levels-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629824"></a><h3><a name="GIMP-STOCK-TOOL-MEASURE-CAPS"></a>GIMP_STOCK_TOOL_MEASURE</h3><a class="indexterm" name="id2629837"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_MEASURE "gimp-tool-measure"
|
||||
</pre><p>
|
||||
<img src="stock-tool-measure-22.png">
|
||||
<img src="stock-tool-measure-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629867"></a><h3><a name="GIMP-STOCK-TOOL-MOVE-CAPS"></a>GIMP_STOCK_TOOL_MOVE</h3><a class="indexterm" name="id2629880"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_MOVE "gimp-tool-move"
|
||||
</pre><p>
|
||||
<img src="stock-tool-move-22.png">
|
||||
<img src="stock-tool-move-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629909"></a><h3><a name="GIMP-STOCK-TOOL-PAINTBRUSH-CAPS"></a>GIMP_STOCK_TOOL_PAINTBRUSH</h3><a class="indexterm" name="id2629923"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_PAINTBRUSH "gimp-tool-paintbrush"
|
||||
</pre><p>
|
||||
<img src="stock-tool-paintbrush-22.png">
|
||||
<img src="stock-tool-paintbrush-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629952"></a><h3><a name="GIMP-STOCK-TOOL-PATH-CAPS"></a>GIMP_STOCK_TOOL_PATH</h3><a class="indexterm" name="id2629965"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_PATH "gimp-tool-path"
|
||||
</pre><p>
|
||||
<img src="stock-tool-path-22.png">
|
||||
<img src="stock-tool-path-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2629995"></a><h3><a name="GIMP-STOCK-TOOL-PENCIL-CAPS"></a>GIMP_STOCK_TOOL_PENCIL</h3><a class="indexterm" name="id2630008"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_PENCIL "gimp-tool-pencil"
|
||||
</pre><p>
|
||||
<img src="stock-tool-pencil-22.png">
|
||||
<img src="stock-tool-pencil-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630038"></a><h3><a name="GIMP-STOCK-TOOL-PERSPECTIVE-CAPS"></a>GIMP_STOCK_TOOL_PERSPECTIVE</h3><a class="indexterm" name="id2630051"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_PERSPECTIVE "gimp-tool-perspective"
|
||||
</pre><p>
|
||||
<img src="stock-tool-perspective-22.png">
|
||||
<img src="stock-tool-perspective-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630081"></a><h3><a name="GIMP-STOCK-TOOL-POSTERIZE-CAPS"></a>GIMP_STOCK_TOOL_POSTERIZE</h3><a class="indexterm" name="id2630095"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_POSTERIZE "gimp-tool-posterize"
|
||||
</pre><p>
|
||||
<img src="stock-tool-posterize-22.png">
|
||||
<img src="stock-tool-posterize-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630124"></a><h3><a name="GIMP-STOCK-TOOL-RECT-SELECT-CAPS"></a>GIMP_STOCK_TOOL_RECT_SELECT</h3><a class="indexterm" name="id2630138"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_RECT_SELECT "gimp-tool-rect-select"
|
||||
</pre><p>
|
||||
<img src="stock-tool-rect-select-22.png">
|
||||
<img src="stock-tool-rect-select-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630167"></a><h3><a name="GIMP-STOCK-TOOL-ROTATE-CAPS"></a>GIMP_STOCK_TOOL_ROTATE</h3><a class="indexterm" name="id2630180"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_ROTATE "gimp-tool-rotate"
|
||||
</pre><p>
|
||||
<img src="stock-tool-rotate-22.png">
|
||||
<img src="stock-tool-rotate-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630210"></a><h3><a name="GIMP-STOCK-TOOL-SCALE-CAPS"></a>GIMP_STOCK_TOOL_SCALE</h3><a class="indexterm" name="id2630223"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_SCALE "gimp-tool-scale"
|
||||
</pre><p>
|
||||
<img src="stock-tool-scale-22.png">
|
||||
<img src="stock-tool-scale-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630252"></a><h3><a name="GIMP-STOCK-TOOL-SHEAR-CAPS"></a>GIMP_STOCK_TOOL_SHEAR</h3><a class="indexterm" name="id2630266"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_SHEAR "gimp-tool-shear"
|
||||
</pre><p>
|
||||
<img src="stock-tool-shear-22.png">
|
||||
<img src="stock-tool-shear-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630295"></a><h3><a name="GIMP-STOCK-TOOL-SMUDGE-CAPS"></a>GIMP_STOCK_TOOL_SMUDGE</h3><a class="indexterm" name="id2630308"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_SMUDGE "gimp-tool-smudge"
|
||||
</pre><p>
|
||||
<img src="stock-tool-smudge-22.png">
|
||||
<img src="stock-tool-smudge-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630338"></a><h3><a name="GIMP-STOCK-TOOL-TEXT-CAPS"></a>GIMP_STOCK_TOOL_TEXT</h3><a class="indexterm" name="id2630351"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_TEXT "gimp-tool-text"
|
||||
</pre><p>
|
||||
<img src="stock-tool-text-22.png">
|
||||
<img src="stock-tool-text-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630380"></a><h3><a name="GIMP-STOCK-TOOL-THRESHOLD-CAPS"></a>GIMP_STOCK_TOOL_THRESHOLD</h3><a class="indexterm" name="id2630395"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_THRESHOLD "gimp-tool-threshold"
|
||||
</pre><p>
|
||||
<img src="stock-tool-threshold-22.png">
|
||||
<img src="stock-tool-threshold-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630424"></a><h3><a name="GIMP-STOCK-TOOL-ZOOM-CAPS"></a>GIMP_STOCK_TOOL_ZOOM</h3><a class="indexterm" name="id2630437"></a><pre class="programlisting">#define GIMP_STOCK_TOOL_ZOOM "gimp-tool-zoom"
|
||||
</pre><p>
|
||||
<img src="stock-tool-zoom-22.png">
|
||||
<img src="stock-tool-zoom-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630467"></a><h3><a name="GIMP-STOCK-HCHAIN-CAPS"></a>GIMP_STOCK_HCHAIN</h3><a class="indexterm" name="id2630481"></a><pre class="programlisting">#define GIMP_STOCK_HCHAIN "gimp-hchain"
|
||||
</pre><p>
|
||||
<img src="stock-hchain-24.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630502"></a><h3><a name="GIMP-STOCK-HCHAIN-BROKEN-CAPS"></a>GIMP_STOCK_HCHAIN_BROKEN</h3><a class="indexterm" name="id2630515"></a><pre class="programlisting">#define GIMP_STOCK_HCHAIN_BROKEN "gimp-hchain-broken"
|
||||
</pre><p>
|
||||
<img src="stock-hchain-broken-24.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630536"></a><h3><a name="GIMP-STOCK-VCHAIN-CAPS"></a>GIMP_STOCK_VCHAIN</h3><a class="indexterm" name="id2630550"></a><pre class="programlisting">#define GIMP_STOCK_VCHAIN "gimp-vchain"
|
||||
</pre><p>
|
||||
<img src="stock-vchain-24.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630571"></a><h3><a name="GIMP-STOCK-VCHAIN-BROKEN-CAPS"></a>GIMP_STOCK_VCHAIN_BROKEN</h3><a class="indexterm" name="id2630584"></a><pre class="programlisting">#define GIMP_STOCK_VCHAIN_BROKEN "gimp-vchain-broken"
|
||||
</pre><p>
|
||||
<img src="stock-vchain-broken-24.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630604"></a><h3><a name="GIMP-STOCK-TEXTURE-CAPS"></a>GIMP_STOCK_TEXTURE</h3><a class="indexterm" name="id2630618"></a><pre class="programlisting">#define GIMP_STOCK_TEXTURE "gimp-texture"
|
||||
</pre><p>
|
||||
<img src="stock-texture-64.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630638"></a><h3><a name="GIMP-STOCK-FRAME-CAPS"></a>GIMP_STOCK_FRAME</h3><a class="indexterm" name="id2630652"></a><pre class="programlisting">#define GIMP_STOCK_FRAME "gimp-frame"
|
||||
</pre><p>
|
||||
<img src="stock-frame-64.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630673"></a><h3><a name="GIMP-STOCK-ERROR-CAPS"></a>GIMP_STOCK_ERROR</h3><a class="indexterm" name="id2630686"></a><pre class="programlisting">#define GIMP_STOCK_ERROR "gimp-error"
|
||||
</pre><p>
|
||||
<img src="stock-error-64.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630707"></a><h3><a name="GIMP-STOCK-INFO-CAPS"></a>GIMP_STOCK_INFO</h3><a class="indexterm" name="id2630720"></a><pre class="programlisting">#define GIMP_STOCK_INFO "gimp-info"
|
||||
</pre><p>
|
||||
<img src="stock-info-64.png">
|
||||
<img src="stock-info-24.png">
|
||||
<img src="stock-info-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630757"></a><h3><a name="GIMP-STOCK-QUESTION-CAPS"></a>GIMP_STOCK_QUESTION</h3><a class="indexterm" name="id2630770"></a><pre class="programlisting">#define GIMP_STOCK_QUESTION "gimp-question"
|
||||
</pre><p>
|
||||
<img src="stock-question-64.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630791"></a><h3><a name="GIMP-STOCK-WARNING-CAPS"></a>GIMP_STOCK_WARNING</h3><a class="indexterm" name="id2630804"></a><pre class="programlisting">#define GIMP_STOCK_WARNING "gimp-warning"
|
||||
</pre><p>
|
||||
<img src="stock-warning-64.png">
|
||||
<img src="stock-warning-24.png">
|
||||
<img src="stock-warning-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630841"></a><h3><a name="GIMP-STOCK-WILBER-CAPS"></a>GIMP_STOCK_WILBER</h3><a class="indexterm" name="id2630855"></a><pre class="programlisting">#define GIMP_STOCK_WILBER "gimp-wilber"
|
||||
</pre><p>
|
||||
<img src="stock-wilber-64.png">
|
||||
<img src="stock-wilber-16.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630884"></a><h3><a name="GIMP-STOCK-WILBER-EEK-CAPS"></a>GIMP_STOCK_WILBER_EEK</h3><a class="indexterm" name="id2630897"></a><pre class="programlisting">#define GIMP_STOCK_WILBER_EEK "gimp-wilber-eek"
|
||||
</pre><p>
|
||||
<img src="stock-wilber-eek-64.png">
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630918"></a><h3><a name="GIMP-STOCK-BRUSH-CAPS"></a>GIMP_STOCK_BRUSH</h3><a class="indexterm" name="id2630932"></a><pre class="programlisting">#define GIMP_STOCK_BRUSH GIMP_STOCK_TOOL_PAINTBRUSH
|
||||
</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630945"></a><h3><a name="GIMP-STOCK-BUFFER-CAPS"></a>GIMP_STOCK_BUFFER</h3><a class="indexterm" name="id2630958"></a><pre class="programlisting">#define GIMP_STOCK_BUFFER GTK_STOCK_PASTE
|
||||
</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630971"></a><h3><a name="GIMP-STOCK-FONT-CAPS"></a>GIMP_STOCK_FONT</h3><a class="indexterm" name="id2630984"></a><pre class="programlisting">#define GIMP_STOCK_FONT GTK_STOCK_SELECT_FONT
|
||||
</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2630997"></a><h3><a name="GIMP-STOCK-GRADIENT-CAPS"></a>GIMP_STOCK_GRADIENT</h3><a class="indexterm" name="id2631010"></a><pre class="programlisting">#define GIMP_STOCK_GRADIENT GIMP_STOCK_TOOL_BLEND
|
||||
</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2631023"></a><h3><a name="GIMP-STOCK-PALETTE-CAPS"></a>GIMP_STOCK_PALETTE</h3><a class="indexterm" name="id2631036"></a><pre class="programlisting">#define GIMP_STOCK_PALETTE GTK_STOCK_SELECT_COLOR
|
||||
</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2631050"></a><h3><a name="GIMP-STOCK-PATTERN-CAPS"></a>GIMP_STOCK_PATTERN</h3><a class="indexterm" name="id2631063"></a><pre class="programlisting">#define GIMP_STOCK_PATTERN GIMP_STOCK_TOOL_BUCKET_FILL
|
||||
</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2631076"></a><h3><a name="GIMP-STOCK-ZOOM-FOLLOW-WINDOW-CAPS"></a>GIMP_STOCK_ZOOM_FOLLOW_WINDOW</h3><a class="indexterm" name="id2631089"></a><pre class="programlisting">#define GIMP_STOCK_ZOOM_FOLLOW_WINDOW "gimp-zoom-follow-window"
|
||||
</pre><p>
|
||||
<img src="stock-zoom-follow-window-12.png">
|
||||
</p></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpSizeEntry.html"><b><<<EFBFBD>GimpSizeEntry</b></a></td><td align="right"><a accesskey="n" href="libgimpwidgets-GimpWidgets.html"><b>GimpWidgets<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
603
devel-docs/libgimpwidgets/html/libgimpwidgets-GimpWidgets.html
Normal file
@ -0,0 +1,603 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GimpWidgets</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-utils.html" title="Part<72>V.<2E>GIMP Widgets Utilities"><link rel="prev" href="libgimpwidgets-GimpStock.html" title="GimpStock"><link rel="next" href="libgimpwidgets-deprecated.html" title="Part<72>VI.<2E>Deprecated API"><meta name="generator" content="GTK-Doc V1.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="libgimpwidgets-GimpStock.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-utils.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="libgimpwidgets-deprecated.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="libgimpwidgets-GimpWidgets"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">GimpWidgets</span></h2><p>GimpWidgets — A collection of convenient widget constructors, standard callbacks and
|
||||
helper functions.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
GtkWidget* <a href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new">gimp_radio_group_new</a> (gboolean in_frame,
|
||||
const gchar *frame_title,
|
||||
...);
|
||||
GtkWidget* <a href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new2">gimp_radio_group_new2</a> (gboolean in_frame,
|
||||
const gchar *frame_title,
|
||||
GCallback radio_button_callback,
|
||||
gpointer radio_button_callback_data,
|
||||
gpointer initial,
|
||||
...);
|
||||
void <a href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-set-active">gimp_radio_group_set_active</a> (GtkRadioButton *radio_button,
|
||||
gpointer item_data);
|
||||
GtkWidget* <a href="libgimpwidgets-GimpWidgets.html#gimp-int-radio-group-new">gimp_int_radio_group_new</a> (gboolean in_frame,
|
||||
const gchar *frame_title,
|
||||
GCallback radio_button_callback,
|
||||
gpointer radio_button_callback_data,
|
||||
gint initial,
|
||||
...);
|
||||
void <a href="libgimpwidgets-GimpWidgets.html#gimp-int-radio-group-set-active">gimp_int_radio_group_set_active</a> (GtkRadioButton *radio_button,
|
||||
gint item_data);
|
||||
GtkWidget* <a href="libgimpwidgets-GimpWidgets.html#gimp-spin-button-new">gimp_spin_button_new</a> (GtkObject **adjustment,
|
||||
gdouble value,
|
||||
gdouble lower,
|
||||
gdouble upper,
|
||||
gdouble step_increment,
|
||||
gdouble page_increment,
|
||||
gdouble page_size,
|
||||
gdouble climb_rate,
|
||||
guint digits);
|
||||
#define <a href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-LABEL-CAPS">GIMP_SCALE_ENTRY_LABEL</a> (adj)
|
||||
#define <a href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SCALE-CAPS">GIMP_SCALE_ENTRY_SCALE</a> (adj)
|
||||
#define <a href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SCALE-ADJ-CAPS">GIMP_SCALE_ENTRY_SCALE_ADJ</a> (adj)
|
||||
#define <a href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SPINBUTTON-CAPS">GIMP_SCALE_ENTRY_SPINBUTTON</a> (adj)
|
||||
#define <a href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SPINBUTTON-ADJ-CAPS">GIMP_SCALE_ENTRY_SPINBUTTON_ADJ</a> (adj)
|
||||
GtkObject* <a href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new">gimp_scale_entry_new</a> (GtkTable *table,
|
||||
gint column,
|
||||
gint row,
|
||||
const gchar *text,
|
||||
gint scale_width,
|
||||
gint spinbutton_width,
|
||||
gdouble value,
|
||||
gdouble lower,
|
||||
gdouble upper,
|
||||
gdouble step_increment,
|
||||
gdouble page_increment,
|
||||
guint digits,
|
||||
gboolean constrain,
|
||||
gdouble unconstrained_lower,
|
||||
gdouble unconstrained_upper,
|
||||
const gchar *tooltip,
|
||||
const gchar *help_id);
|
||||
void <a href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-set-sensitive">gimp_scale_entry_set_sensitive</a> (GtkObject *adjustment,
|
||||
gboolean sensitive);
|
||||
void <a href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-set-logarithmic">gimp_scale_entry_set_logarithmic</a>
|
||||
(GtkObject *adjustment,
|
||||
gboolean logarithmic);
|
||||
gboolean <a href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-get-logarithmic">gimp_scale_entry_get_logarithmic</a>
|
||||
(GtkObject *adjustment);
|
||||
GtkObject* <a href="libgimpwidgets-GimpWidgets.html#gimp-color-scale-entry-new">gimp_color_scale_entry_new</a> (GtkTable *table,
|
||||
gint column,
|
||||
gint row,
|
||||
const gchar *text,
|
||||
gint scale_width,
|
||||
gint spinbutton_width,
|
||||
gdouble value,
|
||||
gdouble lower,
|
||||
gdouble upper,
|
||||
gdouble step_increment,
|
||||
gdouble page_increment,
|
||||
guint digits,
|
||||
const gchar *tooltip,
|
||||
const gchar *help_id);
|
||||
#define <a href="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-SPINBUTTON-CAPS">GIMP_RANDOM_SEED_SPINBUTTON</a> (hbox)
|
||||
#define <a href="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-SPINBUTTON-ADJ-CAPS">GIMP_RANDOM_SEED_SPINBUTTON_ADJ</a> (hbox)
|
||||
#define <a href="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-TOGGLE-CAPS">GIMP_RANDOM_SEED_TOGGLE</a> (hbox)
|
||||
GtkWidget* <a href="libgimpwidgets-GimpWidgets.html#gimp-random-seed-new">gimp_random_seed_new</a> (guint32 *seed,
|
||||
gboolean *random_seed);
|
||||
#define <a href="libgimpwidgets-GimpWidgets.html#GIMP-COORDINATES-CHAINBUTTON-CAPS">GIMP_COORDINATES_CHAINBUTTON</a> (sizeentry)
|
||||
GtkWidget* <a href="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new">gimp_coordinates_new</a> (<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit,
|
||||
const gchar *unit_format,
|
||||
gboolean menu_show_pixels,
|
||||
gboolean menu_show_percent,
|
||||
gint spinbutton_width,
|
||||
<a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy">GimpSizeEntryUpdatePolicy</a> update_policy,
|
||||
gboolean chainbutton_active,
|
||||
gboolean chain_constrains_ratio,
|
||||
const gchar *xlabel,
|
||||
gdouble x,
|
||||
gdouble xres,
|
||||
gdouble lower_boundary_x,
|
||||
gdouble upper_boundary_x,
|
||||
gdouble xsize_0,
|
||||
gdouble xsize_100,
|
||||
const gchar *ylabel,
|
||||
gdouble y,
|
||||
gdouble yres,
|
||||
gdouble lower_boundary_y,
|
||||
gdouble upper_boundary_y,
|
||||
gdouble ysize_0,
|
||||
gdouble ysize_100);
|
||||
GtkWidget* <a href="libgimpwidgets-GimpWidgets.html#gimp-pixmap-button-new">gimp_pixmap_button_new</a> (gchar **xpm_data,
|
||||
const gchar *text);
|
||||
void <a href="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-sensitive-update">gimp_toggle_button_sensitive_update</a>
|
||||
(GtkToggleButton *toggle_button);
|
||||
void <a href="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-update">gimp_toggle_button_update</a> (GtkWidget *widget,
|
||||
gpointer data);
|
||||
void <a href="libgimpwidgets-GimpWidgets.html#gimp-radio-button-update">gimp_radio_button_update</a> (GtkWidget *widget,
|
||||
gpointer data);
|
||||
void <a href="libgimpwidgets-GimpWidgets.html#gimp-int-adjustment-update">gimp_int_adjustment_update</a> (GtkAdjustment *adjustment,
|
||||
gpointer data);
|
||||
void <a href="libgimpwidgets-GimpWidgets.html#gimp-uint-adjustment-update">gimp_uint_adjustment_update</a> (GtkAdjustment *adjustment,
|
||||
gpointer data);
|
||||
void <a href="libgimpwidgets-GimpWidgets.html#gimp-float-adjustment-update">gimp_float_adjustment_update</a> (GtkAdjustment *adjustment,
|
||||
gpointer data);
|
||||
void <a href="libgimpwidgets-GimpWidgets.html#gimp-double-adjustment-update">gimp_double_adjustment_update</a> (GtkAdjustment *adjustment,
|
||||
gpointer data);
|
||||
void <a href="libgimpwidgets-GimpWidgets.html#gimp-unit-menu-update">gimp_unit_menu_update</a> (GtkWidget *widget,
|
||||
gpointer data);
|
||||
GtkWidget* <a href="libgimpwidgets-GimpWidgets.html#gimp-table-attach-aligned">gimp_table_attach_aligned</a> (GtkTable *table,
|
||||
gint column,
|
||||
gint row,
|
||||
const gchar *label_text,
|
||||
gfloat xalign,
|
||||
gfloat yalign,
|
||||
GtkWidget *widget,
|
||||
gint colspan,
|
||||
gboolean left_align);
|
||||
void <a href="libgimpwidgets-GimpWidgets.html#gimp-label-set-attributes">gimp_label_set_attributes</a> (GtkLabel *label,
|
||||
...);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2632158"></a><h2>Description</h2><p>
|
||||
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2632168"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2632173"></a><h3><a name="gimp-radio-group-new"></a>gimp_radio_group_new ()</h3><a class="indexterm" name="id2632182"></a><pre class="programlisting">GtkWidget* gimp_radio_group_new (gboolean in_frame,
|
||||
const gchar *frame_title,
|
||||
...);</pre><p>
|
||||
Convenience function to create a group of radio buttons embedded into
|
||||
a <span class="type">GtkFrame</span> or <span class="type">GtkVbox</span>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>in_frame</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if you want a <span class="type">GtkFrame</span> around the radio button group.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>frame_title</tt></i><EFBFBD>:</span></td><td> The title of the Frame or <tt class="literal">NULL</tt> if you don't want a title.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>...</tt></i><EFBFBD>:</span></td><td> A <tt class="literal">NULL</tt>-terminated <i class="parameter"><tt>va_list</tt></i> describing the radio buttons.
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A <span class="type">GtkFrame</span> or <span class="type">GtkVbox</span> (depending on <i class="parameter"><tt>in_frame</tt></i>).
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2632308"></a><h3><a name="gimp-radio-group-new2"></a>gimp_radio_group_new2 ()</h3><a class="indexterm" name="id2632316"></a><pre class="programlisting">GtkWidget* gimp_radio_group_new2 (gboolean in_frame,
|
||||
const gchar *frame_title,
|
||||
GCallback radio_button_callback,
|
||||
gpointer radio_button_callback_data,
|
||||
gpointer initial,
|
||||
...);</pre><p>
|
||||
Convenience function to create a group of radio buttons embedded into
|
||||
a <span class="type">GtkFrame</span> or <span class="type">GtkVbox</span>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>in_frame</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if you want a <span class="type">GtkFrame</span> around the
|
||||
radio button group.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>frame_title</tt></i><EFBFBD>:</span></td><td> The title of the Frame or <tt class="literal">NULL</tt> if you don't want
|
||||
a title.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>radio_button_callback</tt></i><EFBFBD>:</span></td><td> The callback each button's "toggled" signal will
|
||||
be connected with.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>radio_button_callback_data</tt></i><EFBFBD>:</span></td><td>
|
||||
The data which will be passed to <tt class="function">g_signal_connect()</tt>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>initial</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>item_data</tt></i> of the initially pressed radio button.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>...</tt></i><EFBFBD>:</span></td><td> A <tt class="literal">NULL</tt>-terminated <i class="parameter"><tt>va_list</tt></i> describing
|
||||
the radio buttons.
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A <span class="type">GtkFrame</span> or <span class="type">GtkVbox</span> (depending on <i class="parameter"><tt>in_frame</tt></i>).
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2632509"></a><h3><a name="gimp-radio-group-set-active"></a>gimp_radio_group_set_active ()</h3><a class="indexterm" name="id2632518"></a><pre class="programlisting">void gimp_radio_group_set_active (GtkRadioButton *radio_button,
|
||||
gpointer item_data);</pre><p>
|
||||
Calls <tt class="function">gtk_toggle_button_set_active()</tt> with the radio button that was
|
||||
created with a matching <i class="parameter"><tt>item_data</tt></i>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>radio_button</tt></i><EFBFBD>:</span></td><td> Pointer to a <span class="type">GtkRadioButton</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>item_data</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>item_data</tt></i> of the radio button you want to select.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2632595"></a><h3><a name="gimp-int-radio-group-new"></a>gimp_int_radio_group_new ()</h3><a class="indexterm" name="id2632603"></a><pre class="programlisting">GtkWidget* gimp_int_radio_group_new (gboolean in_frame,
|
||||
const gchar *frame_title,
|
||||
GCallback radio_button_callback,
|
||||
gpointer radio_button_callback_data,
|
||||
gint initial,
|
||||
...);</pre><p>
|
||||
Convenience function to create a group of radio buttons embedded into
|
||||
a <span class="type">GtkFrame</span> or <span class="type">GtkVbox</span>. This function does the same thing as
|
||||
<a href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new2"><tt class="function">gimp_radio_group_new2()</tt></a>, but it takes integers as <i class="parameter"><tt>item_data</tt></i> instead of
|
||||
pointers, since that is a very common case (mapping an enum to a radio
|
||||
group).</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>in_frame</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if you want a <span class="type">GtkFrame</span> around the
|
||||
radio button group.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>frame_title</tt></i><EFBFBD>:</span></td><td> The title of the Frame or <tt class="literal">NULL</tt> if you don't want
|
||||
a title.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>radio_button_callback</tt></i><EFBFBD>:</span></td><td> The callback each button's "toggled" signal will
|
||||
be connected with.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>radio_button_callback_data</tt></i><EFBFBD>:</span></td><td>
|
||||
The data which will be passed to <tt class="function">g_signal_connect()</tt>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>initial</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>item_data</tt></i> of the initially pressed radio button.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>...</tt></i><EFBFBD>:</span></td><td> A <tt class="literal">NULL</tt>-terminated <i class="parameter"><tt>va_list</tt></i> describing
|
||||
the radio buttons.
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A <span class="type">GtkFrame</span> or <span class="type">GtkVbox</span> (depending on <i class="parameter"><tt>in_frame</tt></i>).
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2632808"></a><h3><a name="gimp-int-radio-group-set-active"></a>gimp_int_radio_group_set_active ()</h3><a class="indexterm" name="id2632820"></a><pre class="programlisting">void gimp_int_radio_group_set_active (GtkRadioButton *radio_button,
|
||||
gint item_data);</pre><p>
|
||||
Calls <tt class="function">gtk_toggle_button_set_active()</tt> with the radio button that was created
|
||||
with a matching <i class="parameter"><tt>item_data</tt></i>. This function does the same thing as
|
||||
<a href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-set-active"><tt class="function">gimp_radio_group_set_active()</tt></a>, but takes integers as <i class="parameter"><tt>item_data</tt></i> instead
|
||||
of pointers.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>radio_button</tt></i><EFBFBD>:</span></td><td> Pointer to a <span class="type">GtkRadioButton</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>item_data</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>item_data</tt></i> of the radio button you want to select.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2632861"></a><h3><a name="gimp-spin-button-new"></a>gimp_spin_button_new ()</h3><a class="indexterm" name="id2632869"></a><pre class="programlisting">GtkWidget* gimp_spin_button_new (GtkObject **adjustment,
|
||||
gdouble value,
|
||||
gdouble lower,
|
||||
gdouble upper,
|
||||
gdouble step_increment,
|
||||
gdouble page_increment,
|
||||
gdouble page_size,
|
||||
gdouble climb_rate,
|
||||
guint digits);</pre><p>
|
||||
This function is a shortcut for <tt class="function">gtk_adjustment_new()</tt> and a subsequent
|
||||
<tt class="function">gtk_spin_button_new()</tt> and does some more initialisation stuff like
|
||||
setting a standard minimum horizontal size.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>adjustment</tt></i><EFBFBD>:</span></td><td> Returns the spinbutton's <span class="type">GtkAdjustment</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>value</tt></i><EFBFBD>:</span></td><td> The initial value of the spinbutton.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>lower</tt></i><EFBFBD>:</span></td><td> The lower boundary.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>upper</tt></i><EFBFBD>:</span></td><td> The uppper boundary.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>step_increment</tt></i><EFBFBD>:</span></td><td> The spinbutton's step increment.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>page_increment</tt></i><EFBFBD>:</span></td><td> The spinbutton's page increment (mouse button 2).
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>page_size</tt></i><EFBFBD>:</span></td><td> The spinbutton's page size.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>climb_rate</tt></i><EFBFBD>:</span></td><td> The spinbutton's climb rate.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>digits</tt></i><EFBFBD>:</span></td><td> The spinbutton's number of decimal digits.
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A <span class="type">GtkSpinbutton</span> and it's <span class="type">GtkAdjustment</span>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2633073"></a><h3><a name="GIMP-SCALE-ENTRY-LABEL-CAPS"></a>GIMP_SCALE_ENTRY_LABEL()</h3><a class="indexterm" name="id2633081"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_LABEL(adj)</pre><p>
|
||||
Returns the scale_entry's <span class="type">GtkLabel</span>.
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>adj</tt></i><EFBFBD>:</span></td><td>The <span class="type">GtkAdjustment</span> returned by <a href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new"><tt class="function">gimp_scale_entry_new()</tt></a>.
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2633125"></a><h3><a name="GIMP-SCALE-ENTRY-SCALE-CAPS"></a>GIMP_SCALE_ENTRY_SCALE()</h3><a class="indexterm" name="id2633133"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SCALE(adj)</pre><p>
|
||||
Returns the scale_entry's <span class="type">GtkHScale</span>.
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>adj</tt></i><EFBFBD>:</span></td><td>The <span class="type">GtkAdjustment</span> returned by <a href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new"><tt class="function">gimp_scale_entry_new()</tt></a>.
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2633176"></a><h3><a name="GIMP-SCALE-ENTRY-SCALE-ADJ-CAPS"></a>GIMP_SCALE_ENTRY_SCALE_ADJ()</h3><a class="indexterm" name="id2633185"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SCALE_ADJ(adj)</pre><p>
|
||||
Returns the <span class="type">GtkAdjustment</span> of the scale_entry's <span class="type">GtkHScale</span>.
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>adj</tt></i><EFBFBD>:</span></td><td>The <span class="type">GtkAdjustment</span> returned by <a href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new"><tt class="function">gimp_scale_entry_new()</tt></a>.
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2633234"></a><h3><a name="GIMP-SCALE-ENTRY-SPINBUTTON-CAPS"></a>GIMP_SCALE_ENTRY_SPINBUTTON()</h3><a class="indexterm" name="id2633242"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SPINBUTTON(adj)</pre><p>
|
||||
Returns the scale_entry's <span class="type">GtkSpinButton</span>.
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>adj</tt></i><EFBFBD>:</span></td><td>The <span class="type">GtkAdjustment</span> returned by <a href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new"><tt class="function">gimp_scale_entry_new()</tt></a>.
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2633287"></a><h3><a name="GIMP-SCALE-ENTRY-SPINBUTTON-ADJ-CAPS"></a>GIMP_SCALE_ENTRY_SPINBUTTON_ADJ()</h3><a class="indexterm" name="id2633295"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SPINBUTTON_ADJ(adj)</pre><p>
|
||||
Returns the <span class="type">GtkAdjustment</span> of the scale_entry's <span class="type">GtkSpinButton</span>.
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>adj</tt></i><EFBFBD>:</span></td><td>The <span class="type">GtkAdjustment</span> returned by <a href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new"><tt class="function">gimp_scale_entry_new()</tt></a>.
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2633345"></a><h3><a name="gimp-scale-entry-new"></a>gimp_scale_entry_new ()</h3><a class="indexterm" name="id2633354"></a><pre class="programlisting">GtkObject* gimp_scale_entry_new (GtkTable *table,
|
||||
gint column,
|
||||
gint row,
|
||||
const gchar *text,
|
||||
gint scale_width,
|
||||
gint spinbutton_width,
|
||||
gdouble value,
|
||||
gdouble lower,
|
||||
gdouble upper,
|
||||
gdouble step_increment,
|
||||
gdouble page_increment,
|
||||
guint digits,
|
||||
gboolean constrain,
|
||||
gdouble unconstrained_lower,
|
||||
gdouble unconstrained_upper,
|
||||
const gchar *tooltip,
|
||||
const gchar *help_id);</pre><p>
|
||||
This function creates a <span class="type">GtkLabel</span>, a <span class="type">GtkHScale</span> and a <span class="type">GtkSpinButton</span> and
|
||||
attaches them to a 3-column <span class="type">GtkTable</span>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>table</tt></i><EFBFBD>:</span></td><td> The <span class="type">GtkTable</span> the widgets will be attached to.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>column</tt></i><EFBFBD>:</span></td><td> The column to start with.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>row</tt></i><EFBFBD>:</span></td><td> The row to attach the widgets.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>text</tt></i><EFBFBD>:</span></td><td> The text for the <span class="type">GtkLabel</span> which will appear
|
||||
left of the <span class="type">GtkHScale</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>scale_width</tt></i><EFBFBD>:</span></td><td> The minimum horizontal size of the <span class="type">GtkHScale</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>spinbutton_width</tt></i><EFBFBD>:</span></td><td> The minimum horizontal size of the <span class="type">GtkSpinButton</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>value</tt></i><EFBFBD>:</span></td><td> The initial value.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>lower</tt></i><EFBFBD>:</span></td><td> The lower boundary.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>upper</tt></i><EFBFBD>:</span></td><td> The upper boundary.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>step_increment</tt></i><EFBFBD>:</span></td><td> The step increment.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>page_increment</tt></i><EFBFBD>:</span></td><td> The page increment.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>digits</tt></i><EFBFBD>:</span></td><td> The number of decimal digits.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>constrain</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if the range of possible values of the
|
||||
<span class="type">GtkSpinButton</span> should be the same as of the <span class="type">GtkHScale</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>unconstrained_lower</tt></i><EFBFBD>:</span></td><td> The spinbutton's lower boundary
|
||||
if <i class="parameter"><tt>constrain</tt></i> == <tt class="literal">FALSE</tt>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>unconstrained_upper</tt></i><EFBFBD>:</span></td><td> The spinbutton's upper boundary
|
||||
if <i class="parameter"><tt>constrain</tt></i> == <tt class="literal">FALSE</tt>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>tooltip</tt></i><EFBFBD>:</span></td><td> A tooltip message for the scale and the spinbutton.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_id</tt></i><EFBFBD>:</span></td><td> The widgets' help_id (see <a href="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data"><tt class="function">gimp_help_set_help_data()</tt></a>).
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The <span class="type">GtkSpinButton</span>'s <span class="type">GtkAdjustment</span>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2633784"></a><h3><a name="gimp-scale-entry-set-sensitive"></a>gimp_scale_entry_set_sensitive ()</h3><a class="indexterm" name="id2633793"></a><pre class="programlisting">void gimp_scale_entry_set_sensitive (GtkObject *adjustment,
|
||||
gboolean sensitive);</pre><p>
|
||||
Sets the sensitivity of the scale_entry's <span class="type">GtkLabel</span>, <span class="type">GtkHScale</span> and
|
||||
<span class="type">GtkSpinbutton</span>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>adjustment</tt></i><EFBFBD>:</span></td><td> a <span class="type">GtkAdjustment</span> returned by <a href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new"><tt class="function">gimp_scale_entry_new()</tt></a>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>sensitive</tt></i><EFBFBD>:</span></td><td> a boolean value with the same semantics as the <i class="parameter"><tt>sensitive</tt></i>
|
||||
parameter of <tt class="function">gtk_widget_set_sensitive()</tt>
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2633888"></a><h3><a name="gimp-scale-entry-set-logarithmic"></a>gimp_scale_entry_set_logarithmic ()</h3><a class="indexterm" name="id2633897"></a><pre class="programlisting">void gimp_scale_entry_set_logarithmic
|
||||
(GtkObject *adjustment,
|
||||
gboolean logarithmic);</pre><p>
|
||||
Sets whether the scale_entry's scale widget will behave in a linear
|
||||
or logharithmic fashion. Useful when an entry has to attend large
|
||||
ranges, but smaller selections on that range require a finer
|
||||
adjustment.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>adjustment</tt></i><EFBFBD>:</span></td><td> a <span class="type">GtkAdjustment</span> as returned by <a href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new"><tt class="function">gimp_scale_entry_new()</tt></a>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>logarithmic</tt></i><EFBFBD>:</span></td><td> a boolean value to set or reset logarithmic behaviour
|
||||
of the scale widget
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2633972"></a><h3><a name="gimp-scale-entry-get-logarithmic"></a>gimp_scale_entry_get_logarithmic ()</h3><a class="indexterm" name="id2633982"></a><pre class="programlisting">gboolean gimp_scale_entry_get_logarithmic
|
||||
(GtkObject *adjustment);</pre><p>
|
||||
</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>adjustment</tt></i><EFBFBD>:</span></td><td> a <span class="type">GtkAdjustment</span> as returned by <a href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new"><tt class="function">gimp_scale_entry_new()</tt></a>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <tt class="literal">TRUE</tt> if the the entry's scale widget will behave in
|
||||
logharithmic fashion, <tt class="literal">FALSE</tt> for linear behaviour.
|
||||
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2634054"></a><h3><a name="gimp-color-scale-entry-new"></a>gimp_color_scale_entry_new ()</h3><a class="indexterm" name="id2634063"></a><pre class="programlisting">GtkObject* gimp_color_scale_entry_new (GtkTable *table,
|
||||
gint column,
|
||||
gint row,
|
||||
const gchar *text,
|
||||
gint scale_width,
|
||||
gint spinbutton_width,
|
||||
gdouble value,
|
||||
gdouble lower,
|
||||
gdouble upper,
|
||||
gdouble step_increment,
|
||||
gdouble page_increment,
|
||||
guint digits,
|
||||
const gchar *tooltip,
|
||||
const gchar *help_id);</pre><p>
|
||||
This function creates a <span class="type">GtkLabel</span>, a <a href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> and a
|
||||
<span class="type">GtkSpinButton</span> and attaches them to a 3-column <span class="type">GtkTable</span>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>table</tt></i><EFBFBD>:</span></td><td> The <span class="type">GtkTable</span> the widgets will be attached to.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>column</tt></i><EFBFBD>:</span></td><td> The column to start with.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>row</tt></i><EFBFBD>:</span></td><td> The row to attach the widgets.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>text</tt></i><EFBFBD>:</span></td><td> The text for the <span class="type">GtkLabel</span> which will appear
|
||||
left of the <span class="type">GtkHScale</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>scale_width</tt></i><EFBFBD>:</span></td><td> The minimum horizontal size of the <span class="type">GtkHScale</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>spinbutton_width</tt></i><EFBFBD>:</span></td><td> The minimum horizontal size of the <span class="type">GtkSpinButton</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>value</tt></i><EFBFBD>:</span></td><td> The initial value.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>lower</tt></i><EFBFBD>:</span></td><td> The lower boundary.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>upper</tt></i><EFBFBD>:</span></td><td> The upper boundary.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>step_increment</tt></i><EFBFBD>:</span></td><td> The step increment.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>page_increment</tt></i><EFBFBD>:</span></td><td> The page increment.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>digits</tt></i><EFBFBD>:</span></td><td> The number of decimal digits.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>tooltip</tt></i><EFBFBD>:</span></td><td> A tooltip message for the scale and the spinbutton.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>help_id</tt></i><EFBFBD>:</span></td><td> The widgets' help_id (see <a href="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data"><tt class="function">gimp_help_set_help_data()</tt></a>).
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The <span class="type">GtkSpinButton</span>'s <span class="type">GtkAdjustment</span>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2634417"></a><h3><a name="GIMP-RANDOM-SEED-SPINBUTTON-CAPS"></a>GIMP_RANDOM_SEED_SPINBUTTON()</h3><a class="indexterm" name="id2634428"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_SPINBUTTON(hbox)</pre><p>
|
||||
Returns the random_seed's <span class="type">GtkSpinButton</span>.
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>hbox</tt></i><EFBFBD>:</span></td><td>The <span class="type">GtkHBox</span> returned by <a href="libgimpwidgets-GimpWidgets.html#gimp-random-seed-new"><tt class="function">gimp_random_seed_new()</tt></a>.
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2634472"></a><h3><a name="GIMP-RANDOM-SEED-SPINBUTTON-ADJ-CAPS"></a>GIMP_RANDOM_SEED_SPINBUTTON_ADJ()</h3><a class="indexterm" name="id2634484"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_SPINBUTTON_ADJ(hbox)</pre><p>
|
||||
Returns the <span class="type">GtkAdjustment</span> of the random_seed's <span class="type">GtkSpinButton</span>.
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>hbox</tt></i><EFBFBD>:</span></td><td>The <span class="type">GtkHBox</span> returned by <a href="libgimpwidgets-GimpWidgets.html#gimp-random-seed-new"><tt class="function">gimp_random_seed_new()</tt></a>.
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2634535"></a><h3><a name="GIMP-RANDOM-SEED-TOGGLE-CAPS"></a>GIMP_RANDOM_SEED_TOGGLE()</h3><a class="indexterm" name="id2634546"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_TOGGLE(hbox)</pre><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>hbox</tt></i><EFBFBD>:</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2634571"></a><h3><a name="gimp-random-seed-new"></a>gimp_random_seed_new ()</h3><a class="indexterm" name="id2634579"></a><pre class="programlisting">GtkWidget* gimp_random_seed_new (guint32 *seed,
|
||||
gboolean *random_seed);</pre><p>
|
||||
Creates a widget that allows the user to control how the random number
|
||||
generator is initialized.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>seed</tt></i><EFBFBD>:</span></td><td> A pointer to the variable which stores the random seed.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>random_seed</tt></i><EFBFBD>:</span></td><td> A pointer to a boolean indicating whether seed should be
|
||||
initialised randomly or not.
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A <span class="type">GtkHBox</span> containing a <span class="type">GtkSpinButton</span> for the seed and
|
||||
a <span class="type">GtkButton</span> for setting a random seed.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2634668"></a><h3><a name="GIMP-COORDINATES-CHAINBUTTON-CAPS"></a>GIMP_COORDINATES_CHAINBUTTON()</h3><a class="indexterm" name="id2634679"></a><pre class="programlisting">#define GIMP_COORDINATES_CHAINBUTTON(sizeentry)</pre><p>
|
||||
Returns the <a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> which is attached to the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>sizeentry</tt></i><EFBFBD>:</span></td><td>The <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> returned by <a href="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new"><tt class="function">gimp_coordinates_new()</tt></a>.
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2634730"></a><h3><a name="gimp-coordinates-new"></a>gimp_coordinates_new ()</h3><a class="indexterm" name="id2634738"></a><pre class="programlisting">GtkWidget* gimp_coordinates_new (<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit,
|
||||
const gchar *unit_format,
|
||||
gboolean menu_show_pixels,
|
||||
gboolean menu_show_percent,
|
||||
gint spinbutton_width,
|
||||
<a href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy">GimpSizeEntryUpdatePolicy</a> update_policy,
|
||||
gboolean chainbutton_active,
|
||||
gboolean chain_constrains_ratio,
|
||||
const gchar *xlabel,
|
||||
gdouble x,
|
||||
gdouble xres,
|
||||
gdouble lower_boundary_x,
|
||||
gdouble upper_boundary_x,
|
||||
gdouble xsize_0,
|
||||
gdouble xsize_100,
|
||||
const gchar *ylabel,
|
||||
gdouble y,
|
||||
gdouble yres,
|
||||
gdouble lower_boundary_y,
|
||||
gdouble upper_boundary_y,
|
||||
gdouble ysize_0,
|
||||
gdouble ysize_100);</pre><p>
|
||||
Convenience function that creates a <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> with two fields for x/y
|
||||
coordinates/sizes with a <a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> attached to constrain either the
|
||||
two fields' values or the ratio between them.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>unit</tt></i><EFBFBD>:</span></td><td> The initial unit of the <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>unit_format</tt></i><EFBFBD>:</span></td><td> A printf-like unit-format string as is used with
|
||||
<a href="GimpUnitMenu.html#gimp-unit-menu-new"><tt class="function">gimp_unit_menu_new()</tt></a>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>menu_show_pixels</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if the <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> should contain an item
|
||||
for GIMP_UNIT_PIXEL.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>menu_show_percent</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if the <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> should contain an item
|
||||
for GIMP_UNIT_PERCENT.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>spinbutton_width</tt></i><EFBFBD>:</span></td><td> The horizontal size of the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s
|
||||
<span class="type">GtkSpinButton</span>'s.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>update_policy</tt></i><EFBFBD>:</span></td><td> The update policy for the <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>chainbutton_active</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if the attached <a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> should be
|
||||
active.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>chain_constrains_ratio</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if the chainbutton should constrain the
|
||||
fields' aspect ratio. If <tt class="literal">FALSE</tt>, the values will
|
||||
be constrained.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>xlabel</tt></i><EFBFBD>:</span></td><td> The label for the X coordinate.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>x</tt></i><EFBFBD>:</span></td><td> The initial value of the X coordinate.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>xres</tt></i><EFBFBD>:</span></td><td> The horizontal resolution in DPI.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>lower_boundary_x</tt></i><EFBFBD>:</span></td><td> The lower boundary of the X coordinate.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>upper_boundary_x</tt></i><EFBFBD>:</span></td><td> The upper boundary of the X coordinate.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>xsize_0</tt></i><EFBFBD>:</span></td><td> The X value which will be treated as 0%.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>xsize_100</tt></i><EFBFBD>:</span></td><td> The X value which will be treated as 100%.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>ylabel</tt></i><EFBFBD>:</span></td><td> The label for the Y coordinate.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>y</tt></i><EFBFBD>:</span></td><td> The initial value of the Y coordinate.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>yres</tt></i><EFBFBD>:</span></td><td> The vertical resolution in DPI.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>lower_boundary_y</tt></i><EFBFBD>:</span></td><td> The lower boundary of the Y coordinate.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>upper_boundary_y</tt></i><EFBFBD>:</span></td><td> The upper boundary of the Y coordinate.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>ysize_0</tt></i><EFBFBD>:</span></td><td> The Y value which will be treated as 0%.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>ysize_100</tt></i><EFBFBD>:</span></td><td> The Y value which will be treated as 100%.
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The new <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2635256"></a><h3><a name="gimp-pixmap-button-new"></a>gimp_pixmap_button_new ()</h3><a class="indexterm" name="id2635264"></a><pre class="programlisting">GtkWidget* gimp_pixmap_button_new (gchar **xpm_data,
|
||||
const gchar *text);</pre><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p><tt class="literal">gimp_pixmap_button_new</tt> is deprecated and should not be used in newly-written code.</p></div><p>
|
||||
Convenience function that creates a <span class="type">GtkButton</span> with a <a href="GimpPixmap.html" title="GimpPixmap"><span class="type">GimpPixmap</span></a>
|
||||
and an optional <span class="type">GtkLabel</span>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>xpm_data</tt></i><EFBFBD>:</span></td><td> The XPM data which will be passed to <a href="GimpPixmap.html#gimp-pixmap-new"><tt class="function">gimp_pixmap_new()</tt></a>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>text</tt></i><EFBFBD>:</span></td><td> An optional text which will appear right of the pixmap.
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The new <span class="type">GtkButton</span>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2635374"></a><h3><a name="gimp-toggle-button-sensitive-update"></a>gimp_toggle_button_sensitive_update ()</h3><a class="indexterm" name="id2635388"></a><pre class="programlisting">void gimp_toggle_button_sensitive_update
|
||||
(GtkToggleButton *toggle_button);</pre><p>
|
||||
If you attached a pointer to a <span class="type">GtkWidget</span> with <tt class="function">g_object_set_data()</tt> and
|
||||
the "set_sensitive" key to the <span class="type">GtkToggleButton</span>, the sensitive state of
|
||||
the attached widget will be set according to the toggle button's
|
||||
"active" state.
|
||||
</p><p>
|
||||
You can attach an arbitrary list of widgets by attaching another
|
||||
"set_sensitive" data pointer to the first widget (and so on...).
|
||||
</p><p>
|
||||
This function can also set the sensitive state according to the toggle
|
||||
button's inverse "active" state by attaching widgets with the
|
||||
"inverse_sensitive" key.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>toggle_button</tt></i><EFBFBD>:</span></td><td> The <span class="type">GtkToggleButton</span> the "set_sensitive" and
|
||||
"inverse_sensitive" lists are attached to.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2635485"></a><h3><a name="gimp-toggle-button-update"></a>gimp_toggle_button_update ()</h3><a class="indexterm" name="id2635498"></a><pre class="programlisting">void gimp_toggle_button_update (GtkWidget *widget,
|
||||
gpointer data);</pre><p>
|
||||
Note that this function calls <a href="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-sensitive-update"><tt class="function">gimp_toggle_button_sensitive_update()</tt></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>widget</tt></i><EFBFBD>:</span></td><td> A <span class="type">GtkToggleButton</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i><EFBFBD>:</span></td><td> A pointer to a <span class="type">gint</span> variable which will store the value of
|
||||
<tt class="function">gtk_toggle_button_get_active()</tt>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2635601"></a><h3><a name="gimp-radio-button-update"></a>gimp_radio_button_update ()</h3><a class="indexterm" name="id2635614"></a><pre class="programlisting">void gimp_radio_button_update (GtkWidget *widget,
|
||||
gpointer data);</pre><p>
|
||||
Note that this function calls <a href="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-sensitive-update"><tt class="function">gimp_toggle_button_sensitive_update()</tt></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>widget</tt></i><EFBFBD>:</span></td><td> A <span class="type">GtkRadioButton</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i><EFBFBD>:</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 (<i class="parameter"><tt>widget</tt></i>, "gimp-item-data")).
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2635713"></a><h3><a name="gimp-int-adjustment-update"></a>gimp_int_adjustment_update ()</h3><a class="indexterm" name="id2635726"></a><pre class="programlisting">void gimp_int_adjustment_update (GtkAdjustment *adjustment,
|
||||
gpointer data);</pre><p>
|
||||
Note that the <span class="type">GtkAdjustment</span>'s value (which is a <span class="type">gdouble</span>) will be
|
||||
rounded with <a
|
||||
href="../libgimpmath/libgimpmath-GimpMath.html#RINT-CAPS"
|
||||
><tt class="function">RINT()</tt></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>adjustment</tt></i><EFBFBD>:</span></td><td> A <span class="type">GtkAdjustment</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i><EFBFBD>:</span></td><td> A pointer to a <span class="type">gint</span> variable which will store the
|
||||
<i class="parameter"><tt>adjustment</tt></i>'s value.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2635840"></a><h3><a name="gimp-uint-adjustment-update"></a>gimp_uint_adjustment_update ()</h3><a class="indexterm" name="id2635854"></a><pre class="programlisting">void gimp_uint_adjustment_update (GtkAdjustment *adjustment,
|
||||
gpointer data);</pre><p>
|
||||
Note that the <span class="type">GtkAdjustment</span>'s value (which is a <span class="type">gdouble</span>) will be rounded
|
||||
with (<span class="type">guint</span>) (value + 0.5).</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>adjustment</tt></i><EFBFBD>:</span></td><td> A <span class="type">GtkAdjustment</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i><EFBFBD>:</span></td><td> A pointer to a <span class="type">guint</span> variable which will store the
|
||||
<i class="parameter"><tt>adjustment</tt></i>'s value.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2635967"></a><h3><a name="gimp-float-adjustment-update"></a>gimp_float_adjustment_update ()</h3><a class="indexterm" name="id2635981"></a><pre class="programlisting">void gimp_float_adjustment_update (GtkAdjustment *adjustment,
|
||||
gpointer data);</pre><p>
|
||||
</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>adjustment</tt></i><EFBFBD>:</span></td><td> A <span class="type">GtkAdjustment</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i><EFBFBD>:</span></td><td> A pointer to a <span class="type">gfloat</span> varaiable which will store the
|
||||
<i class="parameter"><tt>adjustment</tt></i>'s value.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2636071"></a><h3><a name="gimp-double-adjustment-update"></a>gimp_double_adjustment_update ()</h3><a class="indexterm" name="id2636084"></a><pre class="programlisting">void gimp_double_adjustment_update (GtkAdjustment *adjustment,
|
||||
gpointer data);</pre><p>
|
||||
</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>adjustment</tt></i><EFBFBD>:</span></td><td> A <span class="type">GtkAdjustment</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i><EFBFBD>:</span></td><td> A pointer to a <span class="type">gdouble</span> variable which will store the
|
||||
<i class="parameter"><tt>adjustment</tt></i>'s value.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2636174"></a><h3><a name="gimp-unit-menu-update"></a>gimp_unit_menu_update ()</h3><a class="indexterm" name="id2636187"></a><pre class="programlisting">void gimp_unit_menu_update (GtkWidget *widget,
|
||||
gpointer data);</pre><p>
|
||||
This callback can set the number of decimal digits of an arbitrary number
|
||||
of <span class="type">GtkSpinButton</span>'s. To use this functionality, attach the spinbuttons
|
||||
as list of data pointers attached with <tt class="function">g_object_set_data()</tt> with the
|
||||
"set_digits" key.
|
||||
</p><p>
|
||||
See <a href="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-sensitive-update"><tt class="function">gimp_toggle_button_sensitive_update()</tt></a> for a description of how
|
||||
to set up the list.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>widget</tt></i><EFBFBD>:</span></td><td> A <a href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i><EFBFBD>:</span></td><td> A pointer to a <a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
><span class="type">GimpUnit</span></a> variable which will store the unit menu's
|
||||
value.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2636305"></a><h3><a name="gimp-table-attach-aligned"></a>gimp_table_attach_aligned ()</h3><a class="indexterm" name="id2636319"></a><pre class="programlisting">GtkWidget* gimp_table_attach_aligned (GtkTable *table,
|
||||
gint column,
|
||||
gint row,
|
||||
const gchar *label_text,
|
||||
gfloat xalign,
|
||||
gfloat yalign,
|
||||
GtkWidget *widget,
|
||||
gint colspan,
|
||||
gboolean left_align);</pre><p>
|
||||
Note that the <i class="parameter"><tt>label_text</tt></i> can be <tt class="literal">NULL</tt> and that the widget will be
|
||||
attached starting at (<i class="parameter"><tt>column</tt></i> + 1) in this case, too.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>table</tt></i><EFBFBD>:</span></td><td> The <span class="type">GtkTable</span> the widgets will be attached to.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>column</tt></i><EFBFBD>:</span></td><td> The column to start with.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>row</tt></i><EFBFBD>:</span></td><td> The row to attach the widgets.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>label_text</tt></i><EFBFBD>:</span></td><td> The text for the <span class="type">GtkLabel</span> which will be attached left of
|
||||
the widget.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>xalign</tt></i><EFBFBD>:</span></td><td> The horizontal alignment of the <span class="type">GtkLabel</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>yalign</tt></i><EFBFBD>:</span></td><td> The vertival alignment of the <span class="type">GtkLabel</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>widget</tt></i><EFBFBD>:</span></td><td> The <span class="type">GtkWidget</span> to attach right of the label.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>colspan</tt></i><EFBFBD>:</span></td><td> The number of columns the widget will use.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>left_align</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if the widget should be left-aligned.
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The created <span class="type">GtkLabel</span>.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2636614"></a><h3><a name="gimp-label-set-attributes"></a>gimp_label_set_attributes ()</h3><a class="indexterm" name="id2636627"></a><pre class="programlisting">void gimp_label_set_attributes (GtkLabel *label,
|
||||
...);</pre><p>
|
||||
Sets Pango attributes on a <span class="type">GtkLabel</span> in a more convenient way than
|
||||
<tt class="function">gtk_label_set_attributes()</tt>.
|
||||
</p><p>
|
||||
This function is useful if you want to change the font attributes
|
||||
of a <span class="type">GtkLabel</span>. This is an alternative to using PangoMarkup which
|
||||
is slow to parse and akward to handle in an i18n-friendly way.
|
||||
</p><p>
|
||||
The attributes are set on the complete label, from start to end. If
|
||||
you need to set attributes on part of the label, you will have to
|
||||
use the PangoAttributes API directly.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>label</tt></i><EFBFBD>:</span></td><td> a <span class="type">GtkLabel</span>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>...</tt></i><EFBFBD>:</span></td><td> a list of PangoAttrType and value pairs terminated by -1.
|
||||
</td></tr></tbody></table></div><p>Since GIMP 2.2
|
||||
</p></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="libgimpwidgets-GimpStock.html"><b><<<EFBFBD>GimpStock</b></a></td><td align="right"><a accesskey="n" href="libgimpwidgets-deprecated.html"><b>Part<EFBFBD>VI.<2E>Deprecated API<50>>></b></a></td></tr></table></body></html>
|
||||
@ -0,0 +1,31 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Cell Renderers for GtkTreeView</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpUnitMenu.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpCellRendererColor.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="libgimpwidgets-cell-renderers"></a>Cell Renderers for GtkTreeView</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><a href="GimpCellRendererColor.html">GimpCellRendererColor</a> - </dt><dt><a href="GimpCellRendererToggle.html">GimpCellRendererToggle</a> - </dt></dl></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpUnitMenu.html"><b><<<EFBFBD>GimpUnitMenu</b></a></td><td align="right"><a accesskey="n" href="GimpCellRendererColor.html"><b>GimpCellRendererColor<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
@ -0,0 +1,31 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Part<EFBFBD>II.<2E>GIMP Display Filters</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpCellRendererToggle.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="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 class="toc"><p><b>Table of Contents</b></p><dl><dt><a href="GimpColorDisplay.html">GimpColorDisplay</a> - Pluggable GIMP display color correction modules.</dt><dt><a href="GimpColorDisplayStack.html">GimpColorDisplayStack</a> - </dt></dl></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpCellRendererToggle.html"><b><<<EFBFBD>GimpCellRendererToggle</b></a></td><td align="right"><a accesskey="n" href="GimpColorDisplay.html"><b>GimpColorDisplay<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
@ -0,0 +1,31 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Part<EFBFBD>III.<2E>GIMP Color Selectors</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpColorDisplayStack.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="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 class="toc"><p><b>Table of Contents</b></p><dl><dt><a href="GimpColorSelector.html">GimpColorSelector</a> - Pluggable GIMP color selector modules.</dt><dt><a href="GimpColorNotebook.html">GimpColorNotebook</a> - A GimpColorSelector implementation.</dt><dt><a href="GimpColorScales.html">GimpColorScales</a> - A GimpColorSelector implementation.</dt><dt><a href="GimpColorSelect.html">GimpColorSelect</a> - A GimpColorSelector implementation.</dt></dl></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpColorDisplayStack.html"><b><<<EFBFBD>GimpColorDisplayStack</b></a></td><td align="right"><a accesskey="n" href="GimpColorSelector.html"><b>GimpColorSelector<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
@ -0,0 +1,33 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Part<EFBFBD>IV.<2E>GIMP Controllers</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpColorSelect.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpController.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-controller"></a>GIMP Controllers</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><a href="GimpController.html">GimpController</a> - Pluggable GIMP input controller modules.</dt></dl></div><p>
|
||||
Note that the controller API is work in progress.
|
||||
</p></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpColorSelect.html"><b><<<EFBFBD>GimpColorSelect</b></a></td><td align="right"><a accesskey="n" href="GimpController.html"><b>GimpController<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
@ -0,0 +1,31 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Part<EFBFBD>VI.<2E>Deprecated API</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="libgimpwidgets-GimpWidgets.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="libgimpwidgets-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 class="toc"><p><b>Table of Contents</b></p><dl><dt><a href="libgimpwidgets-gimpoldwidgets.html">gimpoldwidgets</a> - Old API that is still available but declared as deprecated.</dt></dl></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="libgimpwidgets-GimpWidgets.html"><b><<<EFBFBD>GimpWidgets</b></a></td><td align="right"><a accesskey="n" href="libgimpwidgets-gimpoldwidgets.html"><b>gimpoldwidgets<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
@ -0,0 +1,185 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>gimpoldwidgets</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-deprecated.html" title="Part<72>VI.<2E>Deprecated API"><link rel="prev" href="libgimpwidgets-deprecated.html" title="Part<72>VI.<2E>Deprecated API"><meta name="generator" content="GTK-Doc V1.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="libgimpwidgets-deprecated.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-deprecated.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th></tr></table><div class="refentry" lang="en"><a name="libgimpwidgets-gimpoldwidgets"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">gimpoldwidgets</span></h2><p>gimpoldwidgets — Old API that is still available but declared as deprecated.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
GtkWidget* <a href="libgimpwidgets-gimpoldwidgets.html#gimp-int-option-menu-new">gimp_int_option_menu_new</a> (gboolean menu_only,
|
||||
GCallback menu_item_callback,
|
||||
gpointer menu_item_callback_data,
|
||||
gint initial,
|
||||
...);
|
||||
void <a href="libgimpwidgets-gimpoldwidgets.html#gimp-int-option-menu-set-history">gimp_int_option_menu_set_history</a>
|
||||
(GtkOptionMenu *option_menu,
|
||||
gint item_data);
|
||||
gboolean (<a href="libgimpwidgets-gimpoldwidgets.html#GimpIntOptionMenuSensitivityCallback">*GimpIntOptionMenuSensitivityCallback</a>)
|
||||
(gint item_data,
|
||||
gpointer callback_data);
|
||||
void <a href="libgimpwidgets-gimpoldwidgets.html#gimp-int-option-menu-set-sensitive">gimp_int_option_menu_set_sensitive</a>
|
||||
(GtkOptionMenu *option_menu,
|
||||
<a href="libgimpwidgets-gimpoldwidgets.html#GimpIntOptionMenuSensitivityCallback">GimpIntOptionMenuSensitivityCallback</a> callback,
|
||||
gpointer callback_data);
|
||||
GtkWidget* <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new">gimp_option_menu_new</a> (gboolean menu_only,
|
||||
...);
|
||||
GtkWidget* <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new2">gimp_option_menu_new2</a> (gboolean menu_only,
|
||||
GCallback menu_item_callback,
|
||||
gpointer menu_item_callback_data,
|
||||
gpointer initial,
|
||||
...);
|
||||
void <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-history">gimp_option_menu_set_history</a> (GtkOptionMenu *option_menu,
|
||||
gpointer item_data);
|
||||
gboolean (<a href="libgimpwidgets-gimpoldwidgets.html#GimpOptionMenuSensitivityCallback">*GimpOptionMenuSensitivityCallback</a>)
|
||||
(gpointer item_data,
|
||||
gpointer callback_data);
|
||||
void <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-sensitive">gimp_option_menu_set_sensitive</a> (GtkOptionMenu *option_menu,
|
||||
<a href="libgimpwidgets-gimpoldwidgets.html#GimpOptionMenuSensitivityCallback">GimpOptionMenuSensitivityCallback</a> callback,
|
||||
gpointer callback_data);
|
||||
void <a href="libgimpwidgets-gimpoldwidgets.html#gimp-menu-item-update">gimp_menu_item_update</a> (GtkWidget *widget,
|
||||
gpointer data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2620650"></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="id2620665"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2623234"></a><h3><a name="gimp-int-option-menu-new"></a>gimp_int_option_menu_new ()</h3><a class="indexterm" name="id2623243"></a><pre class="programlisting">GtkWidget* gimp_int_option_menu_new (gboolean menu_only,
|
||||
GCallback menu_item_callback,
|
||||
gpointer menu_item_callback_data,
|
||||
gint initial,
|
||||
...);</pre><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p><tt class="literal">gimp_int_option_menu_new</tt> is deprecated and should not be used in newly-written code.</p></div><p>
|
||||
Convenience function to create a <span class="type">GtkOptionMenu</span> or a <span class="type">GtkMenu</span>. This
|
||||
function does the same thing as the deprecated function
|
||||
<a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new2"><tt class="function">gimp_option_menu_new2()</tt></a>, but it takes integers as <i class="parameter"><tt>item_data</tt></i>
|
||||
instead of pointers, since that is a very common case (mapping an
|
||||
enum to a menu).</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>menu_only</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if the function should return a <span class="type">GtkMenu</span> only.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>menu_item_callback</tt></i><EFBFBD>:</span></td><td> The callback each menu item's "activate" signal will
|
||||
be connected with.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>menu_item_callback_data</tt></i><EFBFBD>:</span></td><td>
|
||||
The data which will be passed to <tt class="function">g_signal_connect()</tt>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>initial</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>item_data</tt></i> of the initially selected menu item.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>...</tt></i><EFBFBD>:</span></td><td> A <tt class="literal">NULL</tt>-terminated <i class="parameter"><tt>va_list</tt></i> describing the menu items.
|
||||
</td></tr><tr><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 <i class="parameter"><tt>menu_only</tt></i>).
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2631466"></a><h3><a name="gimp-int-option-menu-set-history"></a>gimp_int_option_menu_set_history ()</h3><a class="indexterm" name="id2631474"></a><pre class="programlisting">void gimp_int_option_menu_set_history
|
||||
(GtkOptionMenu *option_menu,
|
||||
gint item_data);</pre><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p><tt class="literal">gimp_int_option_menu_set_history</tt> is deprecated and should not be used in newly-written code.</p></div><p>
|
||||
Iterates over all entries in a <span class="type">GtkOptionMenu</span> and selects the one with the
|
||||
matching <i class="parameter"><tt>item_data</tt></i>. Probably only makes sense to use with a <span class="type">GtkOptionMenu</span>
|
||||
that was created using <a href="libgimpwidgets-gimpoldwidgets.html#gimp-int-option-menu-new"><tt class="function">gimp_int_option_menu_new()</tt></a>. This function does the
|
||||
same thing as <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-history"><tt class="function">gimp_option_menu_set_history()</tt></a>, but takes integers as
|
||||
<i class="parameter"><tt>item_data</tt></i> instead of pointers.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>option_menu</tt></i><EFBFBD>:</span></td><td> A <span class="type">GtkOptionMenu</span> as returned by <a href="libgimpwidgets-gimpoldwidgets.html#gimp-int-option-menu-new"><tt class="function">gimp_int_option_menu_new()</tt></a>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>item_data</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>item_data</tt></i> of the menu item you want to select.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2631591"></a><h3><a name="GimpIntOptionMenuSensitivityCallback"></a>GimpIntOptionMenuSensitivityCallback ()</h3><a class="indexterm" name="id2631602"></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;"><h3 class="title">Warning</h3><p><tt class="literal">GimpIntOptionMenuSensitivityCallback</tt> is deprecated and should not be used in newly-written code.</p></div><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>item_data</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>callback_data</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2609513"></a><h3><a name="gimp-int-option-menu-set-sensitive"></a>gimp_int_option_menu_set_sensitive ()</h3><a class="indexterm" name="id2609524"></a><pre class="programlisting">void gimp_int_option_menu_set_sensitive
|
||||
(GtkOptionMenu *option_menu,
|
||||
<a href="libgimpwidgets-gimpoldwidgets.html#GimpIntOptionMenuSensitivityCallback">GimpIntOptionMenuSensitivityCallback</a> callback,
|
||||
gpointer callback_data);</pre><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p><tt class="literal">gimp_int_option_menu_set_sensitive</tt> is deprecated and should not be used in newly-written code.</p></div><p>
|
||||
Calls the given <i class="parameter"><tt>callback</tt></i> for each item in the menu and passes it the
|
||||
item_data and the <i class="parameter"><tt>callback_data</tt></i>. The menu item's sensitivity is set
|
||||
according to the return value of this function. This function does the
|
||||
same thing as <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-sensitive"><tt class="function">gimp_option_menu_set_sensitive()</tt></a>, but takes integers as
|
||||
<i class="parameter"><tt>item_data</tt></i> instead of pointers.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>option_menu</tt></i><EFBFBD>:</span></td><td> a <span class="type">GtkOptionMenu</span> as returned by <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new"><tt class="function">gimp_option_menu_new()</tt></a> or
|
||||
<a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new2"><tt class="function">gimp_option_menu_new2()</tt></a>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>callback</tt></i><EFBFBD>:</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"><i class="parameter"><tt>callback_data</tt></i><EFBFBD>:</span></td><td> data to pass to the <i class="parameter"><tt>callback</tt></i> function.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2609651"></a><h3><a name="gimp-option-menu-new"></a>gimp_option_menu_new ()</h3><a class="indexterm" name="id2609659"></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><p><tt class="literal">gimp_option_menu_new</tt> is deprecated and should not be used in newly-written code.</p></div><p>
|
||||
Convenience function to create a <span class="type">GtkOptionMenu</span> or a <span class="type">GtkMenu</span>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>menu_only</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if the function should return a <span class="type">GtkMenu</span> only.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>...</tt></i><EFBFBD>:</span></td><td> A <tt class="literal">NULL</tt>-terminated <i class="parameter"><tt>va_list</tt></i> describing the menu items.
|
||||
</td></tr><tr><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 <i class="parameter"><tt>menu_only</tt></i>).
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2609772"></a><h3><a name="gimp-option-menu-new2"></a>gimp_option_menu_new2 ()</h3><a class="indexterm" name="id2620676"></a><pre class="programlisting">GtkWidget* gimp_option_menu_new2 (gboolean menu_only,
|
||||
GCallback menu_item_callback,
|
||||
gpointer menu_item_callback_data,
|
||||
gpointer initial,
|
||||
...);</pre><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p><tt class="literal">gimp_option_menu_new2</tt> is deprecated and should not be used in newly-written code.</p></div><p>
|
||||
Convenience function to create a <span class="type">GtkOptionMenu</span> or a <span class="type">GtkMenu</span>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>menu_only</tt></i><EFBFBD>:</span></td><td> <tt class="literal">TRUE</tt> if the function should return a <span class="type">GtkMenu</span> only.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>menu_item_callback</tt></i><EFBFBD>:</span></td><td> The callback each menu item's "activate" signal will
|
||||
be connected with.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>menu_item_callback_data</tt></i><EFBFBD>:</span></td><td>
|
||||
The data which will be passed to <tt class="function">g_signal_connect()</tt>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>initial</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>item_data</tt></i> of the initially selected menu item.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>...</tt></i><EFBFBD>:</span></td><td> A <tt class="literal">NULL</tt>-terminated <i class="parameter"><tt>va_list</tt></i> describing the menu items.
|
||||
</td></tr><tr><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 <i class="parameter"><tt>menu_only</tt></i>).
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2620853"></a><h3><a name="gimp-option-menu-set-history"></a>gimp_option_menu_set_history ()</h3><a class="indexterm" name="id2620864"></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><p><tt class="literal">gimp_option_menu_set_history</tt> is deprecated and should not be used in newly-written code.</p></div><p>
|
||||
Iterates over all entries in a <span class="type">GtkOptionMenu</span> and selects the one
|
||||
with the matching <i class="parameter"><tt>item_data</tt></i>. Probably only makes sense to use with
|
||||
a <span class="type">GtkOptionMenu</span> that was created using <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new"><tt class="function">gimp_option_menu_new()</tt></a> or
|
||||
<a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new2"><tt class="function">gimp_option_menu_new2()</tt></a>.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>option_menu</tt></i><EFBFBD>:</span></td><td> A <span class="type">GtkOptionMenu</span> as returned by <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new"><tt class="function">gimp_option_menu_new()</tt></a> or
|
||||
<a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new2"><tt class="function">gimp_option_menu_new2()</tt></a>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>item_data</tt></i><EFBFBD>:</span></td><td> The <i class="parameter"><tt>item_data</tt></i> of the menu item you want to select.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2620981"></a><h3><a name="GimpOptionMenuSensitivityCallback"></a>GimpOptionMenuSensitivityCallback ()</h3><a class="indexterm" name="id2620993"></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;"><h3 class="title">Warning</h3><p><tt class="literal">GimpOptionMenuSensitivityCallback</tt> is deprecated and should not be used in newly-written code.</p></div><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>item_data</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>callback_data</tt></i><EFBFBD>:</span></td><td>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
|
||||
|
||||
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2621063"></a><h3><a name="gimp-option-menu-set-sensitive"></a>gimp_option_menu_set_sensitive ()</h3><a class="indexterm" name="id2621074"></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;"><h3 class="title">Warning</h3><p><tt class="literal">gimp_option_menu_set_sensitive</tt> is deprecated and should not be used in newly-written code.</p></div><p>
|
||||
Calls the given <i class="parameter"><tt>callback</tt></i> for each item in the menu and passes it the
|
||||
item_data and the <i class="parameter"><tt>callback_data</tt></i>. The menu item's sensitivity is set
|
||||
according to the return value of this function.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>option_menu</tt></i><EFBFBD>:</span></td><td> a <span class="type">GtkOptionMenu</span> as returned by <a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new"><tt class="function">gimp_option_menu_new()</tt></a> or
|
||||
<a href="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new2"><tt class="function">gimp_option_menu_new2()</tt></a>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>callback</tt></i><EFBFBD>:</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"><i class="parameter"><tt>callback_data</tt></i><EFBFBD>:</span></td><td> data to pass to the <i class="parameter"><tt>callback</tt></i> function.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2621189"></a><h3><a name="gimp-menu-item-update"></a>gimp_menu_item_update ()</h3><a class="indexterm" name="id2621198"></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><p><tt class="literal">gimp_menu_item_update</tt> is deprecated and should not be used in newly-written code.</p></div><p>
|
||||
</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>widget</tt></i><EFBFBD>:</span></td><td> A <span class="type">GtkMenuItem</span>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i><EFBFBD>:</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 (<i class="parameter"><tt>widget</tt></i>, "gimp-item-data")).
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2621278"></a><h2>See Also</h2><p>
|
||||
GimpIntComboBox
|
||||
</p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="libgimpwidgets-deprecated.html"><b><<<EFBFBD>Part<EFBFBD>VI.<2E>Deprecated API</b></a></td><td align="right"></td></tr></table></body></html>
|
||||
107
devel-docs/libgimpwidgets/html/libgimpwidgets-hierarchy.html
Normal file
@ -0,0 +1,107 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Object Hierarchy</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual"><link rel="up" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>GIMP Widgets"><link rel="prev" href="libgimpwidgets-widgets.html" title="Part<72>I.<2E>GIMP Widgets"><link rel="next" href="GimpButton.html" title="GimpButton"><meta name="generator" content="GTK-Doc V1.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="libgimpwidgets-widgets.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="GimpButton.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="libgimpwidgets-hierarchy"></a>Object Hierarchy</h2></div></div></div><pre class="screen">
|
||||
GObject
|
||||
GtkObject
|
||||
GtkWidget
|
||||
GtkContainer
|
||||
GtkBin
|
||||
GtkButton
|
||||
<a href="GimpButton.html" title="GimpButton">GimpButton</a>
|
||||
<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a>
|
||||
<a href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a>
|
||||
GtkOptionMenu
|
||||
<a href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a>
|
||||
GtkWindow
|
||||
GtkDialog
|
||||
<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a>
|
||||
GtkFrame
|
||||
<a href="GimpFrame.html" title="GimpFrame">GimpFrame</a>
|
||||
GtkComboBox
|
||||
<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a>
|
||||
GtkTable
|
||||
<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a>
|
||||
<a href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a>
|
||||
GtkBox
|
||||
GtkVBox
|
||||
<a href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a>
|
||||
<a href="GimpColorNotebook.html" title="GimpColorNotebook">GimpColorNotebook</a>
|
||||
<a href="GimpColorScales.html" title="GimpColorScales">GimpColorScales</a>
|
||||
<a href="GimpColorSelect.html" title="GimpColorSelect">GimpColorSelect</a>
|
||||
<a href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a>
|
||||
<a href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a>
|
||||
<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a>
|
||||
GtkHBox
|
||||
<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a>
|
||||
<a href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a>
|
||||
GtkMenuShell
|
||||
GtkMenu
|
||||
GtkDrawingArea
|
||||
<a href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a>
|
||||
<a href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a>
|
||||
<a href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a>
|
||||
GtkEntry
|
||||
<a href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a>
|
||||
GtkRange
|
||||
GtkScale
|
||||
<a href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a>
|
||||
GtkMisc
|
||||
GtkImage
|
||||
<a href="GimpPixmap.html" title="GimpPixmap">GimpPixmap</a>
|
||||
GtkCellRenderer
|
||||
<a href="GimpCellRendererColor.html" title="GimpCellRendererColor">GimpCellRendererColor</a>
|
||||
GtkCellRendererToggle
|
||||
<a href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a>
|
||||
GtkAdjustment
|
||||
<a href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a>
|
||||
<a href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a>
|
||||
<a href="GimpController.html" title="GimpController">GimpController</a>
|
||||
GtkListStore
|
||||
<a href="GimpIntStore.html" title="GimpIntStore">GimpIntStore</a>
|
||||
GtkStyle
|
||||
GdkDragContext
|
||||
GdkScreen
|
||||
GtkSettings
|
||||
GdkPixbuf
|
||||
GdkDrawable
|
||||
GdkPixmap
|
||||
GdkImage
|
||||
GdkPixbufAnimation
|
||||
GInterface
|
||||
AtkImplementorIface
|
||||
GtkEditable
|
||||
GtkCellEditable
|
||||
GtkCellLayout
|
||||
GtkTreeModel
|
||||
GtkTreeDragSource
|
||||
GtkTreeDragDest
|
||||
GtkTreeSortable
|
||||
</pre></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="libgimpwidgets-widgets.html"><b><<<EFBFBD>Part<EFBFBD>I.<2E>GIMP Widgets</b></a></td><td align="right"><a accesskey="n" href="GimpButton.html"><b>GimpButton<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
33
devel-docs/libgimpwidgets/html/libgimpwidgets-utils.html
Normal file
@ -0,0 +1,33 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Part<EFBFBD>V.<2E>GIMP Widgets Utilities</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="GimpController.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="libgimpwidgets-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 class="toc"><p><b>Table of Contents</b></p><dl><dt><a href="libgimpwidgets-GimpHelpUI.html">GimpHelpUI</a> - Functions for setting GtkTooltips and help identifier used by GIMP help
|
||||
system.</dt><dt><a href="libgimpwidgets-GimpQueryBox.html">GimpQueryBox</a> - Some simple dialogs to enter a single int, double, string or boolean value.</dt><dt><a href="GimpSizeEntry.html">GimpSizeEntry</a> - Widget for entering pixel values and resolutions.</dt><dt><a href="libgimpwidgets-GimpStock.html">GimpStock</a> - Prebuilt common menu/toolbar items and corresponding icons</dt><dt><a href="libgimpwidgets-GimpWidgets.html">GimpWidgets</a> - A collection of convenient widget constructors, standard callbacks and
|
||||
helper functions.</dt></dl></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="GimpController.html"><b><<<EFBFBD>GimpController</b></a></td><td align="right"><a accesskey="n" href="libgimpwidgets-GimpHelpUI.html"><b>GimpHelpUI<EFBFBD>>></b></a></td></tr></table></body></html>
|
||||
32
devel-docs/libgimpwidgets/html/libgimpwidgets-widgets.html
Normal file
@ -0,0 +1,32 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Part<EFBFBD>I.<2E>GIMP Widgets</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><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.2 (XML mode)"><style type="text/css">
|
||||
.synopsis, .classsynopsis {
|
||||
background: #eeeeee;
|
||||
border: solid 1px #aaaaaa;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.programlisting {
|
||||
background: #eeeeff;
|
||||
border: solid 1px #aaaaff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.variablelist {
|
||||
padding: 4px;
|
||||
margin-left: 3em;
|
||||
}
|
||||
.navigation {
|
||||
background: #ffeeee;
|
||||
border: solid 1px #ffaaaa;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.navigation a {
|
||||
color: #770000;
|
||||
}
|
||||
.navigation a:visited {
|
||||
color: #550000;
|
||||
}
|
||||
.navigation .title {
|
||||
font-size: 200%;
|
||||
}
|
||||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Widgets Library Reference Manual</th><td><a accesskey="n" href="libgimpwidgets-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 class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="libgimpwidgets-hierarchy.html">Object Hierarchy</a></span></dt><dt><a href="GimpButton.html">GimpButton</a> - A GtkButton with a little extra functionality.</dt><dt><a href="GimpChainButton.html">GimpChainButton</a> - Widget to visually connect two entry widgets.</dt><dt><a href="GimpColorArea.html">GimpColorArea</a> - Displays a GimpRGB color, optionally with alpha-channel.</dt><dt><a href="GimpColorButton.html">GimpColorButton</a> - Widget for selecting a color from a simple button.</dt><dt><a href="GimpColorHexEntry.html">GimpColorHexEntry</a> - Widget for entering a color's hex triplet.</dt><dt><a href="GimpColorScale.html">GimpColorScale</a> - Fancy colored sliders.</dt><dt><a href="GimpColorSelection.html">GimpColorSelection</a> - Widget for doing a color selection.</dt><dt><a href="GimpDialog.html">GimpDialog</a> - Constructors for GtkDialog's and action_areas as well as other
|
||||
dialog-related stuff.</dt><dt><a href="GimpFileEntry.html">GimpFileEntry</a> - Widget for entering a filename.</dt><dt><a href="GimpFrame.html">GimpFrame</a> - A widget providing a HIG-compliant subclass of GtkFrame.</dt><dt><a href="GimpIntComboBox.html">GimpIntComboBox</a> - A widget providing a popup menu of integer values (e.g. enums).</dt><dt><a href="GimpIntStore.html">GimpIntStore</a> - A model for integer based name-value pairs (e.g. enums)</dt><dt><a href="GimpMemsizeEntry.html">GimpMemsizeEntry</a> - A composite widget that allows to enter a memory size.</dt><dt><a href="GimpOffsetArea.html">GimpOffsetArea</a> - Widget to control image offsets.</dt><dt><a href="GimpPathEditor.html">GimpPathEditor</a> - Widget for editing a file search path.</dt><dt><a href="GimpPickButton.html">GimpPickButton</a> - Widget to pick a color from screen.</dt><dt><a href="GimpPixmap.html">GimpPixmap</a> - Widget which creates a GtkPixmap from XPM data.</dt><dt><a href="GimpPreviewArea.html">GimpPreviewArea</a> - A general purpose preview widget which caches its pixel data.</dt><dt><a href="GimpPreview.html">GimpPreview</a> - A widget providing a GimpPreviewArea plus framework to update the preview.</dt><dt><a href="libgimpwidgets-GimpScrolledPreview.html">GimpScrolledPreview</a> - A widget providing a GimpPreview enhanced by scrolling capabilities.</dt><dt><a href="GimpUnitMenu.html">GimpUnitMenu</a> - Widget for selecting a GimpUnit.</dt></dl></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="index.html"><b><<<EFBFBD>GIMP Widgets Library Reference Manual</b></a></td><td align="right"><a accesskey="n" href="libgimpwidgets-hierarchy.html"><b>Object Hierarchy<68>>></b></a></td></tr></table></body></html>
|
||||
513
devel-docs/libgimpwidgets/html/libgimpwidgets.devhelp
Normal file
@ -0,0 +1,513 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<book xmlns="http://www.devhelp.net/book" title="GIMP Widgets Library Reference Manual" link="index.html" author="" name="libgimpwidgets">
|
||||
<chapters>
|
||||
<sub name="GIMP Widgets" link="libgimpwidgets-widgets.html">
|
||||
<sub name="Object Hierarchy" link="libgimpwidgets-hierarchy.html"/>
|
||||
<sub name="GimpButton" link="GimpButton.html"/>
|
||||
<sub name="GimpChainButton" link="GimpChainButton.html"/>
|
||||
<sub name="GimpColorArea" link="GimpColorArea.html"/>
|
||||
<sub name="GimpColorButton" link="GimpColorButton.html"/>
|
||||
<sub name="GimpColorHexEntry" link="GimpColorHexEntry.html"/>
|
||||
<sub name="GimpColorScale" link="GimpColorScale.html"/>
|
||||
<sub name="GimpColorSelection" link="GimpColorSelection.html"/>
|
||||
<sub name="GimpDialog" link="GimpDialog.html"/>
|
||||
<sub name="GimpFileEntry" link="GimpFileEntry.html"/>
|
||||
<sub name="GimpFrame" link="GimpFrame.html"/>
|
||||
<sub name="GimpIntComboBox" link="GimpIntComboBox.html"/>
|
||||
<sub name="GimpIntStore" link="GimpIntStore.html"/>
|
||||
<sub name="GimpMemsizeEntry" link="GimpMemsizeEntry.html"/>
|
||||
<sub name="GimpOffsetArea" link="GimpOffsetArea.html"/>
|
||||
<sub name="GimpPathEditor" link="GimpPathEditor.html"/>
|
||||
<sub name="GimpPickButton" link="GimpPickButton.html"/>
|
||||
<sub name="GimpPixmap" link="GimpPixmap.html"/>
|
||||
<sub name="GimpPreviewArea" link="GimpPreviewArea.html"/>
|
||||
<sub name="GimpPreview" link="GimpPreview.html"/>
|
||||
<sub name="GimpScrolledPreview" link="libgimpwidgets-GimpScrolledPreview.html"/>
|
||||
<sub name="GimpUnitMenu" link="GimpUnitMenu.html"/>
|
||||
</sub>
|
||||
<sub name="Cell Renderers for GtkTreeView" link="libgimpwidgets-cell-renderers.html">
|
||||
<sub name="GimpCellRendererColor" link="GimpCellRendererColor.html"/>
|
||||
<sub name="GimpCellRendererToggle" link="GimpCellRendererToggle.html"/>
|
||||
</sub>
|
||||
<sub name="GIMP Display Filters" link="libgimpwidgets-colordisplay.html">
|
||||
<sub name="GimpColorDisplay" link="GimpColorDisplay.html"/>
|
||||
<sub name="GimpColorDisplayStack" link="GimpColorDisplayStack.html"/>
|
||||
</sub>
|
||||
<sub name="GIMP Color Selectors" link="libgimpwidgets-colorselector.html">
|
||||
<sub name="GimpColorSelector" link="GimpColorSelector.html"/>
|
||||
<sub name="GimpColorNotebook" link="GimpColorNotebook.html"/>
|
||||
<sub name="GimpColorScales" link="GimpColorScales.html"/>
|
||||
<sub name="GimpColorSelect" link="GimpColorSelect.html"/>
|
||||
</sub>
|
||||
<sub name="GIMP Controllers" link="libgimpwidgets-controller.html">
|
||||
<sub name="GimpController" link="GimpController.html"/>
|
||||
</sub>
|
||||
<sub name="GIMP Widgets Utilities" link="libgimpwidgets-utils.html">
|
||||
<sub name="GimpHelpUI" link="libgimpwidgets-GimpHelpUI.html"/>
|
||||
<sub name="GimpQueryBox" link="libgimpwidgets-GimpQueryBox.html"/>
|
||||
<sub name="GimpSizeEntry" link="GimpSizeEntry.html"/>
|
||||
<sub name="GimpStock" link="libgimpwidgets-GimpStock.html"/>
|
||||
<sub name="GimpWidgets" link="libgimpwidgets-GimpWidgets.html"/>
|
||||
</sub>
|
||||
<sub name="Deprecated API" link="libgimpwidgets-deprecated.html">
|
||||
<sub name="gimpoldwidgets" link="libgimpwidgets-gimpoldwidgets.html"/>
|
||||
</sub>
|
||||
</chapters>
|
||||
<functions>
|
||||
<function name="struct GimpButton" link="GimpButton.html#GimpButton-struct"/>
|
||||
<function name="gimp_button_new ()" link="GimpButton.html#gimp-button-new"/>
|
||||
<function name="gimp_button_extended_clicked ()" link="GimpButton.html#gimp-button-extended-clicked"/>
|
||||
<function name="The "extended-clicked" signal" link="GimpButton.html#GimpButton-extended-clicked"/>
|
||||
<function name="struct GimpChainButton" link="GimpChainButton.html#GimpChainButton-struct"/>
|
||||
<function name="enum GimpChainPosition" link="GimpChainButton.html#GimpChainPosition"/>
|
||||
<function name="gimp_chain_button_new ()" link="GimpChainButton.html#gimp-chain-button-new"/>
|
||||
<function name="gimp_chain_button_set_active ()" link="GimpChainButton.html#gimp-chain-button-set-active"/>
|
||||
<function name="gimp_chain_button_get_active ()" link="GimpChainButton.html#gimp-chain-button-get-active"/>
|
||||
<function name="The "toggled" signal" link="GimpChainButton.html#GimpChainButton-toggled"/>
|
||||
<function name="struct GimpColorArea" link="GimpColorArea.html#GimpColorArea-struct"/>
|
||||
<function name="enum GimpColorAreaType" link="GimpColorArea.html#GimpColorAreaType"/>
|
||||
<function name="gimp_color_area_new ()" link="GimpColorArea.html#gimp-color-area-new"/>
|
||||
<function name="gimp_color_area_set_color ()" link="GimpColorArea.html#gimp-color-area-set-color"/>
|
||||
<function name="gimp_color_area_get_color ()" link="GimpColorArea.html#gimp-color-area-get-color"/>
|
||||
<function name="gimp_color_area_has_alpha ()" link="GimpColorArea.html#gimp-color-area-has-alpha"/>
|
||||
<function name="gimp_color_area_set_type ()" link="GimpColorArea.html#gimp-color-area-set-type"/>
|
||||
<function name="gimp_color_area_set_draw_border ()" link="GimpColorArea.html#gimp-color-area-set-draw-border"/>
|
||||
<function name="The "color-changed" signal" link="GimpColorArea.html#GimpColorArea-color-changed"/>
|
||||
<function name="struct GimpColorButton" link="GimpColorButton.html#GimpColorButton-struct"/>
|
||||
<function name="gimp_color_button_new ()" link="GimpColorButton.html#gimp-color-button-new"/>
|
||||
<function name="gimp_color_button_set_color ()" link="GimpColorButton.html#gimp-color-button-set-color"/>
|
||||
<function name="gimp_color_button_get_color ()" link="GimpColorButton.html#gimp-color-button-get-color"/>
|
||||
<function name="gimp_color_button_set_update ()" link="GimpColorButton.html#gimp-color-button-set-update"/>
|
||||
<function name="gimp_color_button_get_update ()" link="GimpColorButton.html#gimp-color-button-get-update"/>
|
||||
<function name="gimp_color_button_has_alpha ()" link="GimpColorButton.html#gimp-color-button-has-alpha"/>
|
||||
<function name="gimp_color_button_set_type ()" link="GimpColorButton.html#gimp-color-button-set-type"/>
|
||||
<function name="The "color-changed" signal" link="GimpColorButton.html#GimpColorButton-color-changed"/>
|
||||
<function name="struct GimpColorHexEntry" link="GimpColorHexEntry.html#GimpColorHexEntry-struct"/>
|
||||
<function name="gimp_color_hex_entry_new ()" link="GimpColorHexEntry.html#gimp-color-hex-entry-new"/>
|
||||
<function name="gimp_color_hex_entry_set_color ()" link="GimpColorHexEntry.html#gimp-color-hex-entry-set-color"/>
|
||||
<function name="gimp_color_hex_entry_get_color ()" link="GimpColorHexEntry.html#gimp-color-hex-entry-get-color"/>
|
||||
<function name="The "color-changed" signal" link="GimpColorHexEntry.html#GimpColorHexEntry-color-changed"/>
|
||||
<function name="struct GimpColorScale" link="GimpColorScale.html#GimpColorScale-struct"/>
|
||||
<function name="gimp_color_scale_new ()" link="GimpColorScale.html#gimp-color-scale-new"/>
|
||||
<function name="gimp_color_scale_set_channel ()" link="GimpColorScale.html#gimp-color-scale-set-channel"/>
|
||||
<function name="gimp_color_scale_set_color ()" link="GimpColorScale.html#gimp-color-scale-set-color"/>
|
||||
<function name="struct GimpColorSelection" link="GimpColorSelection.html#GimpColorSelection-struct"/>
|
||||
<function name="gimp_color_selection_new ()" link="GimpColorSelection.html#gimp-color-selection-new"/>
|
||||
<function name="gimp_color_selection_set_show_alpha ()" link="GimpColorSelection.html#gimp-color-selection-set-show-alpha"/>
|
||||
<function name="gimp_color_selection_get_show_alpha ()" link="GimpColorSelection.html#gimp-color-selection-get-show-alpha"/>
|
||||
<function name="gimp_color_selection_set_color ()" link="GimpColorSelection.html#gimp-color-selection-set-color"/>
|
||||
<function name="gimp_color_selection_get_color ()" link="GimpColorSelection.html#gimp-color-selection-get-color"/>
|
||||
<function name="gimp_color_selection_set_old_color ()" link="GimpColorSelection.html#gimp-color-selection-set-old-color"/>
|
||||
<function name="gimp_color_selection_get_old_color ()" link="GimpColorSelection.html#gimp-color-selection-get-old-color"/>
|
||||
<function name="gimp_color_selection_reset ()" link="GimpColorSelection.html#gimp-color-selection-reset"/>
|
||||
<function name="gimp_color_selection_color_changed ()" link="GimpColorSelection.html#gimp-color-selection-color-changed"/>
|
||||
<function name="The "color-changed" signal" link="GimpColorSelection.html#GimpColorSelection-color-changed"/>
|
||||
<function name="struct GimpDialog" link="GimpDialog.html#GimpDialog-struct"/>
|
||||
<function name="gimp_dialog_new ()" link="GimpDialog.html#gimp-dialog-new"/>
|
||||
<function name="gimp_dialog_new_valist ()" link="GimpDialog.html#gimp-dialog-new-valist"/>
|
||||
<function name="gimp_dialog_add_buttons_valist ()" link="GimpDialog.html#gimp-dialog-add-buttons-valist"/>
|
||||
<function name="gimp_dialog_run ()" link="GimpDialog.html#gimp-dialog-run"/>
|
||||
<function name="gimp_dialogs_show_help_button ()" link="GimpDialog.html#gimp-dialogs-show-help-button"/>
|
||||
<function name="struct GimpFileEntry" link="GimpFileEntry.html#GimpFileEntry-struct"/>
|
||||
<function name="gimp_file_entry_new ()" link="GimpFileEntry.html#gimp-file-entry-new"/>
|
||||
<function name="gimp_file_entry_get_filename ()" link="GimpFileEntry.html#gimp-file-entry-get-filename"/>
|
||||
<function name="gimp_file_entry_set_filename ()" link="GimpFileEntry.html#gimp-file-entry-set-filename"/>
|
||||
<function name="The "filename-changed" signal" link="GimpFileEntry.html#GimpFileEntry-filename-changed"/>
|
||||
<function name="struct GimpFrame" link="GimpFrame.html#GimpFrame-struct"/>
|
||||
<function name="gimp_frame_new ()" link="GimpFrame.html#gimp-frame-new"/>
|
||||
<function name="struct GimpIntComboBox" link="GimpIntComboBox.html#GimpIntComboBox-struct"/>
|
||||
<function name="gimp_int_combo_box_new ()" link="GimpIntComboBox.html#gimp-int-combo-box-new"/>
|
||||
<function name="gimp_int_combo_box_new_valist ()" link="GimpIntComboBox.html#gimp-int-combo-box-new-valist"/>
|
||||
<function name="gimp_int_combo_box_new_array ()" link="GimpIntComboBox.html#gimp-int-combo-box-new-array"/>
|
||||
<function name="gimp_int_combo_box_prepend ()" link="GimpIntComboBox.html#gimp-int-combo-box-prepend"/>
|
||||
<function name="gimp_int_combo_box_append ()" link="GimpIntComboBox.html#gimp-int-combo-box-append"/>
|
||||
<function name="gimp_int_combo_box_set_active ()" link="GimpIntComboBox.html#gimp-int-combo-box-set-active"/>
|
||||
<function name="gimp_int_combo_box_get_active ()" link="GimpIntComboBox.html#gimp-int-combo-box-get-active"/>
|
||||
<function name="gimp_int_combo_box_connect ()" link="GimpIntComboBox.html#gimp-int-combo-box-connect"/>
|
||||
<function name="struct GimpIntStore" link="GimpIntStore.html#GimpIntStore-struct"/>
|
||||
<function name="enum GimpIntStoreColumns" link="GimpIntStore.html#GimpIntStoreColumns"/>
|
||||
<function name="gimp_int_store_new ()" link="GimpIntStore.html#gimp-int-store-new"/>
|
||||
<function name="gimp_int_store_lookup_by_value ()" link="GimpIntStore.html#gimp-int-store-lookup-by-value"/>
|
||||
<function name="struct GimpMemsizeEntry" link="GimpMemsizeEntry.html#GimpMemsizeEntry-struct"/>
|
||||
<function name="gimp_memsize_entry_new ()" link="GimpMemsizeEntry.html#gimp-memsize-entry-new"/>
|
||||
<function name="gimp_memsize_entry_set_value ()" link="GimpMemsizeEntry.html#gimp-memsize-entry-set-value"/>
|
||||
<function name="gimp_memsize_entry_get_value ()" link="GimpMemsizeEntry.html#gimp-memsize-entry-get-value"/>
|
||||
<function name="The "value-changed" signal" link="GimpMemsizeEntry.html#GimpMemsizeEntry-value-changed"/>
|
||||
<function name="struct GimpOffsetArea" link="GimpOffsetArea.html#GimpOffsetArea-struct"/>
|
||||
<function name="gimp_offset_area_new ()" link="GimpOffsetArea.html#gimp-offset-area-new"/>
|
||||
<function name="gimp_offset_area_set_size ()" link="GimpOffsetArea.html#gimp-offset-area-set-size"/>
|
||||
<function name="gimp_offset_area_set_offsets ()" link="GimpOffsetArea.html#gimp-offset-area-set-offsets"/>
|
||||
<function name="gimp_offset_area_set_pixbuf ()" link="GimpOffsetArea.html#gimp-offset-area-set-pixbuf"/>
|
||||
<function name="The "offsets-changed" signal" link="GimpOffsetArea.html#GimpOffsetArea-offsets-changed"/>
|
||||
<function name="struct GimpPathEditor" link="GimpPathEditor.html#GimpPathEditor-struct"/>
|
||||
<function name="gimp_path_editor_new ()" link="GimpPathEditor.html#gimp-path-editor-new"/>
|
||||
<function name="gimp_path_editor_get_path ()" link="GimpPathEditor.html#gimp-path-editor-get-path"/>
|
||||
<function name="gimp_path_editor_set_path ()" link="GimpPathEditor.html#gimp-path-editor-set-path"/>
|
||||
<function name="gimp_path_editor_get_writable_path ()" link="GimpPathEditor.html#gimp-path-editor-get-writable-path"/>
|
||||
<function name="gimp_path_editor_set_writable_path ()" link="GimpPathEditor.html#gimp-path-editor-set-writable-path"/>
|
||||
<function name="gimp_path_editor_get_dir_writable ()" link="GimpPathEditor.html#gimp-path-editor-get-dir-writable"/>
|
||||
<function name="gimp_path_editor_set_dir_writable ()" link="GimpPathEditor.html#gimp-path-editor-set-dir-writable"/>
|
||||
<function name="The "path-changed" signal" link="GimpPathEditor.html#GimpPathEditor-path-changed"/>
|
||||
<function name="The "writable-changed" signal" link="GimpPathEditor.html#GimpPathEditor-writable-changed"/>
|
||||
<function name="struct GimpPickButton" link="GimpPickButton.html#GimpPickButton-struct"/>
|
||||
<function name="gimp_pick_button_new ()" link="GimpPickButton.html#gimp-pick-button-new"/>
|
||||
<function name="The "color-picked" signal" link="GimpPickButton.html#GimpPickButton-color-picked"/>
|
||||
<function name="struct GimpPixmap" link="GimpPixmap.html#GimpPixmap-struct"/>
|
||||
<function name="gimp_pixmap_new ()" link="GimpPixmap.html#gimp-pixmap-new"/>
|
||||
<function name="gimp_pixmap_set ()" link="GimpPixmap.html#gimp-pixmap-set"/>
|
||||
<function name="struct GimpPreviewArea" link="GimpPreviewArea.html#GimpPreviewArea-struct"/>
|
||||
<function name="gimp_preview_area_new ()" link="GimpPreviewArea.html#gimp-preview-area-new"/>
|
||||
<function name="gimp_preview_area_draw ()" link="GimpPreviewArea.html#gimp-preview-area-draw"/>
|
||||
<function name="gimp_preview_area_fill ()" link="GimpPreviewArea.html#gimp-preview-area-fill"/>
|
||||
<function name="gimp_preview_area_blend ()" link="GimpPreviewArea.html#gimp-preview-area-blend"/>
|
||||
<function name="gimp_preview_area_mask ()" link="GimpPreviewArea.html#gimp-preview-area-mask"/>
|
||||
<function name="gimp_preview_area_set_offsets ()" link="GimpPreviewArea.html#gimp-preview-area-set-offsets"/>
|
||||
<function name="gimp_preview_area_set_colormap ()" link="GimpPreviewArea.html#gimp-preview-area-set-colormap"/>
|
||||
<function name="gimp_preview_area_set_max_size ()" link="GimpPreviewArea.html#gimp-preview-area-set-max-size"/>
|
||||
<function name="gimp_preview_area_menu_popup ()" link="GimpPreviewArea.html#gimp-preview-area-menu-popup"/>
|
||||
<function name="struct GimpPreview" link="GimpPreview.html#GimpPreview-struct"/>
|
||||
<function name="gimp_preview_get_update ()" link="GimpPreview.html#gimp-preview-get-update"/>
|
||||
<function name="gimp_preview_set_update ()" link="GimpPreview.html#gimp-preview-set-update"/>
|
||||
<function name="gimp_preview_set_bounds ()" link="GimpPreview.html#gimp-preview-set-bounds"/>
|
||||
<function name="gimp_preview_get_size ()" link="GimpPreview.html#gimp-preview-get-size"/>
|
||||
<function name="gimp_preview_get_position ()" link="GimpPreview.html#gimp-preview-get-position"/>
|
||||
<function name="gimp_preview_draw ()" link="GimpPreview.html#gimp-preview-draw"/>
|
||||
<function name="gimp_preview_draw_buffer ()" link="GimpPreview.html#gimp-preview-draw-buffer"/>
|
||||
<function name="gimp_preview_invalidate ()" link="GimpPreview.html#gimp-preview-invalidate"/>
|
||||
<function name="gimp_preview_set_default_cursor ()" link="GimpPreview.html#gimp-preview-set-default-cursor"/>
|
||||
<function name="The "invalidated" signal" link="GimpPreview.html#GimpPreview-invalidated"/>
|
||||
<function name="struct GimpScrolledPreview" link="libgimpwidgets-GimpScrolledPreview.html#GimpScrolledPreview"/>
|
||||
<function name="struct GimpUnitMenu" link="GimpUnitMenu.html#GimpUnitMenu-struct"/>
|
||||
<function name="gimp_unit_menu_new ()" link="GimpUnitMenu.html#gimp-unit-menu-new"/>
|
||||
<function name="gimp_unit_menu_set_unit ()" link="GimpUnitMenu.html#gimp-unit-menu-set-unit"/>
|
||||
<function name="gimp_unit_menu_get_unit ()" link="GimpUnitMenu.html#gimp-unit-menu-get-unit"/>
|
||||
<function name="gimp_unit_menu_get_pixel_digits ()" link="GimpUnitMenu.html#gimp-unit-menu-get-pixel-digits"/>
|
||||
<function name="gimp_unit_menu_set_pixel_digits ()" link="GimpUnitMenu.html#gimp-unit-menu-set-pixel-digits"/>
|
||||
<function name="The "unit-changed" signal" link="GimpUnitMenu.html#GimpUnitMenu-unit-changed"/>
|
||||
<function name="struct GimpCellRendererColor" link="GimpCellRendererColor.html#GimpCellRendererColor-struct"/>
|
||||
<function name="gimp_cell_renderer_color_new ()" link="GimpCellRendererColor.html#gimp-cell-renderer-color-new"/>
|
||||
<function name="struct GimpCellRendererToggle" link="GimpCellRendererToggle.html#GimpCellRendererToggle-struct"/>
|
||||
<function name="gimp_cell_renderer_toggle_new ()" link="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-new"/>
|
||||
<function name="gimp_cell_renderer_toggle_clicked ()" link="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-clicked"/>
|
||||
<function name="The "clicked" signal" link="GimpCellRendererToggle.html#GimpCellRendererToggle-clicked"/>
|
||||
<function name="struct GimpColorDisplay" link="GimpColorDisplay.html#GimpColorDisplay-struct"/>
|
||||
<function name="gimp_color_display_new ()" link="GimpColorDisplay.html#gimp-color-display-new"/>
|
||||
<function name="gimp_color_display_clone ()" link="GimpColorDisplay.html#gimp-color-display-clone"/>
|
||||
<function name="gimp_color_display_set_enabled ()" link="GimpColorDisplay.html#gimp-color-display-set-enabled"/>
|
||||
<function name="gimp_color_display_get_enabled ()" link="GimpColorDisplay.html#gimp-color-display-get-enabled"/>
|
||||
<function name="gimp_color_display_convert ()" link="GimpColorDisplay.html#gimp-color-display-convert"/>
|
||||
<function name="gimp_color_display_load_state ()" link="GimpColorDisplay.html#gimp-color-display-load-state"/>
|
||||
<function name="gimp_color_display_save_state ()" link="GimpColorDisplay.html#gimp-color-display-save-state"/>
|
||||
<function name="gimp_color_display_configure ()" link="GimpColorDisplay.html#gimp-color-display-configure"/>
|
||||
<function name="gimp_color_display_configure_reset ()" link="GimpColorDisplay.html#gimp-color-display-configure-reset"/>
|
||||
<function name="gimp_color_display_changed ()" link="GimpColorDisplay.html#gimp-color-display-changed"/>
|
||||
<function name="The "changed" signal" link="GimpColorDisplay.html#GimpColorDisplay-changed"/>
|
||||
<function name="struct GimpColorDisplayStack" link="GimpColorDisplayStack.html#GimpColorDisplayStack-struct"/>
|
||||
<function name="gimp_color_display_stack_new ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-new"/>
|
||||
<function name="gimp_color_display_stack_clone ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-clone"/>
|
||||
<function name="gimp_color_display_stack_changed ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-changed"/>
|
||||
<function name="gimp_color_display_stack_add ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-add"/>
|
||||
<function name="gimp_color_display_stack_remove ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-remove"/>
|
||||
<function name="gimp_color_display_stack_reorder_up ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-reorder-up"/>
|
||||
<function name="gimp_color_display_stack_reorder_down ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-reorder-down"/>
|
||||
<function name="gimp_color_display_stack_convert ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-convert"/>
|
||||
<function name="The "added" signal" link="GimpColorDisplayStack.html#GimpColorDisplayStack-added"/>
|
||||
<function name="The "changed" signal" link="GimpColorDisplayStack.html#GimpColorDisplayStack-changed"/>
|
||||
<function name="The "removed" signal" link="GimpColorDisplayStack.html#GimpColorDisplayStack-removed"/>
|
||||
<function name="The "reordered" signal" link="GimpColorDisplayStack.html#GimpColorDisplayStack-reordered"/>
|
||||
<function name="struct GimpColorSelector" link="GimpColorSelector.html#GimpColorSelector-struct"/>
|
||||
<function name="GIMP_COLOR_SELECTOR_SIZE" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-SIZE-CAPS"/>
|
||||
<function name="GIMP_COLOR_SELECTOR_BAR_SIZE" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-BAR-SIZE-CAPS"/>
|
||||
<function name="enum GimpColorSelectorChannel" link="GimpColorSelector.html#GimpColorSelectorChannel"/>
|
||||
<function name="gimp_color_selector_new ()" link="GimpColorSelector.html#gimp-color-selector-new"/>
|
||||
<function name="gimp_color_selector_set_toggles_visible ()" link="GimpColorSelector.html#gimp-color-selector-set-toggles-visible"/>
|
||||
<function name="gimp_color_selector_set_toggles_sensitive ()" link="GimpColorSelector.html#gimp-color-selector-set-toggles-sensitive"/>
|
||||
<function name="gimp_color_selector_set_show_alpha ()" link="GimpColorSelector.html#gimp-color-selector-set-show-alpha"/>
|
||||
<function name="gimp_color_selector_set_color ()" link="GimpColorSelector.html#gimp-color-selector-set-color"/>
|
||||
<function name="gimp_color_selector_set_channel ()" link="GimpColorSelector.html#gimp-color-selector-set-channel"/>
|
||||
<function name="gimp_color_selector_color_changed ()" link="GimpColorSelector.html#gimp-color-selector-color-changed"/>
|
||||
<function name="gimp_color_selector_channel_changed ()" link="GimpColorSelector.html#gimp-color-selector-channel-changed"/>
|
||||
<function name="The "channel-changed" signal" link="GimpColorSelector.html#GimpColorSelector-channel-changed"/>
|
||||
<function name="The "color-changed" signal" link="GimpColorSelector.html#GimpColorSelector-color-changed"/>
|
||||
<function name="struct GimpColorNotebook" link="GimpColorNotebook.html#GimpColorNotebook-struct"/>
|
||||
<function name="gimp_color_notebook_set_has_page ()" link="GimpColorNotebook.html#gimp-color-notebook-set-has-page"/>
|
||||
<function name="struct GimpColorScales" link="GimpColorScales.html#GimpColorScales-struct"/>
|
||||
<function name="struct GimpColorSelect" link="GimpColorSelect.html#GimpColorSelect-struct"/>
|
||||
<function name="enum GimpControllerEventType" link="GimpController.html#GimpControllerEventType"/>
|
||||
<function name="struct GimpControllerEventAny" link="GimpController.html#GimpControllerEventAny"/>
|
||||
<function name="struct GimpControllerEventTrigger" link="GimpController.html#GimpControllerEventTrigger"/>
|
||||
<function name="struct GimpControllerEventValue" link="GimpController.html#GimpControllerEventValue"/>
|
||||
<function name="union GimpControllerEvent" link="GimpController.html#GimpControllerEvent"/>
|
||||
<function name="struct GimpController" link="GimpController.html#GimpController-struct"/>
|
||||
<function name="gimp_controller_new ()" link="GimpController.html#gimp-controller-new"/>
|
||||
<function name="gimp_controller_get_n_events ()" link="GimpController.html#gimp-controller-get-n-events"/>
|
||||
<function name="gimp_controller_get_event_name ()" link="GimpController.html#gimp-controller-get-event-name"/>
|
||||
<function name="gimp_controller_get_event_blurb ()" link="GimpController.html#gimp-controller-get-event-blurb"/>
|
||||
<function name="gimp_controller_event ()" link="GimpController.html#gimp-controller-event"/>
|
||||
<function name="The "event" signal" link="GimpController.html#GimpController-event"/>
|
||||
<function name="GimpHelpFunc ()" link="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc"/>
|
||||
<function name="GIMP_HELP_ID" link="libgimpwidgets-GimpHelpUI.html#GIMP-HELP-ID-CAPS"/>
|
||||
<function name="gimp_help_enable_tooltips ()" link="libgimpwidgets-GimpHelpUI.html#gimp-help-enable-tooltips"/>
|
||||
<function name="gimp_help_disable_tooltips ()" link="libgimpwidgets-GimpHelpUI.html#gimp-help-disable-tooltips"/>
|
||||
<function name="gimp_standard_help_func ()" link="libgimpwidgets-GimpHelpUI.html#gimp-standard-help-func"/>
|
||||
<function name="gimp_help_connect ()" link="libgimpwidgets-GimpHelpUI.html#gimp-help-connect"/>
|
||||
<function name="gimp_help_set_help_data ()" link="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data"/>
|
||||
<function name="gimp_context_help ()" link="libgimpwidgets-GimpHelpUI.html#gimp-context-help"/>
|
||||
<function name="GimpQueryStringCallback ()" link="libgimpwidgets-GimpQueryBox.html#GimpQueryStringCallback"/>
|
||||
<function name="GimpQueryIntCallback ()" link="libgimpwidgets-GimpQueryBox.html#GimpQueryIntCallback"/>
|
||||
<function name="GimpQueryDoubleCallback ()" link="libgimpwidgets-GimpQueryBox.html#GimpQueryDoubleCallback"/>
|
||||
<function name="GimpQuerySizeCallback ()" link="libgimpwidgets-GimpQueryBox.html#GimpQuerySizeCallback"/>
|
||||
<function name="GimpQueryBooleanCallback ()" link="libgimpwidgets-GimpQueryBox.html#GimpQueryBooleanCallback"/>
|
||||
<function name="gimp_query_string_box ()" link="libgimpwidgets-GimpQueryBox.html#gimp-query-string-box"/>
|
||||
<function name="gimp_query_int_box ()" link="libgimpwidgets-GimpQueryBox.html#gimp-query-int-box"/>
|
||||
<function name="gimp_query_double_box ()" link="libgimpwidgets-GimpQueryBox.html#gimp-query-double-box"/>
|
||||
<function name="gimp_query_size_box ()" link="libgimpwidgets-GimpQueryBox.html#gimp-query-size-box"/>
|
||||
<function name="gimp_query_boolean_box ()" link="libgimpwidgets-GimpQueryBox.html#gimp-query-boolean-box"/>
|
||||
<function name="GIMP_QUERY_BOX_VBOX()" link="libgimpwidgets-GimpQueryBox.html#GIMP-QUERY-BOX-VBOX-CAPS"/>
|
||||
<function name="struct GimpSizeEntry" link="GimpSizeEntry.html#GimpSizeEntry-struct"/>
|
||||
<function name="struct GimpSizeEntryField" link="GimpSizeEntry.html#GimpSizeEntryField"/>
|
||||
<function name="enum GimpSizeEntryUpdatePolicy" link="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy"/>
|
||||
<function name="gimp_size_entry_new ()" link="GimpSizeEntry.html#gimp-size-entry-new"/>
|
||||
<function name="gimp_size_entry_add_field ()" link="GimpSizeEntry.html#gimp-size-entry-add-field"/>
|
||||
<function name="gimp_size_entry_attach_label ()" link="GimpSizeEntry.html#gimp-size-entry-attach-label"/>
|
||||
<function name="gimp_size_entry_set_resolution ()" link="GimpSizeEntry.html#gimp-size-entry-set-resolution"/>
|
||||
<function name="gimp_size_entry_set_size ()" link="GimpSizeEntry.html#gimp-size-entry-set-size"/>
|
||||
<function name="gimp_size_entry_set_value_boundaries ()" link="GimpSizeEntry.html#gimp-size-entry-set-value-boundaries"/>
|
||||
<function name="gimp_size_entry_get_value ()" link="GimpSizeEntry.html#gimp-size-entry-get-value"/>
|
||||
<function name="gimp_size_entry_set_value ()" link="GimpSizeEntry.html#gimp-size-entry-set-value"/>
|
||||
<function name="gimp_size_entry_set_refval_boundaries ()" link="GimpSizeEntry.html#gimp-size-entry-set-refval-boundaries"/>
|
||||
<function name="gimp_size_entry_set_refval_digits ()" link="GimpSizeEntry.html#gimp-size-entry-set-refval-digits"/>
|
||||
<function name="gimp_size_entry_get_refval ()" link="GimpSizeEntry.html#gimp-size-entry-get-refval"/>
|
||||
<function name="gimp_size_entry_set_refval ()" link="GimpSizeEntry.html#gimp-size-entry-set-refval"/>
|
||||
<function name="gimp_size_entry_get_unit ()" link="GimpSizeEntry.html#gimp-size-entry-get-unit"/>
|
||||
<function name="gimp_size_entry_set_unit ()" link="GimpSizeEntry.html#gimp-size-entry-set-unit"/>
|
||||
<function name="gimp_size_entry_set_pixel_digits ()" link="GimpSizeEntry.html#gimp-size-entry-set-pixel-digits"/>
|
||||
<function name="gimp_size_entry_grab_focus ()" link="GimpSizeEntry.html#gimp-size-entry-grab-focus"/>
|
||||
<function name="gimp_size_entry_get_help_widget ()" link="GimpSizeEntry.html#gimp-size-entry-get-help-widget"/>
|
||||
<function name="The "refval-changed" signal" link="GimpSizeEntry.html#GimpSizeEntry-refval-changed"/>
|
||||
<function name="The "unit-changed" signal" link="GimpSizeEntry.html#GimpSizeEntry-unit-changed"/>
|
||||
<function name="The "value-changed" signal" link="GimpSizeEntry.html#GimpSizeEntry-value-changed"/>
|
||||
<function name="gimp_stock_init ()" link="libgimpwidgets-GimpStock.html#gimp-stock-init"/>
|
||||
<function name="GIMP_STOCK_ANCHOR" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-ANCHOR-CAPS"/>
|
||||
<function name="GIMP_STOCK_CENTER" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CENTER-CAPS"/>
|
||||
<function name="GIMP_STOCK_DUPLICATE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-DUPLICATE-CAPS"/>
|
||||
<function name="GIMP_STOCK_EDIT" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-EDIT-CAPS"/>
|
||||
<function name="GIMP_STOCK_RESET" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-RESET-CAPS"/>
|
||||
<function name="GIMP_STOCK_CLOSE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CLOSE-CAPS"/>
|
||||
<function name="GIMP_STOCK_MENU_LEFT" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-MENU-LEFT-CAPS"/>
|
||||
<function name="GIMP_STOCK_MENU_RIGHT" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-MENU-RIGHT-CAPS"/>
|
||||
<function name="GIMP_STOCK_MOVE_TO_SCREEN" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-MOVE-TO-SCREEN-CAPS"/>
|
||||
<function name="GIMP_STOCK_INVERT" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-INVERT-CAPS"/>
|
||||
<function name="GIMP_STOCK_LAYER_TO_IMAGESIZE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-LAYER-TO-IMAGESIZE-CAPS"/>
|
||||
<function name="GIMP_STOCK_MERGE_DOWN" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-MERGE-DOWN-CAPS"/>
|
||||
<function name="GIMP_STOCK_NAVIGATION" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-NAVIGATION-CAPS"/>
|
||||
<function name="GIMP_STOCK_PASTE_AS_NEW" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-PASTE-AS-NEW-CAPS"/>
|
||||
<function name="GIMP_STOCK_PASTE_INTO" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-PASTE-INTO-CAPS"/>
|
||||
<function name="GIMP_STOCK_PATH_STROKE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-PATH-STROKE-CAPS"/>
|
||||
<function name="GIMP_STOCK_PLUGIN" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-PLUGIN-CAPS"/>
|
||||
<function name="GIMP_STOCK_QMASK_OFF" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-QMASK-OFF-CAPS"/>
|
||||
<function name="GIMP_STOCK_QMASK_ON" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-QMASK-ON-CAPS"/>
|
||||
<function name="GIMP_STOCK_HISTOGRAM" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-HISTOGRAM-CAPS"/>
|
||||
<function name="GIMP_STOCK_HISTOGRAM_LINEAR" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-HISTOGRAM-LINEAR-CAPS"/>
|
||||
<function name="GIMP_STOCK_HISTOGRAM_LOGARITHMIC" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-HISTOGRAM-LOGARITHMIC-CAPS"/>
|
||||
<function name="GIMP_STOCK_RESHOW_FILTER" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-RESHOW-FILTER-CAPS"/>
|
||||
<function name="GIMP_STOCK_RESIZE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-RESIZE-CAPS"/>
|
||||
<function name="GIMP_STOCK_FLIP_HORIZONTAL" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-FLIP-HORIZONTAL-CAPS"/>
|
||||
<function name="GIMP_STOCK_FLIP_VERTICAL" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-FLIP-VERTICAL-CAPS"/>
|
||||
<function name="GIMP_STOCK_ROTATE_180" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-ROTATE-180-CAPS"/>
|
||||
<function name="GIMP_STOCK_ROTATE_270" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-ROTATE-270-CAPS"/>
|
||||
<function name="GIMP_STOCK_ROTATE_90" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-ROTATE-90-CAPS"/>
|
||||
<function name="GIMP_STOCK_SCALE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-SCALE-CAPS"/>
|
||||
<function name="GIMP_STOCK_LINKED" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-LINKED-CAPS"/>
|
||||
<function name="GIMP_STOCK_VISIBLE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-VISIBLE-CAPS"/>
|
||||
<function name="GIMP_STOCK_LIST" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-LIST-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRID" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRID-CAPS"/>
|
||||
<function name="GIMP_STOCK_PORTRAIT" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-PORTRAIT-CAPS"/>
|
||||
<function name="GIMP_STOCK_LANDSCAPE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-LANDSCAPE-CAPS"/>
|
||||
<function name="GIMP_STOCK_VIDEO" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-VIDEO-CAPS"/>
|
||||
<function name="GIMP_STOCK_WEB" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-WEB-CAPS"/>
|
||||
<function name="GIMP_STOCK_IMAGE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-IMAGE-CAPS"/>
|
||||
<function name="GIMP_STOCK_LAYER" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-LAYER-CAPS"/>
|
||||
<function name="GIMP_STOCK_LAYER_MASK" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-LAYER-MASK-CAPS"/>
|
||||
<function name="GIMP_STOCK_CHANNEL" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-CAPS"/>
|
||||
<function name="GIMP_STOCK_CHANNEL_RED" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-RED-CAPS"/>
|
||||
<function name="GIMP_STOCK_CHANNEL_GREEN" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-GREEN-CAPS"/>
|
||||
<function name="GIMP_STOCK_CHANNEL_BLUE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-BLUE-CAPS"/>
|
||||
<function name="GIMP_STOCK_CHANNEL_GRAY" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-GRAY-CAPS"/>
|
||||
<function name="GIMP_STOCK_CHANNEL_INDEXED" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-INDEXED-CAPS"/>
|
||||
<function name="GIMP_STOCK_CHANNEL_ALPHA" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNEL-ALPHA-CAPS"/>
|
||||
<function name="GIMP_STOCK_PATH" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-PATH-CAPS"/>
|
||||
<function name="GIMP_STOCK_TEXT_LAYER" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TEXT-LAYER-CAPS"/>
|
||||
<function name="GIMP_STOCK_FLOATING_SELECTION" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-FLOATING-SELECTION-CAPS"/>
|
||||
<function name="GIMP_STOCK_TEMPLATE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TEMPLATE-CAPS"/>
|
||||
<function name="GIMP_STOCK_IMAGES" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-IMAGES-CAPS"/>
|
||||
<function name="GIMP_STOCK_LAYERS" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-LAYERS-CAPS"/>
|
||||
<function name="GIMP_STOCK_CHANNELS" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CHANNELS-CAPS"/>
|
||||
<function name="GIMP_STOCK_PATHS" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-PATHS-CAPS"/>
|
||||
<function name="GIMP_STOCK_INDEXED_PALETTE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-INDEXED-PALETTE-CAPS"/>
|
||||
<function name="GIMP_STOCK_SHAPE_CIRCLE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-SHAPE-CIRCLE-CAPS"/>
|
||||
<function name="GIMP_STOCK_SHAPE_SQUARE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-SHAPE-SQUARE-CAPS"/>
|
||||
<function name="GIMP_STOCK_SHAPE_DIAMOND" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-SHAPE-DIAMOND-CAPS"/>
|
||||
<function name="GIMP_STOCK_CAP_BUTT" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CAP-BUTT-CAPS"/>
|
||||
<function name="GIMP_STOCK_CAP_ROUND" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CAP-ROUND-CAPS"/>
|
||||
<function name="GIMP_STOCK_CAP_SQUARE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CAP-SQUARE-CAPS"/>
|
||||
<function name="GIMP_STOCK_JOIN_MITER" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-JOIN-MITER-CAPS"/>
|
||||
<function name="GIMP_STOCK_JOIN_ROUND" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-JOIN-ROUND-CAPS"/>
|
||||
<function name="GIMP_STOCK_JOIN_BEVEL" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-JOIN-BEVEL-CAPS"/>
|
||||
<function name="GIMP_STOCK_SELECTION" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-CAPS"/>
|
||||
<function name="GIMP_STOCK_SELECTION_ALL" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-ALL-CAPS"/>
|
||||
<function name="GIMP_STOCK_SELECTION_NONE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-NONE-CAPS"/>
|
||||
<function name="GIMP_STOCK_SELECTION_GROW" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-GROW-CAPS"/>
|
||||
<function name="GIMP_STOCK_SELECTION_SHRINK" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-SHRINK-CAPS"/>
|
||||
<function name="GIMP_STOCK_SELECTION_BORDER" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-BORDER-CAPS"/>
|
||||
<function name="GIMP_STOCK_SELECTION_ADD" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-ADD-CAPS"/>
|
||||
<function name="GIMP_STOCK_SELECTION_SUBTRACT" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-SUBTRACT-CAPS"/>
|
||||
<function name="GIMP_STOCK_SELECTION_REPLACE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-REPLACE-CAPS"/>
|
||||
<function name="GIMP_STOCK_SELECTION_INTERSECT" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-INTERSECT-CAPS"/>
|
||||
<function name="GIMP_STOCK_SELECTION_STROKE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-STROKE-CAPS"/>
|
||||
<function name="GIMP_STOCK_SELECTION_TO_CHANNEL" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-TO-CHANNEL-CAPS"/>
|
||||
<function name="GIMP_STOCK_SELECTION_TO_PATH" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-SELECTION-TO-PATH-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRADIENT_LINEAR" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-LINEAR-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRADIENT_BILINEAR" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-BILINEAR-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRADIENT_RADIAL" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-RADIAL-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRADIENT_SQUARE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-SQUARE-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRADIENT_CONICAL_SYMMETRIC" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-CONICAL-SYMMETRIC-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRADIENT_CONICAL_ASYMMETRIC" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-CONICAL-ASYMMETRIC-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRADIENT_SHAPEBURST_SPHERICAL" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-SHAPEBURST-SPHERICAL-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRADIENT_SHAPEBURST_ANGULAR" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-SHAPEBURST-ANGULAR-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRADIENT_SHAPEBURST_DIMPLED" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-SHAPEBURST-DIMPLED-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRADIENT_SPIRAL_CLOCKWISE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-SPIRAL-CLOCKWISE-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-SPIRAL-ANTICLOCKWISE-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRAVITY_NORTH_WEST" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-NORTH-WEST-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRAVITY_NORTH" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-NORTH-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRAVITY_NORTH_EAST" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-NORTH-EAST-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRAVITY_WEST" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-WEST-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRAVITY_EAST" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-EAST-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRAVITY_SOUTH_WEST" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-SOUTH-WEST-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRAVITY_SOUTH" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-SOUTH-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRAVITY_SOUTH_EAST" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRAVITY-SOUTH-EAST-CAPS"/>
|
||||
<function name="GIMP_STOCK_CHAR_PICKER" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CHAR-PICKER-CAPS"/>
|
||||
<function name="GIMP_STOCK_LETTER_SPACING" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-LETTER-SPACING-CAPS"/>
|
||||
<function name="GIMP_STOCK_LINE_SPACING" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-LINE-SPACING-CAPS"/>
|
||||
<function name="GIMP_STOCK_TEXT_DIR_LTR" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TEXT-DIR-LTR-CAPS"/>
|
||||
<function name="GIMP_STOCK_TEXT_DIR_RTL" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TEXT-DIR-RTL-CAPS"/>
|
||||
<function name="GIMP_STOCK_PRINT_RESOLUTION" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-PRINT-RESOLUTION-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOLS" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOLS-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_OPTIONS" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-OPTIONS-CAPS"/>
|
||||
<function name="GIMP_STOCK_DEVICE_STATUS" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-DEVICE-STATUS-CAPS"/>
|
||||
<function name="GIMP_STOCK_DISPLAY_FILTER" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-DISPLAY-FILTER-CAPS"/>
|
||||
<function name="GIMP_STOCK_CURVE_FREE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CURVE-FREE-CAPS"/>
|
||||
<function name="GIMP_STOCK_CURVE_SMOOTH" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CURVE-SMOOTH-CAPS"/>
|
||||
<function name="GIMP_STOCK_COLOR_PICKER_BLACK" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-COLOR-PICKER-BLACK-CAPS"/>
|
||||
<function name="GIMP_STOCK_COLOR_PICKER_GRAY" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-COLOR-PICKER-GRAY-CAPS"/>
|
||||
<function name="GIMP_STOCK_COLOR_PICKER_WHITE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-COLOR-PICKER-WHITE-CAPS"/>
|
||||
<function name="GIMP_STOCK_COLOR_TRIANGLE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-COLOR-TRIANGLE-CAPS"/>
|
||||
<function name="GIMP_STOCK_COLOR_PICK_FROM_SCREEN" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-COLOR-PICK-FROM-SCREEN-CAPS"/>
|
||||
<function name="GIMP_STOCK_CONVERT_GRAYSCALE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CONVERT-GRAYSCALE-CAPS"/>
|
||||
<function name="GIMP_STOCK_CONVERT_INDEXED" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CONVERT-INDEXED-CAPS"/>
|
||||
<function name="GIMP_STOCK_CONVERT_RGB" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CONVERT-RGB-CAPS"/>
|
||||
<function name="GIMP_STOCK_TRANSPARENCY" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TRANSPARENCY-CAPS"/>
|
||||
<function name="GIMP_STOCK_DEFAULT_COLORS" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-DEFAULT-COLORS-CAPS"/>
|
||||
<function name="GIMP_STOCK_SWAP_COLORS" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-SWAP-COLORS-CAPS"/>
|
||||
<function name="GIMP_STOCK_UNDO_HISTORY" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-UNDO-HISTORY-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_AIRBRUSH" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-AIRBRUSH-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_BLEND" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-BLEND-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_BLUR" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-BLUR-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-BRIGHTNESS-CONTRAST-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_BUCKET_FILL" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-BUCKET-FILL-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_BY_COLOR_SELECT" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-BY-COLOR-SELECT-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_CLONE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-CLONE-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_COLOR_BALANCE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-COLOR-BALANCE-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_COLOR_PICKER" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-COLOR-PICKER-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_COLORIZE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-COLORIZE-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_CROP" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-CROP-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_CURVES" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-CURVES-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_DODGE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-DODGE-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_ELLIPSE_SELECT" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-ELLIPSE-SELECT-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_ERASER" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-ERASER-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_FLIP" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-FLIP-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_FREE_SELECT" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-FREE-SELECT-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_FUZZY_SELECT" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-FUZZY-SELECT-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_HUE_SATURATION" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-HUE-SATURATION-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_INK" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-INK-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_ISCISSORS" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-ISCISSORS-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_LEVELS" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-LEVELS-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_MEASURE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-MEASURE-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_MOVE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-MOVE-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_PAINTBRUSH" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-PAINTBRUSH-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_PATH" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-PATH-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_PENCIL" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-PENCIL-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_PERSPECTIVE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-PERSPECTIVE-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_POSTERIZE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-POSTERIZE-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_RECT_SELECT" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-RECT-SELECT-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_ROTATE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-ROTATE-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_SCALE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-SCALE-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_SHEAR" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-SHEAR-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_SMUDGE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-SMUDGE-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_TEXT" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-TEXT-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_THRESHOLD" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-THRESHOLD-CAPS"/>
|
||||
<function name="GIMP_STOCK_TOOL_ZOOM" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TOOL-ZOOM-CAPS"/>
|
||||
<function name="GIMP_STOCK_HCHAIN" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-HCHAIN-CAPS"/>
|
||||
<function name="GIMP_STOCK_HCHAIN_BROKEN" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-HCHAIN-BROKEN-CAPS"/>
|
||||
<function name="GIMP_STOCK_VCHAIN" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-VCHAIN-CAPS"/>
|
||||
<function name="GIMP_STOCK_VCHAIN_BROKEN" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-VCHAIN-BROKEN-CAPS"/>
|
||||
<function name="GIMP_STOCK_TEXTURE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-TEXTURE-CAPS"/>
|
||||
<function name="GIMP_STOCK_FRAME" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-FRAME-CAPS"/>
|
||||
<function name="GIMP_STOCK_ERROR" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-ERROR-CAPS"/>
|
||||
<function name="GIMP_STOCK_INFO" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-INFO-CAPS"/>
|
||||
<function name="GIMP_STOCK_QUESTION" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-QUESTION-CAPS"/>
|
||||
<function name="GIMP_STOCK_WARNING" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-WARNING-CAPS"/>
|
||||
<function name="GIMP_STOCK_WILBER" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-WILBER-CAPS"/>
|
||||
<function name="GIMP_STOCK_WILBER_EEK" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-WILBER-EEK-CAPS"/>
|
||||
<function name="GIMP_STOCK_BRUSH" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-BRUSH-CAPS"/>
|
||||
<function name="GIMP_STOCK_BUFFER" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-BUFFER-CAPS"/>
|
||||
<function name="GIMP_STOCK_FONT" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-FONT-CAPS"/>
|
||||
<function name="GIMP_STOCK_GRADIENT" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT-CAPS"/>
|
||||
<function name="GIMP_STOCK_PALETTE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-PALETTE-CAPS"/>
|
||||
<function name="GIMP_STOCK_PATTERN" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-PATTERN-CAPS"/>
|
||||
<function name="GIMP_STOCK_ZOOM_FOLLOW_WINDOW" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-ZOOM-FOLLOW-WINDOW-CAPS"/>
|
||||
<function name="gimp_radio_group_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new"/>
|
||||
<function name="gimp_radio_group_new2 ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new2"/>
|
||||
<function name="gimp_radio_group_set_active ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-group-set-active"/>
|
||||
<function name="gimp_int_radio_group_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-int-radio-group-new"/>
|
||||
<function name="gimp_int_radio_group_set_active ()" link="libgimpwidgets-GimpWidgets.html#gimp-int-radio-group-set-active"/>
|
||||
<function name="gimp_spin_button_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-spin-button-new"/>
|
||||
<function name="GIMP_SCALE_ENTRY_LABEL()" link="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-LABEL-CAPS"/>
|
||||
<function name="GIMP_SCALE_ENTRY_SCALE()" link="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SCALE-CAPS"/>
|
||||
<function name="GIMP_SCALE_ENTRY_SCALE_ADJ()" link="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SCALE-ADJ-CAPS"/>
|
||||
<function name="GIMP_SCALE_ENTRY_SPINBUTTON()" link="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SPINBUTTON-CAPS"/>
|
||||
<function name="GIMP_SCALE_ENTRY_SPINBUTTON_ADJ()" link="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SPINBUTTON-ADJ-CAPS"/>
|
||||
<function name="gimp_scale_entry_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new"/>
|
||||
<function name="gimp_scale_entry_set_sensitive ()" link="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-set-sensitive"/>
|
||||
<function name="gimp_scale_entry_set_logarithmic ()" link="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-set-logarithmic"/>
|
||||
<function name="gimp_scale_entry_get_logarithmic ()" link="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-get-logarithmic"/>
|
||||
<function name="gimp_color_scale_entry_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-color-scale-entry-new"/>
|
||||
<function name="GIMP_RANDOM_SEED_SPINBUTTON()" link="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-SPINBUTTON-CAPS"/>
|
||||
<function name="GIMP_RANDOM_SEED_SPINBUTTON_ADJ()" link="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-SPINBUTTON-ADJ-CAPS"/>
|
||||
<function name="GIMP_RANDOM_SEED_TOGGLE()" link="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-TOGGLE-CAPS"/>
|
||||
<function name="gimp_random_seed_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-random-seed-new"/>
|
||||
<function name="GIMP_COORDINATES_CHAINBUTTON()" link="libgimpwidgets-GimpWidgets.html#GIMP-COORDINATES-CHAINBUTTON-CAPS"/>
|
||||
<function name="gimp_coordinates_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new"/>
|
||||
<function name="gimp_pixmap_button_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-pixmap-button-new"/>
|
||||
<function name="gimp_toggle_button_sensitive_update ()" link="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-sensitive-update"/>
|
||||
<function name="gimp_toggle_button_update ()" link="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-update"/>
|
||||
<function name="gimp_radio_button_update ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-button-update"/>
|
||||
<function name="gimp_int_adjustment_update ()" link="libgimpwidgets-GimpWidgets.html#gimp-int-adjustment-update"/>
|
||||
<function name="gimp_uint_adjustment_update ()" link="libgimpwidgets-GimpWidgets.html#gimp-uint-adjustment-update"/>
|
||||
<function name="gimp_float_adjustment_update ()" link="libgimpwidgets-GimpWidgets.html#gimp-float-adjustment-update"/>
|
||||
<function name="gimp_double_adjustment_update ()" link="libgimpwidgets-GimpWidgets.html#gimp-double-adjustment-update"/>
|
||||
<function name="gimp_unit_menu_update ()" link="libgimpwidgets-GimpWidgets.html#gimp-unit-menu-update"/>
|
||||
<function name="gimp_table_attach_aligned ()" link="libgimpwidgets-GimpWidgets.html#gimp-table-attach-aligned"/>
|
||||
<function name="gimp_label_set_attributes ()" link="libgimpwidgets-GimpWidgets.html#gimp-label-set-attributes"/>
|
||||
<function name="gimp_int_option_menu_new ()" link="libgimpwidgets-gimpoldwidgets.html#gimp-int-option-menu-new"/>
|
||||
<function name="gimp_int_option_menu_set_history ()" link="libgimpwidgets-gimpoldwidgets.html#gimp-int-option-menu-set-history"/>
|
||||
<function name="GimpIntOptionMenuSensitivityCallback ()" link="libgimpwidgets-gimpoldwidgets.html#GimpIntOptionMenuSensitivityCallback"/>
|
||||
<function name="gimp_int_option_menu_set_sensitive ()" link="libgimpwidgets-gimpoldwidgets.html#gimp-int-option-menu-set-sensitive"/>
|
||||
<function name="gimp_option_menu_new ()" link="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new"/>
|
||||
<function name="gimp_option_menu_new2 ()" link="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-new2"/>
|
||||
<function name="gimp_option_menu_set_history ()" link="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-history"/>
|
||||
<function name="GimpOptionMenuSensitivityCallback ()" link="libgimpwidgets-gimpoldwidgets.html#GimpOptionMenuSensitivityCallback"/>
|
||||
<function name="gimp_option_menu_set_sensitive ()" link="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-sensitive"/>
|
||||
<function name="gimp_menu_item_update ()" link="libgimpwidgets-gimpoldwidgets.html#gimp-menu-item-update"/>
|
||||
</functions>
|
||||
</book>
|
||||
BIN
devel-docs/libgimpwidgets/html/right.png
Normal file
|
After Width: | Height: | Size: 472 B |
BIN
devel-docs/libgimpwidgets/html/stock-anchor-16.png
Normal file
|
After Width: | Height: | Size: 417 B |
BIN
devel-docs/libgimpwidgets/html/stock-cap-butt-16.png
Normal file
|
After Width: | Height: | Size: 349 B |
BIN
devel-docs/libgimpwidgets/html/stock-cap-round-16.png
Normal file
|
After Width: | Height: | Size: 524 B |
BIN
devel-docs/libgimpwidgets/html/stock-cap-square-16.png
Normal file
|
After Width: | Height: | Size: 430 B |
BIN
devel-docs/libgimpwidgets/html/stock-center-16.png
Normal file
|
After Width: | Height: | Size: 340 B |
BIN
devel-docs/libgimpwidgets/html/stock-center-24.png
Normal file
|
After Width: | Height: | Size: 468 B |
BIN
devel-docs/libgimpwidgets/html/stock-channel-16.png
Normal file
|
After Width: | Height: | Size: 401 B |
BIN
devel-docs/libgimpwidgets/html/stock-channel-24.png
Normal file
|
After Width: | Height: | Size: 622 B |
BIN
devel-docs/libgimpwidgets/html/stock-channel-32.png
Normal file
|
After Width: | Height: | Size: 977 B |
BIN
devel-docs/libgimpwidgets/html/stock-channel-48.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
devel-docs/libgimpwidgets/html/stock-channel-alpha-16.png
Normal file
|
After Width: | Height: | Size: 519 B |
BIN
devel-docs/libgimpwidgets/html/stock-channel-alpha-24.png
Normal file
|
After Width: | Height: | Size: 912 B |
BIN
devel-docs/libgimpwidgets/html/stock-channel-alpha-32.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
devel-docs/libgimpwidgets/html/stock-channel-alpha-48.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
devel-docs/libgimpwidgets/html/stock-channel-blue-16.png
Normal file
|
After Width: | Height: | Size: 451 B |
BIN
devel-docs/libgimpwidgets/html/stock-channel-blue-24.png
Normal file
|
After Width: | Height: | Size: 654 B |
BIN
devel-docs/libgimpwidgets/html/stock-channel-blue-32.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
devel-docs/libgimpwidgets/html/stock-channel-blue-48.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
devel-docs/libgimpwidgets/html/stock-channel-gray-16.png
Normal file
|
After Width: | Height: | Size: 426 B |
BIN
devel-docs/libgimpwidgets/html/stock-channel-gray-24.png
Normal file
|
After Width: | Height: | Size: 632 B |
BIN
devel-docs/libgimpwidgets/html/stock-channel-gray-32.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
devel-docs/libgimpwidgets/html/stock-channel-gray-48.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
devel-docs/libgimpwidgets/html/stock-channel-green-16.png
Normal file
|
After Width: | Height: | Size: 463 B |
BIN
devel-docs/libgimpwidgets/html/stock-channel-green-24.png
Normal file
|
After Width: | Height: | Size: 670 B |
BIN
devel-docs/libgimpwidgets/html/stock-channel-green-32.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
devel-docs/libgimpwidgets/html/stock-channel-green-48.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
devel-docs/libgimpwidgets/html/stock-channel-indexed-16.png
Normal file
|
After Width: | Height: | Size: 339 B |
BIN
devel-docs/libgimpwidgets/html/stock-channel-indexed-24.png
Normal file
|
After Width: | Height: | Size: 516 B |
BIN
devel-docs/libgimpwidgets/html/stock-channel-indexed-32.png
Normal file
|
After Width: | Height: | Size: 841 B |
BIN
devel-docs/libgimpwidgets/html/stock-channel-indexed-48.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
devel-docs/libgimpwidgets/html/stock-channel-red-16.png
Normal file
|
After Width: | Height: | Size: 456 B |
BIN
devel-docs/libgimpwidgets/html/stock-channel-red-24.png
Normal file
|
After Width: | Height: | Size: 668 B |
BIN
devel-docs/libgimpwidgets/html/stock-channel-red-32.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
devel-docs/libgimpwidgets/html/stock-channel-red-48.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
devel-docs/libgimpwidgets/html/stock-channels-16.png
Normal file
|
After Width: | Height: | Size: 363 B |
BIN
devel-docs/libgimpwidgets/html/stock-channels-24.png
Normal file
|
After Width: | Height: | Size: 554 B |
BIN
devel-docs/libgimpwidgets/html/stock-char-picker-22.png
Normal file
|
After Width: | Height: | Size: 653 B |
BIN
devel-docs/libgimpwidgets/html/stock-close-12.png
Normal file
|
After Width: | Height: | Size: 293 B |
|
After Width: | Height: | Size: 608 B |
BIN
devel-docs/libgimpwidgets/html/stock-color-picker-black-18.png
Normal file
|
After Width: | Height: | Size: 458 B |
BIN
devel-docs/libgimpwidgets/html/stock-color-picker-gray-18.png
Normal file
|
After Width: | Height: | Size: 518 B |
BIN
devel-docs/libgimpwidgets/html/stock-color-picker-white-18.png
Normal file
|
After Width: | Height: | Size: 561 B |
BIN
devel-docs/libgimpwidgets/html/stock-color-triangle-16.png
Normal file
|
After Width: | Height: | Size: 844 B |
BIN
devel-docs/libgimpwidgets/html/stock-convert-grayscale-16.png
Normal file
|
After Width: | Height: | Size: 147 B |
BIN
devel-docs/libgimpwidgets/html/stock-convert-indexed-16.png
Normal file
|
After Width: | Height: | Size: 225 B |
BIN
devel-docs/libgimpwidgets/html/stock-convert-rgb-16.png
Normal file
|
After Width: | Height: | Size: 500 B |
BIN
devel-docs/libgimpwidgets/html/stock-curve-free-16.png
Normal file
|
After Width: | Height: | Size: 454 B |
BIN
devel-docs/libgimpwidgets/html/stock-curve-smooth-16.png
Normal file
|
After Width: | Height: | Size: 412 B |
BIN
devel-docs/libgimpwidgets/html/stock-default-colors-12.png
Normal file
|
After Width: | Height: | Size: 167 B |
BIN
devel-docs/libgimpwidgets/html/stock-device-status-16.png
Normal file
|
After Width: | Height: | Size: 624 B |