diff options
Diffstat (limited to '')
391 files changed, 38807 insertions, 0 deletions
diff --git a/devel-docs/libgimpwidgets/html/GimpBrowser.html b/devel-docs/libgimpwidgets/html/GimpBrowser.html new file mode 100644 index 0000000..56e9669 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpBrowser.html @@ -0,0 +1,277 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpBrowser: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="libgimpwidgets-gallery.html" title="Widget Gallery"> +<link rel="next" href="GimpButton.html" title="GimpButton"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpBrowser.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpBrowser.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpBrowser.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpBrowser.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="libgimpwidgets-gallery.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpButton.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpBrowser"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpBrowser.top_of_page"></a>GimpBrowser</span></h2> +<p>GimpBrowser — A base class for a documentation browser.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpBrowser.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpBrowser.html#gimp-browser-new" title="gimp_browser_new ()">gimp_browser_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpBrowser.html#gimp-browser-add-search-types" title="gimp_browser_add_search_types ()">gimp_browser_add_search_types</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpBrowser.html#gimp-browser-set-widget" title="gimp_browser_set_widget ()">gimp_browser_set_widget</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpBrowser.html#gimp-browser-show-message" title="gimp_browser_show_message ()">gimp_browser_show_message</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpBrowser.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody><tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpBrowser.html#GimpBrowser-search" title="The “search” signal">search</a></td> +<td class="signal_flags">Run Last</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpBrowser.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpBrowser.html#GimpBrowser-struct" title="GimpBrowser">GimpBrowser</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpBrowser.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkPaned.html#GtkPaned-struct">GtkPaned</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkHPaned.html#GtkHPaned-struct">GtkHPaned</a> + <span class="lineart">╰──</span> GimpBrowser +</pre> +</div> +<div class="refsect1"> +<a name="GimpBrowser.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpBrowser implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="https://developer.gnome.org/gtk3/gtk3-Orientable.html#GtkOrientable-struct">GtkOrientable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpBrowser.description"></a><h2>Description</h2> +<p>A base class for a documentation browser.</p> +</div> +<div class="refsect1"> +<a name="GimpBrowser.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-browser-new"></a><h3>gimp_browser_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_browser_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<p>Create a new <a class="link" href="GimpBrowser.html" title="GimpBrowser"><span class="type">GimpBrowser</span></a> widget.</p> +<div class="refsect3"> +<a name="gimp-browser-new.returns"></a><h4>Returns</h4> +<p> a newly created <a class="link" href="GimpBrowser.html" title="GimpBrowser"><span class="type">GimpBrowser</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-browser-add-search-types"></a><h3>gimp_browser_add_search_types ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_browser_add_search_types (<em class="parameter"><code><a class="link" href="GimpBrowser.html" title="GimpBrowser"><span class="type">GimpBrowser</span></a> *browser</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *first_type_label</code></em>, + <em class="parameter"><code><span class="type">gint</span> first_type_id</code></em>, + <em class="parameter"><code>...</code></em>);</pre> +<p>Populates the <a href="https://developer.gnome.org/gtk3/GtkComboBox.html#GtkComboBox-struct"><span class="type">GtkComboBox</span></a> with search types.</p> +<div class="refsect3"> +<a name="gimp-browser-add-search-types.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>browser</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpBrowser.html" title="GimpBrowser"><span class="type">GimpBrowser</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>first_type_label</p></td> +<td class="parameter_description"><p>the label of the first search type</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>first_type_id</p></td> +<td class="parameter_description"><p>an integer that identifies the first search type</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>...</p></td> +<td class="parameter_description"><p>a <code class="literal">NULL</code>-terminated list of more labels and ids.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-browser-set-widget"></a><h3>gimp_browser_set_widget ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_browser_set_widget (<em class="parameter"><code><a class="link" href="GimpBrowser.html" title="GimpBrowser"><span class="type">GimpBrowser</span></a> *browser</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre> +<p>Sets the widget to appear on the right side of the <em class="parameter"><code>browser</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-browser-set-widget.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>browser</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpBrowser.html" title="GimpBrowser"><span class="type">GimpBrowser</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>widget</p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-browser-show-message"></a><h3>gimp_browser_show_message ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_browser_show_message (<em class="parameter"><code><a class="link" href="GimpBrowser.html" title="GimpBrowser"><span class="type">GimpBrowser</span></a> *browser</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *message</code></em>);</pre> +<p>Displays <em class="parameter"><code>message</code></em> + in the right side of the <em class="parameter"><code>browser</code></em> +. Unless the right +side already contains a <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a>, the widget previously added with +<a class="link" href="GimpBrowser.html#gimp-browser-set-widget" title="gimp_browser_set_widget ()"><code class="function">gimp_browser_set_widget()</code></a> is removed and replaced by a <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a>.</p> +<div class="refsect3"> +<a name="gimp-browser-show-message.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>browser</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpBrowser.html" title="GimpBrowser"><span class="type">GimpBrowser</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>message</p></td> +<td class="parameter_description"><p>text message</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpBrowser.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpBrowser-struct"></a><h3>GimpBrowser</h3> +<pre class="programlisting">typedef struct _GimpBrowser GimpBrowser;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpBrowser.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpBrowser-search"></a><h3>The <code class="literal">“search”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpBrowser.html" title="GimpBrowser"><span class="type">GimpBrowser</span></a> *gimpbrowser, + <span class="type">gchar</span> *arg1, + <span class="type">gint</span> arg2, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run Last</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpButton.html b/devel-docs/libgimpwidgets/html/GimpButton.html new file mode 100644 index 0000000..a5d67c5 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpButton.html @@ -0,0 +1,211 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpButton: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpBrowser.html" title="GimpBrowser"> +<link rel="next" href="GimpChainButton.html" title="GimpChainButton"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpButton.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpButton.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpButton.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpButton.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpBrowser.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpChainButton.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpButton"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpButton.top_of_page"></a>GimpButton</span></h2> +<p>GimpButton — A <a href="https://developer.gnome.org/gtk3/GtkButton.html#GtkButton-struct"><span class="type">GtkButton</span></a> with a little extra functionality.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-button.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpButton.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpButton.html#gimp-button-new" title="gimp_button_new ()">gimp_button_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpButton.html#gimp-button-extended-clicked" title="gimp_button_extended_clicked ()">gimp_button_extended_clicked</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpButton.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody><tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpButton.html#GimpButton-extended-clicked" title="The “extended-clicked” signal">extended-clicked</a></td> +<td class="signal_flags">Run First</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpButton.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpButton.html#GimpButton-struct" title="GimpButton">GimpButton</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpButton.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBin.html#GtkBin-struct">GtkBin</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkButton.html#GtkButton-struct">GtkButton</a> + <span class="lineart">╰──</span> GimpButton + <span class="lineart">╰──</span> <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</pre> +</div> +<div class="refsect1"> +<a name="GimpButton.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpButton implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="https://developer.gnome.org/gtk3/GtkActivatable.html#GtkActivatable-struct">GtkActivatable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpButton.description"></a><h2>Description</h2> +<p><a class="link" href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a> adds an extra signal to the <a href="https://developer.gnome.org/gtk3/GtkButton.html#GtkButton-struct"><span class="type">GtkButton</span></a> widget that +allows the callback to distinguish a normal click from a click that +was performed with modifier keys pressed.</p> +</div> +<div class="refsect1"> +<a name="GimpButton.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-button-new"></a><h3>gimp_button_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_button_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<p>Creates a new <a class="link" href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a> widget.</p> +<div class="refsect3"> +<a name="gimp-button-new.returns"></a><h4>Returns</h4> +<p> A pointer to the new <a class="link" href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a> widget.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-button-extended-clicked"></a><h3>gimp_button_extended_clicked ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_button_extended_clicked (<em class="parameter"><code><a class="link" href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a> *button</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gdk3/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> state</code></em>);</pre> +<p>Emits the button's "extended_clicked" signal.</p> +<div class="refsect3"> +<a name="gimp-button-extended-clicked.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>button</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>state</p></td> +<td class="parameter_description"><p>a state as found in <a href="https://developer.gnome.org/gdk3/gdk3-Event-Structures.html#GdkEventButton"><span class="type">GdkEventButton</span></a>->state, e.g. <a href="https://developer.gnome.org/gdk3/gdk3-Windows.html#GDK-SHIFT-MASK:CAPS"><span class="type">GDK_SHIFT_MASK</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +</div> +<div class="refsect1"> +<a name="GimpButton.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpButton-struct"></a><h3>GimpButton</h3> +<pre class="programlisting">typedef struct _GimpButton GimpButton;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpButton.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpButton-extended-clicked"></a><h3>The <code class="literal">“extended-clicked”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a> *gimpbutton, + <a href="https://developer.gnome.org/gdk3/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> arg1, + <span class="type">gpointer</span> user_data)</pre> +<p>This signal is emitted when the button is clicked with a modifier +key pressed.</p> +<div class="refsect3"> +<a name="GimpButton-extended-clicked.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>gimpbutton</p></td> +<td class="parameter_description"><p>the object that received the signal.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>arg1</p></td> +<td class="parameter_description"><p>the state of modifier keys when the button was clicked</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p>Flags: Run First</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpCellRendererColor.html b/devel-docs/libgimpwidgets/html/GimpCellRendererColor.html new file mode 100644 index 0000000..6436d58 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpCellRendererColor.html @@ -0,0 +1,161 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpCellRendererColor: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-cell-renderers.html" title="Part II. Cell Renderers for GtkTreeView"> +<link rel="prev" href="libgimpwidgets-cell-renderers.html" title="Part II. Cell Renderers for GtkTreeView"> +<link rel="next" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpCellRendererColor.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpCellRendererColor.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpCellRendererColor.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-cell-renderers.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="libgimpwidgets-cell-renderers.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpCellRendererToggle.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpCellRendererColor"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpCellRendererColor.top_of_page"></a>GimpCellRendererColor</span></h2> +<p>GimpCellRendererColor — A <a href="https://developer.gnome.org/gtk3/GtkCellRenderer.html#GtkCellRenderer-struct"><span class="type">GtkCellRenderer</span></a> to display a <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> color.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpCellRendererColor.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody><tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkCellRenderer.html#GtkCellRenderer-struct"><span class="returnvalue">GtkCellRenderer</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpCellRendererColor.html#gimp-cell-renderer-color-new" title="gimp_cell_renderer_color_new ()">gimp_cell_renderer_color_new</a> <span class="c_punctuation">()</span> +</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpCellRendererColor.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"> +<a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *</td> +<td class="property_name"><a class="link" href="GimpCellRendererColor.html#GimpCellRendererColor--color" title="The “color” property">color</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">gint</span></td> +<td class="property_name"><a class="link" href="GimpCellRendererColor.html#GimpCellRendererColor--icon-size" title="The “icon-size” property">icon-size</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +<tr> +<td class="property_type"><span class="type">gboolean</span></td> +<td class="property_name"><a class="link" href="GimpCellRendererColor.html#GimpCellRendererColor--opaque" title="The “opaque” property">opaque</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpCellRendererColor.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpCellRendererColor.html#GimpCellRendererColor-struct" title="GimpCellRendererColor">GimpCellRendererColor</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpCellRendererColor.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkCellRenderer.html#GtkCellRenderer-struct">GtkCellRenderer</a> + <span class="lineart">╰──</span> GimpCellRendererColor +</pre> +</div> +<div class="refsect1"> +<a name="GimpCellRendererColor.description"></a><h2>Description</h2> +<p>A <a href="https://developer.gnome.org/gtk3/GtkCellRenderer.html#GtkCellRenderer-struct"><span class="type">GtkCellRenderer</span></a> to display a <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> color.</p> +</div> +<div class="refsect1"> +<a name="GimpCellRendererColor.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-cell-renderer-color-new"></a><h3>gimp_cell_renderer_color_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkCellRenderer.html#GtkCellRenderer-struct"><span class="returnvalue">GtkCellRenderer</span></a> * +gimp_cell_renderer_color_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<p>Creates a <a href="https://developer.gnome.org/gtk3/GtkCellRenderer.html#GtkCellRenderer-struct"><span class="type">GtkCellRenderer</span></a> that displays a color.</p> +<div class="refsect3"> +<a name="gimp-cell-renderer-color-new.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpCellRendererColor.html" title="GimpCellRendererColor"><span class="type">GimpCellRendererColor</span></a></p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpCellRendererColor.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpCellRendererColor-struct"></a><h3>GimpCellRendererColor</h3> +<pre class="programlisting">typedef struct _GimpCellRendererColor GimpCellRendererColor;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpCellRendererColor.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpCellRendererColor--color"></a><h3>The <code class="literal">“color”</code> property</h3> +<pre class="programlisting"> “color” <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *</pre> +<p>The displayed color.</p> +<p>Owner: GimpCellRendererColor</p> +<p>Flags: Read / Write</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpCellRendererColor--icon-size"></a><h3>The <code class="literal">“icon-size”</code> property</h3> +<pre class="programlisting"> “icon-size” <span class="type">gint</span></pre> +<p>The cell's size.</p> +<p>Owner: GimpCellRendererColor</p> +<p>Flags: Read / Write / Construct</p> +<p>Allowed values: >= 0</p> +<p>Default value: 1</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpCellRendererColor--opaque"></a><h3>The <code class="literal">“opaque”</code> property</h3> +<pre class="programlisting"> “opaque” <span class="type">gboolean</span></pre> +<p>Whether to show transparency.</p> +<p>Owner: GimpCellRendererColor</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: TRUE</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpCellRendererToggle.html b/devel-docs/libgimpwidgets/html/GimpCellRendererToggle.html new file mode 100644 index 0000000..afb9d03 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpCellRendererToggle.html @@ -0,0 +1,273 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpCellRendererToggle: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-cell-renderers.html" title="Part II. Cell Renderers for GtkTreeView"> +<link rel="prev" href="GimpCellRendererColor.html" title="GimpCellRendererColor"> +<link rel="next" href="libgimpwidgets-colordisplay.html" title="Part III. GIMP Display Filters"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpCellRendererToggle.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpCellRendererToggle.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpCellRendererToggle.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpCellRendererToggle.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-cell-renderers.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpCellRendererColor.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="libgimpwidgets-colordisplay.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpCellRendererToggle"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpCellRendererToggle.top_of_page"></a>GimpCellRendererToggle</span></h2> +<p>GimpCellRendererToggle — A <a href="https://developer.gnome.org/gtk3/GtkCellRendererToggle.html#GtkCellRendererToggle-struct"><span class="type">GtkCellRendererToggle</span></a> that displays icons instead +of a checkbox.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpCellRendererToggle.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkCellRenderer.html#GtkCellRenderer-struct"><span class="returnvalue">GtkCellRenderer</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-new" title="gimp_cell_renderer_toggle_new ()">gimp_cell_renderer_toggle_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-clicked" title="gimp_cell_renderer_toggle_clicked ()">gimp_cell_renderer_toggle_clicked</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpCellRendererToggle.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="GimpCellRendererToggle.html#GimpCellRendererToggle--icon-name" title="The “icon-name” property">icon-name</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +<tr> +<td class="property_type"><span class="type">gboolean</span></td> +<td class="property_name"><a class="link" href="GimpCellRendererToggle.html#GimpCellRendererToggle--override-background" title="The “override-background” property">override-background</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="GimpCellRendererToggle.html#GimpCellRendererToggle--stock-id" title="The “stock-id” property">stock-id</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +<tr> +<td class="property_type"><span class="type">gint</span></td> +<td class="property_name"><a class="link" href="GimpCellRendererToggle.html#GimpCellRendererToggle--stock-size" title="The “stock-size” property">stock-size</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpCellRendererToggle.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody><tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpCellRendererToggle.html#GimpCellRendererToggle-clicked" title="The “clicked” signal">clicked</a></td> +<td class="signal_flags">Run Last</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpCellRendererToggle.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpCellRendererToggle.html#GimpCellRendererToggle-struct" title="GimpCellRendererToggle">GimpCellRendererToggle</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpCellRendererToggle.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkCellRenderer.html#GtkCellRenderer-struct">GtkCellRenderer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkCellRendererToggle.html#GtkCellRendererToggle-struct">GtkCellRendererToggle</a> + <span class="lineart">╰──</span> GimpCellRendererToggle +</pre> +</div> +<div class="refsect1"> +<a name="GimpCellRendererToggle.description"></a><h2>Description</h2> +<p>A <a href="https://developer.gnome.org/gtk3/GtkCellRendererToggle.html#GtkCellRendererToggle-struct"><span class="type">GtkCellRendererToggle</span></a> that displays icons instead of a checkbox.</p> +</div> +<div class="refsect1"> +<a name="GimpCellRendererToggle.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-cell-renderer-toggle-new"></a><h3>gimp_cell_renderer_toggle_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkCellRenderer.html#GtkCellRenderer-struct"><span class="returnvalue">GtkCellRenderer</span></a> * +gimp_cell_renderer_toggle_new (<em class="parameter"><code>const <span class="type">gchar</span> *icon_name</code></em>);</pre> +<p>Creates a custom version of the <a href="https://developer.gnome.org/gtk3/GtkCellRendererToggle.html#GtkCellRendererToggle-struct"><span class="type">GtkCellRendererToggle</span></a>. Instead of +showing the standard toggle button, it shows a named 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 <a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-VISIBLE:CAPS" title="GIMP_STOCK_VISIBLE"><code class="literal">GIMP_STOCK_VISIBLE</code></a>.</p> +<div class="refsect3"> +<a name="gimp-cell-renderer-toggle-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>icon_name</p></td> +<td class="parameter_description"><p>the icon name of the icon to use for the active state</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-cell-renderer-toggle-new.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle"><span class="type">GimpCellRendererToggle</span></a></p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-cell-renderer-toggle-clicked"></a><h3>gimp_cell_renderer_toggle_clicked ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_cell_renderer_toggle_clicked (<em class="parameter"><code><a class="link" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle"><span class="type">GimpCellRendererToggle</span></a> *cell</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gdk3/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> state</code></em>);</pre> +<p>Emits the "clicked" signal from a <a class="link" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle"><span class="type">GimpCellRendererToggle</span></a>.</p> +<div class="refsect3"> +<a name="gimp-cell-renderer-toggle-clicked.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>cell</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle"><span class="type">GimpCellRendererToggle</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>path</p></td> +<td class="parameter_description"><p>the path to the clicked row</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>state</p></td> +<td class="parameter_description"><p>the modifier state</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpCellRendererToggle.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpCellRendererToggle-struct"></a><h3>GimpCellRendererToggle</h3> +<pre class="programlisting">typedef struct _GimpCellRendererToggle GimpCellRendererToggle;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpCellRendererToggle.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpCellRendererToggle--icon-name"></a><h3>The <code class="literal">“icon-name”</code> property</h3> +<pre class="programlisting"> “icon-name” <span class="type">gchar</span> *</pre> +<p>The icon to display.</p> +<p>Owner: GimpCellRendererToggle</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpCellRendererToggle--override-background"></a><h3>The <code class="literal">“override-background”</code> property</h3> +<pre class="programlisting"> “override-background” <span class="type">gboolean</span></pre> +<p>Draw the background if the row is selected.</p> +<p>Owner: GimpCellRendererToggle</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpCellRendererToggle--stock-id"></a><h3>The <code class="literal">“stock-id”</code> property</h3> +<pre class="programlisting"> “stock-id” <span class="type">gchar</span> *</pre> +<p>The icon to display, deprecated.</p> +<p>Owner: GimpCellRendererToggle</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpCellRendererToggle--stock-size"></a><h3>The <code class="literal">“stock-size”</code> property</h3> +<pre class="programlisting"> “stock-size” <span class="type">gint</span></pre> +<p>The icon size to use.</p> +<p>Owner: GimpCellRendererToggle</p> +<p>Flags: Read / Write / Construct</p> +<p>Allowed values: >= 0</p> +<p>Default value: 4</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpCellRendererToggle.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpCellRendererToggle-clicked"></a><h3>The <code class="literal">“clicked”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle"><span class="type">GimpCellRendererToggle</span></a> *gimpcellrenderertoggle, + <span class="type">gchar</span> *arg1, + <a href="https://developer.gnome.org/gdk3/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> arg2, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run Last</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpChainButton.html b/devel-docs/libgimpwidgets/html/GimpChainButton.html new file mode 100644 index 0000000..727ed37 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpChainButton.html @@ -0,0 +1,436 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpChainButton: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpButton.html" title="GimpButton"> +<link rel="next" href="GimpColorArea.html" title="GimpColorArea"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpChainButton.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpChainButton.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpChainButton.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpChainButton.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpChainButton.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpButton.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpColorArea.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpChainButton"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpChainButton.top_of_page"></a>GimpChainButton</span></h2> +<p>GimpChainButton — Widget to visually connect two entry widgets.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-chain-button.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpChainButton.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpChainButton.html#gimp-chain-button-new" title="gimp_chain_button_new ()">gimp_chain_button_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/gtk3-Themeable-Stock-Images.html#GtkIconSize"><span class="returnvalue">GtkIconSize</span></a> +</td> +<td class="function_name"> +<a class="link" href="GimpChainButton.html#gimp-chain-button-get-icon-size" title="gimp_chain_button_get_icon_size ()">gimp_chain_button_get_icon_size</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpChainButton.html#gimp-chain-button-set-icon-size" title="gimp_chain_button_set_icon_size ()">gimp_chain_button_set_icon_size</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpChainButton.html#gimp-chain-button-set-active" title="gimp_chain_button_set_active ()">gimp_chain_button_set_active</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpChainButton.html#gimp-chain-button-get-active" title="gimp_chain_button_get_active ()">gimp_chain_button_get_active</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpChainButton.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><span class="type">gboolean</span></td> +<td class="property_name"><a class="link" href="GimpChainButton.html#GimpChainButton--active" title="The “active” property">active</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/gtk3/gtk3-Themeable-Stock-Images.html#GtkIconSize"><span class="type">GtkIconSize</span></a></td> +<td class="property_name"><a class="link" href="GimpChainButton.html#GimpChainButton--icon-size" title="The “icon-size” property">icon-size</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +<tr> +<td class="property_type"><a class="link" href="GimpChainButton.html#GimpChainPosition" title="enum GimpChainPosition"><span class="type">GimpChainPosition</span></a></td> +<td class="property_name"><a class="link" href="GimpChainButton.html#GimpChainButton--position" title="The “position” property">position</a></td> +<td class="property_flags">Read / Write / Construct Only</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpChainButton.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody><tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpChainButton.html#GimpChainButton-toggled" title="The “toggled” signal">toggled</a></td> +<td class="signal_flags">Run First</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpChainButton.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpChainButton.html#GimpChainButton-struct" title="GimpChainButton">GimpChainButton</a></td> +</tr> +<tr> +<td class="datatype_keyword">enum</td> +<td class="function_name"><a class="link" href="GimpChainButton.html#GimpChainPosition" title="enum GimpChainPosition">GimpChainPosition</a></td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpChainButton.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkTable.html#GtkTable-struct">GtkTable</a> + <span class="lineart">╰──</span> GimpChainButton +</pre> +</div> +<div class="refsect1"> +<a name="GimpChainButton.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpChainButton implements + AtkImplementorIface and <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpChainButton.description"></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 class="link" 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 class="link" 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"> +<a name="GimpChainButton.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-chain-button-new"></a><h3>gimp_chain_button_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_chain_button_new (<em class="parameter"><code><a class="link" href="GimpChainButton.html#GimpChainPosition" title="enum GimpChainPosition"><span class="type">GimpChainPosition</span></a> position</code></em>);</pre> +<p>Creates a new <a class="link" 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> +<div class="refsect3"> +<a name="gimp-chain-button-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>position</p></td> +<td class="parameter_description"><p>The position you are going to use for the button +with respect to the widgets you want to chain.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-chain-button-new.returns"></a><h4>Returns</h4> +<p> Pointer to the new <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>, which is inactive +by default. Use <a class="link" href="GimpChainButton.html#gimp-chain-button-set-active" title="gimp_chain_button_set_active ()"><code class="function">gimp_chain_button_set_active()</code></a> to +change its state.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-chain-button-get-icon-size"></a><h3>gimp_chain_button_get_icon_size ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/gtk3-Themeable-Stock-Images.html#GtkIconSize"><span class="returnvalue">GtkIconSize</span></a> +gimp_chain_button_get_icon_size (<em class="parameter"><code><a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> *button</code></em>);</pre> +<p>Gets the icon size of the <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.</p> +<div class="refsect3"> +<a name="gimp-chain-button-get-icon-size.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>button</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-chain-button-get-icon-size.returns"></a><h4>Returns</h4> +<p> The icon size.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10-10.html#api-index-2.10.10">2.10.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-chain-button-set-icon-size"></a><h3>gimp_chain_button_set_icon_size ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_chain_button_set_icon_size (<em class="parameter"><code><a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> *button</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/gtk3-Themeable-Stock-Images.html#GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);</pre> +<p>Sets the icon size of the <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.</p> +<div class="refsect3"> +<a name="gimp-chain-button-set-icon-size.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>button</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>size</p></td> +<td class="parameter_description"><p>The new icon size.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10-10.html#api-index-2.10.10">2.10.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-chain-button-set-active"></a><h3>gimp_chain_button_set_active ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_chain_button_set_active (<em class="parameter"><code><a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> *button</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> active</code></em>);</pre> +<p>Sets the state of the <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> to be either locked (<code class="literal">TRUE</code>) or +unlocked (<code class="literal">FALSE</code>) and changes the showed pixmap to reflect the new state.</p> +<div class="refsect3"> +<a name="gimp-chain-button-set-active.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>button</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>active</p></td> +<td class="parameter_description"><p>The new state.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-chain-button-get-active"></a><h3>gimp_chain_button_get_active ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_chain_button_get_active (<em class="parameter"><code><a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> *button</code></em>);</pre> +<p>Checks the state of the <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.</p> +<div class="refsect3"> +<a name="gimp-chain-button-get-active.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>button</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-chain-button-get-active.returns"></a><h4>Returns</h4> +<p> <code class="literal">TRUE</code> if the <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> is active (locked).</p> +</div> +</div> +</div> +<div class="refsect1"> +<a name="GimpChainButton.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpChainButton-struct"></a><h3>GimpChainButton</h3> +<pre class="programlisting">typedef struct _GimpChainButton GimpChainButton;</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GimpChainPosition"></a><h3>enum GimpChainPosition</h3> +<p>Possible chain positions for <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.</p> +<div class="refsect3"> +<a name="GimpChainPosition.members"></a><h4>Members</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="300px" class="enum_members_name"> +<col class="enum_members_description"> +<col width="200px" class="enum_members_annotations"> +</colgroup> +<tbody> +<tr> +<td class="enum_member_name"><p><a name="GIMP-CHAIN-TOP:CAPS"></a>GIMP_CHAIN_TOP</p></td> +<td class="enum_member_description"> +<p>the chain is on top</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-CHAIN-LEFT:CAPS"></a>GIMP_CHAIN_LEFT</p></td> +<td class="enum_member_description"> +<p>the chain is to the left</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-CHAIN-BOTTOM:CAPS"></a>GIMP_CHAIN_BOTTOM</p></td> +<td class="enum_member_description"> +<p>the chain is on bottom</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-CHAIN-RIGHT:CAPS"></a>GIMP_CHAIN_RIGHT</p></td> +<td class="enum_member_description"> +<p>the chain is to the right</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +</div> +<div class="refsect1"> +<a name="GimpChainButton.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpChainButton--active"></a><h3>The <code class="literal">“active”</code> property</h3> +<pre class="programlisting"> “active” <span class="type">gboolean</span></pre> +<p>The toggled state of the chain button.</p> +<p>Owner: GimpChainButton</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: FALSE</p> +<p class="since">Since: <a class="link" href="api-index-2-10-10.html#api-index-2.10.10">2.10.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpChainButton--icon-size"></a><h3>The <code class="literal">“icon-size”</code> property</h3> +<pre class="programlisting"> “icon-size” <a href="https://developer.gnome.org/gtk3/gtk3-Themeable-Stock-Images.html#GtkIconSize"><span class="type">GtkIconSize</span></a></pre> +<p>The chain button icon size.</p> +<p>Owner: GimpChainButton</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: GTK_ICON_SIZE_BUTTON</p> +<p class="since">Since: <a class="link" href="api-index-2-10-10.html#api-index-2.10.10">2.10.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpChainButton--position"></a><h3>The <code class="literal">“position”</code> property</h3> +<pre class="programlisting"> “position” <a class="link" href="GimpChainButton.html#GimpChainPosition" title="enum GimpChainPosition"><span class="type">GimpChainPosition</span></a></pre> +<p>The position in which the chain button will be used.</p> +<p>Owner: GimpChainButton</p> +<p>Flags: Read / Write / Construct Only</p> +<p>Default value: GIMP_CHAIN_TOP</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpChainButton.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpChainButton-toggled"></a><h3>The <code class="literal">“toggled”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> *gimpchainbutton, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpChainButton.see-also"></a><h2>See Also</h2> +<p>You may want to use the convenience function +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new" title="gimp_coordinates_new ()"><code class="function">gimp_coordinates_new()</code></a> to set up two GimpSizeEntries +(see <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>) linked with a <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.</p> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpColorArea.html b/devel-docs/libgimpwidgets/html/GimpColorArea.html new file mode 100644 index 0000000..d3c6c07 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpColorArea.html @@ -0,0 +1,525 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpColorArea: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpChainButton.html" title="GimpChainButton"> +<link rel="next" href="GimpColorButton.html" title="GimpColorButton"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpColorArea.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpColorArea.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpColorArea.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpColorArea.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpColorArea.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpChainButton.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpColorButton.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpColorArea"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpColorArea.top_of_page"></a>GimpColorArea</span></h2> +<p>GimpColorArea — Displays a <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> color, optionally with +alpha-channel.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-color-area.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpColorArea.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorArea.html#gimp-color-area-new" title="gimp_color_area_new ()">gimp_color_area_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorArea.html#gimp-color-area-set-color" title="gimp_color_area_set_color ()">gimp_color_area_set_color</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorArea.html#gimp-color-area-get-color" title="gimp_color_area_get_color ()">gimp_color_area_get_color</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorArea.html#gimp-color-area-has-alpha" title="gimp_color_area_has_alpha ()">gimp_color_area_has_alpha</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorArea.html#gimp-color-area-set-type" title="gimp_color_area_set_type ()">gimp_color_area_set_type</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorArea.html#gimp-color-area-set-draw-border" title="gimp_color_area_set_draw_border ()">gimp_color_area_set_draw_border</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorArea.html#gimp-color-area-set-color-config" title="gimp_color_area_set_color_config ()">gimp_color_area_set_color_config</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorArea.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"> +<a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *</td> +<td class="property_name"><a class="link" href="GimpColorArea.html#GimpColorArea--color" title="The “color” property">color</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/gdk3/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a></td> +<td class="property_name"><a class="link" href="GimpColorArea.html#GimpColorArea--drag-mask" title="The “drag-mask” property">drag-mask</a></td> +<td class="property_flags">Write / Construct Only</td> +</tr> +<tr> +<td class="property_type"><span class="type">gboolean</span></td> +<td class="property_name"><a class="link" href="GimpColorArea.html#GimpColorArea--draw-border" title="The “draw-border” property">draw-border</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType"><span class="type">GimpColorAreaType</span></a></td> +<td class="property_name"><a class="link" href="GimpColorArea.html#GimpColorArea--type" title="The “type” property">type</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorArea.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody><tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpColorArea.html#GimpColorArea-color-changed" title="The “color-changed” signal">color-changed</a></td> +<td class="signal_flags">Run First</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorArea.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpColorArea.html#GimpColorArea-struct" title="GimpColorArea">GimpColorArea</a></td> +</tr> +<tr> +<td class="datatype_keyword">enum</td> +<td class="function_name"><a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType">GimpColorAreaType</a></td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorArea.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkDrawingArea.html#GtkDrawingArea-struct">GtkDrawingArea</a> + <span class="lineart">╰──</span> GimpColorArea +</pre> +</div> +<div class="refsect1"> +<a name="GimpColorArea.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpColorArea implements + AtkImplementorIface and <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpColorArea.description"></a><h2>Description</h2> +<p>Displays a <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> color, optionally with alpha-channel.</p> +</div> +<div class="refsect1"> +<a name="GimpColorArea.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-color-area-new"></a><h3>gimp_color_area_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_color_area_new (<em class="parameter"><code>const <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>, + <em class="parameter"><code><a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType"><span class="type">GimpColorAreaType</span></a> type</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gdk3/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> drag_mask</code></em>);</pre> +<p>Creates a new <a class="link" 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> +<div class="refsect3"> +<a name="gimp-color-area-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>color</p></td> +<td class="parameter_description"><p>A pointer to a <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> struct.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>type</p></td> +<td class="parameter_description"><p>The type of color area to create.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>drag_mask</p></td> +<td class="parameter_description"><p>The event_mask that should trigger drags.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-area-new.returns"></a><h4>Returns</h4> +<p> Pointer to the new <a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a> widget.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-area-set-color"></a><h3>gimp_color_area_set_color ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_area_set_color (<em class="parameter"><code><a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a> *area</code></em>, + <em class="parameter"><code>const <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre> +<p>Sets <em class="parameter"><code>area</code></em> + to a different <em class="parameter"><code>color</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-color-area-set-color.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>area</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>color</p></td> +<td class="parameter_description"><p>Pointer to a <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> struct that defines the new color.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-area-get-color"></a><h3>gimp_color_area_get_color ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_area_get_color (<em class="parameter"><code><a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a> *area</code></em>, + <em class="parameter"><code><a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre> +<p>Retrieves the current color of the <em class="parameter"><code>area</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-color-area-get-color.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>area</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>color</p></td> +<td class="parameter_description"><p>Pointer to a <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> struct that is used to return the color.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-area-has-alpha"></a><h3>gimp_color_area_has_alpha ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_color_area_has_alpha (<em class="parameter"><code><a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a> *area</code></em>);</pre> +<p>Checks whether the <em class="parameter"><code>area</code></em> + shows transparency information. This is determined +via the <em class="parameter"><code>area</code></em> +'s <a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType"><span class="type">GimpColorAreaType</span></a>.</p> +<div class="refsect3"> +<a name="gimp-color-area-has-alpha.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>area</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-area-has-alpha.returns"></a><h4>Returns</h4> +<p> <code class="literal">TRUE</code> if <em class="parameter"><code>area</code></em> +shows transparency information, <code class="literal">FALSE</code> otherwise.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-area-set-type"></a><h3>gimp_color_area_set_type ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_area_set_type (<em class="parameter"><code><a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a> *area</code></em>, + <em class="parameter"><code><a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType"><span class="type">GimpColorAreaType</span></a> type</code></em>);</pre> +<p>Changes the type of <em class="parameter"><code>area</code></em> +. The <a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum 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> +<div class="refsect3"> +<a name="gimp-color-area-set-type.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>area</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>type</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType"><span class="type">GimpColorAreaType</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-area-set-draw-border"></a><h3>gimp_color_area_set_draw_border ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_area_set_draw_border (<em class="parameter"><code><a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a> *area</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> draw_border</code></em>);</pre> +<p>The <em class="parameter"><code>area</code></em> + can draw a thin border in the foreground color around +itself. This function toggles this behaviour on and off. The +default is not draw a border.</p> +<div class="refsect3"> +<a name="gimp-color-area-set-draw-border.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>area</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>draw_border</p></td> +<td class="parameter_description"><p>whether to draw a border or not</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-area-set-color-config"></a><h3>gimp_color_area_set_color_config ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_area_set_color_config (<em class="parameter"><code><a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a> *area</code></em>, + <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> *config</code></em>);</pre> +<p>Sets the color management configuration to use with this color area.</p> +<div class="refsect3"> +<a name="gimp-color-area-set-color-config.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>area</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>a <a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> object.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorArea.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpColorArea-struct"></a><h3>GimpColorArea</h3> +<pre class="programlisting">typedef struct _GimpColorArea GimpColorArea;</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorAreaType"></a><h3>enum GimpColorAreaType</h3> +<p>The types of transparency display for <a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a>.</p> +<div class="refsect3"> +<a name="GimpColorAreaType.members"></a><h4>Members</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="300px" class="enum_members_name"> +<col class="enum_members_description"> +<col width="200px" class="enum_members_annotations"> +</colgroup> +<tbody> +<tr> +<td class="enum_member_name"><p><a name="GIMP-COLOR-AREA-FLAT:CAPS"></a>GIMP_COLOR_AREA_FLAT</p></td> +<td class="enum_member_description"> +<p>don't display transparency</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-COLOR-AREA-SMALL-CHECKS:CAPS"></a>GIMP_COLOR_AREA_SMALL_CHECKS</p></td> +<td class="enum_member_description"> +<p>display transparency using small checks</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-COLOR-AREA-LARGE-CHECKS:CAPS"></a>GIMP_COLOR_AREA_LARGE_CHECKS</p></td> +<td class="enum_member_description"> +<p>display transparency using large checks</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorArea.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpColorArea--color"></a><h3>The <code class="literal">“color”</code> property</h3> +<pre class="programlisting"> “color” <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *</pre> +<p>The color displayed in the color area.</p> +<p>Owner: GimpColorArea</p> +<p>Flags: Read / Write / Construct</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorArea--drag-mask"></a><h3>The <code class="literal">“drag-mask”</code> property</h3> +<pre class="programlisting"> “drag-mask” <a href="https://developer.gnome.org/gdk3/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a></pre> +<p>The modifier mask that triggers dragging the color.</p> +<p>Owner: GimpColorArea</p> +<p>Flags: Write / Construct Only</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorArea--draw-border"></a><h3>The <code class="literal">“draw-border”</code> property</h3> +<pre class="programlisting"> “draw-border” <span class="type">gboolean</span></pre> +<p>Whether to draw a thin border in the foreground color around the area.</p> +<p>Owner: GimpColorArea</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorArea--type"></a><h3>The <code class="literal">“type”</code> property</h3> +<pre class="programlisting"> “type” <a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType"><span class="type">GimpColorAreaType</span></a></pre> +<p>The type of the color area.</p> +<p>Owner: GimpColorArea</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: GIMP_COLOR_AREA_FLAT</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorArea.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpColorArea-color-changed"></a><h3>The <code class="literal">“color-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a> *gimpcolorarea, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpColorButton.html b/devel-docs/libgimpwidgets/html/GimpColorButton.html new file mode 100644 index 0000000..d7a3ac8 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpColorButton.html @@ -0,0 +1,703 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpColorButton: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpColorArea.html" title="GimpColorArea"> +<link rel="next" href="GimpColorHexEntry.html" title="GimpColorHexEntry"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpColorButton.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpColorButton.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpColorButton.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpColorButton.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpColorButton.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpColorArea.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpColorHexEntry.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpColorButton"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpColorButton.top_of_page"></a>GimpColorButton</span></h2> +<p>GimpColorButton — Widget for selecting a color from a simple button.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-color-button.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpColorButton.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorButton.html#gimp-color-button-new" title="gimp_color_button_new ()">gimp_color_button_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorButton.html#gimp-color-button-set-title" title="gimp_color_button_set_title ()">gimp_color_button_set_title</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type">const <span class="returnvalue">gchar</span> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorButton.html#gimp-color-button-get-title" title="gimp_color_button_get_title ()">gimp_color_button_get_title</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorButton.html#gimp-color-button-set-color" title="gimp_color_button_set_color ()">gimp_color_button_set_color</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorButton.html#gimp-color-button-get-color" title="gimp_color_button_get_color ()">gimp_color_button_get_color</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorButton.html#gimp-color-button-set-update" title="gimp_color_button_set_update ()">gimp_color_button_set_update</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorButton.html#gimp-color-button-get-update" title="gimp_color_button_get_update ()">gimp_color_button_get_update</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorButton.html#gimp-color-button-has-alpha" title="gimp_color_button_has_alpha ()">gimp_color_button_has_alpha</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorButton.html#gimp-color-button-set-type" title="gimp_color_button_set_type ()">gimp_color_button_set_type</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorButton.html#gimp-color-button-set-color-config" title="gimp_color_button_set_color_config ()">gimp_color_button_set_color_config</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkUIManager.html#GtkUIManager-struct"><span class="returnvalue">GtkUIManager</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorButton.html#gimp-color-button-get-ui-manager" title="gimp_color_button_get_ui_manager ()">gimp_color_button_get_ui_manager</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorButton.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><span class="type">gint</span></td> +<td class="property_name"><a class="link" href="GimpColorButton.html#GimpColorButton--area-height" title="The “area-height” property">area-height</a></td> +<td class="property_flags">Write / Construct</td> +</tr> +<tr> +<td class="property_type"><span class="type">gint</span></td> +<td class="property_name"><a class="link" href="GimpColorButton.html#GimpColorButton--area-width" title="The “area-width” property">area-width</a></td> +<td class="property_flags">Write / Construct</td> +</tr> +<tr> +<td class="property_type"> +<a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *</td> +<td class="property_name"><a class="link" href="GimpColorButton.html#GimpColorButton--color" title="The “color” property">color</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +<tr> +<td class="property_type"> +<a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> *</td> +<td class="property_name"><a class="link" href="GimpColorButton.html#GimpColorButton--color-config" title="The “color-config” property">color-config</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">gboolean</span></td> +<td class="property_name"><a class="link" href="GimpColorButton.html#GimpColorButton--continuous-update" title="The “continuous-update” property">continuous-update</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="GimpColorButton.html#GimpColorButton--title" title="The “title” property">title</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +<tr> +<td class="property_type"><a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType"><span class="type">GimpColorAreaType</span></a></td> +<td class="property_name"><a class="link" href="GimpColorButton.html#GimpColorButton--type" title="The “type” property">type</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorButton.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody><tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpColorButton.html#GimpColorButton-color-changed" title="The “color-changed” signal">color-changed</a></td> +<td class="signal_flags">Run First</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorButton.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpColorButton.html#GimpColorButton-struct" title="GimpColorButton">GimpColorButton</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorButton.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBin.html#GtkBin-struct">GtkBin</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkButton.html#GtkButton-struct">GtkButton</a> + <span class="lineart">╰──</span> <a class="link" href="GimpButton.html" title="GimpButton">GimpButton</a> + <span class="lineart">╰──</span> GimpColorButton +</pre> +</div> +<div class="refsect1"> +<a name="GimpColorButton.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpColorButton implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="https://developer.gnome.org/gtk3/GtkActivatable.html#GtkActivatable-struct">GtkActivatable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpColorButton.description"></a><h2>Description</h2> +<p>This widget provides a simple button with a preview showing the +color.</p> +<p>On click a color selection dialog is opened. Additionally the +button supports Drag and Drop and has a right-click menu that +allows one 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"> +<a name="GimpColorButton.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-color-button-new"></a><h3>gimp_color_button_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_color_button_new (<em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>, + <em class="parameter"><code><span class="type">gint</span> width</code></em>, + <em class="parameter"><code><span class="type">gint</span> height</code></em>, + <em class="parameter"><code>const <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>, + <em class="parameter"><code><a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType"><span class="type">GimpColorAreaType</span></a> type</code></em>);</pre> +<p>Creates a new <a class="link" 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> +<div class="refsect3"> +<a name="gimp-color-button-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>title</p></td> +<td class="parameter_description"><p>String that will be used as title for the color_selector.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>width</p></td> +<td class="parameter_description"><p>Width of the colorpreview in pixels.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>height</p></td> +<td class="parameter_description"><p>Height of the colorpreview in pixels.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>color</p></td> +<td class="parameter_description"><p>A pointer to a <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> color.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>type</p></td> +<td class="parameter_description"><p>The type of transparency to be displayed.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-button-new.returns"></a><h4>Returns</h4> +<p> Pointer to the new <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> widget.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-button-set-title"></a><h3>gimp_color_button_set_title ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_button_set_title (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>);</pre> +<p>Sets the <em class="parameter"><code>button</code></em> + dialog's title.</p> +<div class="refsect3"> +<a name="gimp-color-button-set-title.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>button</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>title</p></td> +<td class="parameter_description"><p>the new title.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-button-get-title"></a><h3>gimp_color_button_get_title ()</h3> +<pre class="programlisting">const <span class="returnvalue">gchar</span> * +gimp_color_button_get_title (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-color-button-get-title.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>button</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-button-get-title.returns"></a><h4>Returns</h4> +<p> The <em class="parameter"><code>button</code></em> +dialog's title.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-button-set-color"></a><h3>gimp_color_button_set_color ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_button_set_color (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>, + <em class="parameter"><code>const <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre> +<p>Sets the <em class="parameter"><code>button</code></em> + to the given <em class="parameter"><code>color</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-color-button-set-color.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>button</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>color</p></td> +<td class="parameter_description"><p>Pointer to the new <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> color.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-button-get-color"></a><h3>gimp_color_button_get_color ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_button_get_color (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>, + <em class="parameter"><code><a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre> +<p>Retrieves the currently set color from the <em class="parameter"><code>button</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-color-button-get-color.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>button</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>color</p></td> +<td class="parameter_description"><p>Pointer to a <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> struct used to return the color.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-button-set-update"></a><h3>gimp_color_button_set_update ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_button_set_update (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> continuous</code></em>);</pre> +<p>When set to <span class="type">TRUE</span>, the <em class="parameter"><code>button</code></em> + will emit the "color-changed" +continuously while the color is changed in the color selection +dialog.</p> +<div class="refsect3"> +<a name="gimp-color-button-set-update.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>button</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>continuous</p></td> +<td class="parameter_description"><p>The new setting of the <em class="parameter"><code>continuous_update</code></em> +property.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-button-get-update"></a><h3>gimp_color_button_get_update ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_color_button_get_update (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>);</pre> +<p>Returns the color button's <em class="parameter"><code>continuous_update</code></em> + property.</p> +<div class="refsect3"> +<a name="gimp-color-button-get-update.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>button</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-button-get-update.returns"></a><h4>Returns</h4> +<p> the <em class="parameter"><code>continuous_update</code></em> +property.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-button-has-alpha"></a><h3>gimp_color_button_has_alpha ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_color_button_has_alpha (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>);</pre> +<p>Checks whether the <em class="parameter"><code>buttons</code></em> + shows transparency information.</p> +<div class="refsect3"> +<a name="gimp-color-button-has-alpha.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>button</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-button-has-alpha.returns"></a><h4>Returns</h4> +<p> <code class="literal">TRUE</code> if the <em class="parameter"><code>button</code></em> +shows transparency information, <code class="literal">FALSE</code> +otherwise.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-button-set-type"></a><h3>gimp_color_button_set_type ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_button_set_type (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>, + <em class="parameter"><code><a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType"><span class="type">GimpColorAreaType</span></a> type</code></em>);</pre> +<p>Sets the <em class="parameter"><code>button</code></em> + to the given <em class="parameter"><code>type</code></em> +. See also <a class="link" href="GimpColorArea.html#gimp-color-area-set-type" title="gimp_color_area_set_type ()"><code class="function">gimp_color_area_set_type()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-color-button-set-type.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>button</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>type</p></td> +<td class="parameter_description"><p>the new <a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType"><span class="type">GimpColorAreaType</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-button-set-color-config"></a><h3>gimp_color_button_set_color_config ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_button_set_color_config (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>, + <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> *config</code></em>);</pre> +<p>Sets the color management configuration to use with this color button's +<a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a>.</p> +<div class="refsect3"> +<a name="gimp-color-button-set-color-config.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>button</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>a <a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> object.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-button-get-ui-manager"></a><h3>gimp_color_button_get_ui_manager ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkUIManager.html#GtkUIManager-struct"><span class="returnvalue">GtkUIManager</span></a> * +gimp_color_button_get_ui_manager (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-color-button-get-ui-manager.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>button</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-button-get-ui-manager.returns"></a><h4>Returns</h4> +<p> The <em class="parameter"><code>button</code></em> +'s <a href="https://developer.gnome.org/gtk3/GtkUIManager.html#GtkUIManager-struct"><span class="type">GtkUIManager</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorButton.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpColorButton-struct"></a><h3>GimpColorButton</h3> +<pre class="programlisting">typedef struct _GimpColorButton GimpColorButton;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorButton.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpColorButton--area-height"></a><h3>The <code class="literal">“area-height”</code> property</h3> +<pre class="programlisting"> “area-height” <span class="type">gint</span></pre> +<p>The minimum height of the button's <a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a>.</p> +<p>Owner: GimpColorButton</p> +<p>Flags: Write / Construct</p> +<p>Allowed values: >= 1</p> +<p>Default value: 16</p> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorButton--area-width"></a><h3>The <code class="literal">“area-width”</code> property</h3> +<pre class="programlisting"> “area-width” <span class="type">gint</span></pre> +<p>The minimum width of the button's <a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a>.</p> +<p>Owner: GimpColorButton</p> +<p>Flags: Write / Construct</p> +<p>Allowed values: >= 1</p> +<p>Default value: 16</p> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorButton--color"></a><h3>The <code class="literal">“color”</code> property</h3> +<pre class="programlisting"> “color” <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *</pre> +<p>The color displayed in the button's color area.</p> +<p>Owner: GimpColorButton</p> +<p>Flags: Read / Write / Construct</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorButton--color-config"></a><h3>The <code class="literal">“color-config”</code> property</h3> +<pre class="programlisting"> “color-config” <a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> *</pre> +<p>The <a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> object used for the button's <a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a> +and <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>.</p> +<p>Owner: GimpColorButton</p> +<p>Flags: Read / Write</p> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorButton--continuous-update"></a><h3>The <code class="literal">“continuous-update”</code> property</h3> +<pre class="programlisting"> “continuous-update” <span class="type">gboolean</span></pre> +<p>The update policy of the color button.</p> +<p>Owner: GimpColorButton</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: FALSE</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorButton--title"></a><h3>The <code class="literal">“title”</code> property</h3> +<pre class="programlisting"> “title” <span class="type">gchar</span> *</pre> +<p>The title to be used for the color selection dialog.</p> +<p>Owner: GimpColorButton</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: NULL</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorButton--type"></a><h3>The <code class="literal">“type”</code> property</h3> +<pre class="programlisting"> “type” <a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType"><span class="type">GimpColorAreaType</span></a></pre> +<p>The type of the button's color area.</p> +<p>Owner: GimpColorButton</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: GIMP_COLOR_AREA_FLAT</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorButton.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpColorButton-color-changed"></a><h3>The <code class="literal">“color-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *gimpcolorbutton, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorButton.see-also"></a><h2>See Also</h2> +<p><span class="type">libgimpcolor-gimpcolorspace</span></p> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpColorDisplay.html b/devel-docs/libgimpwidgets/html/GimpColorDisplay.html new file mode 100644 index 0000000..11afb8b --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpColorDisplay.html @@ -0,0 +1,523 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpColorDisplay: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-colordisplay.html" title="Part III. GIMP Display Filters"> +<link rel="prev" href="libgimpwidgets-colordisplay.html" title="Part III. GIMP Display Filters"> +<link rel="next" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpColorDisplay.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpColorDisplay.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpColorDisplay.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpColorDisplay.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpColorDisplay.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-colordisplay.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="libgimpwidgets-colordisplay.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpColorDisplayStack.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpColorDisplay"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpColorDisplay.top_of_page"></a>GimpColorDisplay</span></h2> +<p>GimpColorDisplay — Pluggable GIMP display color correction modules.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpColorDisplay.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="returnvalue">GimpColorDisplay</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-new" title="gimp_color_display_new ()">gimp_color_display_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="returnvalue">GimpColorDisplay</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-clone" title="gimp_color_display_clone ()">gimp_color_display_clone</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-set-enabled" title="gimp_color_display_set_enabled ()">gimp_color_display_set_enabled</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-get-enabled" title="gimp_color_display_get_enabled ()">gimp_color_display_get_enabled</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="returnvalue">GimpColorConfig</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-get-config" title="gimp_color_display_get_config ()">gimp_color_display_get_config</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="../html/GimpColorManaged.html#GimpColorManaged-struct"><span class="returnvalue">GimpColorManaged</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-get-managed" title="gimp_color_display_get_managed ()">gimp_color_display_get_managed</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-convert" title="gimp_color_display_convert ()">gimp_color_display_convert</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-convert-surface" title="gimp_color_display_convert_surface ()">gimp_color_display_convert_surface</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-convert-buffer" title="gimp_color_display_convert_buffer ()">gimp_color_display_convert_buffer</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-load-state" title="gimp_color_display_load_state ()">gimp_color_display_load_state</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="../html/libgimpbase-GimpParasite.html#GimpParasite"><span class="returnvalue">GimpParasite</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-save-state" title="gimp_color_display_save_state ()">gimp_color_display_save_state</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-configure" title="gimp_color_display_configure ()">gimp_color_display_configure</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-configure-reset" title="gimp_color_display_configure_reset ()">gimp_color_display_configure_reset</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-changed" title="gimp_color_display_changed ()">gimp_color_display_changed</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorDisplay.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"> +<a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> *</td> +<td class="property_name"><a class="link" href="GimpColorDisplay.html#GimpColorDisplay--color-config" title="The “color-config” property">color-config</a></td> +<td class="property_flags">Read / Write / Construct Only</td> +</tr> +<tr> +<td class="property_type"> +<a href="../html/GimpColorManaged.html#GimpColorManaged-struct"><span class="type">GimpColorManaged</span></a> *</td> +<td class="property_name"><a class="link" href="GimpColorDisplay.html#GimpColorDisplay--color-managed" title="The “color-managed” property">color-managed</a></td> +<td class="property_flags">Read / Write / Construct Only</td> +</tr> +<tr> +<td class="property_type"><span class="type">gboolean</span></td> +<td class="property_name"><a class="link" href="GimpColorDisplay.html#GimpColorDisplay--enabled" title="The “enabled” property">enabled</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorDisplay.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody><tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpColorDisplay.html#GimpColorDisplay-changed" title="The “changed” signal">changed</a></td> +<td class="signal_flags">Run First</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorDisplay.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpColorDisplay.html#GimpColorDisplay-struct" title="GimpColorDisplay">GimpColorDisplay</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorDisplay.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GimpColorDisplay +</pre> +</div> +<div class="refsect1"> +<a name="GimpColorDisplay.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpColorDisplay implements + <a href="../html/libgimpconfig-GimpConfig.html#GimpConfigInterface-struct">GimpConfigInterface</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpColorDisplay.description"></a><h2>Description</h2> +<p>Functions and definitions for creating pluggable GIMP +display color correction modules.</p> +</div> +<div class="refsect1"> +<a name="GimpColorDisplay.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-color-display-new"></a><h3>gimp_color_display_new ()</h3> +<pre class="programlisting"><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="returnvalue">GimpColorDisplay</span></a> * +gimp_color_display_new (<em class="parameter"><code><span class="type">GType</span> display_type</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_color_display_new</code> is deprecated and should not be used in newly-written code.</p></div> +<p>This function is deprecated. Please use <code class="function">g_object_new()</code> directly.</p> +<div class="refsect3"> +<a name="gimp-color-display-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>display_type</p></td> +<td class="parameter_description"><p>the GType of the GimpColorDisplay to instantiate.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-display-new.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><code class="literal">GimpColorDisplay</code></a> object.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-clone"></a><h3>gimp_color_display_clone ()</h3> +<pre class="programlisting"><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="returnvalue">GimpColorDisplay</span></a> * +gimp_color_display_clone (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-set-enabled"></a><h3>gimp_color_display_set_enabled ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_display_set_enabled (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> enabled</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-get-enabled"></a><h3>gimp_color_display_get_enabled ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_color_display_get_enabled (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-get-config"></a><h3>gimp_color_display_get_config ()</h3> +<pre class="programlisting"><a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="returnvalue">GimpColorConfig</span></a> * +gimp_color_display_get_config (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-color-display-get-config.returns"></a><h4>Returns</h4> +<p> a pointer to the <a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> object or <code class="literal">NULL</code>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-get-managed"></a><h3>gimp_color_display_get_managed ()</h3> +<pre class="programlisting"><a href="../html/GimpColorManaged.html#GimpColorManaged-struct"><span class="returnvalue">GimpColorManaged</span></a> * +gimp_color_display_get_managed (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-color-display-get-managed.returns"></a><h4>Returns</h4> +<p> a pointer to the <a href="../html/GimpColorManaged.html#GimpColorManaged-struct"><span class="type">GimpColorManaged</span></a> object or <code class="literal">NULL</code>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-convert"></a><h3>gimp_color_display_convert ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_display_convert (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>, + <em class="parameter"><code><span class="type">guchar</span> *buf</code></em>, + <em class="parameter"><code><span class="type">gint</span> width</code></em>, + <em class="parameter"><code><span class="type">gint</span> height</code></em>, + <em class="parameter"><code><span class="type">gint</span> bpp</code></em>, + <em class="parameter"><code><span class="type">gint</span> bpl</code></em>);</pre> +<div class="warning"> +<p><code class="literal">gimp_color_display_convert</code> is deprecated and should not be used in newly-written code.</p> +<p>GIMP 2.8: Use <a class="link" href="GimpColorDisplay.html#gimp-color-display-convert-buffer" title="gimp_color_display_convert_buffer ()"><code class="function">gimp_color_display_convert_buffer()</code></a> instead.</p> +</div> +<p>Converts all pixels in <em class="parameter"><code>buf</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-color-display-convert.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>display</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>buf</p></td> +<td class="parameter_description"><p>the pixel buffer to convert</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>width</p></td> +<td class="parameter_description"><p>the width of the buffer</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>height</p></td> +<td class="parameter_description"><p>the height of the buffer</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>bpp</p></td> +<td class="parameter_description"><p>the number of bytes per pixel</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>bpl</p></td> +<td class="parameter_description"><p>the buffer's rowstride</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-convert-surface"></a><h3>gimp_color_display_convert_surface ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_display_convert_surface (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>, + <em class="parameter"><code><span class="type">cairo_surface_t</span> *surface</code></em>);</pre> +<div class="warning"> +<p><code class="literal">gimp_color_display_convert_surface</code> is deprecated and should not be used in newly-written code.</p> +<p>GIMP 2.8: Use <a class="link" href="GimpColorDisplay.html#gimp-color-display-convert-buffer" title="gimp_color_display_convert_buffer ()"><code class="function">gimp_color_display_convert_buffer()</code></a> instead.</p> +</div> +<p>Converts all pixels in <em class="parameter"><code>surface</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-color-display-convert-surface.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>display</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>surface</p></td> +<td class="parameter_description"><p>a <span class="type">cairo_image_surface_t</span> of type ARGB32</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-convert-buffer"></a><h3>gimp_color_display_convert_buffer ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_display_convert_buffer (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>, + <em class="parameter"><code><span class="type">GeglBuffer</span> *buffer</code></em>, + <em class="parameter"><code><span class="type">GeglRectangle</span> *area</code></em>);</pre> +<p>Converts all pixels in <em class="parameter"><code>area</code></em> + of <em class="parameter"><code>buffer</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-color-display-convert-buffer.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>display</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>buffer</p></td> +<td class="parameter_description"><p>a <span class="type">GeglBuffer</span></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>area</p></td> +<td class="parameter_description"><p>area in <em class="parameter"><code>buffer</code></em> +to convert</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-load-state"></a><h3>gimp_color_display_load_state ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_display_load_state (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>, + <em class="parameter"><code><a href="../html/libgimpbase-GimpParasite.html#GimpParasite"><span class="type">GimpParasite</span></a> *state</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-save-state"></a><h3>gimp_color_display_save_state ()</h3> +<pre class="programlisting"><a href="../html/libgimpbase-GimpParasite.html#GimpParasite"><span class="returnvalue">GimpParasite</span></a> * +gimp_color_display_save_state (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-configure"></a><h3>gimp_color_display_configure ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_color_display_configure (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-configure-reset"></a><h3>gimp_color_display_configure_reset ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_display_configure_reset (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-changed"></a><h3>gimp_color_display_changed ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_display_changed (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorDisplay.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpColorDisplay-struct"></a><h3>GimpColorDisplay</h3> +<pre class="programlisting">typedef struct _GimpColorDisplay GimpColorDisplay;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorDisplay.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpColorDisplay--color-config"></a><h3>The <code class="literal">“color-config”</code> property</h3> +<pre class="programlisting"> “color-config” <a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> *</pre> +<p>The color config used for this filter.</p> +<p>Owner: GimpColorDisplay</p> +<p>Flags: Read / Write / Construct Only</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorDisplay--color-managed"></a><h3>The <code class="literal">“color-managed”</code> property</h3> +<pre class="programlisting"> “color-managed” <a href="../html/GimpColorManaged.html#GimpColorManaged-struct"><span class="type">GimpColorManaged</span></a> *</pre> +<p>The color managed pixel source that is filtered.</p> +<p>Owner: GimpColorDisplay</p> +<p>Flags: Read / Write / Construct Only</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorDisplay--enabled"></a><h3>The <code class="literal">“enabled”</code> property</h3> +<pre class="programlisting"> “enabled” <span class="type">gboolean</span></pre> +<p>Whether this display filter is enabled.</p> +<p>Owner: GimpColorDisplay</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: TRUE</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorDisplay.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpColorDisplay-changed"></a><h3>The <code class="literal">“changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *gimpcolordisplay, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorDisplay.see-also"></a><h2>See Also</h2> +<p><span class="type">GModule</span>, <span class="type">GTypeModule</span>, <a href="/local/head/share/gtk-doc/html/libgimpmodule/GimpModule.html#GimpModule-struct"><span class="type">GimpModule</span></a></p> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpColorDisplayStack.html b/devel-docs/libgimpwidgets/html/GimpColorDisplayStack.html new file mode 100644 index 0000000..206a0bf --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpColorDisplayStack.html @@ -0,0 +1,421 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpColorDisplayStack: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-colordisplay.html" title="Part III. GIMP Display Filters"> +<link rel="prev" href="GimpColorDisplay.html" title="GimpColorDisplay"> +<link rel="next" href="libgimpwidgets-colorselector.html" title="Part IV. GIMP Color Selectors"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpColorDisplayStack.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpColorDisplayStack.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpColorDisplayStack.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-colordisplay.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpColorDisplay.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="libgimpwidgets-colorselector.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpColorDisplayStack"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpColorDisplayStack.top_of_page"></a>GimpColorDisplayStack</span></h2> +<p>GimpColorDisplayStack — A stack of color correction modules.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpColorDisplayStack.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="returnvalue">GimpColorDisplayStack</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-new" title="gimp_color_display_stack_new ()">gimp_color_display_stack_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="returnvalue">GimpColorDisplayStack</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-clone" title="gimp_color_display_stack_clone ()">gimp_color_display_stack_clone</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-changed" title="gimp_color_display_stack_changed ()">gimp_color_display_stack_changed</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-add" title="gimp_color_display_stack_add ()">gimp_color_display_stack_add</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-remove" title="gimp_color_display_stack_remove ()">gimp_color_display_stack_remove</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-reorder-up" title="gimp_color_display_stack_reorder_up ()">gimp_color_display_stack_reorder_up</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-reorder-down" title="gimp_color_display_stack_reorder_down ()">gimp_color_display_stack_reorder_down</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-convert" title="gimp_color_display_stack_convert ()">gimp_color_display_stack_convert</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-convert-surface" title="gimp_color_display_stack_convert_surface ()">gimp_color_display_stack_convert_surface</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-convert-buffer" title="gimp_color_display_stack_convert_buffer ()">gimp_color_display_stack_convert_buffer</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorDisplayStack.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpColorDisplayStack.html#GimpColorDisplayStack-added" title="The “added” signal">added</a></td> +<td class="signal_flags">Run First</td> +</tr> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpColorDisplayStack.html#GimpColorDisplayStack-changed" title="The “changed” signal">changed</a></td> +<td class="signal_flags">Run First</td> +</tr> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpColorDisplayStack.html#GimpColorDisplayStack-removed" title="The “removed” signal">removed</a></td> +<td class="signal_flags">Run First</td> +</tr> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpColorDisplayStack.html#GimpColorDisplayStack-reordered" title="The “reordered” signal">reordered</a></td> +<td class="signal_flags">Run First</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorDisplayStack.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpColorDisplayStack.html#GimpColorDisplayStack-struct" title="GimpColorDisplayStack">GimpColorDisplayStack</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorDisplayStack.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GimpColorDisplayStack +</pre> +</div> +<div class="refsect1"> +<a name="GimpColorDisplayStack.description"></a><h2>Description</h2> +<p>A stack of color correction modules.</p> +</div> +<div class="refsect1"> +<a name="GimpColorDisplayStack.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-color-display-stack-new"></a><h3>gimp_color_display_stack_new ()</h3> +<pre class="programlisting"><a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="returnvalue">GimpColorDisplayStack</span></a> * +gimp_color_display_stack_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-stack-clone"></a><h3>gimp_color_display_stack_clone ()</h3> +<pre class="programlisting"><a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="returnvalue">GimpColorDisplayStack</span></a> * +gimp_color_display_stack_clone (<em class="parameter"><code><a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="type">GimpColorDisplayStack</span></a> *stack</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-stack-changed"></a><h3>gimp_color_display_stack_changed ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_display_stack_changed (<em class="parameter"><code><a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="type">GimpColorDisplayStack</span></a> *stack</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-stack-add"></a><h3>gimp_color_display_stack_add ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_display_stack_add (<em class="parameter"><code><a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="type">GimpColorDisplayStack</span></a> *stack</code></em>, + <em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-stack-remove"></a><h3>gimp_color_display_stack_remove ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_display_stack_remove (<em class="parameter"><code><a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="type">GimpColorDisplayStack</span></a> *stack</code></em>, + <em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-stack-reorder-up"></a><h3>gimp_color_display_stack_reorder_up ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_display_stack_reorder_up (<em class="parameter"><code><a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="type">GimpColorDisplayStack</span></a> *stack</code></em>, + <em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-stack-reorder-down"></a><h3>gimp_color_display_stack_reorder_down ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_display_stack_reorder_down (<em class="parameter"><code><a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="type">GimpColorDisplayStack</span></a> *stack</code></em>, + <em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-stack-convert"></a><h3>gimp_color_display_stack_convert ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_display_stack_convert (<em class="parameter"><code><a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="type">GimpColorDisplayStack</span></a> *stack</code></em>, + <em class="parameter"><code><span class="type">guchar</span> *buf</code></em>, + <em class="parameter"><code><span class="type">gint</span> width</code></em>, + <em class="parameter"><code><span class="type">gint</span> height</code></em>, + <em class="parameter"><code><span class="type">gint</span> bpp</code></em>, + <em class="parameter"><code><span class="type">gint</span> bpl</code></em>);</pre> +<div class="warning"> +<p><code class="literal">gimp_color_display_stack_convert</code> is deprecated and should not be used in newly-written code.</p> +<p>GIMP 2.8: Use <a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-convert-buffer" title="gimp_color_display_stack_convert_buffer ()"><code class="function">gimp_color_display_stack_convert_buffer()</code></a> instead.</p> +</div> +<p>Converts all pixels in <em class="parameter"><code>buf</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-color-display-stack-convert.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>stack</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="type">GimpColorDisplayStack</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>buf</p></td> +<td class="parameter_description"><p>the pixel buffer to convert</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>width</p></td> +<td class="parameter_description"><p>the width of the buffer</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>height</p></td> +<td class="parameter_description"><p>the height of the buffer</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>bpp</p></td> +<td class="parameter_description"><p>the number of bytes per pixel</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>bpl</p></td> +<td class="parameter_description"><p>the buffer's rowstride</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-stack-convert-surface"></a><h3>gimp_color_display_stack_convert_surface ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_display_stack_convert_surface + (<em class="parameter"><code><a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="type">GimpColorDisplayStack</span></a> *stack</code></em>, + <em class="parameter"><code><span class="type">cairo_surface_t</span> *surface</code></em>);</pre> +<div class="warning"> +<p><code class="literal">gimp_color_display_stack_convert_surface</code> is deprecated and should not be used in newly-written code.</p> +<p>GIMP 2.10: Use <a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-convert-buffer" title="gimp_color_display_stack_convert_buffer ()"><code class="function">gimp_color_display_stack_convert_buffer()</code></a> instead.</p> +</div> +<p>Runs all the stack's filters on all pixels in <em class="parameter"><code>surface</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-color-display-stack-convert-surface.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>stack</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="type">GimpColorDisplayStack</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>surface</p></td> +<td class="parameter_description"><p>a <span class="type">cairo_image_surface_t</span> of type ARGB32</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-display-stack-convert-buffer"></a><h3>gimp_color_display_stack_convert_buffer ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_display_stack_convert_buffer + (<em class="parameter"><code><a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="type">GimpColorDisplayStack</span></a> *stack</code></em>, + <em class="parameter"><code><span class="type">GeglBuffer</span> *buffer</code></em>, + <em class="parameter"><code><span class="type">GeglRectangle</span> *area</code></em>);</pre> +<p>Runs all the stack's filters on all pixels in <em class="parameter"><code>area</code></em> + of <em class="parameter"><code>buffer</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-color-display-stack-convert-buffer.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>stack</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="type">GimpColorDisplayStack</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>buffer</p></td> +<td class="parameter_description"><p>a <span class="type">GeglBuffer</span></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>area</p></td> +<td class="parameter_description"><p>area of <em class="parameter"><code>buffer</code></em> +to convert</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorDisplayStack.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpColorDisplayStack-struct"></a><h3>GimpColorDisplayStack</h3> +<pre class="programlisting">typedef struct _GimpColorDisplayStack GimpColorDisplayStack;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorDisplayStack.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpColorDisplayStack-added"></a><h3>The <code class="literal">“added”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="type">GimpColorDisplayStack</span></a> *gimpcolordisplaystack, + <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *arg1, + <span class="type">gint</span> arg2, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorDisplayStack-changed"></a><h3>The <code class="literal">“changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="type">GimpColorDisplayStack</span></a> *gimpcolordisplaystack, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorDisplayStack-removed"></a><h3>The <code class="literal">“removed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="type">GimpColorDisplayStack</span></a> *gimpcolordisplaystack, + <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *arg1, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorDisplayStack-reordered"></a><h3>The <code class="literal">“reordered”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack"><span class="type">GimpColorDisplayStack</span></a> *gimpcolordisplaystack, + <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *arg1, + <span class="type">gint</span> arg2, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorDisplayStack.see-also"></a><h2>See Also</h2> +<p><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a></p> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpColorHexEntry.html b/devel-docs/libgimpwidgets/html/GimpColorHexEntry.html new file mode 100644 index 0000000..fcf9cb4 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpColorHexEntry.html @@ -0,0 +1,218 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpColorHexEntry: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpColorButton.html" title="GimpColorButton"> +<link rel="next" href="GimpColorScale.html" title="GimpColorScale"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpColorHexEntry.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpColorHexEntry.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpColorHexEntry.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpColorHexEntry.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpColorButton.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpColorScale.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpColorHexEntry"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpColorHexEntry.top_of_page"></a>GimpColorHexEntry</span></h2> +<p>GimpColorHexEntry — Widget for entering a color's hex triplet.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-color-hex-entry.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpColorHexEntry.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorHexEntry.html#gimp-color-hex-entry-new" title="gimp_color_hex_entry_new ()">gimp_color_hex_entry_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorHexEntry.html#gimp-color-hex-entry-set-color" title="gimp_color_hex_entry_set_color ()">gimp_color_hex_entry_set_color</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorHexEntry.html#gimp-color-hex-entry-get-color" title="gimp_color_hex_entry_get_color ()">gimp_color_hex_entry_get_color</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorHexEntry.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody><tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpColorHexEntry.html#GimpColorHexEntry-color-changed" title="The “color-changed” signal">color-changed</a></td> +<td class="signal_flags">Run First</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorHexEntry.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpColorHexEntry.html#GimpColorHexEntry-struct" title="GimpColorHexEntry">GimpColorHexEntry</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorHexEntry.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkEntry.html#GtkEntry-struct">GtkEntry</a> + <span class="lineart">╰──</span> GimpColorHexEntry +</pre> +</div> +<div class="refsect1"> +<a name="GimpColorHexEntry.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpColorHexEntry implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>, <a href="https://developer.gnome.org/gtk3/GtkEditable.html#GtkEditable-struct">GtkEditable</a> and <a href="https://developer.gnome.org/gtk3/GtkCellEditable.html#GtkCellEditable-struct">GtkCellEditable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpColorHexEntry.description"></a><h2>Description</h2> +<p>Widget for entering a color's hex triplet.</p> +</div> +<div class="refsect1"> +<a name="GimpColorHexEntry.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-color-hex-entry-new"></a><h3>gimp_color_hex_entry_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_color_hex_entry_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<div class="refsect3"> +<a name="gimp-color-hex-entry-new.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry"><span class="type">GimpColorHexEntry</span></a> widget</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-hex-entry-set-color"></a><h3>gimp_color_hex_entry_set_color ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_hex_entry_set_color (<em class="parameter"><code><a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry"><span class="type">GimpColorHexEntry</span></a> *entry</code></em>, + <em class="parameter"><code>const <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre> +<p>Sets the color displayed by a <a class="link" 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> +<div class="refsect3"> +<a name="gimp-color-hex-entry-set-color.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>entry</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry"><span class="type">GimpColorHexEntry</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>color</p></td> +<td class="parameter_description"><p>pointer to a <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-hex-entry-get-color"></a><h3>gimp_color_hex_entry_get_color ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_hex_entry_get_color (<em class="parameter"><code><a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry"><span class="type">GimpColorHexEntry</span></a> *entry</code></em>, + <em class="parameter"><code><a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre> +<p>Retrieves the color value displayed by a <a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry"><span class="type">GimpColorHexEntry</span></a>.</p> +<div class="refsect3"> +<a name="gimp-color-hex-entry-get-color.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>entry</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry"><span class="type">GimpColorHexEntry</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>color</p></td> +<td class="parameter_description"><p>pointer to a <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorHexEntry.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpColorHexEntry-struct"></a><h3>GimpColorHexEntry</h3> +<pre class="programlisting">typedef struct _GimpColorHexEntry GimpColorHexEntry;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorHexEntry.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpColorHexEntry-color-changed"></a><h3>The <code class="literal">“color-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry"><span class="type">GimpColorHexEntry</span></a> *gimpcolorhexentry, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpColorNotebook.html b/devel-docs/libgimpwidgets/html/GimpColorNotebook.html new file mode 100644 index 0000000..a95a1e2 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpColorNotebook.html @@ -0,0 +1,192 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpColorNotebook: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-colorselector.html" title="Part IV. 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.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpColorNotebook.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpColorNotebook.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpColorNotebook.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_style_properties"> <span class="dim">|</span> + <a href="#GimpColorNotebook.style-properties" class="shortcut">Style Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-colorselector.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpColorSelector.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpColorScales.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpColorNotebook"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpColorNotebook.top_of_page"></a>GimpColorNotebook</span></h2> +<p>GimpColorNotebook — A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpColorNotebook.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody><tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorNotebook.html#gimp-color-notebook-set-has-page" title="gimp_color_notebook_set_has_page ()">gimp_color_notebook_set_has_page</a> <span class="c_punctuation">()</span> +</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorNotebook.style-properties"></a><h2>Style Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="style_properties_type"> +<col width="300px" class="style_properties_name"> +<col width="200px" class="style_properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><span class="type">gint</span></td> +<td class="property_name"><a class="link" href="GimpColorNotebook.html#GimpColorNotebook--s-tab-border" title="The “tab-border” style property">tab-border</a></td> +<td class="property_flags">Read</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/gtk3/gtk3-Themeable-Stock-Images.html#GtkIconSize"><span class="type">GtkIconSize</span></a></td> +<td class="property_name"><a class="link" href="GimpColorNotebook.html#GimpColorNotebook--s-tab-icon-size" title="The “tab-icon-size” style property">tab-icon-size</a></td> +<td class="property_flags">Read</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorNotebook.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpColorNotebook.html#GimpColorNotebook-struct" title="GimpColorNotebook">GimpColorNotebook</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorNotebook.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBox.html#GtkBox-struct">GtkBox</a> + <span class="lineart">╰──</span> <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> + <span class="lineart">╰──</span> GimpColorNotebook +</pre> +</div> +<div class="refsect1"> +<a name="GimpColorNotebook.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpColorNotebook implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="https://developer.gnome.org/gtk3/gtk3-Orientable.html#GtkOrientable-struct">GtkOrientable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpColorNotebook.description"></a><h2>Description</h2> +<p>The <a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook"><span class="type">GimpColorNotebook</span></a> widget is an implementation of a +<a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a>. It serves as a container for +<a href="GimpColorSelector.html#GimpColorSelector-struct"><span class="type">GimpColorSelectors</span></a>.</p> +</div> +<div class="refsect1"> +<a name="GimpColorNotebook.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-color-notebook-set-has-page"></a><h3>gimp_color_notebook_set_has_page ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_color_notebook_set_has_page (<em class="parameter"><code><a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook"><span class="type">GimpColorNotebook</span></a> *notebook</code></em>, + <em class="parameter"><code><span class="type">GType</span> page_type</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> has_page</code></em>);</pre> +<p>This function adds and removed pages to / from a <a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook"><span class="type">GimpColorNotebook</span></a>. +The <em class="parameter"><code>page_type</code></em> + passed must be a <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> subtype.</p> +<div class="refsect3"> +<a name="gimp-color-notebook-set-has-page.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>notebook</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook"><span class="type">GimpColorNotebook</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>page_type</p></td> +<td class="parameter_description"><p>The <span class="type">GType</span> of the notebook page to add or remove.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>has_page</p></td> +<td class="parameter_description"><p>Whether the page should be added or removed.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-notebook-set-has-page.returns"></a><h4>Returns</h4> +<p> The new page widget, if <em class="parameter"><code>has_page</code></em> +was <span class="type">TRUE</span>, or <span class="type">NULL</span> +if <em class="parameter"><code>has_page</code></em> +was <span class="type">FALSE</span>.</p> +</div> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorNotebook.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpColorNotebook-struct"></a><h3>GimpColorNotebook</h3> +<pre class="programlisting">typedef struct _GimpColorNotebook GimpColorNotebook;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorNotebook.style-property-details"></a><h2>Style Property Details</h2> +<div class="refsect2"> +<a name="GimpColorNotebook--s-tab-border"></a><h3>The <code class="literal">“tab-border”</code> style property</h3> +<pre class="programlisting"> “tab-border” <span class="type">gint</span></pre> +<p>Width of the border around the tab contents.</p> +<p>Owner: GimpColorNotebook</p> +<p>Flags: Read</p> +<p>Allowed values: >= 0</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorNotebook--s-tab-icon-size"></a><h3>The <code class="literal">“tab-icon-size”</code> style property</h3> +<pre class="programlisting"> “tab-icon-size” <a href="https://developer.gnome.org/gtk3/gtk3-Themeable-Stock-Images.html#GtkIconSize"><span class="type">GtkIconSize</span></a></pre> +<p>Size for icons displayed in the tab.</p> +<p>Owner: GimpColorNotebook</p> +<p>Flags: Read</p> +<p>Default value: GTK_ICON_SIZE_BUTTON</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpColorProfileChooserDialog.html b/devel-docs/libgimpwidgets/html/GimpColorProfileChooserDialog.html new file mode 100644 index 0000000..473ff03 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpColorProfileChooserDialog.html @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpColorProfileChooserDialog: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpColorSelection.html" title="GimpColorSelection"> +<link rel="next" href="GimpColorProfileStore.html" title="GimpColorProfileStore"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpColorProfileChooserDialog.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpColorProfileChooserDialog.object-hierarchy" class="shortcut">Object Hierarchy</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpColorSelection.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpColorProfileStore.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpColorProfileChooserDialog"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpColorProfileChooserDialog.top_of_page"></a>GimpColorProfileChooserDialog</span></h2> +<p>GimpColorProfileChooserDialog — A file chooser for selecting color profiles.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpColorProfileChooserDialog.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody><tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorProfileChooserDialog.html#gimp-color-profile-chooser-dialog-new" title="gimp_color_profile_chooser_dialog_new ()">gimp_color_profile_chooser_dialog_new</a> <span class="c_punctuation">()</span> +</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorProfileChooserDialog.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBin.html#GtkBin-struct">GtkBin</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWindow.html#GtkWindow-struct">GtkWindow</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct">GtkDialog</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkFileChooserDialog.html#GtkFileChooserDialog-struct">GtkFileChooserDialog</a> + <span class="lineart">╰──</span> GimpColorProfileChooserDialog +</pre> +</div> +<div class="refsect1"> +<a name="GimpColorProfileChooserDialog.description"></a><h2>Description</h2> +<p>A <a href="https://developer.gnome.org/gtk3/GtkFileChooser.html#GtkFileChooser-struct"><span class="type">GtkFileChooser</span></a> subclass for selecting color profiles.</p> +</div> +<div class="refsect1"> +<a name="GimpColorProfileChooserDialog.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-color-profile-chooser-dialog-new"></a><h3>gimp_color_profile_chooser_dialog_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_color_profile_chooser_dialog_new (<em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> *parent</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkFileChooser.html#GtkFileChooserAction"><span class="type">GtkFileChooserAction</span></a> action</code></em>);</pre> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpColorProfileComboBox.html b/devel-docs/libgimpwidgets/html/GimpColorProfileComboBox.html new file mode 100644 index 0000000..1227b56 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpColorProfileComboBox.html @@ -0,0 +1,550 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpColorProfileComboBox: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpColorProfileStore.html" title="GimpColorProfileStore"> +<link rel="next" href="GimpColorProfileView.html" title="GimpColorProfileView"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpColorProfileComboBox.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpColorProfileComboBox.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpColorProfileComboBox.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpColorProfileComboBox.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpColorProfileStore.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpColorProfileView.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpColorProfileComboBox"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpColorProfileComboBox.top_of_page"></a>GimpColorProfileComboBox</span></h2> +<p>GimpColorProfileComboBox — A combo box for selecting color profiles.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-color-profile-combo-box.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpColorProfileComboBox.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-new" title="gimp_color_profile_combo_box_new ()">gimp_color_profile_combo_box_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-new-with-model" title="gimp_color_profile_combo_box_new_with_model ()">gimp_color_profile_combo_box_new_with_model</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-add" title="gimp_color_profile_combo_box_add ()">gimp_color_profile_combo_box_add</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-add-file" title="gimp_color_profile_combo_box_add_file ()">gimp_color_profile_combo_box_add_file</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-set-active" title="gimp_color_profile_combo_box_set_active ()">gimp_color_profile_combo_box_set_active</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-set-active-file" title="gimp_color_profile_combo_box_set_active_file ()">gimp_color_profile_combo_box_set_active_file</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gchar</span> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-get-active" title="gimp_color_profile_combo_box_get_active ()">gimp_color_profile_combo_box_get_active</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">GFile</span> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-get-active-file" title="gimp_color_profile_combo_box_get_active_file ()">gimp_color_profile_combo_box_get_active_file</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorProfileComboBox.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"> +<a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a> *</td> +<td class="property_name"><a class="link" href="GimpColorProfileComboBox.html#GimpColorProfileComboBox--dialog" title="The “dialog” property">dialog</a></td> +<td class="property_flags">Read / Write / Construct Only</td> +</tr> +<tr> +<td class="property_type"> +<a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore"><span class="type">GimpColorProfileStore</span></a> *</td> +<td class="property_name"><a class="link" href="GimpColorProfileComboBox.html#GimpColorProfileComboBox--model" title="The “model” property">model</a></td> +<td class="property_flags">Read / Write</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorProfileComboBox.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpColorProfileComboBox.html#GimpColorProfileComboBox-struct" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorProfileComboBox.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBin.html#GtkBin-struct">GtkBin</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkComboBox.html#GtkComboBox-struct">GtkComboBox</a> + <span class="lineart">╰──</span> GimpColorProfileComboBox +</pre> +</div> +<div class="refsect1"> +<a name="GimpColorProfileComboBox.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpColorProfileComboBox implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>, <a href="https://developer.gnome.org/gtk3/GtkCellLayout.html#GtkCellLayout-struct">GtkCellLayout</a> and <a href="https://developer.gnome.org/gtk3/GtkCellEditable.html#GtkCellEditable-struct">GtkCellEditable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpColorProfileComboBox.description"></a><h2>Description</h2> +<p>A combo box for selecting color profiles.</p> +</div> +<div class="refsect1"> +<a name="GimpColorProfileComboBox.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-color-profile-combo-box-new"></a><h3>gimp_color_profile_combo_box_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_color_profile_combo_box_new (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *dialog</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *history</code></em>);</pre> +<p>Create a combo-box widget for selecting color profiles. The combo-box +is populated from the file specified as <em class="parameter"><code>history</code></em> +. This filename is +typically created using the following code snippet:</p> +<div class="informalexample"> + <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> + <tbody> + <tr> + <td class="listing_lines" align="right"><pre>1</pre></td> + <td class="listing_code"><pre class="programlisting"><span class="n">gchar</span> <span class="o">*</span><span class="n">history</span> <span class="o">=</span> <span class="n">gimp_personal_rc_file</span> <span class="p">(</span><span class="s">"profilerc"</span><span class="p">);</span></pre></td> + </tr> + </tbody> + </table> +</div> + +<p>The recommended <em class="parameter"><code>dialog</code></em> + type to use is a <a class="link" href="GimpColorProfileChooserDialog.html" title="GimpColorProfileChooserDialog"><span class="type">GimpColorProfileChooserDialog</span></a>. +If a <a class="link" href="GimpColorProfileChooserDialog.html" title="GimpColorProfileChooserDialog"><span class="type">GimpColorProfileChooserDialog</span></a> is passed, <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"><span class="type">GimpColorProfileComboBox</span></a> +will take complete control over the dialog, which means connecting +a GtkDialog::<code class="function">response()</code> callback by itself, and take care of destroying +the dialog when the combo box is destroyed.</p> +<p>If another type of <em class="parameter"><code>dialog</code></em> + is passed, this has to be implemented +separately.</p> +<p>See also <a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-new-with-model" title="gimp_color_profile_combo_box_new_with_model ()"><code class="function">gimp_color_profile_combo_box_new_with_model()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-color-profile-combo-box-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>dialog</p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a> to present when the user selects the +"Select color profile from disk..." item</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>history</p></td> +<td class="parameter_description"><p>filename of the profilerc (or <code class="literal">NULL</code> for no history)</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-profile-combo-box-new.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"><span class="type">GimpColorProfileComboBox</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-profile-combo-box-new-with-model"></a><h3>gimp_color_profile_combo_box_new_with_model ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_color_profile_combo_box_new_with_model + (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *dialog</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkTreeModel.html#GtkTreeModel-struct"><span class="type">GtkTreeModel</span></a> *model</code></em>);</pre> +<p>This constructor is useful when you want to create several +combo-boxes for profile selection that all share the same +<a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore"><span class="type">GimpColorProfileStore</span></a>. This is for example done in the +GIMP Preferences dialog.</p> +<p>See also <a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-new" title="gimp_color_profile_combo_box_new ()"><code class="function">gimp_color_profile_combo_box_new()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-color-profile-combo-box-new-with-model.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>dialog</p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a> to present when the user selects the +"Select color profile from disk..." item</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>model</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore"><span class="type">GimpColorProfileStore</span></a> object</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-profile-combo-box-new-with-model.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"><span class="type">GimpColorProfileComboBox</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-profile-combo-box-add"></a><h3>gimp_color_profile_combo_box_add ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_profile_combo_box_add (<em class="parameter"><code><a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"><span class="type">GimpColorProfileComboBox</span></a> *combo</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre> +<div class="warning"> +<p><code class="literal">gimp_color_profile_combo_box_add</code> is deprecated and should not be used in newly-written code.</p> +<p>use <a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-add-file" title="gimp_color_profile_combo_box_add_file ()"><code class="function">gimp_color_profile_combo_box_add_file()</code></a> instead.</p> +</div> +<p>This function delegates to the underlying +<a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore"><span class="type">GimpColorProfileStore</span></a>. Please refer to the documentation of +<a class="link" href="GimpColorProfileStore.html#gimp-color-profile-store-add-file" title="gimp_color_profile_store_add_file ()"><code class="function">gimp_color_profile_store_add_file()</code></a> for details.</p> +<div class="refsect3"> +<a name="gimp-color-profile-combo-box-add.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>combo</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"><span class="type">GimpColorProfileComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>filename</p></td> +<td class="parameter_description"><p>filename of the profile to add (or <code class="literal">NULL</code>)</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>label</p></td> +<td class="parameter_description"><p>label to use for the profile +(may only be <code class="literal">NULL</code> if <em class="parameter"><code>filename</code></em> +is <code class="literal">NULL</code>)</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-profile-combo-box-add-file"></a><h3>gimp_color_profile_combo_box_add_file ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_profile_combo_box_add_file (<em class="parameter"><code><a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"><span class="type">GimpColorProfileComboBox</span></a> *combo</code></em>, + <em class="parameter"><code><span class="type">GFile</span> *file</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre> +<p>This function delegates to the underlying +<a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore"><span class="type">GimpColorProfileStore</span></a>. Please refer to the documentation of +<a class="link" href="GimpColorProfileStore.html#gimp-color-profile-store-add-file" title="gimp_color_profile_store_add_file ()"><code class="function">gimp_color_profile_store_add_file()</code></a> for details.</p> +<div class="refsect3"> +<a name="gimp-color-profile-combo-box-add-file.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>combo</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"><span class="type">GimpColorProfileComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>file</p></td> +<td class="parameter_description"><p>file of the profile to add (or <code class="literal">NULL</code>)</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>label</p></td> +<td class="parameter_description"><p>label to use for the profile +(may only be <code class="literal">NULL</code> if <em class="parameter"><code>file</code></em> +is <code class="literal">NULL</code>)</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-profile-combo-box-set-active"></a><h3>gimp_color_profile_combo_box_set_active ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_profile_combo_box_set_active + (<em class="parameter"><code><a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"><span class="type">GimpColorProfileComboBox</span></a> *combo</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre> +<div class="warning"> +<p><code class="literal">gimp_color_profile_combo_box_set_active</code> is deprecated and should not be used in newly-written code.</p> +<p>use <a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-set-active-file" title="gimp_color_profile_combo_box_set_active_file ()"><code class="function">gimp_color_profile_combo_box_set_active_file()</code></a> instead.</p> +</div> +<p>Selects a color profile from the <em class="parameter"><code>combo</code></em> + and makes it the active +item. If the profile is not listed in the <em class="parameter"><code>combo</code></em> +, then it is added +with the given <em class="parameter"><code>label</code></em> + (or <em class="parameter"><code>filename</code></em> + in case that <em class="parameter"><code>label</code></em> + is <code class="literal">NULL</code>).</p> +<div class="refsect3"> +<a name="gimp-color-profile-combo-box-set-active.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>combo</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"><span class="type">GimpColorProfileComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>filename</p></td> +<td class="parameter_description"><p>filename of the profile to select</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>label</p></td> +<td class="parameter_description"><p>label to use when adding a new entry (can be <code class="literal">NULL</code>)</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-profile-combo-box-set-active-file"></a><h3>gimp_color_profile_combo_box_set_active_file ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_profile_combo_box_set_active_file + (<em class="parameter"><code><a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"><span class="type">GimpColorProfileComboBox</span></a> *combo</code></em>, + <em class="parameter"><code><span class="type">GFile</span> *file</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre> +<p>Selects a color profile from the <em class="parameter"><code>combo</code></em> + and makes it the active +item. If the profile is not listed in the <em class="parameter"><code>combo</code></em> +, then it is added +with the given <em class="parameter"><code>label</code></em> + (or <em class="parameter"><code>file</code></em> + in case that <em class="parameter"><code>label</code></em> + is <code class="literal">NULL</code>).</p> +<div class="refsect3"> +<a name="gimp-color-profile-combo-box-set-active-file.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>combo</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"><span class="type">GimpColorProfileComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>file</p></td> +<td class="parameter_description"><p>file of the profile to select</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>label</p></td> +<td class="parameter_description"><p>label to use when adding a new entry (can be <code class="literal">NULL</code>)</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-profile-combo-box-get-active"></a><h3>gimp_color_profile_combo_box_get_active ()</h3> +<pre class="programlisting"><span class="returnvalue">gchar</span> * +gimp_color_profile_combo_box_get_active + (<em class="parameter"><code><a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"><span class="type">GimpColorProfileComboBox</span></a> *combo</code></em>);</pre> +<div class="warning"> +<p><code class="literal">gimp_color_profile_combo_box_get_active</code> is deprecated and should not be used in newly-written code.</p> +<p>use <a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-get-active-file" title="gimp_color_profile_combo_box_get_active_file ()"><code class="function">gimp_color_profile_combo_box_get_active_file()</code></a> instead.</p> +</div> +<div class="refsect3"> +<a name="gimp-color-profile-combo-box-get-active.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>combo</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"><span class="type">GimpColorProfileComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-profile-combo-box-get-active.returns"></a><h4>Returns</h4> +<p> The filename of the currently selected color profile, +This is a newly allocated string and should be released +using <code class="function">g_free()</code> when it is not any longer needed.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-profile-combo-box-get-active-file"></a><h3>gimp_color_profile_combo_box_get_active_file ()</h3> +<pre class="programlisting"><span class="returnvalue">GFile</span> * +gimp_color_profile_combo_box_get_active_file + (<em class="parameter"><code><a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"><span class="type">GimpColorProfileComboBox</span></a> *combo</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-color-profile-combo-box-get-active-file.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>combo</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"><span class="type">GimpColorProfileComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-profile-combo-box-get-active-file.returns"></a><h4>Returns</h4> +<p> The file of the currently selected color profile, +release using <code class="function">g_object_unref()</code> when it is not any +longer needed.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorProfileComboBox.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpColorProfileComboBox-struct"></a><h3>GimpColorProfileComboBox</h3> +<pre class="programlisting">typedef struct _GimpColorProfileComboBox GimpColorProfileComboBox;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorProfileComboBox.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpColorProfileComboBox--dialog"></a><h3>The <code class="literal">“dialog”</code> property</h3> +<pre class="programlisting"> “dialog” <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a> *</pre> +<p><a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a> to present when the user selects the +"Select color profile from disk..." item.</p> +<p>Owner: GimpColorProfileComboBox</p> +<p>Flags: Read / Write / Construct Only</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorProfileComboBox--model"></a><h3>The <code class="literal">“model”</code> property</h3> +<pre class="programlisting"> “model” <a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore"><span class="type">GimpColorProfileStore</span></a> *</pre> +<p>Overrides the "model" property of the <a href="https://developer.gnome.org/gtk3/GtkComboBox.html#GtkComboBox-struct"><span class="type">GtkComboBox</span></a> class. +<a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"><span class="type">GimpColorProfileComboBox</span></a> requires the model to be a +<a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore"><span class="type">GimpColorProfileStore</span></a>.</p> +<p>Owner: GimpColorProfileComboBox</p> +<p>Flags: Read / Write</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpColorProfileStore.html b/devel-docs/libgimpwidgets/html/GimpColorProfileStore.html new file mode 100644 index 0000000..98dd130 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpColorProfileStore.html @@ -0,0 +1,286 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpColorProfileStore: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpColorProfileChooserDialog.html" title="GimpColorProfileChooserDialog"> +<link rel="next" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpColorProfileStore.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpColorProfileStore.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpColorProfileStore.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpColorProfileStore.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpColorProfileChooserDialog.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpColorProfileComboBox.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpColorProfileStore"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpColorProfileStore.top_of_page"></a>GimpColorProfileStore</span></h2> +<p>GimpColorProfileStore — A <a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct"><span class="type">GtkListStore</span></a> subclass that keep color profiles.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpColorProfileStore.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct"><span class="returnvalue">GtkListStore</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorProfileStore.html#gimp-color-profile-store-new" title="gimp_color_profile_store_new ()">gimp_color_profile_store_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorProfileStore.html#gimp-color-profile-store-add" title="gimp_color_profile_store_add ()">gimp_color_profile_store_add</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorProfileStore.html#gimp-color-profile-store-add-file" title="gimp_color_profile_store_add_file ()">gimp_color_profile_store_add_file</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorProfileStore.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody><tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="GimpColorProfileStore.html#GimpColorProfileStore--history" title="The “history” property">history</a></td> +<td class="property_flags">Read / Write / Construct Only</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorProfileStore.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpColorProfileStore.html#GimpColorProfileStore-struct" title="GimpColorProfileStore">GimpColorProfileStore</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorProfileStore.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct">GtkListStore</a> + <span class="lineart">╰──</span> GimpColorProfileStore +</pre> +</div> +<div class="refsect1"> +<a name="GimpColorProfileStore.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpColorProfileStore implements + <a href="https://developer.gnome.org/gtk3/GtkTreeModel.html#GtkTreeModel-struct">GtkTreeModel</a>, <a href="https://developer.gnome.org/gtk3/gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragSource-struct">GtkTreeDragSource</a>, <a href="https://developer.gnome.org/gtk3/gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragDest-struct">GtkTreeDragDest</a>, <a href="https://developer.gnome.org/gtk3/GtkTreeSortable.html#GtkTreeSortable-struct">GtkTreeSortable</a> and <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpColorProfileStore.description"></a><h2>Description</h2> +<p>A <a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct"><span class="type">GtkListStore</span></a> subclass that keep color profiles.</p> +</div> +<div class="refsect1"> +<a name="GimpColorProfileStore.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-color-profile-store-new"></a><h3>gimp_color_profile_store_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct"><span class="returnvalue">GtkListStore</span></a> * +gimp_color_profile_store_new (<em class="parameter"><code>const <span class="type">gchar</span> *history</code></em>);</pre> +<p>Creates a new <a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore"><span class="type">GimpColorProfileStore</span></a> object and populates it with +last used profiles read from the file <em class="parameter"><code>history</code></em> +. The updated history +is written back to disk when the store is disposed.</p> +<p>The filename passed as <em class="parameter"><code>history</code></em> + is typically created using the +following code snippet:</p> +<div class="informalexample"> + <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> + <tbody> + <tr> + <td class="listing_lines" align="right"><pre>1</pre></td> + <td class="listing_code"><pre class="programlisting"><span class="n">gchar</span> <span class="o">*</span><span class="n">history</span> <span class="o">=</span> <span class="n">gimp_personal_rc_file</span> <span class="p">(</span><span class="s">"profilerc"</span><span class="p">);</span></pre></td> + </tr> + </tbody> + </table> +</div> + +<div class="refsect3"> +<a name="gimp-color-profile-store-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>history</p></td> +<td class="parameter_description"><p>filename of the profilerc (or <code class="literal">NULL</code> for no history)</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-profile-store-new.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore"><span class="type">GimpColorProfileStore</span></a></p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-profile-store-add"></a><h3>gimp_color_profile_store_add ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_profile_store_add (<em class="parameter"><code><a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore"><span class="type">GimpColorProfileStore</span></a> *store</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre> +<div class="warning"> +<p><code class="literal">gimp_color_profile_store_add</code> is deprecated and should not be used in newly-written code.</p> +<p>use <a class="link" href="GimpColorProfileStore.html#gimp-color-profile-store-add-file" title="gimp_color_profile_store_add_file ()"><code class="function">gimp_color_profile_store_add_file()</code></a> instead.</p> +</div> +<p>Adds a color profile item to the <a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore"><span class="type">GimpColorProfileStore</span></a>. Items +added with this function will be kept at the top, separated from +the history of last used color profiles.</p> +<p>This function is often used to add a selectable item for the <code class="literal">NULL</code> +filename. If you pass <code class="literal">NULL</code> for both <em class="parameter"><code>filename</code></em> + and <em class="parameter"><code>label</code></em> +, the +<em class="parameter"><code>label</code></em> + will be set to the string "None" for you (and translated for +the user).</p> +<div class="refsect3"> +<a name="gimp-color-profile-store-add.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>store</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore"><span class="type">GimpColorProfileStore</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>filename</p></td> +<td class="parameter_description"><p>filename of the profile to add (or <code class="literal">NULL</code>)</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>label</p></td> +<td class="parameter_description"><p>label to use for the profile +(may only be <code class="literal">NULL</code> if <em class="parameter"><code>filename</code></em> +is <code class="literal">NULL</code>)</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-profile-store-add-file"></a><h3>gimp_color_profile_store_add_file ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_profile_store_add_file (<em class="parameter"><code><a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore"><span class="type">GimpColorProfileStore</span></a> *store</code></em>, + <em class="parameter"><code><span class="type">GFile</span> *file</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre> +<p>Adds a color profile item to the <a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore"><span class="type">GimpColorProfileStore</span></a>. Items +added with this function will be kept at the top, separated from +the history of last used color profiles.</p> +<p>This function is often used to add a selectable item for the <code class="literal">NULL</code> +file. If you pass <code class="literal">NULL</code> for both <em class="parameter"><code>file</code></em> + and <em class="parameter"><code>label</code></em> +, the <em class="parameter"><code>label</code></em> + will +be set to the string "None" for you (and translated for the user).</p> +<div class="refsect3"> +<a name="gimp-color-profile-store-add-file.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>store</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore"><span class="type">GimpColorProfileStore</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>file</p></td> +<td class="parameter_description"><p>file of the profile to add (or <code class="literal">NULL</code>)</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>label</p></td> +<td class="parameter_description"><p>label to use for the profile +(may only be <code class="literal">NULL</code> if <em class="parameter"><code>filename</code></em> +is <code class="literal">NULL</code>)</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorProfileStore.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpColorProfileStore-struct"></a><h3>GimpColorProfileStore</h3> +<pre class="programlisting">typedef struct _GimpColorProfileStore GimpColorProfileStore;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorProfileStore.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpColorProfileStore--history"></a><h3>The <code class="literal">“history”</code> property</h3> +<pre class="programlisting"> “history” <span class="type">gchar</span> *</pre> +<p>Filename of the color history used to populate the profile store.</p> +<p>Owner: GimpColorProfileStore</p> +<p>Flags: Read / Write / Construct Only</p> +<p>Default value: NULL</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpColorProfileView.html b/devel-docs/libgimpwidgets/html/GimpColorProfileView.html new file mode 100644 index 0000000..5926287 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpColorProfileView.html @@ -0,0 +1,111 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpColorProfileView: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"> +<link rel="next" href="GimpDialog.html" title="GimpDialog"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpColorProfileView.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpColorProfileView.object-hierarchy" class="shortcut">Object Hierarchy</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpColorProfileComboBox.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpDialog.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpColorProfileView"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpColorProfileView.top_of_page"></a>GimpColorProfileView</span></h2> +<p>GimpColorProfileView — A widget for viewing color profile properties</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpColorProfileView.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorProfileView.html#gimp-color-profile-view-new" title="gimp_color_profile_view_new ()">gimp_color_profile_view_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorProfileView.html#gimp-color-profile-view-set-profile" title="gimp_color_profile_view_set_profile ()">gimp_color_profile_view_set_profile</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorProfileView.html#gimp-color-profile-view-set-error" title="gimp_color_profile_view_set_error ()">gimp_color_profile_view_set_error</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorProfileView.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkTextView.html#GtkTextView-struct">GtkTextView</a> + <span class="lineart">╰──</span> GimpColorProfileView +</pre> +</div> +<div class="refsect1"> +<a name="GimpColorProfileView.description"></a><h2>Description</h2> +<p>A widget for viewing the properties of a <a href="/local/head/share/gtk-doc/html/libgimpcolor3/GimpColorProfile.html#GimpColorProfile-struct"><span class="type">GimpColorProfile</span></a>.</p> +</div> +<div class="refsect1"> +<a name="GimpColorProfileView.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-color-profile-view-new"></a><h3>gimp_color_profile_view_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_color_profile_view_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-profile-view-set-profile"></a><h3>gimp_color_profile_view_set_profile ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_profile_view_set_profile (<em class="parameter"><code><a class="link" href="GimpColorProfileView.html" title="GimpColorProfileView"><span class="type">GimpColorProfileView</span></a> *view</code></em>, + <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpcolor3/GimpColorProfile.html#GimpColorProfile-struct"><span class="type">GimpColorProfile</span></a> *profile</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-profile-view-set-error"></a><h3>gimp_color_profile_view_set_error ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_profile_view_set_error (<em class="parameter"><code><a class="link" href="GimpColorProfileView.html" title="GimpColorProfileView"><span class="type">GimpColorProfileView</span></a> *view</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *message</code></em>);</pre> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpColorScale.html b/devel-docs/libgimpwidgets/html/GimpColorScale.html new file mode 100644 index 0000000..71043cd --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpColorScale.html @@ -0,0 +1,287 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpColorScale: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpColorHexEntry.html" title="GimpColorHexEntry"> +<link rel="next" href="GimpColorSelection.html" title="GimpColorSelection"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpColorScale.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpColorScale.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpColorScale.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpColorScale.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpColorHexEntry.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpColorSelection.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpColorScale"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpColorScale.top_of_page"></a>GimpColorScale</span></h2> +<p>GimpColorScale — Fancy colored sliders.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-color-scale.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpColorScale.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorScale.html#gimp-color-scale-new" title="gimp_color_scale_new ()">gimp_color_scale_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorScale.html#gimp-color-scale-set-channel" title="gimp_color_scale_set_channel ()">gimp_color_scale_set_channel</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorScale.html#gimp-color-scale-set-color" title="gimp_color_scale_set_color ()">gimp_color_scale_set_color</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorScale.html#gimp-color-scale-set-color-config" title="gimp_color_scale_set_color_config ()">gimp_color_scale_set_color_config</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorScale.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody><tr> +<td class="property_type"><a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel"><span class="type">GimpColorSelectorChannel</span></a></td> +<td class="property_name"><a class="link" href="GimpColorScale.html#GimpColorScale--channel" title="The “channel” property">channel</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorScale.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpColorScale.html#GimpColorScale-struct" title="GimpColorScale">GimpColorScale</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorScale.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkRange.html#GtkRange-struct">GtkRange</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkScale.html#GtkScale-struct">GtkScale</a> + <span class="lineart">╰──</span> GimpColorScale +</pre> +</div> +<div class="refsect1"> +<a name="GimpColorScale.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpColorScale implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="https://developer.gnome.org/gtk3/gtk3-Orientable.html#GtkOrientable-struct">GtkOrientable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpColorScale.description"></a><h2>Description</h2> +<p>Fancy colored sliders.</p> +</div> +<div class="refsect1"> +<a name="GimpColorScale.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-color-scale-new"></a><h3>gimp_color_scale_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_color_scale_new (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/gtk3-Standard-Enumerations.html#GtkOrientation"><span class="type">GtkOrientation</span></a> orientation</code></em>, + <em class="parameter"><code><a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel"><span class="type">GimpColorSelectorChannel</span></a> channel</code></em>);</pre> +<p>Creates a new <a class="link" href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> widget.</p> +<div class="refsect3"> +<a name="gimp-color-scale-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>orientation</p></td> +<td class="parameter_description"><p>the scale's orientation (horizontal or vertical)</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>channel</p></td> +<td class="parameter_description"><p>the scale's color channel</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-scale-new.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> widget</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-scale-set-channel"></a><h3>gimp_color_scale_set_channel ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_scale_set_channel (<em class="parameter"><code><a class="link" href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> *scale</code></em>, + <em class="parameter"><code><a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel"><span class="type">GimpColorSelectorChannel</span></a> channel</code></em>);</pre> +<p>Changes the color channel displayed by the <em class="parameter"><code>scale</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-color-scale-set-channel.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>scale</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>channel</p></td> +<td class="parameter_description"><p>the new color channel</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-scale-set-color"></a><h3>gimp_color_scale_set_color ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_scale_set_color (<em class="parameter"><code><a class="link" href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> *scale</code></em>, + <em class="parameter"><code>const <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *rgb</code></em>, + <em class="parameter"><code>const <a href="../html/libgimpcolor-GimpHSV.html#GimpHSV"><span class="type">GimpHSV</span></a> *hsv</code></em>);</pre> +<p>Changes the color value of the <em class="parameter"><code>scale</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-color-scale-set-color.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>scale</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>rgb</p></td> +<td class="parameter_description"><p>the new color as <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>hsv</p></td> +<td class="parameter_description"><p>the new color as <a href="../html/libgimpcolor-GimpHSV.html#GimpHSV"><span class="type">GimpHSV</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-scale-set-color-config"></a><h3>gimp_color_scale_set_color_config ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_scale_set_color_config (<em class="parameter"><code><a class="link" href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> *scale</code></em>, + <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> *config</code></em>);</pre> +<p>Sets the color management configuration to use with this color scale.</p> +<div class="refsect3"> +<a name="gimp-color-scale-set-color-config.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>scale</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>a <a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> object.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorScale.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpColorScale-struct"></a><h3>GimpColorScale</h3> +<pre class="programlisting">typedef struct _GimpColorScale GimpColorScale;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorScale.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpColorScale--channel"></a><h3>The <code class="literal">“channel”</code> property</h3> +<pre class="programlisting"> “channel” <a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel"><span class="type">GimpColorSelectorChannel</span></a></pre> +<p>The channel which is edited by the color scale.</p> +<p>Owner: GimpColorScale</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: GIMP_COLOR_SELECTOR_VALUE</p> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpColorScales.html b/devel-docs/libgimpwidgets/html/GimpColorScales.html new file mode 100644 index 0000000..f3d1a65 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpColorScales.html @@ -0,0 +1,153 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpColorScales: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-colorselector.html" title="Part IV. 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.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpColorScales.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpColorScales.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpColorScales.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpColorScales.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-colorselector.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpColorNotebook.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpColorSelect.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpColorScales"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpColorScales.top_of_page"></a>GimpColorScales</span></h2> +<p>GimpColorScales — A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpColorScales.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorScales.html#gimp-color-scales-set-show-rgb-u8" title="gimp_color_scales_set_show_rgb_u8 ()">gimp_color_scales_set_show_rgb_u8</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorScales.html#gimp-color-scales-get-show-rgb-u8" title="gimp_color_scales_get_show_rgb_u8 ()">gimp_color_scales_get_show_rgb_u8</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorScales.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody><tr> +<td class="property_type"><span class="type">gboolean</span></td> +<td class="property_name"><a class="link" href="GimpColorScales.html#GimpColorScales--show-rgb-u8" title="The “show-rgb-u8” property">show-rgb-u8</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorScales.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpColorScales.html#GimpColorScales-struct" title="GimpColorScales">GimpColorScales</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorScales.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBox.html#GtkBox-struct">GtkBox</a> + <span class="lineart">╰──</span> <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> + <span class="lineart">╰──</span> GimpColorScales +</pre> +</div> +<div class="refsect1"> +<a name="GimpColorScales.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpColorScales implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="https://developer.gnome.org/gtk3/gtk3-Orientable.html#GtkOrientable-struct">GtkOrientable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpColorScales.description"></a><h2>Description</h2> +<p>The <a class="link" href="GimpColorScales.html" title="GimpColorScales"><span class="type">GimpColorScales</span></a> widget is an implementation of a +<a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a>. It shows a group of <a class="link" href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> widgets +that allow to adjust the HSV, LCH, and RGB color channels.</p> +</div> +<div class="refsect1"> +<a name="GimpColorScales.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-color-scales-set-show-rgb-u8"></a><h3>gimp_color_scales_set_show_rgb_u8 ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_scales_set_show_rgb_u8 (<em class="parameter"><code><a class="link" href="GimpColorScales.html" title="GimpColorScales"><span class="type">GimpColorScales</span></a> *scales</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> show_rgb_u8</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-scales-get-show-rgb-u8"></a><h3>gimp_color_scales_get_show_rgb_u8 ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_color_scales_get_show_rgb_u8 (<em class="parameter"><code><a class="link" href="GimpColorScales.html" title="GimpColorScales"><span class="type">GimpColorScales</span></a> *scales</code></em>);</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorScales.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpColorScales-struct"></a><h3>GimpColorScales</h3> +<pre class="programlisting">typedef struct _GimpColorScales GimpColorScales;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorScales.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpColorScales--show-rgb-u8"></a><h3>The <code class="literal">“show-rgb-u8”</code> property</h3> +<pre class="programlisting"> “show-rgb-u8” <span class="type">gboolean</span></pre> +<p>Show RGB 0..255 scales.</p> +<p>Owner: GimpColorScales</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: FALSE</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpColorSelect.html b/devel-docs/libgimpwidgets/html/GimpColorSelect.html new file mode 100644 index 0000000..ee34a67 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpColorSelect.html @@ -0,0 +1,91 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpColorSelect: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-colorselector.html" title="Part IV. GIMP Color Selectors"> +<link rel="prev" href="GimpColorScales.html" title="GimpColorScales"> +<link rel="next" href="libgimpwidgets-controller.html" title="Part V. GIMP Controllers"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpColorSelect.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpColorSelect.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpColorSelect.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-colorselector.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpColorScales.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="libgimpwidgets-controller.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpColorSelect"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpColorSelect.top_of_page"></a>GimpColorSelect</span></h2> +<p>GimpColorSelect — A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpColorSelect.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpColorSelect.html#GimpColorSelect-struct" title="GimpColorSelect">GimpColorSelect</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorSelect.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBox.html#GtkBox-struct">GtkBox</a> + <span class="lineart">╰──</span> <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> + <span class="lineart">╰──</span> GimpColorSelect +</pre> +</div> +<div class="refsect1"> +<a name="GimpColorSelect.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpColorSelect implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="https://developer.gnome.org/gtk3/gtk3-Orientable.html#GtkOrientable-struct">GtkOrientable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpColorSelect.description"></a><h2>Description</h2> +<p>The <a class="link" href="GimpColorSelect.html" title="GimpColorSelect"><span class="type">GimpColorSelect</span></a> widget is an implementation of a +<a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a>. It shows a square area that supports +interactively changing two color channels and a smaller area to +change the third channel. You can select which channel should be +the third by calling <a class="link" href="GimpColorSelector.html#gimp-color-selector-set-channel" title="gimp_color_selector_set_channel ()"><code class="function">gimp_color_selector_set_channel()</code></a>. The widget +will then change the other two channels accordingly.</p> +</div> +<div class="refsect1"> +<a name="GimpColorSelect.functions_details"></a><h2>Functions</h2> +<p></p> +</div> +<div class="refsect1"> +<a name="GimpColorSelect.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpColorSelect-struct"></a><h3>GimpColorSelect</h3> +<pre class="programlisting">typedef struct _GimpColorSelect GimpColorSelect;</pre> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpColorSelection.html b/devel-docs/libgimpwidgets/html/GimpColorSelection.html new file mode 100644 index 0000000..c4088cb --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpColorSelection.html @@ -0,0 +1,501 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpColorSelection: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpColorScale.html" title="GimpColorScale"> +<link rel="next" href="GimpColorProfileChooserDialog.html" title="GimpColorProfileChooserDialog"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpColorSelection.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpColorSelection.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpColorSelection.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpColorSelection.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpColorSelection.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpColorScale.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpColorProfileChooserDialog.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpColorSelection"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpColorSelection.top_of_page"></a>GimpColorSelection</span></h2> +<p>GimpColorSelection — Widget for doing a color selection.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-color-selection.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpColorSelection.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-new" title="gimp_color_selection_new ()">gimp_color_selection_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-set-show-alpha" title="gimp_color_selection_set_show_alpha ()">gimp_color_selection_set_show_alpha</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-get-show-alpha" title="gimp_color_selection_get_show_alpha ()">gimp_color_selection_get_show_alpha</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-set-color" title="gimp_color_selection_set_color ()">gimp_color_selection_set_color</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-get-color" title="gimp_color_selection_get_color ()">gimp_color_selection_get_color</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-set-old-color" title="gimp_color_selection_set_old_color ()">gimp_color_selection_set_old_color</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-get-old-color" title="gimp_color_selection_get_old_color ()">gimp_color_selection_get_old_color</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-reset" title="gimp_color_selection_reset ()">gimp_color_selection_reset</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-color-changed" title="gimp_color_selection_color_changed ()">gimp_color_selection_color_changed</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-set-config" title="gimp_color_selection_set_config ()">gimp_color_selection_set_config</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorSelection.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody><tr> +<td class="property_type"> +<a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> *</td> +<td class="property_name"><a class="link" href="GimpColorSelection.html#GimpColorSelection--config" title="The “config” property">config</a></td> +<td class="property_flags">Write</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorSelection.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody><tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpColorSelection.html#GimpColorSelection-color-changed" title="The “color-changed” signal">color-changed</a></td> +<td class="signal_flags">Run First</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorSelection.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpColorSelection.html#GimpColorSelection-struct" title="GimpColorSelection">GimpColorSelection</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorSelection.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBox.html#GtkBox-struct">GtkBox</a> + <span class="lineart">╰──</span> GimpColorSelection +</pre> +</div> +<div class="refsect1"> +<a name="GimpColorSelection.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpColorSelection implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="https://developer.gnome.org/gtk3/gtk3-Orientable.html#GtkOrientable-struct">GtkOrientable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpColorSelection.description"></a><h2>Description</h2> +<p>Widget for doing a color selection.</p> +</div> +<div class="refsect1"> +<a name="GimpColorSelection.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-color-selection-new"></a><h3>gimp_color_selection_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_color_selection_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<p>Creates a new <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.</p> +<div class="refsect3"> +<a name="gimp-color-selection-new.returns"></a><h4>Returns</h4> +<p> The new <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selection-set-show-alpha"></a><h3>gimp_color_selection_set_show_alpha ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selection_set_show_alpha (<em class="parameter"><code><a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> *selection</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> show_alpha</code></em>);</pre> +<p>Sets the <em class="parameter"><code>show_alpha</code></em> + property of the <em class="parameter"><code>selection</code></em> + widget.</p> +<div class="refsect3"> +<a name="gimp-color-selection-set-show-alpha.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selection</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>show_alpha</p></td> +<td class="parameter_description"><p>The new <em class="parameter"><code>show_alpha</code></em> +setting.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selection-get-show-alpha"></a><h3>gimp_color_selection_get_show_alpha ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_color_selection_get_show_alpha (<em class="parameter"><code><a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> *selection</code></em>);</pre> +<p>Returns the <em class="parameter"><code>selection</code></em> +'s <em class="parameter"><code>show_alpha</code></em> + property.</p> +<div class="refsect3"> +<a name="gimp-color-selection-get-show-alpha.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>selection</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-selection-get-show-alpha.returns"></a><h4>Returns</h4> +<p> <span class="type">TRUE</span> if the <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> has alpha controls.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selection-set-color"></a><h3>gimp_color_selection_set_color ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selection_set_color (<em class="parameter"><code><a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> *selection</code></em>, + <em class="parameter"><code>const <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre> +<p>Sets the <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s current color to the new <em class="parameter"><code>color</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-color-selection-set-color.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selection</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>color</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>color</code></em> +to set as current color.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selection-get-color"></a><h3>gimp_color_selection_get_color ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selection_get_color (<em class="parameter"><code><a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> *selection</code></em>, + <em class="parameter"><code><a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre> +<p>This function returns the <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s current color.</p> +<div class="refsect3"> +<a name="gimp-color-selection-get-color.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selection</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>color</p></td> +<td class="parameter_description"><p>Return location for the <em class="parameter"><code>selection</code></em> +'s current <em class="parameter"><code>color</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selection-set-old-color"></a><h3>gimp_color_selection_set_old_color ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selection_set_old_color (<em class="parameter"><code><a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> *selection</code></em>, + <em class="parameter"><code>const <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre> +<p>Sets the <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s old color.</p> +<div class="refsect3"> +<a name="gimp-color-selection-set-old-color.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selection</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>color</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>color</code></em> +to set as old color.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selection-get-old-color"></a><h3>gimp_color_selection_get_old_color ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selection_get_old_color (<em class="parameter"><code><a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> *selection</code></em>, + <em class="parameter"><code><a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre> +<p>This function returns the <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s old color.</p> +<div class="refsect3"> +<a name="gimp-color-selection-get-old-color.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selection</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>color</p></td> +<td class="parameter_description"><p>Return location for the <em class="parameter"><code>selection</code></em> +'s old <em class="parameter"><code>color</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selection-reset"></a><h3>gimp_color_selection_reset ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selection_reset (<em class="parameter"><code><a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> *selection</code></em>);</pre> +<p>Sets the <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s current color to its old color.</p> +<div class="refsect3"> +<a name="gimp-color-selection-reset.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>selection</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selection-color-changed"></a><h3>gimp_color_selection_color_changed ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selection_color_changed (<em class="parameter"><code><a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> *selection</code></em>);</pre> +<p>Emits the "color-changed" signal.</p> +<div class="refsect3"> +<a name="gimp-color-selection-color-changed.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>selection</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selection-set-config"></a><h3>gimp_color_selection_set_config ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selection_set_config (<em class="parameter"><code><a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> *selection</code></em>, + <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> *config</code></em>);</pre> +<p>Sets the color management configuration to use with this color selection.</p> +<div class="refsect3"> +<a name="gimp-color-selection-set-config.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selection</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>A <a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> object.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorSelection.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpColorSelection-struct"></a><h3>GimpColorSelection</h3> +<pre class="programlisting">typedef struct _GimpColorSelection GimpColorSelection;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorSelection.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpColorSelection--config"></a><h3>The <code class="literal">“config”</code> property</h3> +<pre class="programlisting"> “config” <a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> *</pre> +<p>The color config used by this color selection.</p> +<p>Owner: GimpColorSelection</p> +<p>Flags: Write</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorSelection.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpColorSelection-color-changed"></a><h3>The <code class="literal">“color-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> *gimpcolorselection, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpColorSelector.html b/devel-docs/libgimpwidgets/html/GimpColorSelector.html new file mode 100644 index 0000000..2ada6d0 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpColorSelector.html @@ -0,0 +1,1022 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpColorSelector: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-colorselector.html" title="Part IV. GIMP Color Selectors"> +<link rel="prev" href="libgimpwidgets-colorselector.html" title="Part IV. GIMP Color Selectors"> +<link rel="next" href="GimpColorNotebook.html" title="GimpColorNotebook"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpColorSelector.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpColorSelector.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpColorSelector.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpColorSelector.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-colorselector.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="libgimpwidgets-colorselector.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpColorNotebook.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpColorSelector"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpColorSelector.top_of_page"></a>GimpColorSelector</span></h2> +<p>GimpColorSelector — Pluggable GIMP color selector modules.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpColorSelector.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-new" title="gimp_color_selector_new ()">gimp_color_selector_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-set-toggles-visible" title="gimp_color_selector_set_toggles_visible ()">gimp_color_selector_set_toggles_visible</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-get-toggles-visible" title="gimp_color_selector_get_toggles_visible ()">gimp_color_selector_get_toggles_visible</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-set-toggles-sensitive" title="gimp_color_selector_set_toggles_sensitive ()">gimp_color_selector_set_toggles_sensitive</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-get-toggles-sensitive" title="gimp_color_selector_get_toggles_sensitive ()">gimp_color_selector_get_toggles_sensitive</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-set-show-alpha" title="gimp_color_selector_set_show_alpha ()">gimp_color_selector_set_show_alpha</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-get-show-alpha" title="gimp_color_selector_get_show_alpha ()">gimp_color_selector_get_show_alpha</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-set-color" title="gimp_color_selector_set_color ()">gimp_color_selector_set_color</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-get-color" title="gimp_color_selector_get_color ()">gimp_color_selector_get_color</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-set-channel" title="gimp_color_selector_set_channel ()">gimp_color_selector_set_channel</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel"><span class="returnvalue">GimpColorSelectorChannel</span></a> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-get-channel" title="gimp_color_selector_get_channel ()">gimp_color_selector_get_channel</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-set-model-visible" title="gimp_color_selector_set_model_visible ()">gimp_color_selector_set_model_visible</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-get-model-visible" title="gimp_color_selector_get_model_visible ()">gimp_color_selector_get_model_visible</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-color-changed" title="gimp_color_selector_color_changed ()">gimp_color_selector_color_changed</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-channel-changed" title="gimp_color_selector_channel_changed ()">gimp_color_selector_channel_changed</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-model-visible-changed" title="gimp_color_selector_model_visible_changed ()">gimp_color_selector_model_visible_changed</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-set-config" title="gimp_color_selector_set_config ()">gimp_color_selector_set_config</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorSelector.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpColorSelector.html#GimpColorSelector-channel-changed" title="The “channel-changed” signal">channel-changed</a></td> +<td class="signal_flags">Run First</td> +</tr> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpColorSelector.html#GimpColorSelector-color-changed" title="The “color-changed” signal">color-changed</a></td> +<td class="signal_flags">Run First</td> +</tr> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpColorSelector.html#GimpColorSelector-model-visible-changed" title="The “model-visible-changed” signal">model-visible-changed</a></td> +<td class="signal_flags">Run First</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorSelector.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpColorSelector.html#GimpColorSelector-struct" title="GimpColorSelector">GimpColorSelector</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="GimpColorSelector.html#GIMP-COLOR-SELECTOR-SIZE:CAPS" title="GIMP_COLOR_SELECTOR_SIZE">GIMP_COLOR_SELECTOR_SIZE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="GimpColorSelector.html#GIMP-COLOR-SELECTOR-BAR-SIZE:CAPS" title="GIMP_COLOR_SELECTOR_BAR_SIZE">GIMP_COLOR_SELECTOR_BAR_SIZE</a></td> +</tr> +<tr> +<td class="datatype_keyword">enum</td> +<td class="function_name"><a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel">GimpColorSelectorChannel</a></td> +</tr> +<tr> +<td class="datatype_keyword">enum</td> +<td class="function_name"><a class="link" href="GimpColorSelector.html#GimpColorSelectorModel" title="enum GimpColorSelectorModel">GimpColorSelectorModel</a></td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpColorSelector.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBox.html#GtkBox-struct">GtkBox</a> + <span class="lineart">╰──</span> GimpColorSelector + <span class="lineart">├──</span> <a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook">GimpColorNotebook</a> + <span class="lineart">├──</span> <a class="link" href="GimpColorScales.html" title="GimpColorScales">GimpColorScales</a> + <span class="lineart">╰──</span> <a class="link" href="GimpColorSelect.html" title="GimpColorSelect">GimpColorSelect</a> +</pre> +</div> +<div class="refsect1"> +<a name="GimpColorSelector.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpColorSelector implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="https://developer.gnome.org/gtk3/gtk3-Orientable.html#GtkOrientable-struct">GtkOrientable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpColorSelector.description"></a><h2>Description</h2> +<p>Functions and definitions for creating pluggable GIMP color +selector modules.</p> +</div> +<div class="refsect1"> +<a name="GimpColorSelector.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-color-selector-new"></a><h3>gimp_color_selector_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_color_selector_new (<em class="parameter"><code><span class="type">GType</span> selector_type</code></em>, + <em class="parameter"><code>const <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *rgb</code></em>, + <em class="parameter"><code>const <a href="../html/libgimpcolor-GimpHSV.html#GimpHSV"><span class="type">GimpHSV</span></a> *hsv</code></em>, + <em class="parameter"><code><a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel"><span class="type">GimpColorSelectorChannel</span></a> channel</code></em>);</pre> +<p>Creates a new <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widget of type <em class="parameter"><code>selector_type</code></em> +.</p> +<p>Note that this is mostly internal API to be used by other widgets.</p> +<p>Please use <a class="link" href="GimpColorSelection.html#gimp-color-selection-new" title="gimp_color_selection_new ()"><code class="function">gimp_color_selection_new()</code></a> for the "GIMP-typical" color +selection widget. Also see <a class="link" href="GimpColorButton.html#gimp-color-button-new" title="gimp_color_button_new ()"><code class="function">gimp_color_button_new()</code></a>.</p> +<p>Retunn value: the new <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widget.</p> +<div class="refsect3"> +<a name="gimp-color-selector-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector_type</p></td> +<td class="parameter_description"><p>The <span class="type">GType</span> of the selector to create.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>rgb</p></td> +<td class="parameter_description"><p>The initial color to be edited.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>hsv</p></td> +<td class="parameter_description"><p>The same color in HSV.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>channel</p></td> +<td class="parameter_description"><p>The selector's initial channel.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selector-set-toggles-visible"></a><h3>gimp_color_selector_set_toggles_visible ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selector_set_toggles_visible + (<em class="parameter"><code><a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *selector</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> visible</code></em>);</pre> +<p>Sets the <em class="parameter"><code>visible</code></em> + property of the <em class="parameter"><code>selector</code></em> +'s toggles.</p> +<p>This function has no effect if this <em class="parameter"><code>selector</code></em> + instance has no +toggles to switch channels.</p> +<div class="refsect3"> +<a name="gimp-color-selector-set-toggles-visible.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>visible</p></td> +<td class="parameter_description"><p>The new <em class="parameter"><code>visible</code></em> +setting.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selector-get-toggles-visible"></a><h3>gimp_color_selector_get_toggles_visible ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_color_selector_get_toggles_visible + (<em class="parameter"><code><a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *selector</code></em>);</pre> +<p>Returns the <em class="parameter"><code>visible</code></em> + property of the <em class="parameter"><code>selector</code></em> +'s toggles.</p> +<div class="refsect3"> +<a name="gimp-color-selector-get-toggles-visible.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-selector-get-toggles-visible.returns"></a><h4>Returns</h4> +<p> <span class="type">TRUE</span> if the <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a>'s toggles are visible.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selector-set-toggles-sensitive"></a><h3>gimp_color_selector_set_toggles_sensitive ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selector_set_toggles_sensitive + (<em class="parameter"><code><a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *selector</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> sensitive</code></em>);</pre> +<p>Sets the <em class="parameter"><code>sensitive</code></em> + property of the <em class="parameter"><code>selector</code></em> +'s toggles.</p> +<p>This function has no effect if this <em class="parameter"><code>selector</code></em> + instance has no +toggles to switch channels.</p> +<div class="refsect3"> +<a name="gimp-color-selector-set-toggles-sensitive.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>sensitive</p></td> +<td class="parameter_description"><p>The new <em class="parameter"><code>sensitive</code></em> +setting.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selector-get-toggles-sensitive"></a><h3>gimp_color_selector_get_toggles_sensitive ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_color_selector_get_toggles_sensitive + (<em class="parameter"><code><a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *selector</code></em>);</pre> +<p>Returns the <em class="parameter"><code>sensitive</code></em> + property of the <em class="parameter"><code>selector</code></em> +'s toggles.</p> +<div class="refsect3"> +<a name="gimp-color-selector-get-toggles-sensitive.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-selector-get-toggles-sensitive.returns"></a><h4>Returns</h4> +<p> <span class="type">TRUE</span> if the <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a>'s toggles are sensitive.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selector-set-show-alpha"></a><h3>gimp_color_selector_set_show_alpha ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selector_set_show_alpha (<em class="parameter"><code><a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *selector</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> show_alpha</code></em>);</pre> +<p>Sets the <em class="parameter"><code>show_alpha</code></em> + property of the <em class="parameter"><code>selector</code></em> + widget.</p> +<div class="refsect3"> +<a name="gimp-color-selector-set-show-alpha.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>show_alpha</p></td> +<td class="parameter_description"><p>The new <em class="parameter"><code>show_alpha</code></em> +setting.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selector-get-show-alpha"></a><h3>gimp_color_selector_get_show_alpha ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_color_selector_get_show_alpha (<em class="parameter"><code><a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *selector</code></em>);</pre> +<p>Returns the <em class="parameter"><code>selector</code></em> +'s <em class="parameter"><code>show_alpha</code></em> + property.</p> +<div class="refsect3"> +<a name="gimp-color-selector-get-show-alpha.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-selector-get-show-alpha.returns"></a><h4>Returns</h4> +<p> <span class="type">TRUE</span> if the <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> has alpha controls.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selector-set-color"></a><h3>gimp_color_selector_set_color ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selector_set_color (<em class="parameter"><code><a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *selector</code></em>, + <em class="parameter"><code>const <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *rgb</code></em>, + <em class="parameter"><code>const <a href="../html/libgimpcolor-GimpHSV.html#GimpHSV"><span class="type">GimpHSV</span></a> *hsv</code></em>);</pre> +<p>Sets the color shown in the <em class="parameter"><code>selector</code></em> + widget.</p> +<div class="refsect3"> +<a name="gimp-color-selector-set-color.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>rgb</p></td> +<td class="parameter_description"><p>The new color.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>hsv</p></td> +<td class="parameter_description"><p>The same color in HSV.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selector-get-color"></a><h3>gimp_color_selector_get_color ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selector_get_color (<em class="parameter"><code><a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *selector</code></em>, + <em class="parameter"><code><a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *rgb</code></em>, + <em class="parameter"><code><a href="../html/libgimpcolor-GimpHSV.html#GimpHSV"><span class="type">GimpHSV</span></a> *hsv</code></em>);</pre> +<p>Retrieves the color shown in the <em class="parameter"><code>selector</code></em> + widget.</p> +<div class="refsect3"> +<a name="gimp-color-selector-get-color.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>rgb</p></td> +<td class="parameter_description"><p>Return location for the color.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>hsv</p></td> +<td class="parameter_description"><p>Return location for the same same color in HSV.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selector-set-channel"></a><h3>gimp_color_selector_set_channel ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selector_set_channel (<em class="parameter"><code><a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *selector</code></em>, + <em class="parameter"><code><a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel"><span class="type">GimpColorSelectorChannel</span></a> channel</code></em>);</pre> +<p>Sets the <em class="parameter"><code>channel</code></em> + property of the <em class="parameter"><code>selector</code></em> + widget.</p> +<p>Changes between displayed channels if this <em class="parameter"><code>selector</code></em> + instance has +the ability to show different channels. +This will also update the color model if needed.</p> +<div class="refsect3"> +<a name="gimp-color-selector-set-channel.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>channel</p></td> +<td class="parameter_description"><p>The new <em class="parameter"><code>channel</code></em> +setting.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selector-get-channel"></a><h3>gimp_color_selector_get_channel ()</h3> +<pre class="programlisting"><a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel"><span class="returnvalue">GimpColorSelectorChannel</span></a> +gimp_color_selector_get_channel (<em class="parameter"><code><a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *selector</code></em>);</pre> +<p>Returns the <em class="parameter"><code>selector</code></em> +'s current channel.</p> +<div class="refsect3"> +<a name="gimp-color-selector-get-channel.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-selector-get-channel.returns"></a><h4>Returns</h4> +<p> The <a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel"><span class="type">GimpColorSelectorChannel</span></a> currently shown by the +<em class="parameter"><code>selector</code></em> +.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selector-set-model-visible"></a><h3>gimp_color_selector_set_model_visible ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selector_set_model_visible (<em class="parameter"><code><a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *selector</code></em>, + <em class="parameter"><code><a class="link" href="GimpColorSelector.html#GimpColorSelectorModel" title="enum GimpColorSelectorModel"><span class="type">GimpColorSelectorModel</span></a> model</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> visible</code></em>);</pre> +<p>Sets the <em class="parameter"><code>model</code></em> + visible/invisible on the <em class="parameter"><code>selector</code></em> + widget.</p> +<p>Toggles visibility of displayed models if this <em class="parameter"><code>selector</code></em> + instance +has the ability to show different color models.</p> +<div class="refsect3"> +<a name="gimp-color-selector-set-model-visible.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>model</p></td> +<td class="parameter_description"><p>The affected <a class="link" href="GimpColorSelector.html#GimpColorSelectorModel" title="enum GimpColorSelectorModel"><span class="type">GimpColorSelectorModel</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>visible</p></td> +<td class="parameter_description"><p>The new visible setting.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selector-get-model-visible"></a><h3>gimp_color_selector_get_model_visible ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_color_selector_get_model_visible (<em class="parameter"><code><a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *selector</code></em>, + <em class="parameter"><code><a class="link" href="GimpColorSelector.html#GimpColorSelectorModel" title="enum GimpColorSelectorModel"><span class="type">GimpColorSelectorModel</span></a> model</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-color-selector-get-model-visible.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>model</p></td> +<td class="parameter_description"><p>The <a class="link" href="GimpColorSelector.html#GimpColorSelectorModel" title="enum GimpColorSelectorModel"><span class="type">GimpColorSelectorModel</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-selector-get-model-visible.returns"></a><h4>Returns</h4> +<p> whether <em class="parameter"><code>model</code></em> +is visible in <em class="parameter"><code>selector</code></em> +.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selector-color-changed"></a><h3>gimp_color_selector_color_changed ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selector_color_changed (<em class="parameter"><code><a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *selector</code></em>);</pre> +<p>Emits the "color-changed" signal.</p> +<div class="refsect3"> +<a name="gimp-color-selector-color-changed.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selector-channel-changed"></a><h3>gimp_color_selector_channel_changed ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selector_channel_changed (<em class="parameter"><code><a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *selector</code></em>);</pre> +<p>Emits the "channel-changed" signal.</p> +<div class="refsect3"> +<a name="gimp-color-selector-channel-changed.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selector-model-visible-changed"></a><h3>gimp_color_selector_model_visible_changed ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selector_model_visible_changed + (<em class="parameter"><code><a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *selector</code></em>, + <em class="parameter"><code><a class="link" href="GimpColorSelector.html#GimpColorSelectorModel" title="enum GimpColorSelectorModel"><span class="type">GimpColorSelectorModel</span></a> model</code></em>);</pre> +<p>Emits the "model-visible-changed" signal.</p> +<div class="refsect3"> +<a name="gimp-color-selector-model-visible-changed.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-selector-set-config"></a><h3>gimp_color_selector_set_config ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_color_selector_set_config (<em class="parameter"><code><a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *selector</code></em>, + <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> *config</code></em>);</pre> +<p>Sets the color management configuration to use with this color selector.</p> +<div class="refsect3"> +<a name="gimp-color-selector-set-config.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>a <a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> object.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorSelector.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpColorSelector-struct"></a><h3>GimpColorSelector</h3> +<pre class="programlisting">typedef struct _GimpColorSelector GimpColorSelector;</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-COLOR-SELECTOR-SIZE:CAPS"></a><h3>GIMP_COLOR_SELECTOR_SIZE</h3> +<pre class="programlisting">#define GIMP_COLOR_SELECTOR_SIZE 150 +</pre> +<p>The suggested size for a color area in a <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> +implementation.</p> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-COLOR-SELECTOR-BAR-SIZE:CAPS"></a><h3>GIMP_COLOR_SELECTOR_BAR_SIZE</h3> +<pre class="programlisting">#define GIMP_COLOR_SELECTOR_BAR_SIZE 15 +</pre> +<p>The suggested width for a color bar in a <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> +implementation.</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorSelectorChannel"></a><h3>enum GimpColorSelectorChannel</h3> +<p>An enum to specify the types of color channels edited in +<a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widgets.</p> +<div class="refsect3"> +<a name="GimpColorSelectorChannel.members"></a><h4>Members</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="300px" class="enum_members_name"> +<col class="enum_members_description"> +<col width="200px" class="enum_members_annotations"> +</colgroup> +<tbody> +<tr> +<td class="enum_member_name"><p><a name="GIMP-COLOR-SELECTOR-HUE:CAPS"></a>GIMP_COLOR_SELECTOR_HUE</p></td> +<td class="enum_member_description"> +<p>the hue channel</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-COLOR-SELECTOR-SATURATION:CAPS"></a>GIMP_COLOR_SELECTOR_SATURATION</p></td> +<td class="enum_member_description"> +<p>the saturation channel</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-COLOR-SELECTOR-VALUE:CAPS"></a>GIMP_COLOR_SELECTOR_VALUE</p></td> +<td class="enum_member_description"> +<p>the value channel</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-COLOR-SELECTOR-RED:CAPS"></a>GIMP_COLOR_SELECTOR_RED</p></td> +<td class="enum_member_description"> +<p>the red channel</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-COLOR-SELECTOR-GREEN:CAPS"></a>GIMP_COLOR_SELECTOR_GREEN</p></td> +<td class="enum_member_description"> +<p>the green channel</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-COLOR-SELECTOR-BLUE:CAPS"></a>GIMP_COLOR_SELECTOR_BLUE</p></td> +<td class="enum_member_description"> +<p>the blue channel</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-COLOR-SELECTOR-ALPHA:CAPS"></a>GIMP_COLOR_SELECTOR_ALPHA</p></td> +<td class="enum_member_description"> +<p>the alpha channel</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-COLOR-SELECTOR-LCH-LIGHTNESS:CAPS"></a>GIMP_COLOR_SELECTOR_LCH_LIGHTNESS</p></td> +<td class="enum_member_description"> +<p>the lightness channel</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-COLOR-SELECTOR-LCH-CHROMA:CAPS"></a>GIMP_COLOR_SELECTOR_LCH_CHROMA</p></td> +<td class="enum_member_description"> +<p>the chroma channel</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-COLOR-SELECTOR-LCH-HUE:CAPS"></a>GIMP_COLOR_SELECTOR_LCH_HUE</p></td> +<td class="enum_member_description"> +<p>the hue channel</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorSelectorModel"></a><h3>enum GimpColorSelectorModel</h3> +<p>An enum to specify the types of color spaces edited in +<a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> widgets.</p> +<div class="refsect3"> +<a name="GimpColorSelectorModel.members"></a><h4>Members</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="300px" class="enum_members_name"> +<col class="enum_members_description"> +<col width="200px" class="enum_members_annotations"> +</colgroup> +<tbody> +<tr> +<td class="enum_member_name"><p><a name="GIMP-COLOR-SELECTOR-MODEL-RGB:CAPS"></a>GIMP_COLOR_SELECTOR_MODEL_RGB</p></td> +<td class="enum_member_description"> +<p>RGB color model</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-COLOR-SELECTOR-MODEL-LCH:CAPS"></a>GIMP_COLOR_SELECTOR_MODEL_LCH</p></td> +<td class="enum_member_description"> +<p>CIE LCh color model</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-COLOR-SELECTOR-MODEL-HSV:CAPS"></a>GIMP_COLOR_SELECTOR_MODEL_HSV</p></td> +<td class="enum_member_description"> +<p>HSV color model</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorSelector.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpColorSelector-channel-changed"></a><h3>The <code class="literal">“channel-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *gimpcolorselector, + <a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel"><span class="type">GimpColorSelectorChannel</span></a> arg1, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorSelector-color-changed"></a><h3>The <code class="literal">“color-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *gimpcolorselector, + <span class="type">gpointer</span> arg1, + <span class="type">gpointer</span> arg2, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpColorSelector-model-visible-changed"></a><h3>The <code class="literal">“model-visible-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> *gimpcolorselector, + <a class="link" href="GimpColorSelector.html#GimpColorSelectorModel" title="enum GimpColorSelectorModel"><span class="type">GimpColorSelectorModel</span></a> arg1, + <span class="type">gboolean</span> arg2, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpColorSelector.see-also"></a><h2>See Also</h2> +<p><span class="type">GModule</span>, <span class="type">GTypeModule</span>, <a href="/local/head/share/gtk-doc/html/libgimpmodule/GimpModule.html#GimpModule-struct"><span class="type">GimpModule</span></a></p> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpController.html b/devel-docs/libgimpwidgets/html/GimpController.html new file mode 100644 index 0000000..0101ccb --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpController.html @@ -0,0 +1,443 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpController: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-controller.html" title="Part V. GIMP Controllers"> +<link rel="prev" href="libgimpwidgets-controller.html" title="Part V. GIMP Controllers"> +<link rel="next" href="libgimpwidgets-utils.html" title="Part VI. GIMP Widgets Utilities"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpController.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpController.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpController.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpController.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpController.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-controller.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="libgimpwidgets-controller.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="libgimpwidgets-utils.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpController"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpController.top_of_page"></a>GimpController</span></h2> +<p>GimpController — Pluggable GIMP input controller modules.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpController.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a class="link" href="GimpController.html" title="GimpController"><span class="returnvalue">GimpController</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpController.html#gimp-controller-new" title="gimp_controller_new ()">gimp_controller_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gint</span> +</td> +<td class="function_name"> +<a class="link" href="GimpController.html#gimp-controller-get-n-events" title="gimp_controller_get_n_events ()">gimp_controller_get_n_events</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type">const <span class="returnvalue">gchar</span> * +</td> +<td class="function_name"> +<a class="link" href="GimpController.html#gimp-controller-get-event-name" title="gimp_controller_get_event_name ()">gimp_controller_get_event_name</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type">const <span class="returnvalue">gchar</span> * +</td> +<td class="function_name"> +<a class="link" href="GimpController.html#gimp-controller-get-event-blurb" title="gimp_controller_get_event_blurb ()">gimp_controller_get_event_blurb</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpController.html#gimp-controller-event" title="gimp_controller_event ()">gimp_controller_event</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpController.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="GimpController.html#GimpController--name" title="The “name” property">name</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="GimpController.html#GimpController--state" title="The “state” property">state</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpController.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody><tr> +<td class="signal_type"><span class="returnvalue">gboolean</span></td> +<td class="signal_name"><a class="link" href="GimpController.html#GimpController-event" title="The “event” signal">event</a></td> +<td class="signal_flags">Run Last</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpController.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="datatype_keyword">enum</td> +<td class="function_name"><a class="link" href="GimpController.html#GimpControllerEventType" title="enum GimpControllerEventType">GimpControllerEventType</a></td> +</tr> +<tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="GimpController.html#GimpControllerEventAny" title="struct GimpControllerEventAny">GimpControllerEventAny</a></td> +</tr> +<tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="GimpController.html#GimpControllerEventTrigger" title="struct GimpControllerEventTrigger">GimpControllerEventTrigger</a></td> +</tr> +<tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="GimpController.html#GimpControllerEventValue" title="struct GimpControllerEventValue">GimpControllerEventValue</a></td> +</tr> +<tr> +<td class="datatype_keyword">union</td> +<td class="function_name"><a class="link" href="GimpController.html#GimpControllerEvent" title="union GimpControllerEvent">GimpControllerEvent</a></td> +</tr> +<tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpController.html#GimpController-struct" title="GimpController">GimpController</a></td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpController.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GimpController +</pre> +</div> +<div class="refsect1"> +<a name="GimpController.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpController implements + <a href="../html/libgimpconfig-GimpConfig.html#GimpConfigInterface-struct">GimpConfigInterface</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpController.description"></a><h2>Description</h2> +<p>An abstract interface for implementing arbitrary input controllers.</p> +</div> +<div class="refsect1"> +<a name="GimpController.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-controller-new"></a><h3>gimp_controller_new ()</h3> +<pre class="programlisting"><a class="link" href="GimpController.html" title="GimpController"><span class="returnvalue">GimpController</span></a> * +gimp_controller_new (<em class="parameter"><code><span class="type">GType</span> controller_type</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-controller-get-n-events"></a><h3>gimp_controller_get_n_events ()</h3> +<pre class="programlisting"><span class="returnvalue">gint</span> +gimp_controller_get_n_events (<em class="parameter"><code><a class="link" href="GimpController.html" title="GimpController"><span class="type">GimpController</span></a> *controller</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-controller-get-event-name"></a><h3>gimp_controller_get_event_name ()</h3> +<pre class="programlisting">const <span class="returnvalue">gchar</span> * +gimp_controller_get_event_name (<em class="parameter"><code><a class="link" href="GimpController.html" title="GimpController"><span class="type">GimpController</span></a> *controller</code></em>, + <em class="parameter"><code><span class="type">gint</span> event_id</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-controller-get-event-blurb"></a><h3>gimp_controller_get_event_blurb ()</h3> +<pre class="programlisting">const <span class="returnvalue">gchar</span> * +gimp_controller_get_event_blurb (<em class="parameter"><code><a class="link" href="GimpController.html" title="GimpController"><span class="type">GimpController</span></a> *controller</code></em>, + <em class="parameter"><code><span class="type">gint</span> event_id</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-controller-event"></a><h3>gimp_controller_event ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_controller_event (<em class="parameter"><code><a class="link" href="GimpController.html" title="GimpController"><span class="type">GimpController</span></a> *controller</code></em>, + <em class="parameter"><code>const <a class="link" href="GimpController.html#GimpControllerEvent" title="union GimpControllerEvent"><span class="type">GimpControllerEvent</span></a> *event</code></em>);</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpController.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpControllerEventType"></a><h3>enum GimpControllerEventType</h3> +<p>Event types for <a class="link" href="GimpController.html" title="GimpController"><span class="type">GimpController</span></a>.</p> +<div class="refsect3"> +<a name="GimpControllerEventType.members"></a><h4>Members</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="300px" class="enum_members_name"> +<col class="enum_members_description"> +<col width="200px" class="enum_members_annotations"> +</colgroup> +<tbody> +<tr> +<td class="enum_member_name"><p><a name="GIMP-CONTROLLER-EVENT-TRIGGER:CAPS"></a>GIMP_CONTROLLER_EVENT_TRIGGER</p></td> +<td class="enum_member_description"> +<p>the event is a simple trigger</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-CONTROLLER-EVENT-VALUE:CAPS"></a>GIMP_CONTROLLER_EVENT_VALUE</p></td> +<td class="enum_member_description"> +<p>the event carries a double value</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GimpControllerEventAny"></a><h3>struct GimpControllerEventAny</h3> +<pre class="programlisting">struct GimpControllerEventAny { + GimpControllerEventType type; + GimpController *source; + gint event_id; +}; +</pre> +<p>Generic controller event. Every event has these three members at the +beginning of its struct</p> +<div class="refsect3"> +<a name="GimpControllerEventAny.members"></a><h4>Members</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="300px" class="struct_members_name"> +<col class="struct_members_description"> +<col width="200px" class="struct_members_annotations"> +</colgroup> +<tbody> +<tr> +<td class="struct_member_name"><p><a class="link" href="GimpController.html#GimpControllerEventType" title="enum GimpControllerEventType"><span class="type">GimpControllerEventType</span></a> <em class="structfield"><code><a name="GimpControllerEventAny.type"></a>type</code></em>;</p></td> +<td class="struct_member_description"><p>The event's <a class="link" href="GimpController.html#GimpControllerEventType" title="enum GimpControllerEventType"><span class="type">GimpControllerEventType</span></a></p></td> +<td class="struct_member_annotations"> </td> +</tr> +<tr> +<td class="struct_member_name"><p><a class="link" href="GimpController.html" title="GimpController"><span class="type">GimpController</span></a> *<em class="structfield"><code><a name="GimpControllerEventAny.source"></a>source</code></em>;</p></td> +<td class="struct_member_description"><p>The event's source <a class="link" href="GimpController.html" title="GimpController"><span class="type">GimpController</span></a></p></td> +<td class="struct_member_annotations"> </td> +</tr> +<tr> +<td class="struct_member_name"><p><span class="type">gint</span> <em class="structfield"><code><a name="GimpControllerEventAny.event-id"></a>event_id</code></em>;</p></td> +<td class="struct_member_description"><p>The event's ID</p></td> +<td class="struct_member_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GimpControllerEventTrigger"></a><h3>struct GimpControllerEventTrigger</h3> +<pre class="programlisting">struct GimpControllerEventTrigger { + GimpControllerEventType type; + GimpController *source; + gint event_id; +}; +</pre> +<p>Trigger controller event.</p> +<div class="refsect3"> +<a name="GimpControllerEventTrigger.members"></a><h4>Members</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="300px" class="struct_members_name"> +<col class="struct_members_description"> +<col width="200px" class="struct_members_annotations"> +</colgroup> +<tbody> +<tr> +<td class="struct_member_name"><p><a class="link" href="GimpController.html#GimpControllerEventType" title="enum GimpControllerEventType"><span class="type">GimpControllerEventType</span></a> <em class="structfield"><code><a name="GimpControllerEventTrigger.type"></a>type</code></em>;</p></td> +<td class="struct_member_description"><p>The event's <a class="link" href="GimpController.html#GimpControllerEventType" title="enum GimpControllerEventType"><span class="type">GimpControllerEventType</span></a></p></td> +<td class="struct_member_annotations"> </td> +</tr> +<tr> +<td class="struct_member_name"><p><a class="link" href="GimpController.html" title="GimpController"><span class="type">GimpController</span></a> *<em class="structfield"><code><a name="GimpControllerEventTrigger.source"></a>source</code></em>;</p></td> +<td class="struct_member_description"><p>The event's source <a class="link" href="GimpController.html" title="GimpController"><span class="type">GimpController</span></a></p></td> +<td class="struct_member_annotations"> </td> +</tr> +<tr> +<td class="struct_member_name"><p><span class="type">gint</span> <em class="structfield"><code><a name="GimpControllerEventTrigger.event-id"></a>event_id</code></em>;</p></td> +<td class="struct_member_description"><p>The event's ID</p></td> +<td class="struct_member_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GimpControllerEventValue"></a><h3>struct GimpControllerEventValue</h3> +<pre class="programlisting">struct GimpControllerEventValue { + GimpControllerEventType type; + GimpController *source; + gint event_id; + GValue value; +}; +</pre> +<p>Value controller event.</p> +<div class="refsect3"> +<a name="GimpControllerEventValue.members"></a><h4>Members</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="300px" class="struct_members_name"> +<col class="struct_members_description"> +<col width="200px" class="struct_members_annotations"> +</colgroup> +<tbody> +<tr> +<td class="struct_member_name"><p><a class="link" href="GimpController.html#GimpControllerEventType" title="enum GimpControllerEventType"><span class="type">GimpControllerEventType</span></a> <em class="structfield"><code><a name="GimpControllerEventValue.type"></a>type</code></em>;</p></td> +<td class="struct_member_description"><p>The event's <a class="link" href="GimpController.html#GimpControllerEventType" title="enum GimpControllerEventType"><span class="type">GimpControllerEventType</span></a></p></td> +<td class="struct_member_annotations"> </td> +</tr> +<tr> +<td class="struct_member_name"><p><a class="link" href="GimpController.html" title="GimpController"><span class="type">GimpController</span></a> *<em class="structfield"><code><a name="GimpControllerEventValue.source"></a>source</code></em>;</p></td> +<td class="struct_member_description"><p>The event's source <a class="link" href="GimpController.html" title="GimpController"><span class="type">GimpController</span></a></p></td> +<td class="struct_member_annotations"> </td> +</tr> +<tr> +<td class="struct_member_name"><p><span class="type">gint</span> <em class="structfield"><code><a name="GimpControllerEventValue.event-id"></a>event_id</code></em>;</p></td> +<td class="struct_member_description"><p>The event's ID</p></td> +<td class="struct_member_annotations"> </td> +</tr> +<tr> +<td class="struct_member_name"><p><span class="type">GValue</span> <em class="structfield"><code><a name="GimpControllerEventValue.value"></a>value</code></em>;</p></td> +<td class="struct_member_description"><p>The event's value</p></td> +<td class="struct_member_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GimpControllerEvent"></a><h3>union GimpControllerEvent</h3> +<p>A union to hjold all event event types</p> +<div class="refsect3"> +<a name="GimpControllerEvent.members"></a><h4>Members</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="300px" class="union_members_name"> +<col class="union_members_description"> +<col width="200px" class="union_members_annotations"> +</colgroup> +<tbody> +<tr> +<td class="union_member_name"><p><a class="link" href="GimpController.html#GimpControllerEventType" title="enum GimpControllerEventType"><span class="type">GimpControllerEventType</span></a> <em class="structfield"><code><a name="GimpControllerEvent.type"></a>type</code></em>;</p></td> +<td class="union_member_description"><p>The event type</p></td> +<td class="union_member_annotations"> </td> +</tr> +<tr> +<td class="union_member_name"><p><a class="link" href="GimpController.html#GimpControllerEventAny" title="struct GimpControllerEventAny"><span class="type">GimpControllerEventAny</span></a> <em class="structfield"><code><a name="GimpControllerEvent.any"></a>any</code></em>;</p></td> +<td class="union_member_description"><p>GimpControllerEventAny</p></td> +<td class="union_member_annotations"> </td> +</tr> +<tr> +<td class="union_member_name"><p><a class="link" href="GimpController.html#GimpControllerEventTrigger" title="struct GimpControllerEventTrigger"><span class="type">GimpControllerEventTrigger</span></a> <em class="structfield"><code><a name="GimpControllerEvent.trigger"></a>trigger</code></em>;</p></td> +<td class="union_member_description"><p>GimpControllerEventTrigger</p></td> +<td class="union_member_annotations"> </td> +</tr> +<tr> +<td class="union_member_name"><p><a class="link" href="GimpController.html#GimpControllerEventValue" title="struct GimpControllerEventValue"><span class="type">GimpControllerEventValue</span></a> <em class="structfield"><code><a name="GimpControllerEvent.value"></a>value</code></em>;</p></td> +<td class="union_member_description"><p>GimpControllerEventValue</p></td> +<td class="union_member_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GimpController-struct"></a><h3>GimpController</h3> +<pre class="programlisting">typedef struct _GimpController GimpController;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpController.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpController--name"></a><h3>The <code class="literal">“name”</code> property</h3> +<pre class="programlisting"> “name” <span class="type">gchar</span> *</pre> +<p>The controller's name.</p> +<p>Owner: GimpController</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: "Unnamed Controller"</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpController--state"></a><h3>The <code class="literal">“state”</code> property</h3> +<pre class="programlisting"> “state” <span class="type">gchar</span> *</pre> +<p>The controller's state, as human-readable string.</p> +<p>Owner: GimpController</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: "Unknown"</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpController.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpController-event"></a><h3>The <code class="literal">“event”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +user_function (<a class="link" href="GimpController.html" title="GimpController"><span class="type">GimpController</span></a> *gimpcontroller, + <span class="type">gpointer</span> arg1, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run Last</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpDialog.html b/devel-docs/libgimpwidgets/html/GimpDialog.html new file mode 100644 index 0000000..3a4cdf1 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpDialog.html @@ -0,0 +1,527 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpDialog: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpColorProfileView.html" title="GimpColorProfileView"> +<link rel="next" href="GimpEnumStore.html" title="GimpEnumStore"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpDialog.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpDialog.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpDialog.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpDialog.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpColorProfileView.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpEnumStore.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpDialog"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpDialog.top_of_page"></a>GimpDialog</span></h2> +<p>GimpDialog — Constructors for <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a>'s and action_areas as +well as other dialog-related stuff.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-dialog.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpDialog.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpDialog.html#gimp-dialog-new" title="gimp_dialog_new ()">gimp_dialog_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpDialog.html#gimp-dialog-new-valist" title="gimp_dialog_new_valist ()">gimp_dialog_new_valist</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpDialog.html#gimp-dialog-add-button" title="gimp_dialog_add_button ()">gimp_dialog_add_button</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpDialog.html#gimp-dialog-add-buttons" title="gimp_dialog_add_buttons ()">gimp_dialog_add_buttons</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpDialog.html#gimp-dialog-add-buttons-valist" title="gimp_dialog_add_buttons_valist ()">gimp_dialog_add_buttons_valist</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gint</span> +</td> +<td class="function_name"> +<a class="link" href="GimpDialog.html#gimp-dialog-run" title="gimp_dialog_run ()">gimp_dialog_run</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpDialog.html#gimp-dialogs-show-help-button" title="gimp_dialogs_show_help_button ()">gimp_dialogs_show_help_button</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpDialog.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><span class="type">gpointer</span></td> +<td class="property_name"><a class="link" href="GimpDialog.html#GimpDialog--help-func" title="The “help-func” property">help-func</a></td> +<td class="property_flags">Read / Write / Construct Only</td> +</tr> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="GimpDialog.html#GimpDialog--help-id" title="The “help-id” property">help-id</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +<tr> +<td class="property_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *</td> +<td class="property_name"><a class="link" href="GimpDialog.html#GimpDialog--parent" title="The “parent” property">parent</a></td> +<td class="property_flags">Write / Construct Only</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpDialog.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpDialog.html#GimpDialog-struct" title="GimpDialog">GimpDialog</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpDialog.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBin.html#GtkBin-struct">GtkBin</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWindow.html#GtkWindow-struct">GtkWindow</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct">GtkDialog</a> + <span class="lineart">╰──</span> GimpDialog +</pre> +</div> +<div class="refsect1"> +<a name="GimpDialog.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpDialog implements + AtkImplementorIface and <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpDialog.description"></a><h2>Description</h2> +<p>Constructors for <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a>'s and action_areas as well as other +dialog-related stuff.</p> +</div> +<div class="refsect1"> +<a name="GimpDialog.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-dialog-new"></a><h3>gimp_dialog_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_dialog_new (<em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *role</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *parent</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialogFlags"><span class="type">GtkDialogFlags</span></a> flags</code></em>, + <em class="parameter"><code><a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc" title="GimpHelpFunc ()"><span class="type">GimpHelpFunc</span></a> help_func</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>, + <em class="parameter"><code>...</code></em>);</pre> +<p>Creates a new <em class="parameter"><code>GimpDialog</code></em> + widget.</p> +<p>This function simply packs the action_area arguments passed in "..." +into a <em class="parameter"><code>va_list</code></em> + variable and passes everything to <a class="link" href="GimpDialog.html#gimp-dialog-new-valist" title="gimp_dialog_new_valist ()"><code class="function">gimp_dialog_new_valist()</code></a>.</p> +<p>For a description of the format of the <em class="parameter"><code>va_list</code></em> + describing the +action_area buttons see <a href="https://developer.gnome.org/gtk3/GtkDialog.html#gtk-dialog-new-with-buttons"><code class="function">gtk_dialog_new_with_buttons()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-dialog-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>title</p></td> +<td class="parameter_description"><p>The dialog's title which will be set with +<a href="https://developer.gnome.org/gtk3/GtkWindow.html#gtk-window-set-title"><code class="function">gtk_window_set_title()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>role</p></td> +<td class="parameter_description"><p>The dialog's <em class="parameter"><code>role</code></em> +which will be set with +<a href="https://developer.gnome.org/gtk3/GtkWindow.html#gtk-window-set-role"><code class="function">gtk_window_set_role()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>parent</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>parent</code></em> +widget of this dialog.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>flags</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>flags</code></em> +(see the <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a> documentation).</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_func</p></td> +<td class="parameter_description"><p>The function which will be called if the user presses "F1".</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_id</p></td> +<td class="parameter_description"><p>The help_id which will be passed to <em class="parameter"><code>help_func</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>...</p></td> +<td class="parameter_description"><p>A <code class="literal">NULL</code>-terminated <em class="parameter"><code>va_list</code></em> +destribing the +action_area buttons.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-dialog-new.returns"></a><h4>Returns</h4> +<p> A <a class="link" href="GimpDialog.html" title="GimpDialog"><span class="type">GimpDialog</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-dialog-new-valist"></a><h3>gimp_dialog_new_valist ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_dialog_new_valist (<em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *role</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *parent</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialogFlags"><span class="type">GtkDialogFlags</span></a> flags</code></em>, + <em class="parameter"><code><a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc" title="GimpHelpFunc ()"><span class="type">GimpHelpFunc</span></a> help_func</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>, + <em class="parameter"><code><span class="type">va_list</span> args</code></em>);</pre> +<p>Creates a new <em class="parameter"><code>GimpDialog</code></em> + widget. If a GtkWindow is specified as +<em class="parameter"><code>parent</code></em> + then the dialog will be made transient for this window.</p> +<p>For a description of the format of the <em class="parameter"><code>va_list</code></em> + describing the +action_area buttons see <a href="https://developer.gnome.org/gtk3/GtkDialog.html#gtk-dialog-new-with-buttons"><code class="function">gtk_dialog_new_with_buttons()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-dialog-new-valist.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>title</p></td> +<td class="parameter_description"><p>The dialog's title which will be set with +<a href="https://developer.gnome.org/gtk3/GtkWindow.html#gtk-window-set-title"><code class="function">gtk_window_set_title()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>role</p></td> +<td class="parameter_description"><p>The dialog's <em class="parameter"><code>role</code></em> +which will be set with +<a href="https://developer.gnome.org/gtk3/GtkWindow.html#gtk-window-set-role"><code class="function">gtk_window_set_role()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>parent</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>parent</code></em> +widget of this dialog or <code class="literal">NULL</code>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>flags</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>flags</code></em> +(see the <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a> documentation).</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_func</p></td> +<td class="parameter_description"><p>The function which will be called if the user presses "F1".</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_id</p></td> +<td class="parameter_description"><p>The help_id which will be passed to <em class="parameter"><code>help_func</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>args</p></td> +<td class="parameter_description"><p>A <em class="parameter"><code>va_list</code></em> +destribing the action_area buttons.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-dialog-new-valist.returns"></a><h4>Returns</h4> +<p> A <a class="link" href="GimpDialog.html" title="GimpDialog"><span class="type">GimpDialog</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-dialog-add-button"></a><h3>gimp_dialog_add_button ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_dialog_add_button (<em class="parameter"><code><a class="link" href="GimpDialog.html" title="GimpDialog"><span class="type">GimpDialog</span></a> *dialog</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *button_text</code></em>, + <em class="parameter"><code><span class="type">gint</span> response_id</code></em>);</pre> +<p>This function is essentially the same as <a href="https://developer.gnome.org/gtk3/GtkDialog.html#gtk-dialog-add-button"><code class="function">gtk_dialog_add_button()</code></a> +except it ensures there is only one help button and automatically +sets the RESPONSE_OK widget as the default response.</p> +<div class="refsect3"> +<a name="gimp-dialog-add-button.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>dialog</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>dialog</code></em> +to add a button to.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>button_text</p></td> +<td class="parameter_description"><p>text of button, or stock ID.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>response_id</p></td> +<td class="parameter_description"><p>response ID for the button.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-dialog-add-button.returns"></a><h4>Returns</h4> +<p> the button widget that was added.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-dialog-add-buttons"></a><h3>gimp_dialog_add_buttons ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_dialog_add_buttons (<em class="parameter"><code><a class="link" href="GimpDialog.html" title="GimpDialog"><span class="type">GimpDialog</span></a> *dialog</code></em>, + <em class="parameter"><code>...</code></em>);</pre> +<p>This function is essentially the same as <a href="https://developer.gnome.org/gtk3/GtkDialog.html#gtk-dialog-add-buttons"><code class="function">gtk_dialog_add_buttons()</code></a> +except it calls <a class="link" href="GimpDialog.html#gimp-dialog-add-button" title="gimp_dialog_add_button ()"><code class="function">gimp_dialog_add_button()</code></a> instead of <a href="https://developer.gnome.org/gtk3/GtkDialog.html#gtk-dialog-add-button"><code class="function">gtk_dialog_add_button()</code></a></p> +<div class="refsect3"> +<a name="gimp-dialog-add-buttons.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>dialog</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>dialog</code></em> +to add buttons to.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>...</p></td> +<td class="parameter_description"><p>button_text-response_id pairs.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-dialog-add-buttons-valist"></a><h3>gimp_dialog_add_buttons_valist ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_dialog_add_buttons_valist (<em class="parameter"><code><a class="link" href="GimpDialog.html" title="GimpDialog"><span class="type">GimpDialog</span></a> *dialog</code></em>, + <em class="parameter"><code><span class="type">va_list</span> args</code></em>);</pre> +<p>This function is essentially the same as <a class="link" href="GimpDialog.html#gimp-dialog-add-buttons" title="gimp_dialog_add_buttons ()"><code class="function">gimp_dialog_add_buttons()</code></a> +except it takes a va_list instead of '...'</p> +<div class="refsect3"> +<a name="gimp-dialog-add-buttons-valist.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>dialog</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>dialog</code></em> +to add buttons to.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>args</p></td> +<td class="parameter_description"><p>The buttons as va_list.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-dialog-run"></a><h3>gimp_dialog_run ()</h3> +<pre class="programlisting"><span class="returnvalue">gint</span> +gimp_dialog_run (<em class="parameter"><code><a class="link" href="GimpDialog.html" title="GimpDialog"><span class="type">GimpDialog</span></a> *dialog</code></em>);</pre> +<p>This function does exactly the same as <a href="https://developer.gnome.org/gtk3/GtkDialog.html#gtk-dialog-run"><code class="function">gtk_dialog_run()</code></a> except it +does not make the dialog modal while the <span class="type">GMainLoop</span> is running.</p> +<div class="refsect3"> +<a name="gimp-dialog-run.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>dialog</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpDialog.html" title="GimpDialog"><span class="type">GimpDialog</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-dialog-run.returns"></a><h4>Returns</h4> +<p> response ID</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-dialogs-show-help-button"></a><h3>gimp_dialogs_show_help_button ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_dialogs_show_help_button (<em class="parameter"><code><span class="type">gboolean</span> show</code></em>);</pre> +<p>This function is for internal use only.</p> +<div class="refsect3"> +<a name="gimp-dialogs-show-help-button.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>show</p></td> +<td class="parameter_description"><p>whether a help button should be added when creating a GimpDialog</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpDialog.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpDialog-struct"></a><h3>GimpDialog</h3> +<pre class="programlisting">typedef struct _GimpDialog GimpDialog;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpDialog.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpDialog--help-func"></a><h3>The <code class="literal">“help-func”</code> property</h3> +<pre class="programlisting"> “help-func” <span class="type">gpointer</span></pre> +<p>The help function to call when F1 is hit.</p> +<p>Owner: GimpDialog</p> +<p>Flags: Read / Write / Construct Only</p> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpDialog--help-id"></a><h3>The <code class="literal">“help-id”</code> property</h3> +<pre class="programlisting"> “help-id” <span class="type">gchar</span> *</pre> +<p>The help ID to pass to help-func.</p> +<p>Owner: GimpDialog</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: NULL</p> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpDialog--parent"></a><h3>The <code class="literal">“parent”</code> property</h3> +<pre class="programlisting"> “parent” <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *</pre> +<p>The dialog's parent widget.</p> +<p>Owner: GimpDialog</p> +<p>Flags: Write / Construct Only</p> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpEnumComboBox.html b/devel-docs/libgimpwidgets/html/GimpEnumComboBox.html new file mode 100644 index 0000000..96bc301 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpEnumComboBox.html @@ -0,0 +1,292 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpEnumComboBox: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpEnumStore.html" title="GimpEnumStore"> +<link rel="next" href="GimpEnumLabel.html" title="GimpEnumLabel"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpEnumComboBox.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpEnumComboBox.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpEnumComboBox.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpEnumComboBox.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpEnumStore.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpEnumLabel.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpEnumComboBox"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpEnumComboBox.top_of_page"></a>GimpEnumComboBox</span></h2> +<p>GimpEnumComboBox — A <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> subclass for selecting an enum value.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-enum-combo-box.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpEnumComboBox.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpEnumComboBox.html#gimp-enum-combo-box-new" title="gimp_enum_combo_box_new ()">gimp_enum_combo_box_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpEnumComboBox.html#gimp-enum-combo-box-new-with-model" title="gimp_enum_combo_box_new_with_model ()">gimp_enum_combo_box_new_with_model</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpEnumComboBox.html#gimp-enum-combo-box-set-stock-prefix" title="gimp_enum_combo_box_set_stock_prefix ()">gimp_enum_combo_box_set_stock_prefix</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpEnumComboBox.html#gimp-enum-combo-box-set-icon-prefix" title="gimp_enum_combo_box_set_icon_prefix ()">gimp_enum_combo_box_set_icon_prefix</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpEnumComboBox.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody><tr> +<td class="property_type"> +<a class="link" href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a> *</td> +<td class="property_name"><a class="link" href="GimpEnumComboBox.html#GimpEnumComboBox--model" title="The “model” property">model</a></td> +<td class="property_flags">Read / Write</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpEnumComboBox.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpEnumComboBox.html#GimpEnumComboBox-struct" title="GimpEnumComboBox">GimpEnumComboBox</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpEnumComboBox.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBin.html#GtkBin-struct">GtkBin</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkComboBox.html#GtkComboBox-struct">GtkComboBox</a> + <span class="lineart">╰──</span> <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> + <span class="lineart">╰──</span> GimpEnumComboBox +</pre> +</div> +<div class="refsect1"> +<a name="GimpEnumComboBox.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpEnumComboBox implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>, <a href="https://developer.gnome.org/gtk3/GtkCellLayout.html#GtkCellLayout-struct">GtkCellLayout</a> and <a href="https://developer.gnome.org/gtk3/GtkCellEditable.html#GtkCellEditable-struct">GtkCellEditable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpEnumComboBox.description"></a><h2>Description</h2> +<p>A <a href="https://developer.gnome.org/gtk3/GtkComboBox.html#GtkComboBox-struct"><span class="type">GtkComboBox</span></a> subclass for selecting an enum value.</p> +</div> +<div class="refsect1"> +<a name="GimpEnumComboBox.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-enum-combo-box-new"></a><h3>gimp_enum_combo_box_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_enum_combo_box_new (<em class="parameter"><code><span class="type">GType</span> enum_type</code></em>);</pre> +<p>Creates a <a href="https://developer.gnome.org/gtk3/GtkComboBox.html#GtkComboBox-struct"><span class="type">GtkComboBox</span></a> readily filled with all enum values from a +given <em class="parameter"><code>enum_type</code></em> +. The enum needs to be registered to the type +system. It should also have <a href="../html/libgimpbase-gimpbasetypes.html#GimpEnumDesc"><code class="literal">GimpEnumDesc</code></a> descriptions registered +that contain translatable value names. This is the case for the +enums used in the GIMP PDB functions.</p> +<p>This is just a convenience function. If you need more control over +the enum values that appear in the combo_box, you can create your +own <a class="link" href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a> and use <a class="link" href="GimpEnumComboBox.html#gimp-enum-combo-box-new-with-model" title="gimp_enum_combo_box_new_with_model ()"><code class="function">gimp_enum_combo_box_new_with_model()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-enum-combo-box-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>enum_type</p></td> +<td class="parameter_description"><p>the <span class="type">GType</span> of an enum.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-enum-combo-box-new.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox"><span class="type">GimpEnumComboBox</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-enum-combo-box-new-with-model"></a><h3>gimp_enum_combo_box_new_with_model ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_enum_combo_box_new_with_model (<em class="parameter"><code><a class="link" href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a> *enum_store</code></em>);</pre> +<p>Creates a <a href="https://developer.gnome.org/gtk3/GtkComboBox.html#GtkComboBox-struct"><span class="type">GtkComboBox</span></a> for the given <em class="parameter"><code>enum_store</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-enum-combo-box-new-with-model.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>enum_store</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a> to use as the model</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-enum-combo-box-new-with-model.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox"><span class="type">GimpEnumComboBox</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-enum-combo-box-set-stock-prefix"></a><h3>gimp_enum_combo_box_set_stock_prefix ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_enum_combo_box_set_stock_prefix (<em class="parameter"><code><a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox"><span class="type">GimpEnumComboBox</span></a> *combo_box</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *stock_prefix</code></em>);</pre> +<div class="warning"> +<p><code class="literal">gimp_enum_combo_box_set_stock_prefix</code> is deprecated and should not be used in newly-written code.</p> +<p>GIMP 2.10</p> +</div> +<p>Attempts to create stock icons for all items in the <em class="parameter"><code>combo_box</code></em> +. See +<a class="link" href="GimpEnumStore.html#gimp-enum-store-set-stock-prefix" title="gimp_enum_store_set_stock_prefix ()"><code class="function">gimp_enum_store_set_stock_prefix()</code></a> to find out what to use as +<em class="parameter"><code>stock_prefix</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-enum-combo-box-set-stock-prefix.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>combo_box</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox"><span class="type">GimpEnumComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>stock_prefix</p></td> +<td class="parameter_description"><p>a prefix to create icon stock ID from enum values</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-enum-combo-box-set-icon-prefix"></a><h3>gimp_enum_combo_box_set_icon_prefix ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_enum_combo_box_set_icon_prefix (<em class="parameter"><code><a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox"><span class="type">GimpEnumComboBox</span></a> *combo_box</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *icon_prefix</code></em>);</pre> +<p>Attempts to create icons for all items in the <em class="parameter"><code>combo_box</code></em> +. See +<a class="link" href="GimpEnumStore.html#gimp-enum-store-set-icon-prefix" title="gimp_enum_store_set_icon_prefix ()"><code class="function">gimp_enum_store_set_icon_prefix()</code></a> to find out what to use as +<em class="parameter"><code>icon_prefix</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-enum-combo-box-set-icon-prefix.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>combo_box</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox"><span class="type">GimpEnumComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>icon_prefix</p></td> +<td class="parameter_description"><p>a prefix to create icon names from enum values</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpEnumComboBox.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpEnumComboBox-struct"></a><h3>GimpEnumComboBox</h3> +<pre class="programlisting">typedef struct _GimpEnumComboBox GimpEnumComboBox;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpEnumComboBox.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpEnumComboBox--model"></a><h3>The <code class="literal">“model”</code> property</h3> +<pre class="programlisting"> “model” <a class="link" href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a> *</pre> +<p>The enum store used by this combo box.</p> +<p>Owner: GimpEnumComboBox</p> +<p>Flags: Read / Write</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpEnumLabel.html b/devel-docs/libgimpwidgets/html/GimpEnumLabel.html new file mode 100644 index 0000000..9568aaf --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpEnumLabel.html @@ -0,0 +1,220 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpEnumLabel: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpEnumComboBox.html" title="GimpEnumComboBox"> +<link rel="next" href="GimpFileEntry.html" title="GimpFileEntry"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpEnumLabel.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpEnumLabel.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpEnumLabel.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpEnumLabel.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpEnumComboBox.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpFileEntry.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpEnumLabel"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpEnumLabel.top_of_page"></a>GimpEnumLabel</span></h2> +<p>GimpEnumLabel — A <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a> subclass that displays an enum value.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpEnumLabel.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpEnumLabel.html#gimp-enum-label-new" title="gimp_enum_label_new ()">gimp_enum_label_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpEnumLabel.html#gimp-enum-label-set-value" title="gimp_enum_label_set_value ()">gimp_enum_label_set_value</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpEnumLabel.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"> +<span class="type">GType</span> *</td> +<td class="property_name"><a class="link" href="GimpEnumLabel.html#GimpEnumLabel--enum-type" title="The “enum-type” property">enum-type</a></td> +<td class="property_flags">Read / Write / Construct Only</td> +</tr> +<tr> +<td class="property_type"><span class="type">gint</span></td> +<td class="property_name"><a class="link" href="GimpEnumLabel.html#GimpEnumLabel--enum-value" title="The “enum-value” property">enum-value</a></td> +<td class="property_flags">Write / Construct</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpEnumLabel.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpEnumLabel.html#GimpEnumLabel-struct" title="GimpEnumLabel">GimpEnumLabel</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpEnumLabel.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkMisc.html#GtkMisc-struct">GtkMisc</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct">GtkLabel</a> + <span class="lineart">╰──</span> GimpEnumLabel +</pre> +</div> +<div class="refsect1"> +<a name="GimpEnumLabel.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpEnumLabel implements + AtkImplementorIface and <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpEnumLabel.description"></a><h2>Description</h2> +<p>A <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a> subclass that displays an enum value.</p> +</div> +<div class="refsect1"> +<a name="GimpEnumLabel.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-enum-label-new"></a><h3>gimp_enum_label_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_enum_label_new (<em class="parameter"><code><span class="type">GType</span> enum_type</code></em>, + <em class="parameter"><code><span class="type">gint</span> value</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-enum-label-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>enum_type</p></td> +<td class="parameter_description"><p>the <span class="type">GType</span> of an enum</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>value</p></td> +<td class="parameter_description"><p>an enum value</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-enum-label-new.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpEnumLabel.html" title="GimpEnumLabel"><span class="type">GimpEnumLabel</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-enum-label-set-value"></a><h3>gimp_enum_label_set_value ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_enum_label_set_value (<em class="parameter"><code><a class="link" href="GimpEnumLabel.html" title="GimpEnumLabel"><span class="type">GimpEnumLabel</span></a> *label</code></em>, + <em class="parameter"><code><span class="type">gint</span> value</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-enum-label-set-value.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>label</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpEnumLabel.html" title="GimpEnumLabel"><span class="type">GimpEnumLabel</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>value</p></td> +<td class="parameter_description"><p>an enum value</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpEnumLabel.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpEnumLabel-struct"></a><h3>GimpEnumLabel</h3> +<pre class="programlisting">typedef struct _GimpEnumLabel GimpEnumLabel;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpEnumLabel.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpEnumLabel--enum-type"></a><h3>The <code class="literal">“enum-type”</code> property</h3> +<pre class="programlisting"> “enum-type” <span class="type">GType</span> *</pre> +<p>The <span class="type">GType</span> of the enum.</p> +<p>Owner: GimpEnumLabel</p> +<p>Flags: Read / Write / Construct Only</p> +<p>Allowed values: void</p> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpEnumLabel--enum-value"></a><h3>The <code class="literal">“enum-value”</code> property</h3> +<pre class="programlisting"> “enum-value” <span class="type">gint</span></pre> +<p>The value to display.</p> +<p>Owner: GimpEnumLabel</p> +<p>Flags: Write / Construct</p> +<p>Default value: 0</p> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpEnumStore.html b/devel-docs/libgimpwidgets/html/GimpEnumStore.html new file mode 100644 index 0000000..d2ef1b4 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpEnumStore.html @@ -0,0 +1,403 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpEnumStore: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpDialog.html" title="GimpDialog"> +<link rel="next" href="GimpEnumComboBox.html" title="GimpEnumComboBox"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpEnumStore.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpEnumStore.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpEnumStore.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpEnumStore.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpDialog.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpEnumComboBox.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpEnumStore"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpEnumStore.top_of_page"></a>GimpEnumStore</span></h2> +<p>GimpEnumStore — A <a class="link" href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a> subclass that keeps enum values.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpEnumStore.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct"><span class="returnvalue">GtkListStore</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpEnumStore.html#gimp-enum-store-new" title="gimp_enum_store_new ()">gimp_enum_store_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct"><span class="returnvalue">GtkListStore</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpEnumStore.html#gimp-enum-store-new-with-range" title="gimp_enum_store_new_with_range ()">gimp_enum_store_new_with_range</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct"><span class="returnvalue">GtkListStore</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpEnumStore.html#gimp-enum-store-new-with-values" title="gimp_enum_store_new_with_values ()">gimp_enum_store_new_with_values</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct"><span class="returnvalue">GtkListStore</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpEnumStore.html#gimp-enum-store-new-with-values-valist" title="gimp_enum_store_new_with_values_valist ()">gimp_enum_store_new_with_values_valist</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpEnumStore.html#gimp-enum-store-set-stock-prefix" title="gimp_enum_store_set_stock_prefix ()">gimp_enum_store_set_stock_prefix</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpEnumStore.html#gimp-enum-store-set-icon-prefix" title="gimp_enum_store_set_icon_prefix ()">gimp_enum_store_set_icon_prefix</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpEnumStore.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody><tr> +<td class="property_type"> +<span class="type">GType</span> *</td> +<td class="property_name"><a class="link" href="GimpEnumStore.html#GimpEnumStore--enum-type" title="The “enum-type” property">enum-type</a></td> +<td class="property_flags">Read / Write / Construct Only</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpEnumStore.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpEnumStore.html#GimpEnumStore-struct" title="GimpEnumStore">GimpEnumStore</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpEnumStore.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct">GtkListStore</a> + <span class="lineart">╰──</span> <a class="link" href="GimpIntStore.html" title="GimpIntStore">GimpIntStore</a> + <span class="lineart">╰──</span> GimpEnumStore +</pre> +</div> +<div class="refsect1"> +<a name="GimpEnumStore.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpEnumStore implements + <a href="https://developer.gnome.org/gtk3/GtkTreeModel.html#GtkTreeModel-struct">GtkTreeModel</a>, <a href="https://developer.gnome.org/gtk3/gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragSource-struct">GtkTreeDragSource</a>, <a href="https://developer.gnome.org/gtk3/gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragDest-struct">GtkTreeDragDest</a>, <a href="https://developer.gnome.org/gtk3/GtkTreeSortable.html#GtkTreeSortable-struct">GtkTreeSortable</a> and <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpEnumStore.description"></a><h2>Description</h2> +<p>A <a class="link" href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a> subclass that keeps enum values.</p> +</div> +<div class="refsect1"> +<a name="GimpEnumStore.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-enum-store-new"></a><h3>gimp_enum_store_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct"><span class="returnvalue">GtkListStore</span></a> * +gimp_enum_store_new (<em class="parameter"><code><span class="type">GType</span> enum_type</code></em>);</pre> +<p>Creates a new <a class="link" href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a>, derived from <a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct"><span class="type">GtkListStore</span></a> and fills +it with enum values. The enum needs to be registered to the type +system and should have translatable value names.</p> +<div class="refsect3"> +<a name="gimp-enum-store-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>enum_type</p></td> +<td class="parameter_description"><p>the <span class="type">GType</span> of an enum.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-enum-store-new.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-enum-store-new-with-range"></a><h3>gimp_enum_store_new_with_range ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct"><span class="returnvalue">GtkListStore</span></a> * +gimp_enum_store_new_with_range (<em class="parameter"><code><span class="type">GType</span> enum_type</code></em>, + <em class="parameter"><code><span class="type">gint</span> minimum</code></em>, + <em class="parameter"><code><span class="type">gint</span> maximum</code></em>);</pre> +<p>Creates a new <a class="link" href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a> like <a class="link" href="GimpEnumStore.html#gimp-enum-store-new" title="gimp_enum_store_new ()"><code class="function">gimp_enum_store_new()</code></a> but allows +to limit the enum values to a certain range. Values smaller than +<em class="parameter"><code>minimum</code></em> + or larger than <em class="parameter"><code>maximum</code></em> + are not added to the store.</p> +<div class="refsect3"> +<a name="gimp-enum-store-new-with-range.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>enum_type</p></td> +<td class="parameter_description"><p>the <span class="type">GType</span> of an enum.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>minimum</p></td> +<td class="parameter_description"><p>the minimum value to include</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>maximum</p></td> +<td class="parameter_description"><p>the maximum value to include</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-enum-store-new-with-range.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-enum-store-new-with-values"></a><h3>gimp_enum_store_new_with_values ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct"><span class="returnvalue">GtkListStore</span></a> * +gimp_enum_store_new_with_values (<em class="parameter"><code><span class="type">GType</span> enum_type</code></em>, + <em class="parameter"><code><span class="type">gint</span> n_values</code></em>, + <em class="parameter"><code>...</code></em>);</pre> +<p>Creates a new <a class="link" href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a> like <a class="link" href="GimpEnumStore.html#gimp-enum-store-new" title="gimp_enum_store_new ()"><code class="function">gimp_enum_store_new()</code></a> but allows +to explicitly list the enum values that should be added to the +store.</p> +<div class="refsect3"> +<a name="gimp-enum-store-new-with-values.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>enum_type</p></td> +<td class="parameter_description"><p>the <span class="type">GType</span> of an enum.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>n_values</p></td> +<td class="parameter_description"><p>the number of enum values to include</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>...</p></td> +<td class="parameter_description"><p>a list of enum values (exactly <em class="parameter"><code>n_values</code></em> +)</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-enum-store-new-with-values.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-enum-store-new-with-values-valist"></a><h3>gimp_enum_store_new_with_values_valist ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct"><span class="returnvalue">GtkListStore</span></a> * +gimp_enum_store_new_with_values_valist + (<em class="parameter"><code><span class="type">GType</span> enum_type</code></em>, + <em class="parameter"><code><span class="type">gint</span> n_values</code></em>, + <em class="parameter"><code><span class="type">va_list</span> args</code></em>);</pre> +<p>See <a class="link" href="GimpEnumStore.html#gimp-enum-store-new-with-values" title="gimp_enum_store_new_with_values ()"><code class="function">gimp_enum_store_new_with_values()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-enum-store-new-with-values-valist.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>enum_type</p></td> +<td class="parameter_description"><p>the <span class="type">GType</span> of an enum.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>n_values</p></td> +<td class="parameter_description"><p>the number of enum values to include</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>args</p></td> +<td class="parameter_description"><p>a va_list of enum values (exactly <em class="parameter"><code>n_values</code></em> +)</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-enum-store-new-with-values-valist.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-enum-store-set-stock-prefix"></a><h3>gimp_enum_store_set_stock_prefix ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_enum_store_set_stock_prefix (<em class="parameter"><code><a class="link" href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a> *store</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *stock_prefix</code></em>);</pre> +<div class="warning"> +<p><code class="literal">gimp_enum_store_set_stock_prefix</code> is deprecated and should not be used in newly-written code.</p> +<p>GIMP 2.10</p> +</div> +<p>Creates a stock ID for each enum value in the <em class="parameter"><code>store</code></em> + by appending +the value's nick to the given <em class="parameter"><code>stock_prefix</code></em> +, separated by a hyphen.</p> +<p>See also: <a class="link" href="GimpEnumComboBox.html#gimp-enum-combo-box-set-stock-prefix" title="gimp_enum_combo_box_set_stock_prefix ()"><code class="function">gimp_enum_combo_box_set_stock_prefix()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-enum-store-set-stock-prefix.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>store</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>stock_prefix</p></td> +<td class="parameter_description"><p>a prefix to create icon stock ID from enum values</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-enum-store-set-icon-prefix"></a><h3>gimp_enum_store_set_icon_prefix ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_enum_store_set_icon_prefix (<em class="parameter"><code><a class="link" href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a> *store</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *icon_prefix</code></em>);</pre> +<p>Creates an icon name for each enum value in the <em class="parameter"><code>store</code></em> + by appending +the value's nick to the given <em class="parameter"><code>icon_prefix</code></em> +, separated by a hyphen.</p> +<p>See also: <a class="link" href="GimpEnumComboBox.html#gimp-enum-combo-box-set-icon-prefix" title="gimp_enum_combo_box_set_icon_prefix ()"><code class="function">gimp_enum_combo_box_set_icon_prefix()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-enum-store-set-icon-prefix.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>store</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>icon_prefix</p></td> +<td class="parameter_description"><p>a prefix to create icon names from enum values</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpEnumStore.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpEnumStore-struct"></a><h3>GimpEnumStore</h3> +<pre class="programlisting">typedef struct _GimpEnumStore GimpEnumStore;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpEnumStore.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpEnumStore--enum-type"></a><h3>The <code class="literal">“enum-type”</code> property</h3> +<pre class="programlisting"> “enum-type” <span class="type">GType</span> *</pre> +<p>Sets the <span class="type">GType</span> of the enum to be used in the store.</p> +<p>Owner: GimpEnumStore</p> +<p>Flags: Read / Write / Construct Only</p> +<p>Allowed values: gint</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpFileEntry.html b/devel-docs/libgimpwidgets/html/GimpFileEntry.html new file mode 100644 index 0000000..6b64781 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpFileEntry.html @@ -0,0 +1,285 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpFileEntry: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpEnumLabel.html" title="GimpEnumLabel"> +<link rel="next" href="GimpFrame.html" title="GimpFrame"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpFileEntry.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpFileEntry.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpFileEntry.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpFileEntry.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpEnumLabel.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpFrame.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpFileEntry"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpFileEntry.top_of_page"></a>GimpFileEntry</span></h2> +<p>GimpFileEntry — Widget for entering a filename.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-file-entry.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpFileEntry.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpFileEntry.html#gimp-file-entry-new" title="gimp_file_entry_new ()">gimp_file_entry_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gchar</span> * +</td> +<td class="function_name"> +<a class="link" href="GimpFileEntry.html#gimp-file-entry-get-filename" title="gimp_file_entry_get_filename ()">gimp_file_entry_get_filename</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpFileEntry.html#gimp-file-entry-set-filename" title="gimp_file_entry_set_filename ()">gimp_file_entry_set_filename</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpFileEntry.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody><tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpFileEntry.html#GimpFileEntry-filename-changed" title="The “filename-changed” signal">filename-changed</a></td> +<td class="signal_flags">Run First</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpFileEntry.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpFileEntry.html#GimpFileEntry-struct" title="GimpFileEntry">GimpFileEntry</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpFileEntry.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBox.html#GtkBox-struct">GtkBox</a> + <span class="lineart">╰──</span> GimpFileEntry +</pre> +</div> +<div class="refsect1"> +<a name="GimpFileEntry.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpFileEntry implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="https://developer.gnome.org/gtk3/gtk3-Orientable.html#GtkOrientable-struct">GtkOrientable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpFileEntry.description"></a><h2>Description</h2> +<p>This widget is used to enter filenames or directories.</p> +<p>There is a <a href="https://developer.gnome.org/gtk3/GtkEntry.html#GtkEntry-struct"><span class="type">GtkEntry</span></a> for entering the filename manually and a "..." +button which will pop up a <a href="https://developer.gnome.org/gtk3/GtkFileChooserDialog.html#GtkFileChooserDialog-struct"><span class="type">GtkFileChooserDialog</span></a>.</p> +<p>You can restrict the <a class="link" href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a> to directories. In this +case the filename listbox of the <a href="https://developer.gnome.org/gtk3/GtkFileChooser.html#GtkFileChooser-struct"><span class="type">GtkFileChooser</span></a> dialog will be +set to directory mode.</p> +<p>If you specify <em class="parameter"><code>check_valid</code></em> + as <span class="type">TRUE</span> in <a class="link" href="GimpFileEntry.html#gimp-file-entry-new" title="gimp_file_entry_new ()"><code class="function">gimp_file_entry_new()</code></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"> +<a name="GimpFileEntry.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-file-entry-new"></a><h3>gimp_file_entry_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_file_entry_new (<em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> dir_only</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> check_valid</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_file_entry_new</code> is deprecated and should not be used in newly-written code.</p></div> +<p>You should use <a href="https://developer.gnome.org/gtk3/GtkFileChooserButton.html#GtkFileChooserButton-struct"><span class="type">GtkFileChooserButton</span></a> instead.</p> +<div class="refsect3"> +<a name="gimp-file-entry-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>title</p></td> +<td class="parameter_description"><p>The title of the <a class="link" href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a> dialog.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>filename</p></td> +<td class="parameter_description"><p>The initial filename.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>dir_only</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if the file entry should accept directories only.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>check_valid</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if the widget should check if the entered file +really exists.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-file-entry-new.returns"></a><h4>Returns</h4> +<p> A pointer to the new <a class="link" href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a> widget.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-file-entry-get-filename"></a><h3>gimp_file_entry_get_filename ()</h3> +<pre class="programlisting"><span class="returnvalue">gchar</span> * +gimp_file_entry_get_filename (<em class="parameter"><code><a class="link" href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a> *entry</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_file_entry_get_filename</code> is deprecated and should not be used in newly-written code.</p></div> +<p>Note that you have to <code class="function">g_free()</code> the returned string.</p> +<div class="refsect3"> +<a name="gimp-file-entry-get-filename.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>entry</p></td> +<td class="parameter_description"><p>The file entry you want to know the filename from.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-file-entry-get-filename.returns"></a><h4>Returns</h4> +<p> The file or directory the user has entered.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-file-entry-set-filename"></a><h3>gimp_file_entry_set_filename ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_file_entry_set_filename (<em class="parameter"><code><a class="link" href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a> *entry</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_file_entry_set_filename</code> is deprecated and should not be used in newly-written code.</p></div> +<p>If you specified <em class="parameter"><code>check_valid</code></em> + as <code class="literal">TRUE</code> in <a class="link" href="GimpFileEntry.html#gimp-file-entry-new" title="gimp_file_entry_new ()"><code class="function">gimp_file_entry_new()</code></a> +the <a class="link" href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a> will immediately check the validity of the file +name.</p> +<div class="refsect3"> +<a name="gimp-file-entry-set-filename.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>entry</p></td> +<td class="parameter_description"><p>The file entry you want to set the filename for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>filename</p></td> +<td class="parameter_description"><p>The new filename.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +</div> +<div class="refsect1"> +<a name="GimpFileEntry.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpFileEntry-struct"></a><h3>GimpFileEntry</h3> +<pre class="programlisting">typedef struct _GimpFileEntry GimpFileEntry;</pre> +<div class="warning"><p><code class="literal">GimpFileEntry</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +</div> +<div class="refsect1"> +<a name="GimpFileEntry.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpFileEntry-filename-changed"></a><h3>The <code class="literal">“filename-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a> *gimpfileentry, + <span class="type">gpointer</span> user_data)</pre> +<p>This signal is emitted whenever the user changes the filename.</p> +<div class="refsect3"> +<a name="GimpFileEntry-filename-changed.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<p>Flags: Run First</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpFileEntry.see-also"></a><h2>See Also</h2> +<p><a class="link" href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a></p> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpFrame.html b/devel-docs/libgimpwidgets/html/GimpFrame.html new file mode 100644 index 0000000..22f7815 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpFrame.html @@ -0,0 +1,177 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpFrame: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpFileEntry.html" title="GimpFileEntry"> +<link rel="next" href="GimpHintBox.html" title="GimpHintBox"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpFrame.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpFrame.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpFrame.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_style_properties"> <span class="dim">|</span> + <a href="#GimpFrame.style-properties" class="shortcut">Style Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpFileEntry.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpHintBox.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpFrame"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpFrame.top_of_page"></a>GimpFrame</span></h2> +<p>GimpFrame — A widget providing a HIG-compliant subclass +of <a href="https://developer.gnome.org/gtk3/GtkFrame.html#GtkFrame-struct"><span class="type">GtkFrame</span></a>.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-frame.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpFrame.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody><tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpFrame.html#gimp-frame-new" title="gimp_frame_new ()">gimp_frame_new</a> <span class="c_punctuation">()</span> +</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpFrame.style-properties"></a><h2>Style Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="style_properties_type"> +<col width="300px" class="style_properties_name"> +<col width="200px" class="style_properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><span class="type">gboolean</span></td> +<td class="property_name"><a class="link" href="GimpFrame.html#GimpFrame--s-label-bold" title="The “label-bold” style property">label-bold</a></td> +<td class="property_flags">Read</td> +</tr> +<tr> +<td class="property_type"><span class="type">gint</span></td> +<td class="property_name"><a class="link" href="GimpFrame.html#GimpFrame--s-label-spacing" title="The “label-spacing” style property">label-spacing</a></td> +<td class="property_flags">Read</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpFrame.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpFrame.html#GimpFrame-struct" title="GimpFrame">GimpFrame</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpFrame.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBin.html#GtkBin-struct">GtkBin</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkFrame.html#GtkFrame-struct">GtkFrame</a> + <span class="lineart">╰──</span> GimpFrame +</pre> +</div> +<div class="refsect1"> +<a name="GimpFrame.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpFrame implements + AtkImplementorIface and <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpFrame.description"></a><h2>Description</h2> +<p>A widget providing a HIG-compliant subclass of <a href="https://developer.gnome.org/gtk3/GtkFrame.html#GtkFrame-struct"><span class="type">GtkFrame</span></a>.</p> +</div> +<div class="refsect1"> +<a name="GimpFrame.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-frame-new"></a><h3>gimp_frame_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_frame_new (<em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre> +<p>Creates a <a class="link" href="GimpFrame.html" title="GimpFrame"><span class="type">GimpFrame</span></a> widget. A <a class="link" href="GimpFrame.html" title="GimpFrame"><span class="type">GimpFrame</span></a> is a HIG-compliant +variant of <a href="https://developer.gnome.org/gtk3/GtkFrame.html#GtkFrame-struct"><span class="type">GtkFrame</span></a>. 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 https://developer.gnome.org/hig/stable/).</p> +<div class="refsect3"> +<a name="gimp-frame-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>label</p></td> +<td class="parameter_description"><p>text to set as the frame's title label (or <code class="literal">NULL</code> for no title)</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-frame-new.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpFrame.html" title="GimpFrame"><span class="type">GimpFrame</span></a> widget</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpFrame.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpFrame-struct"></a><h3>GimpFrame</h3> +<pre class="programlisting">typedef struct _GimpFrame GimpFrame;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpFrame.style-property-details"></a><h2>Style Property Details</h2> +<div class="refsect2"> +<a name="GimpFrame--s-label-bold"></a><h3>The <code class="literal">“label-bold”</code> style property</h3> +<pre class="programlisting"> “label-bold” <span class="type">gboolean</span></pre> +<p>Whether the frame's label should be bold.</p> +<p>Owner: GimpFrame</p> +<p>Flags: Read</p> +<p>Default value: TRUE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpFrame--s-label-spacing"></a><h3>The <code class="literal">“label-spacing”</code> style property</h3> +<pre class="programlisting"> “label-spacing” <span class="type">gint</span></pre> +<p>The spacing between the label and the frame content.</p> +<p>Owner: GimpFrame</p> +<p>Flags: Read</p> +<p>Allowed values: >= 0</p> +<p>Default value: 6</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpHintBox.html b/devel-docs/libgimpwidgets/html/GimpHintBox.html new file mode 100644 index 0000000..a11d5a4 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpHintBox.html @@ -0,0 +1,189 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpHintBox: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpFrame.html" title="GimpFrame"> +<link rel="next" href="GimpIntComboBox.html" title="GimpIntComboBox"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpHintBox.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpHintBox.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpHintBox.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpHintBox.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpFrame.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpIntComboBox.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpHintBox"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpHintBox.top_of_page"></a>GimpHintBox</span></h2> +<p>GimpHintBox — Displays a wilber icon and a text.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpHintBox.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody><tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpHintBox.html#gimp-hint-box-new" title="gimp_hint_box_new ()">gimp_hint_box_new</a> <span class="c_punctuation">()</span> +</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpHintBox.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="GimpHintBox.html#GimpHintBox--hint" title="The “hint” property">hint</a></td> +<td class="property_flags">Read / Write / Construct Only</td> +</tr> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="GimpHintBox.html#GimpHintBox--icon-name" title="The “icon-name” property">icon-name</a></td> +<td class="property_flags">Read / Write / Construct Only</td> +</tr> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="GimpHintBox.html#GimpHintBox--stock-id" title="The “stock-id” property">stock-id</a></td> +<td class="property_flags">Read / Write / Construct Only</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpHintBox.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpHintBox.html#GimpHintBox-struct" title="GimpHintBox">GimpHintBox</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpHintBox.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBox.html#GtkBox-struct">GtkBox</a> + <span class="lineart">╰──</span> GimpHintBox +</pre> +</div> +<div class="refsect1"> +<a name="GimpHintBox.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpHintBox implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="https://developer.gnome.org/gtk3/gtk3-Orientable.html#GtkOrientable-struct">GtkOrientable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpHintBox.description"></a><h2>Description</h2> +<p>Displays a wilber icon and a text.</p> +</div> +<div class="refsect1"> +<a name="GimpHintBox.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-hint-box-new"></a><h3>gimp_hint_box_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_hint_box_new (<em class="parameter"><code>const <span class="type">gchar</span> *hint</code></em>);</pre> +<p>Creates a new widget that shows a text label showing <em class="parameter"><code>hint</code></em> +, +decorated with a GIMP_ICON_DIALOG_INFORMATION wilber icon.</p> +<div class="refsect3"> +<a name="gimp-hint-box-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>hint</p></td> +<td class="parameter_description"><p>text to display as a user hint</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-hint-box-new.returns"></a><h4>Returns</h4> +<p> a new widget</p> +<p>Since GIMP 2.4</p> +</div> +</div> +</div> +<div class="refsect1"> +<a name="GimpHintBox.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpHintBox-struct"></a><h3>GimpHintBox</h3> +<pre class="programlisting">typedef struct _GimpHintBox GimpHintBox;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpHintBox.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpHintBox--hint"></a><h3>The <code class="literal">“hint”</code> property</h3> +<pre class="programlisting"> “hint” <span class="type">gchar</span> *</pre> +<p>The hint to display.</p> +<p>Owner: GimpHintBox</p> +<p>Flags: Read / Write / Construct Only</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpHintBox--icon-name"></a><h3>The <code class="literal">“icon-name”</code> property</h3> +<pre class="programlisting"> “icon-name” <span class="type">gchar</span> *</pre> +<p>The icon to show next to the hint.</p> +<p>Owner: GimpHintBox</p> +<p>Flags: Read / Write / Construct Only</p> +<p>Default value: "gimp-info"</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpHintBox--stock-id"></a><h3>The <code class="literal">“stock-id”</code> property</h3> +<pre class="programlisting"> “stock-id” <span class="type">gchar</span> *</pre> +<p>Deprecated: use icon-name instead.</p> +<p>Owner: GimpHintBox</p> +<p>Flags: Read / Write / Construct Only</p> +<p>Default value: "gimp-info"</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpIntComboBox.html b/devel-docs/libgimpwidgets/html/GimpIntComboBox.html new file mode 100644 index 0000000..aa9f7e9 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpIntComboBox.html @@ -0,0 +1,928 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpIntComboBox: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpHintBox.html" title="GimpHintBox"> +<link rel="next" href="GimpIntStore.html" title="GimpIntStore"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpIntComboBox.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpIntComboBox.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpIntComboBox.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpIntComboBox.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpHintBox.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpIntStore.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpIntComboBox"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpIntComboBox.top_of_page"></a>GimpIntComboBox</span></h2> +<p>GimpIntComboBox — A widget providing a popup menu of integer +values (e.g. enums).</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-int-combo-box.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpIntComboBox.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<span class="c_punctuation">(</span><a class="link" href="GimpIntComboBox.html#GimpIntSensitivityFunc" title="GimpIntSensitivityFunc ()">*GimpIntSensitivityFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-new" title="gimp_int_combo_box_new ()">gimp_int_combo_box_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-new-valist" title="gimp_int_combo_box_new_valist ()">gimp_int_combo_box_new_valist</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-new-array" title="gimp_int_combo_box_new_array ()">gimp_int_combo_box_new_array</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-prepend" title="gimp_int_combo_box_prepend ()">gimp_int_combo_box_prepend</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-append" title="gimp_int_combo_box_append ()">gimp_int_combo_box_append</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-set-active" title="gimp_int_combo_box_set_active ()">gimp_int_combo_box_set_active</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-get-active" title="gimp_int_combo_box_get_active ()">gimp_int_combo_box_get_active</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-set-active-by-user-data" title="gimp_int_combo_box_set_active_by_user_data ()">gimp_int_combo_box_set_active_by_user_data</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-get-active-user-data" title="gimp_int_combo_box_get_active_user_data ()">gimp_int_combo_box_get_active_user_data</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-set-label" title="gimp_int_combo_box_set_label ()">gimp_int_combo_box_set_label</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type">const <span class="returnvalue">gchar</span> * +</td> +<td class="function_name"> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-get-label" title="gimp_int_combo_box_get_label ()">gimp_int_combo_box_get_label</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-set-layout" title="gimp_int_combo_box_set_layout ()">gimp_int_combo_box_set_layout</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a class="link" href="GimpIntComboBox.html#GimpIntComboBoxLayout" title="enum GimpIntComboBoxLayout"><span class="returnvalue">GimpIntComboBoxLayout</span></a> +</td> +<td class="function_name"> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-get-layout" title="gimp_int_combo_box_get_layout ()">gimp_int_combo_box_get_layout</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gulong</span> +</td> +<td class="function_name"> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-connect" title="gimp_int_combo_box_connect ()">gimp_int_combo_box_connect</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-set-sensitivity" title="gimp_int_combo_box_set_sensitivity ()">gimp_int_combo_box_set_sensitivity</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpIntComboBox.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><span class="type">PangoEllipsizeMode</span></td> +<td class="property_name"><a class="link" href="GimpIntComboBox.html#GimpIntComboBox--ellipsize" title="The “ellipsize” property">ellipsize</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="GimpIntComboBox.html#GimpIntComboBox--label" title="The “label” property">label</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a class="link" href="GimpIntComboBox.html#GimpIntComboBoxLayout" title="enum GimpIntComboBoxLayout"><span class="type">GimpIntComboBoxLayout</span></a></td> +<td class="property_name"><a class="link" href="GimpIntComboBox.html#GimpIntComboBox--layout" title="The “layout” property">layout</a></td> +<td class="property_flags">Read / Write</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpIntComboBox.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpIntComboBox.html#GimpIntComboBox-struct" title="GimpIntComboBox">GimpIntComboBox</a></td> +</tr> +<tr> +<td class="datatype_keyword">enum</td> +<td class="function_name"><a class="link" href="GimpIntComboBox.html#GimpIntComboBoxLayout" title="enum GimpIntComboBoxLayout">GimpIntComboBoxLayout</a></td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpIntComboBox.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBin.html#GtkBin-struct">GtkBin</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkComboBox.html#GtkComboBox-struct">GtkComboBox</a> + <span class="lineart">╰──</span> GimpIntComboBox + <span class="lineart">╰──</span> <a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox">GimpEnumComboBox</a> +</pre> +</div> +<div class="refsect1"> +<a name="GimpIntComboBox.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpIntComboBox implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>, <a href="https://developer.gnome.org/gtk3/GtkCellLayout.html#GtkCellLayout-struct">GtkCellLayout</a> and <a href="https://developer.gnome.org/gtk3/GtkCellEditable.html#GtkCellEditable-struct">GtkCellEditable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpIntComboBox.description"></a><h2>Description</h2> +<p>A widget providing a popup menu of integer values (e.g. enums).</p> +</div> +<div class="refsect1"> +<a name="GimpIntComboBox.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="GimpIntSensitivityFunc"></a><h3>GimpIntSensitivityFunc ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +<span class="c_punctuation">(</span>*GimpIntSensitivityFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><span class="type">gint</span> value</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-combo-box-new"></a><h3>gimp_int_combo_box_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_int_combo_box_new (<em class="parameter"><code>const <span class="type">gchar</span> *first_label</code></em>, + <em class="parameter"><code><span class="type">gint</span> first_value</code></em>, + <em class="parameter"><code>...</code></em>);</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 <code class="literal">NULL</code> +terminated list of label/value pairs.</p> +<p>If you need to construct an empty <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>, it's best to use +g_object_new (GIMP_TYPE_INT_COMBO_BOX, NULL).</p> +<div class="refsect3"> +<a name="gimp-int-combo-box-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>first_label</p></td> +<td class="parameter_description"><p>the label of the first item</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>first_value</p></td> +<td class="parameter_description"><p>the value of the first item</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>...</p></td> +<td class="parameter_description"><p>a <code class="literal">NULL</code> terminated list of more label, value pairs</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-int-combo-box-new.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-combo-box-new-valist"></a><h3>gimp_int_combo_box_new_valist ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_int_combo_box_new_valist (<em class="parameter"><code>const <span class="type">gchar</span> *first_label</code></em>, + <em class="parameter"><code><span class="type">gint</span> first_value</code></em>, + <em class="parameter"><code><span class="type">va_list</span> values</code></em>);</pre> +<p>A variant of <a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-new" title="gimp_int_combo_box_new ()"><code class="function">gimp_int_combo_box_new()</code></a> that takes a va_list of +label/value pairs. Probably only useful for language bindings.</p> +<div class="refsect3"> +<a name="gimp-int-combo-box-new-valist.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>first_label</p></td> +<td class="parameter_description"><p>the label of the first item</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>first_value</p></td> +<td class="parameter_description"><p>the value of the first item</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>values</p></td> +<td class="parameter_description"><p>a va_list with more values</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-int-combo-box-new-valist.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-combo-box-new-array"></a><h3>gimp_int_combo_box_new_array ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_int_combo_box_new_array (<em class="parameter"><code><span class="type">gint</span> n_values</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *labels[]</code></em>);</pre> +<p>A variant of <a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-new" title="gimp_int_combo_box_new ()"><code class="function">gimp_int_combo_box_new()</code></a> that takes an array of labels. +The array indices are used as values.</p> +<div class="refsect3"> +<a name="gimp-int-combo-box-new-array.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>n_values</p></td> +<td class="parameter_description"><p>the number of values</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>labels</p></td> +<td class="parameter_description"><p>an array of labels (array length must be <em class="parameter"><code>n_values</code></em> +)</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-int-combo-box-new-array.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-combo-box-prepend"></a><h3>gimp_int_combo_box_prepend ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_int_combo_box_prepend (<em class="parameter"><code><a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> *combo_box</code></em>, + <em class="parameter"><code>...</code></em>);</pre> +<p>This function provides a convenient way to prepend items to a +<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>. It prepends a row to the <em class="parameter"><code>combo_box</code></em> +'s list store +and calls <a href="https://developer.gnome.org/gtk3/GtkListStore.html#gtk-list-store-set"><code class="function">gtk_list_store_set()</code></a> for you.</p> +<p>The column number must be taken from the enum <a class="link" href="GimpIntStore.html#GimpIntStoreColumns" title="enum GimpIntStoreColumns"><span class="type">GimpIntStoreColumns</span></a>.</p> +<div class="refsect3"> +<a name="gimp-int-combo-box-prepend.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>combo_box</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>...</p></td> +<td class="parameter_description"><p>pairs of column number and value, terminated with -1</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-combo-box-append"></a><h3>gimp_int_combo_box_append ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_int_combo_box_append (<em class="parameter"><code><a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> *combo_box</code></em>, + <em class="parameter"><code>...</code></em>);</pre> +<p>This function provides a convenient way to append items to a +<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>. It appends a row to the <em class="parameter"><code>combo_box</code></em> +'s list store +and calls <a href="https://developer.gnome.org/gtk3/GtkListStore.html#gtk-list-store-set"><code class="function">gtk_list_store_set()</code></a> for you.</p> +<p>The column number must be taken from the enum <a class="link" href="GimpIntStore.html#GimpIntStoreColumns" title="enum GimpIntStoreColumns"><span class="type">GimpIntStoreColumns</span></a>.</p> +<div class="refsect3"> +<a name="gimp-int-combo-box-append.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>combo_box</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>...</p></td> +<td class="parameter_description"><p>pairs of column number and value, terminated with -1</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-combo-box-set-active"></a><h3>gimp_int_combo_box_set_active ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_int_combo_box_set_active (<em class="parameter"><code><a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> *combo_box</code></em>, + <em class="parameter"><code><span class="type">gint</span> value</code></em>);</pre> +<p>Looks up the item that belongs to the given <em class="parameter"><code>value</code></em> + and makes it the +selected item in the <em class="parameter"><code>combo_box</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-int-combo-box-set-active.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>combo_box</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>value</p></td> +<td class="parameter_description"><p>an integer value</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-int-combo-box-set-active.returns"></a><h4>Returns</h4> +<p> <code class="literal">TRUE</code> on success or <code class="literal">FALSE</code> if there was no item for +this value.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-combo-box-get-active"></a><h3>gimp_int_combo_box_get_active ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_int_combo_box_get_active (<em class="parameter"><code><a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> *combo_box</code></em>, + <em class="parameter"><code><span class="type">gint</span> *value</code></em>);</pre> +<p>Retrieves the value of the selected (active) item in the <em class="parameter"><code>combo_box</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-int-combo-box-get-active.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>combo_box</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>value</p></td> +<td class="parameter_description"><p>return location for the integer value</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-int-combo-box-get-active.returns"></a><h4>Returns</h4> +<p> <code class="literal">TRUE</code> if <em class="parameter"><code>value</code></em> +has been set or <code class="literal">FALSE</code> if no item was +active.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-combo-box-set-active-by-user-data"></a><h3>gimp_int_combo_box_set_active_by_user_data ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_int_combo_box_set_active_by_user_data + (<em class="parameter"><code><a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> *combo_box</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> +<p>Looks up the item that has the given <em class="parameter"><code>user_data</code></em> + and makes it the +selected item in the <em class="parameter"><code>combo_box</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-int-combo-box-set-active-by-user-data.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>combo_box</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>an integer value</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-int-combo-box-set-active-by-user-data.returns"></a><h4>Returns</h4> +<p> <code class="literal">TRUE</code> on success or <code class="literal">FALSE</code> if there was no item for +this user-data.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-combo-box-get-active-user-data"></a><h3>gimp_int_combo_box_get_active_user_data ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_int_combo_box_get_active_user_data + (<em class="parameter"><code><a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> *combo_box</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> *user_data</code></em>);</pre> +<p>Retrieves the user-data of the selected (active) item in the <em class="parameter"><code>combo_box</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-int-combo-box-get-active-user-data.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>combo_box</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>return location for the gpointer value</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-int-combo-box-get-active-user-data.returns"></a><h4>Returns</h4> +<p> <code class="literal">TRUE</code> if <em class="parameter"><code>user_data</code></em> +has been set or <code class="literal">FALSE</code> if no item was +active.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-combo-box-set-label"></a><h3>gimp_int_combo_box_set_label ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_int_combo_box_set_label (<em class="parameter"><code><a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> *combo_box</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre> +<p>Sets a caption on the <em class="parameter"><code>combo_box</code></em> + that will be displayed +left-aligned inside the box. When a label is set, the remaining +contents of the box will be right-aligned. This is useful for +places where screen estate is rare, like in tool options.</p> +<div class="refsect3"> +<a name="gimp-int-combo-box-set-label.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>combo_box</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>label</p></td> +<td class="parameter_description"><p>a string to be shown as label</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-combo-box-get-label"></a><h3>gimp_int_combo_box_get_label ()</h3> +<pre class="programlisting">const <span class="returnvalue">gchar</span> * +gimp_int_combo_box_get_label (<em class="parameter"><code><a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> *combo_box</code></em>);</pre> +<p>Returns the label previously set with <a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-set-label" title="gimp_int_combo_box_set_label ()"><code class="function">gimp_int_combo_box_set_label()</code></a>, +or <code class="literal">NULL</code>,</p> +<div class="refsect3"> +<a name="gimp-int-combo-box-get-label.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>combo_box</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-int-combo-box-get-label.returns"></a><h4>Returns</h4> +<p> the <em class="parameter"><code>combo_box</code></em> +' label.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-combo-box-set-layout"></a><h3>gimp_int_combo_box_set_layout ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_int_combo_box_set_layout (<em class="parameter"><code><a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> *combo_box</code></em>, + <em class="parameter"><code><a class="link" href="GimpIntComboBox.html#GimpIntComboBoxLayout" title="enum GimpIntComboBoxLayout"><span class="type">GimpIntComboBoxLayout</span></a> layout</code></em>);</pre> +<p>Sets the layout of <em class="parameter"><code>combo_box</code></em> + to <em class="parameter"><code>layout</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-int-combo-box-set-layout.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>combo_box</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>layout</p></td> +<td class="parameter_description"><p>the combo box layout</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-combo-box-get-layout"></a><h3>gimp_int_combo_box_get_layout ()</h3> +<pre class="programlisting"><a class="link" href="GimpIntComboBox.html#GimpIntComboBoxLayout" title="enum GimpIntComboBoxLayout"><span class="returnvalue">GimpIntComboBoxLayout</span></a> +gimp_int_combo_box_get_layout (<em class="parameter"><code><a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> *combo_box</code></em>);</pre> +<p>Returns the layout of <em class="parameter"><code>combo_box</code></em> +</p> +<div class="refsect3"> +<a name="gimp-int-combo-box-get-layout.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>combo_box</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-int-combo-box-get-layout.returns"></a><h4>Returns</h4> +<p> the <em class="parameter"><code>combo_box</code></em> +'s layout.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-combo-box-connect"></a><h3>gimp_int_combo_box_connect ()</h3> +<pre class="programlisting"><span class="returnvalue">gulong</span> +gimp_int_combo_box_connect (<em class="parameter"><code><a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> *combo_box</code></em>, + <em class="parameter"><code><span class="type">gint</span> value</code></em>, + <em class="parameter"><code><span class="type">GCallback</span> callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<p>A convenience function that sets the initial <em class="parameter"><code>value</code></em> + of a +<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> and connects <em class="parameter"><code>callback</code></em> + to the "changed" +signal.</p> +<p>This function also calls the <em class="parameter"><code>callback</code></em> + once after setting the +initial <em class="parameter"><code>value</code></em> +. This is often convenient when working with combo +boxes that select a default active item, like for example +<a href="/local/head/share/gtk-doc/html/libgimp3/libgimp3-GimpItemComboBox.html#gimp-drawable-combo-box-new"><code class="function">gimp_drawable_combo_box_new()</code></a>. If you pass an invalid initial +<em class="parameter"><code>value</code></em> +, the <em class="parameter"><code>callback</code></em> + will be called with the default item active.</p> +<div class="refsect3"> +<a name="gimp-int-combo-box-connect.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>combo_box</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>value</p></td> +<td class="parameter_description"><p>the value to set</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback</p></td> +<td class="parameter_description"><p>a callback to connect to the <em class="parameter"><code>combo_box</code></em> +'s "changed" signal</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>a pointer passed as data to <code class="function">g_signal_connect()</code></p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-int-combo-box-connect.returns"></a><h4>Returns</h4> +<p> the signal handler ID as returned by <code class="function">g_signal_connect()</code></p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-combo-box-set-sensitivity"></a><h3>gimp_int_combo_box_set_sensitivity ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_int_combo_box_set_sensitivity (<em class="parameter"><code><a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> *combo_box</code></em>, + <em class="parameter"><code><a class="link" href="GimpIntComboBox.html#GimpIntSensitivityFunc" title="GimpIntSensitivityFunc ()"><span class="type">GimpIntSensitivityFunc</span></a> func</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>, + <em class="parameter"><code><span class="type">GDestroyNotify</span> destroy</code></em>);</pre> +<p>Sets a function that is used to decide about the sensitivity of +rows in the <em class="parameter"><code>combo_box</code></em> +. Use this if you want to set certain rows +insensitive.</p> +<p>Calling <a href="https://developer.gnome.org/gtk3/GtkWidget.html#gtk-widget-queue-draw"><code class="function">gtk_widget_queue_draw()</code></a> on the <em class="parameter"><code>combo_box</code></em> + will cause the +sensitivity to be updated.</p> +<div class="refsect3"> +<a name="gimp-int-combo-box-set-sensitivity.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>combo_box</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>func</p></td> +<td class="parameter_description"><p>a function that returns a boolean value, or <code class="literal">NULL</code> to unset</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>data to pass to <em class="parameter"><code>func</code></em> +</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>destroy</p></td> +<td class="parameter_description"><p>destroy notification for <em class="parameter"><code>data</code></em> +</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpIntComboBox.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpIntComboBox-struct"></a><h3>GimpIntComboBox</h3> +<pre class="programlisting">typedef struct _GimpIntComboBox GimpIntComboBox;</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GimpIntComboBoxLayout"></a><h3>enum GimpIntComboBoxLayout</h3> +<p>Possible layouts for <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>.</p> +<div class="refsect3"> +<a name="GimpIntComboBoxLayout.members"></a><h4>Members</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="300px" class="enum_members_name"> +<col class="enum_members_description"> +<col width="200px" class="enum_members_annotations"> +</colgroup> +<tbody> +<tr> +<td class="enum_member_name"><p><a name="GIMP-INT-COMBO-BOX-LAYOUT-ICON-ONLY:CAPS"></a>GIMP_INT_COMBO_BOX_LAYOUT_ICON_ONLY</p></td> +<td class="enum_member_description"> +<p>show icons only</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-INT-COMBO-BOX-LAYOUT-ABBREVIATED:CAPS"></a>GIMP_INT_COMBO_BOX_LAYOUT_ABBREVIATED</p></td> +<td class="enum_member_description"> +<p>show icons and abbreviated labels, +when available</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-INT-COMBO-BOX-LAYOUT-FULL:CAPS"></a>GIMP_INT_COMBO_BOX_LAYOUT_FULL</p></td> +<td class="enum_member_description"> +<p>show icons and full labels</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpIntComboBox.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpIntComboBox--ellipsize"></a><h3>The <code class="literal">“ellipsize”</code> property</h3> +<pre class="programlisting"> “ellipsize” <span class="type">PangoEllipsizeMode</span></pre> +<p>Specifies the preferred place to ellipsize text in the combo-box, +if the cell renderer does not have enough room to display the +entire string.</p> +<p>Owner: GimpIntComboBox</p> +<p>Flags: Read / Write</p> +<p>Default value: PANGO_ELLIPSIZE_NONE</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpIntComboBox--label"></a><h3>The <code class="literal">“label”</code> property</h3> +<pre class="programlisting"> “label” <span class="type">gchar</span> *</pre> +<p>Sets a label on the combo-box, see <a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-set-label" title="gimp_int_combo_box_set_label ()"><code class="function">gimp_int_combo_box_set_label()</code></a>.</p> +<p>Owner: GimpIntComboBox</p> +<p>Flags: Read / Write</p> +<p>Default value: NULL</p> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpIntComboBox--layout"></a><h3>The <code class="literal">“layout”</code> property</h3> +<pre class="programlisting"> “layout” <a class="link" href="GimpIntComboBox.html#GimpIntComboBoxLayout" title="enum GimpIntComboBoxLayout"><span class="type">GimpIntComboBoxLayout</span></a></pre> +<p>Specifies the combo box layout.</p> +<p>Owner: GimpIntComboBox</p> +<p>Flags: Read / Write</p> +<p>Default value: GIMP_INT_COMBO_BOX_LAYOUT_ABBREVIATED</p> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpIntStore.html b/devel-docs/libgimpwidgets/html/GimpIntStore.html new file mode 100644 index 0000000..497ac83 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpIntStore.html @@ -0,0 +1,336 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpIntStore: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpIntComboBox.html" title="GimpIntComboBox"> +<link rel="next" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpIntStore.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpIntStore.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpIntStore.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpIntStore.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpIntComboBox.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpMemsizeEntry.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpIntStore"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpIntStore.top_of_page"></a>GimpIntStore</span></h2> +<p>GimpIntStore — A model for integer based name-value pairs +(e.g. enums)</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpIntStore.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct"><span class="returnvalue">GtkListStore</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpIntStore.html#gimp-int-store-new" title="gimp_int_store_new ()">gimp_int_store_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpIntStore.html#gimp-int-store-lookup-by-value" title="gimp_int_store_lookup_by_value ()">gimp_int_store_lookup_by_value</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpIntStore.html#gimp-int-store-lookup-by-user-data" title="gimp_int_store_lookup_by_user_data ()">gimp_int_store_lookup_by_user_data</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpIntStore.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody><tr> +<td class="property_type"> +<span class="type">GType</span> *</td> +<td class="property_name"><a class="link" href="GimpIntStore.html#GimpIntStore--user-data-type" title="The “user-data-type” property">user-data-type</a></td> +<td class="property_flags">Read / Write / Construct Only</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpIntStore.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpIntStore.html#GimpIntStore-struct" title="GimpIntStore">GimpIntStore</a></td> +</tr> +<tr> +<td class="datatype_keyword">enum</td> +<td class="function_name"><a class="link" href="GimpIntStore.html#GimpIntStoreColumns" title="enum GimpIntStoreColumns">GimpIntStoreColumns</a></td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpIntStore.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct">GtkListStore</a> + <span class="lineart">╰──</span> GimpIntStore + <span class="lineart">╰──</span> <a class="link" href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> +</pre> +</div> +<div class="refsect1"> +<a name="GimpIntStore.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpIntStore implements + <a href="https://developer.gnome.org/gtk3/GtkTreeModel.html#GtkTreeModel-struct">GtkTreeModel</a>, <a href="https://developer.gnome.org/gtk3/gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragSource-struct">GtkTreeDragSource</a>, <a href="https://developer.gnome.org/gtk3/gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragDest-struct">GtkTreeDragDest</a>, <a href="https://developer.gnome.org/gtk3/GtkTreeSortable.html#GtkTreeSortable-struct">GtkTreeSortable</a> and <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpIntStore.description"></a><h2>Description</h2> +<p>A model for integer based name-value pairs (e.g. enums)</p> +</div> +<div class="refsect1"> +<a name="GimpIntStore.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-int-store-new"></a><h3>gimp_int_store_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct"><span class="returnvalue">GtkListStore</span></a> * +gimp_int_store_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<p>Creates a <a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct"><span class="type">GtkListStore</span></a> with a number of useful columns. +<a class="link" 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> +<div class="refsect3"> +<a name="gimp-int-store-new.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-store-lookup-by-value"></a><h3>gimp_int_store_lookup_by_value ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_int_store_lookup_by_value (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkTreeModel.html#GtkTreeModel-struct"><span class="type">GtkTreeModel</span></a> *model</code></em>, + <em class="parameter"><code><span class="type">gint</span> value</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkTreeModel.html#GtkTreeIter-struct"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre> +<p>Iterate over the <em class="parameter"><code>model</code></em> + looking for <em class="parameter"><code>value</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-int-store-lookup-by-value.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>model</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>value</p></td> +<td class="parameter_description"><p>an integer value to lookup in the <em class="parameter"><code>model</code></em> +</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>iter</p></td> +<td class="parameter_description"><p>return location for the iter of the given <em class="parameter"><code>value</code></em> +</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-int-store-lookup-by-value.returns"></a><h4>Returns</h4> +<p> <code class="literal">TRUE</code> if the value has been located and <em class="parameter"><code>iter</code></em> +is +valid, <code class="literal">FALSE</code> otherwise.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-store-lookup-by-user-data"></a><h3>gimp_int_store_lookup_by_user_data ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_int_store_lookup_by_user_data (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkTreeModel.html#GtkTreeModel-struct"><span class="type">GtkTreeModel</span></a> *model</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkTreeModel.html#GtkTreeIter-struct"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre> +<p>Iterate over the <em class="parameter"><code>model</code></em> + looking for <em class="parameter"><code>user_data</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-int-store-lookup-by-user-data.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>model</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>a gpointer "user-data" to lookup in the <em class="parameter"><code>model</code></em> +</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>iter</p></td> +<td class="parameter_description"><p>return location for the iter of the given <em class="parameter"><code>user_data</code></em> +</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-int-store-lookup-by-user-data.returns"></a><h4>Returns</h4> +<p> <code class="literal">TRUE</code> if the user-data has been located and <em class="parameter"><code>iter</code></em> +is +valid, <code class="literal">FALSE</code> otherwise.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpIntStore.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpIntStore-struct"></a><h3>GimpIntStore</h3> +<pre class="programlisting">typedef struct _GimpIntStore GimpIntStore;</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GimpIntStoreColumns"></a><h3>enum GimpIntStoreColumns</h3> +<p>The column types of <a class="link" href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a>.</p> +<div class="refsect3"> +<a name="GimpIntStoreColumns.members"></a><h4>Members</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="300px" class="enum_members_name"> +<col class="enum_members_description"> +<col width="200px" class="enum_members_annotations"> +</colgroup> +<tbody> +<tr> +<td class="enum_member_name"><p><a name="GIMP-INT-STORE-VALUE:CAPS"></a>GIMP_INT_STORE_VALUE</p></td> +<td class="enum_member_description"> +<p>the integer value</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-INT-STORE-LABEL:CAPS"></a>GIMP_INT_STORE_LABEL</p></td> +<td class="enum_member_description"> +<p>a human-readable label</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-INT-STORE-ICON-NAME:CAPS"></a>GIMP_INT_STORE_ICON_NAME</p></td> +<td class="enum_member_description"> +<p>an icon name</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-INT-STORE-PIXBUF:CAPS"></a>GIMP_INT_STORE_PIXBUF</p></td> +<td class="enum_member_description"> +<p>a <span class="type">GdkPixbuf</span></p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-INT-STORE-USER-DATA:CAPS"></a>GIMP_INT_STORE_USER_DATA</p></td> +<td class="enum_member_description"> +<p>arbitrary user data</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-INT-STORE-ABBREV:CAPS"></a>GIMP_INT_STORE_ABBREV</p></td> +<td class="enum_member_description"> +<p>an abbreviated label</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-INT-STORE-NUM-COLUMNS:CAPS"></a>GIMP_INT_STORE_NUM_COLUMNS</p></td> +<td class="enum_member_description"> +<p>the number of columns</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-INT-STORE-STOCK-ID:CAPS"></a>GIMP_INT_STORE_STOCK_ID</p></td> +<td class="enum_member_description"> +<p>compat alias for <em class="parameter"><code>GIMP_INT_STORE_ICON_NAME</code></em> +</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +</div> +<div class="refsect1"> +<a name="GimpIntStore.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpIntStore--user-data-type"></a><h3>The <code class="literal">“user-data-type”</code> property</h3> +<pre class="programlisting"> “user-data-type” <span class="type">GType</span> *</pre> +<p>Sets the <span class="type">GType</span> for the GIMP_INT_STORE_USER_DATA column.</p> +<p>You need to set this property when constructing the store if you want +to use the GIMP_INT_STORE_USER_DATA column and want to have the store +handle ref-counting of your user data.</p> +<p>Owner: GimpIntStore</p> +<p>Flags: Read / Write / Construct Only</p> +<p>Allowed values: void</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpMemsizeEntry.html b/devel-docs/libgimpwidgets/html/GimpMemsizeEntry.html new file mode 100644 index 0000000..c0975ae --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpMemsizeEntry.html @@ -0,0 +1,247 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpMemSizeEntry: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpIntStore.html" title="GimpIntStore"> +<link rel="next" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpMemsizeEntry.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpMemsizeEntry.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpMemsizeEntry.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpMemsizeEntry.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpIntStore.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpNumberPairEntry.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpMemsizeEntry"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpMemsizeEntry.top_of_page"></a>GimpMemSizeEntry</span></h2> +<p>GimpMemSizeEntry — A composite widget to enter a memory size.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-memsize-entry.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpMemsizeEntry.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpMemsizeEntry.html#gimp-memsize-entry-new" title="gimp_memsize_entry_new ()">gimp_memsize_entry_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpMemsizeEntry.html#gimp-memsize-entry-set-value" title="gimp_memsize_entry_set_value ()">gimp_memsize_entry_set_value</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">guint64</span> +</td> +<td class="function_name"> +<a class="link" href="GimpMemsizeEntry.html#gimp-memsize-entry-get-value" title="gimp_memsize_entry_get_value ()">gimp_memsize_entry_get_value</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpMemsizeEntry.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody><tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpMemsizeEntry.html#GimpMemsizeEntry-value-changed" title="The “value-changed” signal">value-changed</a></td> +<td class="signal_flags">Run First</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpMemsizeEntry.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpMemsizeEntry.html#GimpMemsizeEntry-struct" title="GimpMemsizeEntry">GimpMemsizeEntry</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpMemsizeEntry.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBox.html#GtkBox-struct">GtkBox</a> + <span class="lineart">╰──</span> GimpMemsizeEntry +</pre> +</div> +<div class="refsect1"> +<a name="GimpMemsizeEntry.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpMemsizeEntry implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="https://developer.gnome.org/gtk3/gtk3-Orientable.html#GtkOrientable-struct">GtkOrientable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpMemsizeEntry.description"></a><h2>Description</h2> +<p>Similar to a <a class="link" 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. A combo box allows one to +switch between Kilobytes, Megabytes and Gigabytes. Used in the GIMP +preferences dialog.</p> +</div> +<div class="refsect1"> +<a name="GimpMemsizeEntry.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-memsize-entry-new"></a><h3>gimp_memsize_entry_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_memsize_entry_new (<em class="parameter"><code><span class="type">guint64</span> value</code></em>, + <em class="parameter"><code><span class="type">guint64</span> lower</code></em>, + <em class="parameter"><code><span class="type">guint64</span> upper</code></em>);</pre> +<p>Creates a new <a class="link" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry"><span class="type">GimpMemsizeEntry</span></a> which is a <a href="https://developer.gnome.org/gtk3/GtkHBox.html#GtkHBox-struct"><span class="type">GtkHBox</span></a> with a <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a> +and a <span class="type">GtkOptionMenu</span> all setup to allow the user to enter memory sizes.</p> +<div class="refsect3"> +<a name="gimp-memsize-entry-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>value</p></td> +<td class="parameter_description"><p>the initial value (in Bytes)</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>lower</p></td> +<td class="parameter_description"><p>the lower limit for the value (in Bytes)</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>upper</p></td> +<td class="parameter_description"><p>the upper limit for the value (in Bytes)</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-memsize-entry-new.returns"></a><h4>Returns</h4> +<p> Pointer to the new <a class="link" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry"><span class="type">GimpMemsizeEntry</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-memsize-entry-set-value"></a><h3>gimp_memsize_entry_set_value ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_memsize_entry_set_value (<em class="parameter"><code><a class="link" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry"><span class="type">GimpMemsizeEntry</span></a> *entry</code></em>, + <em class="parameter"><code><span class="type">guint64</span> value</code></em>);</pre> +<p>Sets the <em class="parameter"><code>entry</code></em> +'s value. Please note that the <a class="link" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry"><span class="type">GimpMemsizeEntry</span></a> rounds +the value to full Kilobytes.</p> +<div class="refsect3"> +<a name="gimp-memsize-entry-set-value.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>entry</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry"><span class="type">GimpMemsizeEntry</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>value</p></td> +<td class="parameter_description"><p>the new value (in Bytes)</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-memsize-entry-get-value"></a><h3>gimp_memsize_entry_get_value ()</h3> +<pre class="programlisting"><span class="returnvalue">guint64</span> +gimp_memsize_entry_get_value (<em class="parameter"><code><a class="link" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry"><span class="type">GimpMemsizeEntry</span></a> *entry</code></em>);</pre> +<p>Retrieves the current value from a <a class="link" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry"><span class="type">GimpMemsizeEntry</span></a>.</p> +<div class="refsect3"> +<a name="gimp-memsize-entry-get-value.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>entry</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry"><span class="type">GimpMemsizeEntry</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-memsize-entry-get-value.returns"></a><h4>Returns</h4> +<p> the current value of <em class="parameter"><code>entry</code></em> +(in Bytes).</p> +</div> +</div> +</div> +<div class="refsect1"> +<a name="GimpMemsizeEntry.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpMemsizeEntry-struct"></a><h3>GimpMemsizeEntry</h3> +<pre class="programlisting">typedef struct _GimpMemsizeEntry GimpMemsizeEntry;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpMemsizeEntry.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpMemsizeEntry-value-changed"></a><h3>The <code class="literal">“value-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry"><span class="type">GimpMemsizeEntry</span></a> *gimpmemsizeentry, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpNumberPairEntry.html b/devel-docs/libgimpwidgets/html/GimpNumberPairEntry.html new file mode 100644 index 0000000..342b714 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpNumberPairEntry.html @@ -0,0 +1,933 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpNumberPairEntry: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry"> +<link rel="next" href="GimpOffsetArea.html" title="GimpOffsetArea"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpNumberPairEntry.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpNumberPairEntry.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpNumberPairEntry.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpNumberPairEntry.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpNumberPairEntry.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpMemsizeEntry.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpOffsetArea.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpNumberPairEntry"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpNumberPairEntry.top_of_page"></a>GimpNumberPairEntry</span></h2> +<p>GimpNumberPairEntry — A <a href="https://developer.gnome.org/gtk3/GtkEntry.html#GtkEntry-struct"><span class="type">GtkEntry</span></a> subclass to enter ratios.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-number-pair-entry.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpNumberPairEntry.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-new" title="gimp_number_pair_entry_new ()">gimp_number_pair_entry_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-set-default-values" title="gimp_number_pair_entry_set_default_values ()">gimp_number_pair_entry_set_default_values</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-get-default-values" title="gimp_number_pair_entry_get_default_values ()">gimp_number_pair_entry_get_default_values</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-set-values" title="gimp_number_pair_entry_set_values ()">gimp_number_pair_entry_set_values</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-get-values" title="gimp_number_pair_entry_get_values ()">gimp_number_pair_entry_get_values</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a class="link" href="GimpNumberPairEntry.html#GimpAspectType" title="enum GimpAspectType"><span class="returnvalue">GimpAspectType</span></a> +</td> +<td class="function_name"> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-get-aspect" title="gimp_number_pair_entry_get_aspect ()">gimp_number_pair_entry_get_aspect</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-set-aspect" title="gimp_number_pair_entry_set_aspect ()">gimp_number_pair_entry_set_aspect</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gdouble</span> +</td> +<td class="function_name"> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-get-ratio" title="gimp_number_pair_entry_get_ratio ()">gimp_number_pair_entry_get_ratio</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-set-ratio" title="gimp_number_pair_entry_set_ratio ()">gimp_number_pair_entry_set_ratio</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-get-user-override" title="gimp_number_pair_entry_get_user_override ()">gimp_number_pair_entry_get_user_override</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-set-user-override" title="gimp_number_pair_entry_set_user_override ()">gimp_number_pair_entry_set_user_override</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type">const <span class="returnvalue">gchar</span> * +</td> +<td class="function_name"> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-get-default-text" title="gimp_number_pair_entry_get_default_text ()">gimp_number_pair_entry_get_default_text</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-set-default-text" title="gimp_number_pair_entry_set_default_text ()">gimp_number_pair_entry_set_default_text</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpNumberPairEntry.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><span class="type">gboolean</span></td> +<td class="property_name"><a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--allow-simplification" title="The “allow-simplification” property">allow-simplification</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a class="link" href="GimpNumberPairEntry.html#GimpAspectType" title="enum GimpAspectType"><span class="type">GimpAspectType</span></a></td> +<td class="property_name"><a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--aspect" title="The “aspect” property">aspect</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">gdouble</span></td> +<td class="property_name"><a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--default-left-number" title="The “default-left-number” property">default-left-number</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">gdouble</span></td> +<td class="property_name"><a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--default-right-number" title="The “default-right-number” property">default-right-number</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--default-text" title="The “default-text” property">default-text</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">gdouble</span></td> +<td class="property_name"><a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--left-number" title="The “left-number” property">left-number</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">gdouble</span></td> +<td class="property_name"><a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--max-valid-value" title="The “max-valid-value” property">max-valid-value</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">gdouble</span></td> +<td class="property_name"><a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--min-valid-value" title="The “min-valid-value” property">min-valid-value</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">gdouble</span></td> +<td class="property_name"><a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--ratio" title="The “ratio” property">ratio</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">gdouble</span></td> +<td class="property_name"><a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--right-number" title="The “right-number” property">right-number</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--separators" title="The “separators” property">separators</a></td> +<td class="property_flags">Read / Write / Construct Only</td> +</tr> +<tr> +<td class="property_type"><span class="type">gboolean</span></td> +<td class="property_name"><a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--user-override" title="The “user-override” property">user-override</a></td> +<td class="property_flags">Read / Write</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpNumberPairEntry.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry-numbers-changed" title="The “numbers-changed” signal">numbers-changed</a></td> +<td class="signal_flags">Run First</td> +</tr> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry-ratio-changed" title="The “ratio-changed” signal">ratio-changed</a></td> +<td class="signal_flags">Run First</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpNumberPairEntry.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry-struct" title="GimpNumberPairEntry">GimpNumberPairEntry</a></td> +</tr> +<tr> +<td class="datatype_keyword">enum</td> +<td class="function_name"><a class="link" href="GimpNumberPairEntry.html#GimpAspectType" title="enum GimpAspectType">GimpAspectType</a></td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpNumberPairEntry.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkEntry.html#GtkEntry-struct">GtkEntry</a> + <span class="lineart">╰──</span> GimpNumberPairEntry +</pre> +</div> +<div class="refsect1"> +<a name="GimpNumberPairEntry.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpNumberPairEntry implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>, <a href="https://developer.gnome.org/gtk3/GtkEditable.html#GtkEditable-struct">GtkEditable</a> and <a href="https://developer.gnome.org/gtk3/GtkCellEditable.html#GtkCellEditable-struct">GtkCellEditable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpNumberPairEntry.description"></a><h2>Description</h2> +<p>A <a href="https://developer.gnome.org/gtk3/GtkEntry.html#GtkEntry-struct"><span class="type">GtkEntry</span></a> subclass to enter ratios.</p> +</div> +<div class="refsect1"> +<a name="GimpNumberPairEntry.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-number-pair-entry-new"></a><h3>gimp_number_pair_entry_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_number_pair_entry_new (<em class="parameter"><code>const <span class="type">gchar</span> *separators</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> allow_simplification</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> min_valid_value</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> max_valid_value</code></em>);</pre> +<p>Creates a new <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> widget, which is a GtkEntry that +accepts two numbers separated by a separator. Typical input example +with a 'x' separator: "377x233".</p> +<p>The widget supports simplification of the entered ratio when the +input ends in '=', if "allow-simplification" is TRUE.</p> +<p>The "separators" property contains a string of characters valid as +separators when parsing input. The first separator is used when +displaying the current values.</p> +<p>It is possible to specify what range of values that shall be +considered as valid when parsing user input, by changing +"min-valid-value" and "max-valid-value".</p> +<p>The first separator of <em class="parameter"><code>separators</code></em> + is used to display the current +value.</p> +<div class="refsect3"> +<a name="gimp-number-pair-entry-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>separators</p></td> +<td class="parameter_description"><p>The allowed separators.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>allow_simplification</p></td> +<td class="parameter_description"><p>Whether to do simplification on the entered term.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>min_valid_value</p></td> +<td class="parameter_description"><p>The minimum allowed result value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>max_valid_value</p></td> +<td class="parameter_description"><p>The maximum allowed result value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-number-pair-entry-new.returns"></a><h4>Returns</h4> +<p> The new <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-number-pair-entry-set-default-values"></a><h3>gimp_number_pair_entry_set_default_values ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_number_pair_entry_set_default_values + (<em class="parameter"><code><a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> *entry</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> left</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> right</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-number-pair-entry-set-default-values.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>entry</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>left</p></td> +<td class="parameter_description"><p>Default left value in the entry.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>right</p></td> +<td class="parameter_description"><p>Default right value in the entry.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-number-pair-entry-get-default-values"></a><h3>gimp_number_pair_entry_get_default_values ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_number_pair_entry_get_default_values + (<em class="parameter"><code><a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> *entry</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> *left</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> *right</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-number-pair-entry-get-default-values.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>entry</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>left</p></td> +<td class="parameter_description"><p>Pointer of where to put left value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>right</p></td> +<td class="parameter_description"><p>Pointer of where to put right value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-number-pair-entry-set-values"></a><h3>gimp_number_pair_entry_set_values ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_number_pair_entry_set_values (<em class="parameter"><code><a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> *entry</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> left</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> right</code></em>);</pre> +<p>Forces setting the numbers displayed by a <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a>, +ignoring if the user has set his/her own value. The state of +user-override will not be changed.</p> +<div class="refsect3"> +<a name="gimp-number-pair-entry-set-values.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>entry</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>left</p></td> +<td class="parameter_description"><p>Left number in the entry.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>right</p></td> +<td class="parameter_description"><p>Right number in the entry.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-number-pair-entry-get-values"></a><h3>gimp_number_pair_entry_get_values ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_number_pair_entry_get_values (<em class="parameter"><code><a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> *entry</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> *left</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> *right</code></em>);</pre> +<p>Gets the numbers displayed by a <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a>.</p> +<div class="refsect3"> +<a name="gimp-number-pair-entry-get-values.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>entry</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>left</p></td> +<td class="parameter_description"><p>Pointer of where to store the left number (may be <code class="literal">NULL</code>).</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>right</p></td> +<td class="parameter_description"><p>Pointer of to store the right number (may be <code class="literal">NULL</code>).</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-number-pair-entry-get-aspect"></a><h3>gimp_number_pair_entry_get_aspect ()</h3> +<pre class="programlisting"><a class="link" href="GimpNumberPairEntry.html#GimpAspectType" title="enum GimpAspectType"><span class="returnvalue">GimpAspectType</span></a> +gimp_number_pair_entry_get_aspect (<em class="parameter"><code><a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> *entry</code></em>);</pre> +<p>Gets the aspect of the ratio displayed by a <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a>.</p> +<div class="refsect3"> +<a name="gimp-number-pair-entry-get-aspect.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>entry</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-number-pair-entry-get-aspect.returns"></a><h4>Returns</h4> +<p> The entry's current aspect.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-number-pair-entry-set-aspect"></a><h3>gimp_number_pair_entry_set_aspect ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_number_pair_entry_set_aspect (<em class="parameter"><code><a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> *entry</code></em>, + <em class="parameter"><code><a class="link" href="GimpNumberPairEntry.html#GimpAspectType" title="enum GimpAspectType"><span class="type">GimpAspectType</span></a> aspect</code></em>);</pre> +<p>Sets the aspect of the ratio by swapping the left_number and +right_number if necessary (or setting them to 1.0 in case that +<em class="parameter"><code>aspect</code></em> + is <a class="link" href="GimpNumberPairEntry.html#GIMP-ASPECT-SQUARE:CAPS"><code class="literal">GIMP_ASPECT_SQUARE</code></a>).</p> +<div class="refsect3"> +<a name="gimp-number-pair-entry-set-aspect.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>entry</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>aspect</p></td> +<td class="parameter_description"><p>The new aspect.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-number-pair-entry-get-ratio"></a><h3>gimp_number_pair_entry_get_ratio ()</h3> +<pre class="programlisting"><span class="returnvalue">gdouble</span> +gimp_number_pair_entry_get_ratio (<em class="parameter"><code><a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> *entry</code></em>);</pre> +<p>Retrieves the ratio of the numbers displayed by a <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a>.</p> +<div class="refsect3"> +<a name="gimp-number-pair-entry-get-ratio.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>entry</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-number-pair-entry-get-ratio.returns"></a><h4>Returns</h4> +<p> The ratio value.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-number-pair-entry-set-ratio"></a><h3>gimp_number_pair_entry_set_ratio ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_number_pair_entry_set_ratio (<em class="parameter"><code><a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> *entry</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> ratio</code></em>);</pre> +<p>Sets the numbers of the <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> to have the desired +ratio. If the new ratio is different than the previous ratio, the +"ratio-changed" signal is emitted.</p> +<p>An attempt is made to convert the decimal number into a fraction +with left_number and right_number < 1000.</p> +<div class="refsect3"> +<a name="gimp-number-pair-entry-set-ratio.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>entry</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>ratio</p></td> +<td class="parameter_description"><p>Ratio to set in the widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-number-pair-entry-get-user-override"></a><h3>gimp_number_pair_entry_get_user_override ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_number_pair_entry_get_user_override + (<em class="parameter"><code><a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> *entry</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-number-pair-entry-get-user-override.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>entry</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-number-pair-entry-get-user-override.returns"></a><h4>Returns</h4> +<p> Whether or not the the widget is in user overridden mode.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-number-pair-entry-set-user-override"></a><h3>gimp_number_pair_entry_set_user_override ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_number_pair_entry_set_user_override + (<em class="parameter"><code><a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> *entry</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> user_override</code></em>);</pre> +<p>When the entry is not in user overridden mode, the values will +change when the default values are changed. When in user overridden +mode, setting default values will not affect the active values.</p> +<div class="refsect3"> +<a name="gimp-number-pair-entry-set-user-override.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>entry</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_override</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> sets the entry in user overridden mode, +<code class="literal">FALSE</code> disables.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-number-pair-entry-get-default-text"></a><h3>gimp_number_pair_entry_get_default_text ()</h3> +<pre class="programlisting">const <span class="returnvalue">gchar</span> * +gimp_number_pair_entry_get_default_text + (<em class="parameter"><code><a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> *entry</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-number-pair-entry-get-default-text.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>entry</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-number-pair-entry-get-default-text.returns"></a><h4>Returns</h4> +<p> the string manually set to be shown, or <code class="literal">NULL</code> if values are +shown in a normal fashion.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-number-pair-entry-set-default-text"></a><h3>gimp_number_pair_entry_set_default_text ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_number_pair_entry_set_default_text + (<em class="parameter"><code><a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> *entry</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *string</code></em>);</pre> +<p>Causes the entry to show a given string when in automatic mode, +instead of the default numbers. The only thing this does is making +the <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> showing this string, the internal state +and API calls are not affected.</p> +<p>Set the default string to <code class="literal">NULL</code> to display default values as +normal.</p> +<div class="refsect3"> +<a name="gimp-number-pair-entry-set-default-text.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>entry</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>string</p></td> +<td class="parameter_description"><p>Default string.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpNumberPairEntry.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpNumberPairEntry-struct"></a><h3>GimpNumberPairEntry</h3> +<pre class="programlisting">typedef struct _GimpNumberPairEntry GimpNumberPairEntry;</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GimpAspectType"></a><h3>enum GimpAspectType</h3> +<p>Aspect ratios.</p> +<div class="refsect3"> +<a name="GimpAspectType.members"></a><h4>Members</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="300px" class="enum_members_name"> +<col class="enum_members_description"> +<col width="200px" class="enum_members_annotations"> +</colgroup> +<tbody> +<tr> +<td class="enum_member_name"><p><a name="GIMP-ASPECT-SQUARE:CAPS"></a>GIMP_ASPECT_SQUARE</p></td> +<td class="enum_member_description"> +<p>it's a 1:1 square</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-ASPECT-PORTRAIT:CAPS"></a>GIMP_ASPECT_PORTRAIT</p></td> +<td class="enum_member_description"> +<p>it's higher than it's wide</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-ASPECT-LANDSCAPE:CAPS"></a>GIMP_ASPECT_LANDSCAPE</p></td> +<td class="enum_member_description"> +<p>it's wider than it's high</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +</div> +<div class="refsect1"> +<a name="GimpNumberPairEntry.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpNumberPairEntry--allow-simplification"></a><h3>The <code class="literal">“allow-simplification”</code> property</h3> +<pre class="programlisting"> “allow-simplification” <span class="type">gboolean</span></pre> +<p>Whether to allow simplification.</p> +<p>Owner: GimpNumberPairEntry</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpNumberPairEntry--aspect"></a><h3>The <code class="literal">“aspect”</code> property</h3> +<pre class="programlisting"> “aspect” <a class="link" href="GimpNumberPairEntry.html#GimpAspectType" title="enum GimpAspectType"><span class="type">GimpAspectType</span></a></pre> +<p>The value as aspect.</p> +<p>Owner: GimpNumberPairEntry</p> +<p>Flags: Read / Write</p> +<p>Default value: GIMP_ASPECT_SQUARE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpNumberPairEntry--default-left-number"></a><h3>The <code class="literal">“default-left-number”</code> property</h3> +<pre class="programlisting"> “default-left-number” <span class="type">gdouble</span></pre> +<p>The default left number.</p> +<p>Owner: GimpNumberPairEntry</p> +<p>Flags: Read / Write</p> +<p>Allowed values: >= G_MINDOUBLE</p> +<p>Default value: 100</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpNumberPairEntry--default-right-number"></a><h3>The <code class="literal">“default-right-number”</code> property</h3> +<pre class="programlisting"> “default-right-number” <span class="type">gdouble</span></pre> +<p>The default right number.</p> +<p>Owner: GimpNumberPairEntry</p> +<p>Flags: Read / Write</p> +<p>Allowed values: >= G_MINDOUBLE</p> +<p>Default value: 100</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpNumberPairEntry--default-text"></a><h3>The <code class="literal">“default-text”</code> property</h3> +<pre class="programlisting"> “default-text” <span class="type">gchar</span> *</pre> +<p>String to show when in automatic mode.</p> +<p>Owner: GimpNumberPairEntry</p> +<p>Flags: Read / Write</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpNumberPairEntry--left-number"></a><h3>The <code class="literal">“left-number”</code> property</h3> +<pre class="programlisting"> “left-number” <span class="type">gdouble</span></pre> +<p>The left number.</p> +<p>Owner: GimpNumberPairEntry</p> +<p>Flags: Read / Write</p> +<p>Allowed values: >= G_MINDOUBLE</p> +<p>Default value: 100</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpNumberPairEntry--max-valid-value"></a><h3>The <code class="literal">“max-valid-value”</code> property</h3> +<pre class="programlisting"> “max-valid-value” <span class="type">gdouble</span></pre> +<p>Maximum value valid when parsing input.</p> +<p>Owner: GimpNumberPairEntry</p> +<p>Flags: Read / Write</p> +<p>Allowed values: >= G_MINDOUBLE</p> +<p>Default value: 1.79769e+308</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpNumberPairEntry--min-valid-value"></a><h3>The <code class="literal">“min-valid-value”</code> property</h3> +<pre class="programlisting"> “min-valid-value” <span class="type">gdouble</span></pre> +<p>Minimum value valid when parsing input.</p> +<p>Owner: GimpNumberPairEntry</p> +<p>Flags: Read / Write</p> +<p>Allowed values: >= G_MINDOUBLE</p> +<p>Default value: 2.22507e-308</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpNumberPairEntry--ratio"></a><h3>The <code class="literal">“ratio”</code> property</h3> +<pre class="programlisting"> “ratio” <span class="type">gdouble</span></pre> +<p>The value as ratio.</p> +<p>Owner: GimpNumberPairEntry</p> +<p>Flags: Read / Write</p> +<p>Allowed values: >= G_MINDOUBLE</p> +<p>Default value: 1</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpNumberPairEntry--right-number"></a><h3>The <code class="literal">“right-number”</code> property</h3> +<pre class="programlisting"> “right-number” <span class="type">gdouble</span></pre> +<p>The right number.</p> +<p>Owner: GimpNumberPairEntry</p> +<p>Flags: Read / Write</p> +<p>Allowed values: >= G_MINDOUBLE</p> +<p>Default value: 100</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpNumberPairEntry--separators"></a><h3>The <code class="literal">“separators”</code> property</h3> +<pre class="programlisting"> “separators” <span class="type">gchar</span> *</pre> +<p>A string of valid separators.</p> +<p>Owner: GimpNumberPairEntry</p> +<p>Flags: Read / Write / Construct Only</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpNumberPairEntry--user-override"></a><h3>The <code class="literal">“user-override”</code> property</h3> +<pre class="programlisting"> “user-override” <span class="type">gboolean</span></pre> +<p>Whether the widget is in 'user override' mode.</p> +<p>Owner: GimpNumberPairEntry</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpNumberPairEntry.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpNumberPairEntry-numbers-changed"></a><h3>The <code class="literal">“numbers-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> *gimpnumberpairentry, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpNumberPairEntry-ratio-changed"></a><h3>The <code class="literal">“ratio-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a> *gimpnumberpairentry, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpOffsetArea.html b/devel-docs/libgimpwidgets/html/GimpOffsetArea.html new file mode 100644 index 0000000..b8dc9cb --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpOffsetArea.html @@ -0,0 +1,296 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpOffsetArea: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"> +<link rel="next" href="GimpPageSelector.html" title="GimpPageSelector"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpOffsetArea.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpOffsetArea.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpOffsetArea.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpOffsetArea.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpNumberPairEntry.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpPageSelector.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpOffsetArea"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpOffsetArea.top_of_page"></a>GimpOffsetArea</span></h2> +<p>GimpOffsetArea — Widget to control image offsets.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-offset-area.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpOffsetArea.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpOffsetArea.html#gimp-offset-area-new" title="gimp_offset_area_new ()">gimp_offset_area_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpOffsetArea.html#gimp-offset-area-set-size" title="gimp_offset_area_set_size ()">gimp_offset_area_set_size</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpOffsetArea.html#gimp-offset-area-set-offsets" title="gimp_offset_area_set_offsets ()">gimp_offset_area_set_offsets</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpOffsetArea.html#gimp-offset-area-set-pixbuf" title="gimp_offset_area_set_pixbuf ()">gimp_offset_area_set_pixbuf</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpOffsetArea.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody><tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpOffsetArea.html#GimpOffsetArea-offsets-changed" title="The “offsets-changed” signal">offsets-changed</a></td> +<td class="signal_flags">Run First</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpOffsetArea.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpOffsetArea.html#GimpOffsetArea-struct" title="GimpOffsetArea">GimpOffsetArea</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpOffsetArea.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkDrawingArea.html#GtkDrawingArea-struct">GtkDrawingArea</a> + <span class="lineart">╰──</span> GimpOffsetArea +</pre> +</div> +<div class="refsect1"> +<a name="GimpOffsetArea.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpOffsetArea implements + AtkImplementorIface and <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpOffsetArea.description"></a><h2>Description</h2> +<p>Widget to control image offsets.</p> +</div> +<div class="refsect1"> +<a name="GimpOffsetArea.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-offset-area-new"></a><h3>gimp_offset_area_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_offset_area_new (<em class="parameter"><code><span class="type">gint</span> orig_width</code></em>, + <em class="parameter"><code><span class="type">gint</span> orig_height</code></em>);</pre> +<p>Creates a new <a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a> widget. A <a class="link" 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> +<div class="refsect3"> +<a name="gimp-offset-area-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>orig_width</p></td> +<td class="parameter_description"><p>the original width</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>orig_height</p></td> +<td class="parameter_description"><p>the original height</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-offset-area-new.returns"></a><h4>Returns</h4> +<p> the new <a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a> widget.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-offset-area-set-size"></a><h3>gimp_offset_area_set_size ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_offset_area_set_size (<em class="parameter"><code><a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a> *offset_area</code></em>, + <em class="parameter"><code><span class="type">gint</span> width</code></em>, + <em class="parameter"><code><span class="type">gint</span> height</code></em>);</pre> +<p>Sets the size of the image/drawable displayed by the <a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a>. +If the offsets change as a result of this change, the "offsets-changed" +signal is emitted.</p> +<div class="refsect3"> +<a name="gimp-offset-area-set-size.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>offset_area</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>width</p></td> +<td class="parameter_description"><p>the new width</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>height</p></td> +<td class="parameter_description"><p>the new height</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-offset-area-set-offsets"></a><h3>gimp_offset_area_set_offsets ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_offset_area_set_offsets (<em class="parameter"><code><a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a> *offset_area</code></em>, + <em class="parameter"><code><span class="type">gint</span> offset_x</code></em>, + <em class="parameter"><code><span class="type">gint</span> offset_y</code></em>);</pre> +<p>Sets the offsets of the image/drawable displayed by the <a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a>. +It does not emit the "offsets-changed" signal.</p> +<div class="refsect3"> +<a name="gimp-offset-area-set-offsets.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>offset_area</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>offset_x</p></td> +<td class="parameter_description"><p>the X offset</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>offset_y</p></td> +<td class="parameter_description"><p>the Y offset</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-offset-area-set-pixbuf"></a><h3>gimp_offset_area_set_pixbuf ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_offset_area_set_pixbuf (<em class="parameter"><code><a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a> *offset_area</code></em>, + <em class="parameter"><code><span class="type">GdkPixbuf</span> *pixbuf</code></em>);</pre> +<p>Sets the pixbuf which represents the original image/drawable which +is being offset.</p> +<div class="refsect3"> +<a name="gimp-offset-area-set-pixbuf.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>offset_area</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>pixbuf</p></td> +<td class="parameter_description"><p>a <span class="type">GdkPixbuf</span>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpOffsetArea.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpOffsetArea-struct"></a><h3>GimpOffsetArea</h3> +<pre class="programlisting">typedef struct _GimpOffsetArea GimpOffsetArea;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpOffsetArea.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpOffsetArea-offsets-changed"></a><h3>The <code class="literal">“offsets-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea"><span class="type">GimpOffsetArea</span></a> *gimpoffsetarea, + <span class="type">gint</span> arg1, + <span class="type">gint</span> arg2, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpPageSelector.html b/devel-docs/libgimpwidgets/html/GimpPageSelector.html new file mode 100644 index 0000000..c09de05 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpPageSelector.html @@ -0,0 +1,919 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpPageSelector: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpOffsetArea.html" title="GimpOffsetArea"> +<link rel="next" href="GimpPathEditor.html" title="GimpPathEditor"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpPageSelector.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpPageSelector.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpPageSelector.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpPageSelector.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpPageSelector.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpOffsetArea.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpPathEditor.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpPageSelector"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpPageSelector.top_of_page"></a>GimpPageSelector</span></h2> +<p>GimpPageSelector — A widget to select pages from multi-page things.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-page-selector.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpPageSelector.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-new" title="gimp_page_selector_new ()">gimp_page_selector_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-set-n-pages" title="gimp_page_selector_set_n_pages ()">gimp_page_selector_set_n_pages</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gint</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-get-n-pages" title="gimp_page_selector_get_n_pages ()">gimp_page_selector_get_n_pages</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-set-target" title="gimp_page_selector_set_target ()">gimp_page_selector_set_target</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a class="link" href="GimpPageSelector.html#GimpPageSelectorTarget" title="enum GimpPageSelectorTarget"><span class="returnvalue">GimpPageSelectorTarget</span></a> +</td> +<td class="function_name"> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-get-target" title="gimp_page_selector_get_target ()">gimp_page_selector_get_target</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-set-page-thumbnail" title="gimp_page_selector_set_page_thumbnail ()">gimp_page_selector_set_page_thumbnail</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">GdkPixbuf</span> * +</td> +<td class="function_name"> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-get-page-thumbnail" title="gimp_page_selector_get_page_thumbnail ()">gimp_page_selector_get_page_thumbnail</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-set-page-label" title="gimp_page_selector_set_page_label ()">gimp_page_selector_set_page_label</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gchar</span> * +</td> +<td class="function_name"> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-get-page-label" title="gimp_page_selector_get_page_label ()">gimp_page_selector_get_page_label</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-select-all" title="gimp_page_selector_select_all ()">gimp_page_selector_select_all</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-unselect-all" title="gimp_page_selector_unselect_all ()">gimp_page_selector_unselect_all</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-select-page" title="gimp_page_selector_select_page ()">gimp_page_selector_select_page</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-unselect-page" title="gimp_page_selector_unselect_page ()">gimp_page_selector_unselect_page</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-page-is-selected" title="gimp_page_selector_page_is_selected ()">gimp_page_selector_page_is_selected</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gint</span> * +</td> +<td class="function_name"> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-get-selected-pages" title="gimp_page_selector_get_selected_pages ()">gimp_page_selector_get_selected_pages</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-select-range" title="gimp_page_selector_select_range ()">gimp_page_selector_select_range</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gchar</span> * +</td> +<td class="function_name"> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-get-selected-range" title="gimp_page_selector_get_selected_range ()">gimp_page_selector_get_selected_range</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPageSelector.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><span class="type">gint</span></td> +<td class="property_name"><a class="link" href="GimpPageSelector.html#GimpPageSelector--n-pages" title="The “n-pages” property">n-pages</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a class="link" href="GimpPageSelector.html#GimpPageSelectorTarget" title="enum GimpPageSelectorTarget"><span class="type">GimpPageSelectorTarget</span></a></td> +<td class="property_name"><a class="link" href="GimpPageSelector.html#GimpPageSelector--target" title="The “target” property">target</a></td> +<td class="property_flags">Read / Write</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPageSelector.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpPageSelector.html#GimpPageSelector-activate" title="The “activate” signal">activate</a></td> +<td class="signal_flags">Action</td> +</tr> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpPageSelector.html#GimpPageSelector-selection-changed" title="The “selection-changed” signal">selection-changed</a></td> +<td class="signal_flags">Run First</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPageSelector.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpPageSelector.html#GimpPageSelector-struct" title="GimpPageSelector">GimpPageSelector</a></td> +</tr> +<tr> +<td class="datatype_keyword">enum</td> +<td class="function_name"><a class="link" href="GimpPageSelector.html#GimpPageSelectorTarget" title="enum GimpPageSelectorTarget">GimpPageSelectorTarget</a></td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPageSelector.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBox.html#GtkBox-struct">GtkBox</a> + <span class="lineart">╰──</span> GimpPageSelector +</pre> +</div> +<div class="refsect1"> +<a name="GimpPageSelector.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpPageSelector implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="https://developer.gnome.org/gtk3/gtk3-Orientable.html#GtkOrientable-struct">GtkOrientable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpPageSelector.description"></a><h2>Description</h2> +<p>Use this for example for specifying what pages to import from +a PDF or PS document.</p> +</div> +<div class="refsect1"> +<a name="GimpPageSelector.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-page-selector-new"></a><h3>gimp_page_selector_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_page_selector_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<p>Creates a new <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> widget.</p> +<div class="refsect3"> +<a name="gimp-page-selector-new.returns"></a><h4>Returns</h4> +<p> Pointer to the new <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-page-selector-set-n-pages"></a><h3>gimp_page_selector_set_n_pages ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_page_selector_set_n_pages (<em class="parameter"><code><a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> *selector</code></em>, + <em class="parameter"><code><span class="type">gint</span> n_pages</code></em>);</pre> +<p>Sets the number of pages in the document to open.</p> +<div class="refsect3"> +<a name="gimp-page-selector-set-n-pages.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>n_pages</p></td> +<td class="parameter_description"><p>The number of pages.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-page-selector-get-n-pages"></a><h3>gimp_page_selector_get_n_pages ()</h3> +<pre class="programlisting"><span class="returnvalue">gint</span> +gimp_page_selector_get_n_pages (<em class="parameter"><code><a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> *selector</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-page-selector-get-n-pages.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-page-selector-get-n-pages.returns"></a><h4>Returns</h4> +<p> the number of pages in the document to open.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-page-selector-set-target"></a><h3>gimp_page_selector_set_target ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_page_selector_set_target (<em class="parameter"><code><a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> *selector</code></em>, + <em class="parameter"><code><a class="link" href="GimpPageSelector.html#GimpPageSelectorTarget" title="enum GimpPageSelectorTarget"><span class="type">GimpPageSelectorTarget</span></a> target</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-page-selector-set-target.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>target</p></td> +<td class="parameter_description"><p>How to open the selected pages.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-page-selector-get-target"></a><h3>gimp_page_selector_get_target ()</h3> +<pre class="programlisting"><a class="link" href="GimpPageSelector.html#GimpPageSelectorTarget" title="enum GimpPageSelectorTarget"><span class="returnvalue">GimpPageSelectorTarget</span></a> +gimp_page_selector_get_target (<em class="parameter"><code><a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> *selector</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-page-selector-get-target.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-page-selector-get-target.returns"></a><h4>Returns</h4> +<p> How the selected pages should be opened.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-page-selector-set-page-thumbnail"></a><h3>gimp_page_selector_set_page_thumbnail ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_page_selector_set_page_thumbnail (<em class="parameter"><code><a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> *selector</code></em>, + <em class="parameter"><code><span class="type">gint</span> page_no</code></em>, + <em class="parameter"><code><span class="type">GdkPixbuf</span> *thumbnail</code></em>);</pre> +<p>Sets the thumbnail for given <em class="parameter"><code>page_no</code></em> +. A default "page" icon will +be used if no page thumbnail is set.</p> +<div class="refsect3"> +<a name="gimp-page-selector-set-page-thumbnail.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>page_no</p></td> +<td class="parameter_description"><p>The number of the page to set the thumbnail for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>thumbnail</p></td> +<td class="parameter_description"><p>The thumbnail pixbuf.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-page-selector-get-page-thumbnail"></a><h3>gimp_page_selector_get_page_thumbnail ()</h3> +<pre class="programlisting"><span class="returnvalue">GdkPixbuf</span> * +gimp_page_selector_get_page_thumbnail (<em class="parameter"><code><a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> *selector</code></em>, + <em class="parameter"><code><span class="type">gint</span> page_no</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-page-selector-get-page-thumbnail.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>page_no</p></td> +<td class="parameter_description"><p>The number of the page to get the thumbnail for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-page-selector-get-page-thumbnail.returns"></a><h4>Returns</h4> +<p> The page's thumbnail, or <code class="literal">NULL</code> if none is set. The returned +pixbuf is owned by <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> and must not be +unref'ed when no longer needed.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-page-selector-set-page-label"></a><h3>gimp_page_selector_set_page_label ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_page_selector_set_page_label (<em class="parameter"><code><a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> *selector</code></em>, + <em class="parameter"><code><span class="type">gint</span> page_no</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre> +<p>Sets the label of the specified page.</p> +<div class="refsect3"> +<a name="gimp-page-selector-set-page-label.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>page_no</p></td> +<td class="parameter_description"><p>The number of the page to set the label for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>label</p></td> +<td class="parameter_description"><p>The label.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-page-selector-get-page-label"></a><h3>gimp_page_selector_get_page_label ()</h3> +<pre class="programlisting"><span class="returnvalue">gchar</span> * +gimp_page_selector_get_page_label (<em class="parameter"><code><a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> *selector</code></em>, + <em class="parameter"><code><span class="type">gint</span> page_no</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-page-selector-get-page-label.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>page_no</p></td> +<td class="parameter_description"><p>The number of the page to get the thumbnail for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-page-selector-get-page-label.returns"></a><h4>Returns</h4> +<p> The page's label, or <code class="literal">NULL</code> if none is set. This is a newly +allocated string that should be <code class="function">g_free()</code>'d when no longer +needed.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-page-selector-select-all"></a><h3>gimp_page_selector_select_all ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_page_selector_select_all (<em class="parameter"><code><a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> *selector</code></em>);</pre> +<p>Selects all pages.</p> +<div class="refsect3"> +<a name="gimp-page-selector-select-all.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-page-selector-unselect-all"></a><h3>gimp_page_selector_unselect_all ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_page_selector_unselect_all (<em class="parameter"><code><a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> *selector</code></em>);</pre> +<p>Unselects all pages.</p> +<div class="refsect3"> +<a name="gimp-page-selector-unselect-all.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-page-selector-select-page"></a><h3>gimp_page_selector_select_page ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_page_selector_select_page (<em class="parameter"><code><a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> *selector</code></em>, + <em class="parameter"><code><span class="type">gint</span> page_no</code></em>);</pre> +<p>Adds a page to the selection.</p> +<div class="refsect3"> +<a name="gimp-page-selector-select-page.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>page_no</p></td> +<td class="parameter_description"><p>The number of the page to select.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-page-selector-unselect-page"></a><h3>gimp_page_selector_unselect_page ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_page_selector_unselect_page (<em class="parameter"><code><a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> *selector</code></em>, + <em class="parameter"><code><span class="type">gint</span> page_no</code></em>);</pre> +<p>Removes a page from the selection.</p> +<div class="refsect3"> +<a name="gimp-page-selector-unselect-page.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>page_no</p></td> +<td class="parameter_description"><p>The number of the page to unselect.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-page-selector-page-is-selected"></a><h3>gimp_page_selector_page_is_selected ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_page_selector_page_is_selected (<em class="parameter"><code><a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> *selector</code></em>, + <em class="parameter"><code><span class="type">gint</span> page_no</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-page-selector-page-is-selected.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>page_no</p></td> +<td class="parameter_description"><p>The number of the page to check.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-page-selector-page-is-selected.returns"></a><h4>Returns</h4> +<p> <code class="literal">TRUE</code> if the page is selected, <code class="literal">FALSE</code> otherwise.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-page-selector-get-selected-pages"></a><h3>gimp_page_selector_get_selected_pages ()</h3> +<pre class="programlisting"><span class="returnvalue">gint</span> * +gimp_page_selector_get_selected_pages (<em class="parameter"><code><a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> *selector</code></em>, + <em class="parameter"><code><span class="type">gint</span> *n_selected_pages</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-page-selector-get-selected-pages.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>n_selected_pages</p></td> +<td class="parameter_description"><p>Returns the number of selected pages.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-page-selector-get-selected-pages.returns"></a><h4>Returns</h4> +<p> A sorted array of page numbers of selected pages. Use <code class="function">g_free()</code> if +you don't need the array any longer.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-page-selector-select-range"></a><h3>gimp_page_selector_select_range ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_page_selector_select_range (<em class="parameter"><code><a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> *selector</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *range</code></em>);</pre> +<p>Selects the pages described by <em class="parameter"><code>range</code></em> +. The range string is a +user-editable list of pages and ranges, e.g. "1,3,5-7,9-12,14". +Note that the page numbering in the range string starts with 1, +not 0.</p> +<p>Invalid pages and ranges will be silently ignored, duplicate and +overlapping pages and ranges will be merged.</p> +<div class="refsect3"> +<a name="gimp-page-selector-select-range.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>range</p></td> +<td class="parameter_description"><p>A string representing the set of selected pages.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-page-selector-get-selected-range"></a><h3>gimp_page_selector_get_selected_range ()</h3> +<pre class="programlisting"><span class="returnvalue">gchar</span> * +gimp_page_selector_get_selected_range (<em class="parameter"><code><a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> *selector</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-page-selector-get-selected-range.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>selector</p></td> +<td class="parameter_description"><p>Pointer to a <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-page-selector-get-selected-range.returns"></a><h4>Returns</h4> +<p> A newly allocated string representing the set of selected +pages. See <a class="link" href="GimpPageSelector.html#gimp-page-selector-select-range" title="gimp_page_selector_select_range ()"><code class="function">gimp_page_selector_select_range()</code></a> for the +format of the string.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpPageSelector.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpPageSelector-struct"></a><h3>GimpPageSelector</h3> +<pre class="programlisting">typedef struct _GimpPageSelector GimpPageSelector;</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GimpPageSelectorTarget"></a><h3>enum GimpPageSelectorTarget</h3> +<p>Import targets for <a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a>.</p> +<div class="refsect3"> +<a name="GimpPageSelectorTarget.members"></a><h4>Members</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="300px" class="enum_members_name"> +<col class="enum_members_description"> +<col width="200px" class="enum_members_annotations"> +</colgroup> +<tbody> +<tr> +<td class="enum_member_name"><p><a name="GIMP-PAGE-SELECTOR-TARGET-LAYERS:CAPS"></a>GIMP_PAGE_SELECTOR_TARGET_LAYERS</p></td> +<td class="enum_member_description"> +<p>import as layers of one image</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-PAGE-SELECTOR-TARGET-IMAGES:CAPS"></a>GIMP_PAGE_SELECTOR_TARGET_IMAGES</p></td> +<td class="enum_member_description"> +<p>import as separate images</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +</div> +<div class="refsect1"> +<a name="GimpPageSelector.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpPageSelector--n-pages"></a><h3>The <code class="literal">“n-pages”</code> property</h3> +<pre class="programlisting"> “n-pages” <span class="type">gint</span></pre> +<p>The number of pages of the document to open.</p> +<p>Owner: GimpPageSelector</p> +<p>Flags: Read / Write</p> +<p>Allowed values: >= 0</p> +<p>Default value: 0</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpPageSelector--target"></a><h3>The <code class="literal">“target”</code> property</h3> +<pre class="programlisting"> “target” <a class="link" href="GimpPageSelector.html#GimpPageSelectorTarget" title="enum GimpPageSelectorTarget"><span class="type">GimpPageSelectorTarget</span></a></pre> +<p>The target to open the document to.</p> +<p>Owner: GimpPageSelector</p> +<p>Flags: Read / Write</p> +<p>Default value: GIMP_PAGE_SELECTOR_TARGET_LAYERS</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpPageSelector.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpPageSelector-activate"></a><h3>The <code class="literal">“activate”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> *widget, + <span class="type">gpointer</span> user_data)</pre> +<p>The "activate" signal on GimpPageSelector is an action signal. It +is emitted when a user double-clicks an item in the page selection.</p> +<div class="refsect3"> +<a name="GimpPageSelector-activate.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>widget</p></td> +<td class="parameter_description"><p>the object which received the signal.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p>Flags: Action</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpPageSelector-selection-changed"></a><h3>The <code class="literal">“selection-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector"><span class="type">GimpPageSelector</span></a> *widget, + <span class="type">gpointer</span> user_data)</pre> +<p>This signal is emitted whenever the set of selected pages changes.</p> +<div class="refsect3"> +<a name="GimpPageSelector-selection-changed.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>widget</p></td> +<td class="parameter_description"><p>the object which received the signal.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p>Flags: Run First</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpPathEditor.html b/devel-docs/libgimpwidgets/html/GimpPathEditor.html new file mode 100644 index 0000000..4ea855d --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpPathEditor.html @@ -0,0 +1,361 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpPathEditor: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpPageSelector.html" title="GimpPageSelector"> +<link rel="next" href="GimpPickButton.html" title="GimpPickButton"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpPathEditor.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpPathEditor.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpPathEditor.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpPathEditor.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpPageSelector.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpPickButton.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpPathEditor"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpPathEditor.top_of_page"></a>GimpPathEditor</span></h2> +<p>GimpPathEditor — Widget for editing a file search path.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-path-editor.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpPathEditor.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpPathEditor.html#gimp-path-editor-new" title="gimp_path_editor_new ()">gimp_path_editor_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gchar</span> * +</td> +<td class="function_name"> +<a class="link" href="GimpPathEditor.html#gimp-path-editor-get-path" title="gimp_path_editor_get_path ()">gimp_path_editor_get_path</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPathEditor.html#gimp-path-editor-set-path" title="gimp_path_editor_set_path ()">gimp_path_editor_set_path</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gchar</span> * +</td> +<td class="function_name"> +<a class="link" href="GimpPathEditor.html#gimp-path-editor-get-writable-path" title="gimp_path_editor_get_writable_path ()">gimp_path_editor_get_writable_path</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPathEditor.html#gimp-path-editor-set-writable-path" title="gimp_path_editor_set_writable_path ()">gimp_path_editor_set_writable_path</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPathEditor.html#gimp-path-editor-get-dir-writable" title="gimp_path_editor_get_dir_writable ()">gimp_path_editor_get_dir_writable</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPathEditor.html#gimp-path-editor-set-dir-writable" title="gimp_path_editor_set_dir_writable ()">gimp_path_editor_set_dir_writable</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPathEditor.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpPathEditor.html#GimpPathEditor-path-changed" title="The “path-changed” signal">path-changed</a></td> +<td class="signal_flags">Run First</td> +</tr> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpPathEditor.html#GimpPathEditor-writable-changed" title="The “writable-changed” signal">writable-changed</a></td> +<td class="signal_flags">Run First</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPathEditor.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpPathEditor.html#GimpPathEditor-struct" title="GimpPathEditor">GimpPathEditor</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPathEditor.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBox.html#GtkBox-struct">GtkBox</a> + <span class="lineart">╰──</span> GimpPathEditor +</pre> +</div> +<div class="refsect1"> +<a name="GimpPathEditor.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpPathEditor implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="https://developer.gnome.org/gtk3/gtk3-Orientable.html#GtkOrientable-struct">GtkOrientable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpPathEditor.description"></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 class="link" 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"> +<a name="GimpPathEditor.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-path-editor-new"></a><h3>gimp_path_editor_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_path_editor_new (<em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>);</pre> +<p>Creates a new <a class="link" 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> +<div class="refsect3"> +<a name="gimp-path-editor-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>title</p></td> +<td class="parameter_description"><p>The title of the <a href="https://developer.gnome.org/gtk3/GtkFileChooser.html#GtkFileChooser-struct"><span class="type">GtkFileChooser</span></a> dialog which can be popped up.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>path</p></td> +<td class="parameter_description"><p>The initial search path.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-path-editor-new.returns"></a><h4>Returns</h4> +<p> A pointer to the new <a class="link" href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a> widget.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-path-editor-get-path"></a><h3>gimp_path_editor_get_path ()</h3> +<pre class="programlisting"><span class="returnvalue">gchar</span> * +gimp_path_editor_get_path (<em class="parameter"><code><a class="link" href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a> *editor</code></em>);</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 <code class="function">g_free()</code> the returned string.</p> +<div class="refsect3"> +<a name="gimp-path-editor-get-path.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>editor</p></td> +<td class="parameter_description"><p>The path editor you want to get the search path from.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-path-editor-get-path.returns"></a><h4>Returns</h4> +<p> The search path the user has selected in the path editor.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-path-editor-set-path"></a><h3>gimp_path_editor_set_path ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_path_editor_set_path (<em class="parameter"><code><a class="link" href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a> *editor</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>);</pre> +<p>The elements of the initial search path must be separated with the +<span class="type">G_SEARCHPATH_SEPARATOR</span> character.</p> +<div class="refsect3"> +<a name="gimp-path-editor-set-path.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>editor</p></td> +<td class="parameter_description"><p>The path editor you want to set the search path from.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>path</p></td> +<td class="parameter_description"><p>The new path to set.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-path-editor-get-writable-path"></a><h3>gimp_path_editor_get_writable_path ()</h3> +<pre class="programlisting"><span class="returnvalue">gchar</span> * +gimp_path_editor_get_writable_path (<em class="parameter"><code><a class="link" href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a> *editor</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-path-editor-set-writable-path"></a><h3>gimp_path_editor_set_writable_path ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_path_editor_set_writable_path (<em class="parameter"><code><a class="link" href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a> *editor</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-path-editor-get-dir-writable"></a><h3>gimp_path_editor_get_dir_writable ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_path_editor_get_dir_writable (<em class="parameter"><code><a class="link" href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a> *editor</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *directory</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-path-editor-set-dir-writable"></a><h3>gimp_path_editor_set_dir_writable ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_path_editor_set_dir_writable (<em class="parameter"><code><a class="link" href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a> *editor</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *directory</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> writable</code></em>);</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpPathEditor.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpPathEditor-struct"></a><h3>GimpPathEditor</h3> +<pre class="programlisting">typedef struct _GimpPathEditor GimpPathEditor;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpPathEditor.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpPathEditor-path-changed"></a><h3>The <code class="literal">“path-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a> *gimppatheditor, + <span class="type">gpointer</span> user_data)</pre> +<p>This signal is emitted whenever the user adds, deletes, modifies +or reorders an element of the search path.</p> +<div class="refsect3"> +<a name="GimpPathEditor-path-changed.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<p>Flags: Run First</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpPathEditor-writable-changed"></a><h3>The <code class="literal">“writable-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a> *gimppatheditor, + <span class="type">gpointer</span> 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 class="link" href="GimpPathEditor.html#gimp-path-editor-set-dir-writable" title="gimp_path_editor_set_dir_writable ()"><code class="function">gimp_path_editor_set_dir_writable()</code></a>.</p> +<div class="refsect3"> +<a name="GimpPathEditor-writable-changed.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<p>Flags: Run First</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpPathEditor.see-also"></a><h2>See Also</h2> +<p><a class="link" href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a>, <span class="type">G_SEARCHPATH_SEPARATOR</span></p> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpPickButton.html b/devel-docs/libgimpwidgets/html/GimpPickButton.html new file mode 100644 index 0000000..c0d69fe --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpPickButton.html @@ -0,0 +1,169 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpPickButton: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpPathEditor.html" title="GimpPathEditor"> +<link rel="next" href="GimpPreviewArea.html" title="GimpPreviewArea"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpPickButton.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpPickButton.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpPickButton.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpPickButton.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpPathEditor.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpPreviewArea.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpPickButton"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpPickButton.top_of_page"></a>GimpPickButton</span></h2> +<p>GimpPickButton — Widget to pick a color from screen.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-pick-button.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpPickButton.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody><tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpPickButton.html#gimp-pick-button-new" title="gimp_pick_button_new ()">gimp_pick_button_new</a> <span class="c_punctuation">()</span> +</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPickButton.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody><tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpPickButton.html#GimpPickButton-color-picked" title="The “color-picked” signal">color-picked</a></td> +<td class="signal_flags">Run First</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPickButton.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpPickButton.html#GimpPickButton-struct" title="GimpPickButton">GimpPickButton</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPickButton.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBin.html#GtkBin-struct">GtkBin</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkButton.html#GtkButton-struct">GtkButton</a> + <span class="lineart">╰──</span> GimpPickButton +</pre> +</div> +<div class="refsect1"> +<a name="GimpPickButton.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpPickButton implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="https://developer.gnome.org/gtk3/GtkActivatable.html#GtkActivatable-struct">GtkActivatable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpPickButton.description"></a><h2>Description</h2> +<p><a class="link" 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"> +<a name="GimpPickButton.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-pick-button-new"></a><h3>gimp_pick_button_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_pick_button_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<p>Creates a new <a class="link" href="GimpPickButton.html" title="GimpPickButton"><span class="type">GimpPickButton</span></a> widget.</p> +<div class="refsect3"> +<a name="gimp-pick-button-new.returns"></a><h4>Returns</h4> +<p> A new <a class="link" href="GimpPickButton.html" title="GimpPickButton"><span class="type">GimpPickButton</span></a> widget.</p> +</div> +</div> +</div> +<div class="refsect1"> +<a name="GimpPickButton.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpPickButton-struct"></a><h3>GimpPickButton</h3> +<pre class="programlisting">typedef struct _GimpPickButton GimpPickButton;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpPickButton.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpPickButton-color-picked"></a><h3>The <code class="literal">“color-picked”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpPickButton.html" title="GimpPickButton"><span class="type">GimpPickButton</span></a> *gimppickbutton, + <span class="type">gpointer</span> arg1, + <span class="type">gpointer</span> user_data)</pre> +<p>This signal is emitted when the user has picked a color.</p> +<div class="refsect3"> +<a name="GimpPickButton-color-picked.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>gimppickbutton</p></td> +<td class="parameter_description"><p>the object which received the signal.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>arg1</p></td> +<td class="parameter_description"><p>pointer to a <a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> structure that holds the picked color</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p>Flags: Run First</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpPixmap.html b/devel-docs/libgimpwidgets/html/GimpPixmap.html new file mode 100644 index 0000000..8e958db --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpPixmap.html @@ -0,0 +1,179 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpPixmap: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-deprecated.html" title="Part VII. Deprecated API"> +<link rel="prev" href="libgimpwidgets-GimpOldWidgets.html" title="GimpOldWidgets"> +<link rel="next" href="GimpUnitMenu.html" title="GimpUnitMenu"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpPixmap.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpPixmap.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpPixmap.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-deprecated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="libgimpwidgets-GimpOldWidgets.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpUnitMenu.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpPixmap"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpPixmap.top_of_page"></a>GimpPixmap</span></h2> +<p>GimpPixmap — Widget which creates a <span class="type">GtkPixmap</span> from XPM data.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpPixmap.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpPixmap.html#gimp-pixmap-new" title="gimp_pixmap_new ()">gimp_pixmap_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPixmap.html#gimp-pixmap-set" title="gimp_pixmap_set ()">gimp_pixmap_set</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPixmap.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpPixmap.html#GimpPixmap-struct" title="GimpPixmap">GimpPixmap</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPixmap.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkMisc.html#GtkMisc-struct">GtkMisc</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkImage.html#GtkImage-struct">GtkImage</a> + <span class="lineart">╰──</span> GimpPixmap +</pre> +</div> +<div class="refsect1"> +<a name="GimpPixmap.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpPixmap implements + AtkImplementorIface and <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpPixmap.description"></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 class="link" href="GimpPixmap.html#gimp-pixmap-new" title="gimp_pixmap_new ()"><code class="function">gimp_pixmap_new()</code></a> and cannot be cached in memory without doing bad +hacks.</p> +</div> +<div class="refsect1"> +<a name="GimpPixmap.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-pixmap-new"></a><h3>gimp_pixmap_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_pixmap_new (<em class="parameter"><code><span class="type">gchar</span> **xpm_data</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_pixmap_new</code> is deprecated and should not be used in newly-written code.</p></div> +<p>Creates a new <a class="link" href="GimpPixmap.html" title="GimpPixmap"><span class="type">GimpPixmap</span></a> widget.</p> +<div class="refsect3"> +<a name="gimp-pixmap-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>xpm_data</p></td> +<td class="parameter_description"><p>A pointer to a XPM data structure as found in XPM files.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-pixmap-new.returns"></a><h4>Returns</h4> +<p> A pointer to the new <a class="link" href="GimpPixmap.html" title="GimpPixmap"><span class="type">GimpPixmap</span></a> widget.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-pixmap-set"></a><h3>gimp_pixmap_set ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_pixmap_set (<em class="parameter"><code><a class="link" href="GimpPixmap.html" title="GimpPixmap"><span class="type">GimpPixmap</span></a> *pixmap</code></em>, + <em class="parameter"><code><span class="type">gchar</span> **xpm_data</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_pixmap_set</code> is deprecated and should not be used in newly-written code.</p></div> +<p>Sets a new image for an existing <a class="link" href="GimpPixmap.html" title="GimpPixmap"><span class="type">GimpPixmap</span></a> widget.</p> +<div class="refsect3"> +<a name="gimp-pixmap-set.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>pixmap</p></td> +<td class="parameter_description"><p>The pixmap widget you want to set the new xpm_data for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>xpm_data</p></td> +<td class="parameter_description"><p>A pointer to a XPM data structure as found in XPM files.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +</div> +<div class="refsect1"> +<a name="GimpPixmap.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpPixmap-struct"></a><h3>GimpPixmap</h3> +<pre class="programlisting">typedef struct _GimpPixmap GimpPixmap;</pre> +<div class="warning"><p><code class="literal">GimpPixmap</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +</div> +<div class="refsect1"> +<a name="GimpPixmap.see-also"></a><h2>See Also</h2> +<p>gimp_pixmap_button_new(), <span class="type">GtkPixmap</span></p> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpPreview.html b/devel-docs/libgimpwidgets/html/GimpPreview.html new file mode 100644 index 0000000..e15ae28 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpPreview.html @@ -0,0 +1,755 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpPreview: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpPreviewArea.html" title="GimpPreviewArea"> +<link rel="next" href="GimpRuler.html" title="GimpRuler"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpPreview.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpPreview.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpPreview.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpPreview.properties" class="shortcut">Properties</a></span><span id="nav_style_properties"> <span class="dim">|</span> + <a href="#GimpPreview.style-properties" class="shortcut">Style Properties</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpPreview.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpPreviewArea.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpRuler.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpPreview"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpPreview.top_of_page"></a>GimpPreview</span></h2> +<p>GimpPreview — A widget providing a <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> plus +framework to update the preview.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpPreview.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreview.html#gimp-preview-get-update" title="gimp_preview_get_update ()">gimp_preview_get_update</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreview.html#gimp-preview-set-update" title="gimp_preview_set_update ()">gimp_preview_set_update</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreview.html#gimp-preview-set-bounds" title="gimp_preview_set_bounds ()">gimp_preview_set_bounds</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreview.html#gimp-preview-get-size" title="gimp_preview_get_size ()">gimp_preview_get_size</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreview.html#gimp-preview-get-position" title="gimp_preview_get_position ()">gimp_preview_get_position</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreview.html#gimp-preview-transform" title="gimp_preview_transform ()">gimp_preview_transform</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreview.html#gimp-preview-untransform" title="gimp_preview_untransform ()">gimp_preview_untransform</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpPreview.html#gimp-preview-get-area" title="gimp_preview_get_area ()">gimp_preview_get_area</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreview.html#gimp-preview-draw" title="gimp_preview_draw ()">gimp_preview_draw</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreview.html#gimp-preview-draw-buffer" title="gimp_preview_draw_buffer ()">gimp_preview_draw_buffer</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreview.html#gimp-preview-invalidate" title="gimp_preview_invalidate ()">gimp_preview_invalidate</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreview.html#gimp-preview-set-default-cursor" title="gimp_preview_set_default_cursor ()">gimp_preview_set_default_cursor</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpPreview.html#gimp-preview-get-controls" title="gimp_preview_get_controls ()">gimp_preview_get_controls</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPreview.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody><tr> +<td class="property_type"><span class="type">gboolean</span></td> +<td class="property_name"><a class="link" href="GimpPreview.html#GimpPreview--update" title="The “update” property">update</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPreview.style-properties"></a><h2>Style Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="style_properties_type"> +<col width="300px" class="style_properties_name"> +<col width="200px" class="style_properties_flags"> +</colgroup> +<tbody><tr> +<td class="property_type"><span class="type">gint</span></td> +<td class="property_name"><a class="link" href="GimpPreview.html#GimpPreview--s-size" title="The “size” style property">size</a></td> +<td class="property_flags">Read</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPreview.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody><tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpPreview.html#GimpPreview-invalidated" title="The “invalidated” signal">invalidated</a></td> +<td class="signal_flags">Run First</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPreview.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpPreview.html#GimpPreview-struct" title="GimpPreview">GimpPreview</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPreview.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBox.html#GtkBox-struct">GtkBox</a> + <span class="lineart">╰──</span> GimpPreview + <span class="lineart">╰──</span> <a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> +</pre> +</div> +<div class="refsect1"> +<a name="GimpPreview.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpPreview implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="https://developer.gnome.org/gtk3/gtk3-Orientable.html#GtkOrientable-struct">GtkOrientable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpPreview.description"></a><h2>Description</h2> +<p>A widget providing a <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> plus framework to update the +preview.</p> +</div> +<div class="refsect1"> +<a name="GimpPreview.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-preview-get-update"></a><h3>gimp_preview_get_update ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_preview_get_update (<em class="parameter"><code><a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> *preview</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-preview-get-update.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>preview</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-preview-get-update.returns"></a><h4>Returns</h4> +<p> the state of the "Preview" check button.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-set-update"></a><h3>gimp_preview_set_update ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_set_update (<em class="parameter"><code><a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> *preview</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> update</code></em>);</pre> +<p>Sets the state of the "Preview" check button.</p> +<div class="refsect3"> +<a name="gimp-preview-set-update.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>preview</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>update</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if the preview should invalidate itself when being +scrolled or when <a class="link" href="GimpPreview.html#gimp-preview-invalidate" title="gimp_preview_invalidate ()"><code class="function">gimp_preview_invalidate()</code></a> is being called</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-set-bounds"></a><h3>gimp_preview_set_bounds ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_set_bounds (<em class="parameter"><code><a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> *preview</code></em>, + <em class="parameter"><code><span class="type">gint</span> xmin</code></em>, + <em class="parameter"><code><span class="type">gint</span> ymin</code></em>, + <em class="parameter"><code><span class="type">gint</span> xmax</code></em>, + <em class="parameter"><code><span class="type">gint</span> ymax</code></em>);</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 class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> used in the <em class="parameter"><code>preview</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-preview-set-bounds.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>preview</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>xmin</p></td> +<td class="parameter_description"><p>the minimum X value</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>ymin</p></td> +<td class="parameter_description"><p>the minimum Y value</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>xmax</p></td> +<td class="parameter_description"><p>the maximum X value</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>ymax</p></td> +<td class="parameter_description"><p>the maximum Y value</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-get-size"></a><h3>gimp_preview_get_size ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_get_size (<em class="parameter"><code><a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> *preview</code></em>, + <em class="parameter"><code><span class="type">gint</span> *width</code></em>, + <em class="parameter"><code><span class="type">gint</span> *height</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-preview-get-size.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>preview</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>width</p></td> +<td class="parameter_description"><p>return location for the preview area width</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>height</p></td> +<td class="parameter_description"><p>return location for the preview area height</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-get-position"></a><h3>gimp_preview_get_position ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_get_position (<em class="parameter"><code><a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> *preview</code></em>, + <em class="parameter"><code><span class="type">gint</span> *x</code></em>, + <em class="parameter"><code><span class="type">gint</span> *y</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-preview-get-position.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>preview</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>x</p></td> +<td class="parameter_description"><p>return location for the horizontal offset</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>y</p></td> +<td class="parameter_description"><p>return location for the vertical offset</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-transform"></a><h3>gimp_preview_transform ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_transform (<em class="parameter"><code><a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> *preview</code></em>, + <em class="parameter"><code><span class="type">gint</span> src_x</code></em>, + <em class="parameter"><code><span class="type">gint</span> src_y</code></em>, + <em class="parameter"><code><span class="type">gint</span> *dest_x</code></em>, + <em class="parameter"><code><span class="type">gint</span> *dest_y</code></em>);</pre> +<p>Transforms from image to widget coordinates.</p> +<div class="refsect3"> +<a name="gimp-preview-transform.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>preview</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>src_x</p></td> +<td class="parameter_description"><p>horizontal position on the previewed image</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>src_y</p></td> +<td class="parameter_description"><p>vertical position on the previewed image</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>dest_x</p></td> +<td class="parameter_description"><p>returns the transformed horizontal position</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>dest_y</p></td> +<td class="parameter_description"><p>returns the transformed vertical position</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-untransform"></a><h3>gimp_preview_untransform ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_untransform (<em class="parameter"><code><a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> *preview</code></em>, + <em class="parameter"><code><span class="type">gint</span> src_x</code></em>, + <em class="parameter"><code><span class="type">gint</span> src_y</code></em>, + <em class="parameter"><code><span class="type">gint</span> *dest_x</code></em>, + <em class="parameter"><code><span class="type">gint</span> *dest_y</code></em>);</pre> +<p>Transforms from widget to image coordinates.</p> +<div class="refsect3"> +<a name="gimp-preview-untransform.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>preview</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>src_x</p></td> +<td class="parameter_description"><p>horizontal position relative to the preview area's origin</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>src_y</p></td> +<td class="parameter_description"><p>vertical position relative to preview area's origin</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>dest_x</p></td> +<td class="parameter_description"><p>returns the untransformed horizontal position</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>dest_y</p></td> +<td class="parameter_description"><p>returns the untransformed vertical position</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-get-area"></a><h3>gimp_preview_get_area ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_preview_get_area (<em class="parameter"><code><a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> *preview</code></em>);</pre> +<p>In most cases, you shouldn't need to access the <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> +that is being used in the <em class="parameter"><code>preview</code></em> +. Sometimes however, you need to. +For example if you want to receive mouse events from the area. In +such cases, use <a class="link" href="GimpPreview.html#gimp-preview-get-area" title="gimp_preview_get_area ()"><code class="function">gimp_preview_get_area()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-preview-get-area.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>preview</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-preview-get-area.returns"></a><h4>Returns</h4> +<p> a pointer to the <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> used in the <em class="parameter"><code>preview</code></em> +.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-draw"></a><h3>gimp_preview_draw ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_draw (<em class="parameter"><code><a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> *preview</code></em>);</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="/local/head/share/gtk-doc/html/libgimp3/GimpDrawablePreview.html#GimpDrawablePreview-struct"><span class="type">GimpDrawablePreview</span></a> implements <a class="link" href="GimpPreview.html#gimp-preview-draw" title="gimp_preview_draw ()"><code class="function">gimp_preview_draw()</code></a> by drawing the +original, unmodified drawable to the <em class="parameter"><code>preview</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-preview-draw.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>preview</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-draw-buffer"></a><h3>gimp_preview_draw_buffer ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_draw_buffer (<em class="parameter"><code><a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> *preview</code></em>, + <em class="parameter"><code>const <span class="type">guchar</span> *buffer</code></em>, + <em class="parameter"><code><span class="type">gint</span> rowstride</code></em>);</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> +<div class="refsect3"> +<a name="gimp-preview-draw-buffer.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>preview</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>buffer</p></td> +<td class="parameter_description"><p>a pixel buffer the size of the preview</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>rowstride</p></td> +<td class="parameter_description"><p>the <em class="parameter"><code>buffer</code></em> +'s rowstride</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-invalidate"></a><h3>gimp_preview_invalidate ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_invalidate (<em class="parameter"><code><a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> *preview</code></em>);</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 <em class="parameter"><code>preview</code></em> + 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 <em class="parameter"><code>preview</code></em> + and on the preview area +itself.</p> +<div class="refsect3"> +<a name="gimp-preview-invalidate.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>preview</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-set-default-cursor"></a><h3>gimp_preview_set_default_cursor ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_set_default_cursor (<em class="parameter"><code><a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> *preview</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gdk3/gdk3-Cursors.html#GdkCursor-struct"><span class="type">GdkCursor</span></a> *cursor</code></em>);</pre> +<p>Sets the default mouse cursor for the preview. Note that this will +be overridden by a <a href="https://developer.gnome.org/gdk3/gdk3-Cursors.html#GDK-FLEUR:CAPS"><code class="literal">GDK_FLEUR</code></a> if the preview has scrollbars, or by a +<a href="https://developer.gnome.org/gdk3/gdk3-Cursors.html#GDK-WATCH:CAPS"><code class="literal">GDK_WATCH</code></a> when the preview is invalidated.</p> +<div class="refsect3"> +<a name="gimp-preview-set-default-cursor.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>preview</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>cursor</p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gdk3/gdk3-Cursors.html#GdkCursor-struct"><span class="type">GdkCursor</span></a> or <code class="literal">NULL</code></p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-get-controls"></a><h3>gimp_preview_get_controls ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_preview_get_controls (<em class="parameter"><code><a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> *preview</code></em>);</pre> +<p>Gives access to the <a href="https://developer.gnome.org/gtk3/GtkHBox.html#GtkHBox-struct"><span class="type">GtkHBox</span></a> at the bottom of the preview that +contains the update toggle. Derived widgets can use this function +if they need to add controls to this area.</p> +<div class="refsect3"> +<a name="gimp-preview-get-controls.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>preview</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-preview-get-controls.returns"></a><h4>Returns</h4> +<p> the <a href="https://developer.gnome.org/gtk3/GtkHBox.html#GtkHBox-struct"><span class="type">GtkHBox</span></a> at the bottom of the preview.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpPreview.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpPreview-struct"></a><h3>GimpPreview</h3> +<pre class="programlisting">typedef struct _GimpPreview GimpPreview;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpPreview.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpPreview--update"></a><h3>The <code class="literal">“update”</code> property</h3> +<pre class="programlisting"> “update” <span class="type">gboolean</span></pre> +<p>Whether the preview should update automatically.</p> +<p>Owner: GimpPreview</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: TRUE</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpPreview.style-property-details"></a><h2>Style Property Details</h2> +<div class="refsect2"> +<a name="GimpPreview--s-size"></a><h3>The <code class="literal">“size”</code> style property</h3> +<pre class="programlisting"> “size” <span class="type">gint</span></pre> +<p>The preview's size.</p> +<p>Owner: GimpPreview</p> +<p>Flags: Read</p> +<p>Allowed values: [1,1024]</p> +<p>Default value: 200</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpPreview.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpPreview-invalidated"></a><h3>The <code class="literal">“invalidated”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> *gimppreview, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpPreviewArea.html b/devel-docs/libgimpwidgets/html/GimpPreviewArea.html new file mode 100644 index 0000000..f75c8cf --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpPreviewArea.html @@ -0,0 +1,749 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpPreviewArea: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpPickButton.html" title="GimpPickButton"> +<link rel="next" href="GimpPreview.html" title="GimpPreview"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpPreviewArea.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpPreviewArea.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpPreviewArea.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpPreviewArea.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpPickButton.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpPreview.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpPreviewArea"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpPreviewArea.top_of_page"></a>GimpPreviewArea</span></h2> +<p>GimpPreviewArea — A general purpose preview widget which caches +its pixel data.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-preview-area.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpPreviewArea.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-new" title="gimp_preview_area_new ()">gimp_preview_area_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-draw" title="gimp_preview_area_draw ()">gimp_preview_area_draw</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-fill" title="gimp_preview_area_fill ()">gimp_preview_area_fill</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-blend" title="gimp_preview_area_blend ()">gimp_preview_area_blend</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-mask" title="gimp_preview_area_mask ()">gimp_preview_area_mask</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-set-offsets" title="gimp_preview_area_set_offsets ()">gimp_preview_area_set_offsets</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-set-colormap" title="gimp_preview_area_set_colormap ()">gimp_preview_area_set_colormap</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-set-max-size" title="gimp_preview_area_set_max_size ()">gimp_preview_area_set_max_size</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-menu-popup" title="gimp_preview_area_menu_popup ()">gimp_preview_area_menu_popup</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-set-color-config" title="gimp_preview_area_set_color_config ()">gimp_preview_area_set_color_config</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPreviewArea.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><a href="../html/libgimpbase-gimpbaseenums.html#GimpCheckSize"><span class="type">GimpCheckSize</span></a></td> +<td class="property_name"><a class="link" href="GimpPreviewArea.html#GimpPreviewArea--check-size" title="The “check-size” property">check-size</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="../html/libgimpbase-gimpbaseenums.html#GimpCheckType"><span class="type">GimpCheckType</span></a></td> +<td class="property_name"><a class="link" href="GimpPreviewArea.html#GimpPreviewArea--check-type" title="The “check-type” property">check-type</a></td> +<td class="property_flags">Read / Write</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPreviewArea.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpPreviewArea.html#GimpPreviewArea-struct" title="GimpPreviewArea">GimpPreviewArea</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpPreviewArea.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkDrawingArea.html#GtkDrawingArea-struct">GtkDrawingArea</a> + <span class="lineart">╰──</span> GimpPreviewArea +</pre> +</div> +<div class="refsect1"> +<a name="GimpPreviewArea.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpPreviewArea implements + AtkImplementorIface and <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpPreviewArea.description"></a><h2>Description</h2> +<p>A general purpose preview widget which caches its pixel data.</p> +</div> +<div class="refsect1"> +<a name="GimpPreviewArea.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-preview-area-new"></a><h3>gimp_preview_area_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_preview_area_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<p>Creates a new <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget.</p> +<div class="refsect3"> +<a name="gimp-preview-area-new.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget.</p> +<p>Since GIMP 2.2</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-area-draw"></a><h3>gimp_preview_area_draw ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_area_draw (<em class="parameter"><code><a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> *area</code></em>, + <em class="parameter"><code><span class="type">gint</span> x</code></em>, + <em class="parameter"><code><span class="type">gint</span> y</code></em>, + <em class="parameter"><code><span class="type">gint</span> width</code></em>, + <em class="parameter"><code><span class="type">gint</span> height</code></em>, + <em class="parameter"><code><a href="../html/libgimpbase-gimpbaseenums.html#GimpImageType"><span class="type">GimpImageType</span></a> type</code></em>, + <em class="parameter"><code>const <span class="type">guchar</span> *buf</code></em>, + <em class="parameter"><code><span class="type">gint</span> rowstride</code></em>);</pre> +<p>Draws <em class="parameter"><code>buf</code></em> + on <em class="parameter"><code>area</code></em> + and queues a redraw on the given rectangle.</p> +<p>Since GIMP 2.2</p> +<div class="refsect3"> +<a name="gimp-preview-area-draw.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>area</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>x</p></td> +<td class="parameter_description"><p>x offset in preview</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>y</p></td> +<td class="parameter_description"><p>y offset in preview</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>width</p></td> +<td class="parameter_description"><p>buffer width</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>height</p></td> +<td class="parameter_description"><p>buffer height</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>type</p></td> +<td class="parameter_description"><p>the <a href="../html/libgimpbase-gimpbaseenums.html#GimpImageType"><span class="type">GimpImageType</span></a> of <em class="parameter"><code>buf</code></em> +</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>buf</p></td> +<td class="parameter_description"><p>a <span class="type">guchar</span> buffer that contains the preview pixel data.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>rowstride</p></td> +<td class="parameter_description"><p>rowstride of <em class="parameter"><code>buf</code></em> +</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-area-fill"></a><h3>gimp_preview_area_fill ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_area_fill (<em class="parameter"><code><a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> *area</code></em>, + <em class="parameter"><code><span class="type">gint</span> x</code></em>, + <em class="parameter"><code><span class="type">gint</span> y</code></em>, + <em class="parameter"><code><span class="type">gint</span> width</code></em>, + <em class="parameter"><code><span class="type">gint</span> height</code></em>, + <em class="parameter"><code><span class="type">guchar</span> red</code></em>, + <em class="parameter"><code><span class="type">guchar</span> green</code></em>, + <em class="parameter"><code><span class="type">guchar</span> blue</code></em>);</pre> +<p>Fills the given rectangle of <em class="parameter"><code>area</code></em> + in the given color and queues a +redraw.</p> +<p>Since GIMP 2.2</p> +<div class="refsect3"> +<a name="gimp-preview-area-fill.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>area</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>x</p></td> +<td class="parameter_description"><p>x offset in preview</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>y</p></td> +<td class="parameter_description"><p>y offset in preview</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>width</p></td> +<td class="parameter_description"><p>width of the rectangle to fill</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>height</p></td> +<td class="parameter_description"><p>height of the rectangle to fill</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>red</p></td> +<td class="parameter_description"><p>red component of the fill color (0-255)</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>green</p></td> +<td class="parameter_description"><p>green component of the fill color (0-255)</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>blue</p></td> +<td class="parameter_description"><p>red component of the fill color (0-255)</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-area-blend"></a><h3>gimp_preview_area_blend ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_area_blend (<em class="parameter"><code><a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> *area</code></em>, + <em class="parameter"><code><span class="type">gint</span> x</code></em>, + <em class="parameter"><code><span class="type">gint</span> y</code></em>, + <em class="parameter"><code><span class="type">gint</span> width</code></em>, + <em class="parameter"><code><span class="type">gint</span> height</code></em>, + <em class="parameter"><code><a href="../html/libgimpbase-gimpbaseenums.html#GimpImageType"><span class="type">GimpImageType</span></a> type</code></em>, + <em class="parameter"><code>const <span class="type">guchar</span> *buf1</code></em>, + <em class="parameter"><code><span class="type">gint</span> rowstride1</code></em>, + <em class="parameter"><code>const <span class="type">guchar</span> *buf2</code></em>, + <em class="parameter"><code><span class="type">gint</span> rowstride2</code></em>, + <em class="parameter"><code><span class="type">guchar</span> opacity</code></em>);</pre> +<p>Composites <em class="parameter"><code>buf1</code></em> + on <em class="parameter"><code>buf2</code></em> + with the given <em class="parameter"><code>opacity</code></em> +, draws the result +to <em class="parameter"><code>area</code></em> + and queues a redraw on the given rectangle.</p> +<p>Since GIMP 2.2</p> +<div class="refsect3"> +<a name="gimp-preview-area-blend.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>area</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>x</p></td> +<td class="parameter_description"><p>x offset in preview</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>y</p></td> +<td class="parameter_description"><p>y offset in preview</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>width</p></td> +<td class="parameter_description"><p>buffer width</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>height</p></td> +<td class="parameter_description"><p>buffer height</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>type</p></td> +<td class="parameter_description"><p>the <a href="../html/libgimpbase-gimpbaseenums.html#GimpImageType"><span class="type">GimpImageType</span></a> of <em class="parameter"><code>buf1</code></em> +and <em class="parameter"><code>buf2</code></em> +</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>buf1</p></td> +<td class="parameter_description"><p>a <span class="type">guchar</span> buffer that contains the pixel data for +the lower layer</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>rowstride1</p></td> +<td class="parameter_description"><p>rowstride of <em class="parameter"><code>buf1</code></em> +</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>buf2</p></td> +<td class="parameter_description"><p>a <span class="type">guchar</span> buffer that contains the pixel data for +the upper layer</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>rowstride2</p></td> +<td class="parameter_description"><p>rowstride of <em class="parameter"><code>buf2</code></em> +</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>opacity</p></td> +<td class="parameter_description"><p>The opacity of the first layer.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-area-mask"></a><h3>gimp_preview_area_mask ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_area_mask (<em class="parameter"><code><a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> *area</code></em>, + <em class="parameter"><code><span class="type">gint</span> x</code></em>, + <em class="parameter"><code><span class="type">gint</span> y</code></em>, + <em class="parameter"><code><span class="type">gint</span> width</code></em>, + <em class="parameter"><code><span class="type">gint</span> height</code></em>, + <em class="parameter"><code><a href="../html/libgimpbase-gimpbaseenums.html#GimpImageType"><span class="type">GimpImageType</span></a> type</code></em>, + <em class="parameter"><code>const <span class="type">guchar</span> *buf1</code></em>, + <em class="parameter"><code><span class="type">gint</span> rowstride1</code></em>, + <em class="parameter"><code>const <span class="type">guchar</span> *buf2</code></em>, + <em class="parameter"><code><span class="type">gint</span> rowstride2</code></em>, + <em class="parameter"><code>const <span class="type">guchar</span> *mask</code></em>, + <em class="parameter"><code><span class="type">gint</span> rowstride_mask</code></em>);</pre> +<p>Composites <em class="parameter"><code>buf1</code></em> + on <em class="parameter"><code>buf2</code></em> + with the given <em class="parameter"><code>mask</code></em> +, draws the result on +<em class="parameter"><code>area</code></em> + and queues a redraw on the given rectangle.</p> +<p>Since GIMP 2.2</p> +<div class="refsect3"> +<a name="gimp-preview-area-mask.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>area</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>x</p></td> +<td class="parameter_description"><p>x offset in preview</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>y</p></td> +<td class="parameter_description"><p>y offset in preview</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>width</p></td> +<td class="parameter_description"><p>buffer width</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>height</p></td> +<td class="parameter_description"><p>buffer height</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>type</p></td> +<td class="parameter_description"><p>the <a href="../html/libgimpbase-gimpbaseenums.html#GimpImageType"><span class="type">GimpImageType</span></a> of <em class="parameter"><code>buf1</code></em> +and <em class="parameter"><code>buf2</code></em> +</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>buf1</p></td> +<td class="parameter_description"><p>a <span class="type">guchar</span> buffer that contains the pixel data for +the lower layer</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>rowstride1</p></td> +<td class="parameter_description"><p>rowstride of <em class="parameter"><code>buf1</code></em> +</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>buf2</p></td> +<td class="parameter_description"><p>a <span class="type">guchar</span> buffer that contains the pixel data for +the upper layer</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>rowstride2</p></td> +<td class="parameter_description"><p>rowstride of <em class="parameter"><code>buf2</code></em> +</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>mask</p></td> +<td class="parameter_description"><p>a <span class="type">guchar</span> buffer representing the mask of the second +layer.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>rowstride_mask</p></td> +<td class="parameter_description"><p>rowstride for the mask.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-area-set-offsets"></a><h3>gimp_preview_area_set_offsets ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_area_set_offsets (<em class="parameter"><code><a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> *area</code></em>, + <em class="parameter"><code><span class="type">gint</span> x</code></em>, + <em class="parameter"><code><span class="type">gint</span> y</code></em>);</pre> +<p>Sets the offsets of the previewed area. This information is used +when drawing the checkerboard and to determine the dither offsets.</p> +<div class="refsect3"> +<a name="gimp-preview-area-set-offsets.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>area</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>x</p></td> +<td class="parameter_description"><p>horizontal offset</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>y</p></td> +<td class="parameter_description"><p>vertical offset</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-area-set-colormap"></a><h3>gimp_preview_area_set_colormap ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_area_set_colormap (<em class="parameter"><code><a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> *area</code></em>, + <em class="parameter"><code>const <span class="type">guchar</span> *colormap</code></em>, + <em class="parameter"><code><span class="type">gint</span> num_colors</code></em>);</pre> +<p>Sets the colormap for the <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget. You need to +call this function before you use <a class="link" href="GimpPreviewArea.html#gimp-preview-area-draw" title="gimp_preview_area_draw ()"><code class="function">gimp_preview_area_draw()</code></a> with +an image type of <a href="../html/libgimpbase-gimpbaseenums.html#GIMP-INDEXED-IMAGE:CAPS"><code class="literal">GIMP_INDEXED_IMAGE</code></a> or <a href="../html/libgimpbase-gimpbaseenums.html#GIMP-INDEXEDA-IMAGE:CAPS"><code class="literal">GIMP_INDEXEDA_IMAGE</code></a>.</p> +<p>Since GIMP 2.2</p> +<div class="refsect3"> +<a name="gimp-preview-area-set-colormap.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>area</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>colormap</p></td> +<td class="parameter_description"><p>a <span class="type">guchar</span> buffer that contains the colormap</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>num_colors</p></td> +<td class="parameter_description"><p>the number of colors in the colormap</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-area-set-max-size"></a><h3>gimp_preview_area_set_max_size ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_area_set_max_size (<em class="parameter"><code><a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> *area</code></em>, + <em class="parameter"><code><span class="type">gint</span> width</code></em>, + <em class="parameter"><code><span class="type">gint</span> height</code></em>);</pre> +<p>Usually a <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> fills the size that it is +allocated. This function 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> +<div class="refsect3"> +<a name="gimp-preview-area-set-max-size.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>area</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>width</p></td> +<td class="parameter_description"><p>the maximum width in pixels or -1 to unset the limit</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>height</p></td> +<td class="parameter_description"><p>the maximum height in pixels or -1 to unset the limit</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-area-menu-popup"></a><h3>gimp_preview_area_menu_popup ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_area_menu_popup (<em class="parameter"><code><a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> *area</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gdk3/gdk3-Event-Structures.html#GdkEventButton"><span class="type">GdkEventButton</span></a> *event</code></em>);</pre> +<p>Creates a popup menu that allows one to configure the size and type of +the checkerboard pattern that the <em class="parameter"><code>area</code></em> + uses to visualize transparency.</p> +<div class="refsect3"> +<a name="gimp-preview-area-menu-popup.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>area</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>event</p></td> +<td class="parameter_description"><p>the button event that causes the menu to popup or <code class="literal">NULL</code></p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-preview-area-set-color-config"></a><h3>gimp_preview_area_set_color_config ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_preview_area_set_color_config (<em class="parameter"><code><a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> *area</code></em>, + <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> *config</code></em>);</pre> +<p>Sets the color management configuration to use with this preview area.</p> +<div class="refsect3"> +<a name="gimp-preview-area-set-color-config.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>area</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>a <a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> object.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpPreviewArea.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpPreviewArea-struct"></a><h3>GimpPreviewArea</h3> +<pre class="programlisting">typedef struct _GimpPreviewArea GimpPreviewArea;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpPreviewArea.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpPreviewArea--check-size"></a><h3>The <code class="literal">“check-size”</code> property</h3> +<pre class="programlisting"> “check-size” <a href="../html/libgimpbase-gimpbaseenums.html#GimpCheckSize"><span class="type">GimpCheckSize</span></a></pre> +<p>The size of the checkerboard pattern indicating transparency.</p> +<p>Owner: GimpPreviewArea</p> +<p>Flags: Read / Write</p> +<p>Default value: GIMP_CHECK_SIZE_MEDIUM_CHECKS</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpPreviewArea--check-type"></a><h3>The <code class="literal">“check-type”</code> property</h3> +<pre class="programlisting"> “check-type” <a href="../html/libgimpbase-gimpbaseenums.html#GimpCheckType"><span class="type">GimpCheckType</span></a></pre> +<p>The colors of the checkerboard pattern indicating transparency.</p> +<p>Owner: GimpPreviewArea</p> +<p>Flags: Read / Write</p> +<p>Default value: GIMP_CHECK_TYPE_GRAY_CHECKS</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpRuler.html b/devel-docs/libgimpwidgets/html/GimpRuler.html new file mode 100644 index 0000000..c1c5009 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpRuler.html @@ -0,0 +1,591 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpRuler: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpPreview.html" title="GimpPreview"> +<link rel="next" href="GimpScrolledPreview.html" title="GimpScrolledPreview"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpRuler.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpRuler.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpRuler.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpRuler.properties" class="shortcut">Properties</a></span><span id="nav_style_properties"> <span class="dim">|</span> + <a href="#GimpRuler.style-properties" class="shortcut">Style Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpPreview.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpScrolledPreview.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpRuler"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpRuler.top_of_page"></a>GimpRuler</span></h2> +<p>GimpRuler — A ruler widget with configurable unit and orientation.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpRuler.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpRuler.html#gimp-ruler-new" title="gimp_ruler_new ()">gimp_ruler_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpRuler.html#gimp-ruler-set-unit" title="gimp_ruler_set_unit ()">gimp_ruler_set_unit</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="returnvalue">GimpUnit</span></a> +</td> +<td class="function_name"> +<a class="link" href="GimpRuler.html#gimp-ruler-get-unit" title="gimp_ruler_get_unit ()">gimp_ruler_get_unit</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpRuler.html#gimp-ruler-set-position" title="gimp_ruler_set_position ()">gimp_ruler_set_position</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gdouble</span> +</td> +<td class="function_name"> +<a class="link" href="GimpRuler.html#gimp-ruler-get-position" title="gimp_ruler_get_position ()">gimp_ruler_get_position</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpRuler.html#gimp-ruler-set-range" title="gimp_ruler_set_range ()">gimp_ruler_set_range</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpRuler.html#gimp-ruler-get-range" title="gimp_ruler_get_range ()">gimp_ruler_get_range</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpRuler.html#gimp-ruler-add-track-widget" title="gimp_ruler_add_track_widget ()">gimp_ruler_add_track_widget</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpRuler.html#gimp-ruler-remove-track-widget" title="gimp_ruler_remove_track_widget ()">gimp_ruler_remove_track_widget</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpRuler.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><span class="type">gdouble</span></td> +<td class="property_name"><a class="link" href="GimpRuler.html#GimpRuler--lower" title="The “lower” property">lower</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">gdouble</span></td> +<td class="property_name"><a class="link" href="GimpRuler.html#GimpRuler--max-size" title="The “max-size” property">max-size</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/gtk3/gtk3-Standard-Enumerations.html#GtkOrientation"><span class="type">GtkOrientation</span></a></td> +<td class="property_name"><a class="link" href="GimpRuler.html#GimpRuler--orientation" title="The “orientation” property">orientation</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">gdouble</span></td> +<td class="property_name"><a class="link" href="GimpRuler.html#GimpRuler--position" title="The “position” property">position</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a></td> +<td class="property_name"><a class="link" href="GimpRuler.html#GimpRuler--unit" title="The “unit” property">unit</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">gdouble</span></td> +<td class="property_name"><a class="link" href="GimpRuler.html#GimpRuler--upper" title="The “upper” property">upper</a></td> +<td class="property_flags">Read / Write</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpRuler.style-properties"></a><h2>Style Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="style_properties_type"> +<col width="300px" class="style_properties_name"> +<col width="200px" class="style_properties_flags"> +</colgroup> +<tbody><tr> +<td class="property_type"><span class="type">gdouble</span></td> +<td class="property_name"><a class="link" href="GimpRuler.html#GimpRuler--s-font-scale" title="The “font-scale” style property">font-scale</a></td> +<td class="property_flags">Read</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpRuler.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpRuler.html#GimpRuler-struct" title="GimpRuler">GimpRuler</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpRuler.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> GimpRuler +</pre> +</div> +<div class="refsect1"> +<a name="GimpRuler.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpRuler implements + AtkImplementorIface and <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpRuler.description"></a><h2>Description</h2> +<p>A ruler widget with configurable unit and orientation.</p> +</div> +<div class="refsect1"> +<a name="GimpRuler.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-ruler-new"></a><h3>gimp_ruler_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_ruler_new (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/gtk3-Standard-Enumerations.html#GtkOrientation"><span class="type">GtkOrientation</span></a> orientation</code></em>);</pre> +<p>Creates a new ruler.</p> +<div class="refsect3"> +<a name="gimp-ruler-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>orientation</p></td> +<td class="parameter_description"><p>the ruler's orientation.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-ruler-new.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpRuler.html" title="GimpRuler"><span class="type">GimpRuler</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-ruler-set-unit"></a><h3>gimp_ruler_set_unit ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_ruler_set_unit (<em class="parameter"><code><a class="link" href="GimpRuler.html" title="GimpRuler"><span class="type">GimpRuler</span></a> *ruler</code></em>, + <em class="parameter"><code><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>);</pre> +<p>This sets the unit of the ruler.</p> +<div class="refsect3"> +<a name="gimp-ruler-set-unit.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>ruler</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpRuler.html" title="GimpRuler"><span class="type">GimpRuler</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>unit</p></td> +<td class="parameter_description"><p>the <a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> to set the ruler to</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-ruler-get-unit"></a><h3>gimp_ruler_get_unit ()</h3> +<pre class="programlisting"><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="returnvalue">GimpUnit</span></a> +gimp_ruler_get_unit (<em class="parameter"><code><a class="link" href="GimpRuler.html" title="GimpRuler"><span class="type">GimpRuler</span></a> *ruler</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-ruler-get-unit.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>ruler</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpRuler.html" title="GimpRuler"><span class="type">GimpRuler</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-ruler-get-unit.returns"></a><h4>Returns</h4> +<p> the unit currently used in the <em class="parameter"><code>ruler</code></em> +widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-ruler-set-position"></a><h3>gimp_ruler_set_position ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_ruler_set_position (<em class="parameter"><code><a class="link" href="GimpRuler.html" title="GimpRuler"><span class="type">GimpRuler</span></a> *ruler</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> position</code></em>);</pre> +<p>This sets the position of the ruler.</p> +<div class="refsect3"> +<a name="gimp-ruler-set-position.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>ruler</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpRuler.html" title="GimpRuler"><span class="type">GimpRuler</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>position</p></td> +<td class="parameter_description"><p>the position to set the ruler to</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-ruler-get-position"></a><h3>gimp_ruler_get_position ()</h3> +<pre class="programlisting"><span class="returnvalue">gdouble</span> +gimp_ruler_get_position (<em class="parameter"><code><a class="link" href="GimpRuler.html" title="GimpRuler"><span class="type">GimpRuler</span></a> *ruler</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-ruler-get-position.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>ruler</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpRuler.html" title="GimpRuler"><span class="type">GimpRuler</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-ruler-get-position.returns"></a><h4>Returns</h4> +<p> the current position of the <em class="parameter"><code>ruler</code></em> +widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-ruler-set-range"></a><h3>gimp_ruler_set_range ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_ruler_set_range (<em class="parameter"><code><a class="link" href="GimpRuler.html" title="GimpRuler"><span class="type">GimpRuler</span></a> *ruler</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> lower</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> upper</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> max_size</code></em>);</pre> +<p>This sets the range of the ruler.</p> +<div class="refsect3"> +<a name="gimp-ruler-set-range.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>ruler</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpRuler.html" title="GimpRuler"><span class="type">GimpRuler</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>lower</p></td> +<td class="parameter_description"><p>the lower limit of the ruler</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>upper</p></td> +<td class="parameter_description"><p>the upper limit of the ruler</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>max_size</p></td> +<td class="parameter_description"><p>the maximum size of the ruler used when calculating the space to +leave for the text</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-ruler-get-range"></a><h3>gimp_ruler_get_range ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_ruler_get_range (<em class="parameter"><code><a class="link" href="GimpRuler.html" title="GimpRuler"><span class="type">GimpRuler</span></a> *ruler</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> *lower</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> *upper</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> *max_size</code></em>);</pre> +<p>Retrieves values indicating the range and current position of a <a class="link" href="GimpRuler.html" title="GimpRuler"><span class="type">GimpRuler</span></a>. +See <a class="link" href="GimpRuler.html#gimp-ruler-set-range" title="gimp_ruler_set_range ()"><code class="function">gimp_ruler_set_range()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-ruler-get-range.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>ruler</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpRuler.html" title="GimpRuler"><span class="type">GimpRuler</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>lower</p></td> +<td class="parameter_description"><p>location to store lower limit of the ruler, or <code class="literal">NULL</code></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>upper</p></td> +<td class="parameter_description"><p>location to store upper limit of the ruler, or <code class="literal">NULL</code></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>max_size</p></td> +<td class="parameter_description"><p>location to store the maximum size of the ruler used when +calculating the space to leave for the text, or <code class="literal">NULL</code>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-ruler-add-track-widget"></a><h3>gimp_ruler_add_track_widget ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_ruler_add_track_widget (<em class="parameter"><code><a class="link" href="GimpRuler.html" title="GimpRuler"><span class="type">GimpRuler</span></a> *ruler</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre> +<p>Adds a "track widget" to the ruler. The ruler will connect to +GtkWidget:motion-notify-event: on the track widget and update its +position marker accordingly. The marker is correctly updated also +for the track widget's children, regardless of whether they are +ordinary children of off-screen children.</p> +<div class="refsect3"> +<a name="gimp-ruler-add-track-widget.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>ruler</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpRuler.html" title="GimpRuler"><span class="type">GimpRuler</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>widget</p></td> +<td class="parameter_description"><p>the track widget to add</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-ruler-remove-track-widget"></a><h3>gimp_ruler_remove_track_widget ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_ruler_remove_track_widget (<em class="parameter"><code><a class="link" href="GimpRuler.html" title="GimpRuler"><span class="type">GimpRuler</span></a> *ruler</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre> +<p>Removes a previously added track widget from the ruler. See +<a class="link" href="GimpRuler.html#gimp-ruler-add-track-widget" title="gimp_ruler_add_track_widget ()"><code class="function">gimp_ruler_add_track_widget()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-ruler-remove-track-widget.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>ruler</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpRuler.html" title="GimpRuler"><span class="type">GimpRuler</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>widget</p></td> +<td class="parameter_description"><p>the track widget to remove</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpRuler.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpRuler-struct"></a><h3>GimpRuler</h3> +<pre class="programlisting">typedef struct _GimpRuler GimpRuler;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpRuler.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpRuler--lower"></a><h3>The <code class="literal">“lower”</code> property</h3> +<pre class="programlisting"> “lower” <span class="type">gdouble</span></pre> +<p>Lower limit of ruler.</p> +<p>Owner: GimpRuler</p> +<p>Flags: Read / Write</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpRuler--max-size"></a><h3>The <code class="literal">“max-size”</code> property</h3> +<pre class="programlisting"> “max-size” <span class="type">gdouble</span></pre> +<p>Maximum size of the ruler.</p> +<p>Owner: GimpRuler</p> +<p>Flags: Read / Write</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpRuler--orientation"></a><h3>The <code class="literal">“orientation”</code> property</h3> +<pre class="programlisting"> “orientation” <a href="https://developer.gnome.org/gtk3/gtk3-Standard-Enumerations.html#GtkOrientation"><span class="type">GtkOrientation</span></a></pre> +<p>The orientation of the ruler.</p> +<p>Owner: GimpRuler</p> +<p>Flags: Read / Write</p> +<p>Default value: GTK_ORIENTATION_HORIZONTAL</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpRuler--position"></a><h3>The <code class="literal">“position”</code> property</h3> +<pre class="programlisting"> “position” <span class="type">gdouble</span></pre> +<p>Position of mark on the ruler.</p> +<p>Owner: GimpRuler</p> +<p>Flags: Read / Write</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpRuler--unit"></a><h3>The <code class="literal">“unit”</code> property</h3> +<pre class="programlisting"> “unit” <a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a></pre> +<p>Unit of ruler.</p> +<p>Owner: GimpRuler</p> +<p>Flags: Read / Write</p> +<p>Allowed values: [0,65535]</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpRuler--upper"></a><h3>The <code class="literal">“upper”</code> property</h3> +<pre class="programlisting"> “upper” <span class="type">gdouble</span></pre> +<p>Upper limit of ruler.</p> +<p>Owner: GimpRuler</p> +<p>Flags: Read / Write</p> +<p>Default value: 0</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpRuler.style-property-details"></a><h2>Style Property Details</h2> +<div class="refsect2"> +<a name="GimpRuler--s-font-scale"></a><h3>The <code class="literal">“font-scale”</code> style property</h3> +<pre class="programlisting"> “font-scale” <span class="type">gdouble</span></pre> +<p>The size of the used font.</p> +<p>Owner: GimpRuler</p> +<p>Flags: Read</p> +<p>Allowed values: >= 0</p> +<p>Default value: 0.833333</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpScrolledPreview.html b/devel-docs/libgimpwidgets/html/GimpScrolledPreview.html new file mode 100644 index 0000000..46b3288 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpScrolledPreview.html @@ -0,0 +1,254 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpScrolledPreview: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpRuler.html" title="GimpRuler"> +<link rel="next" href="GimpSizeEntry.html" title="GimpSizeEntry"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpScrolledPreview.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpScrolledPreview.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpScrolledPreview.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpRuler.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpSizeEntry.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpScrolledPreview"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpScrolledPreview.top_of_page"></a>GimpScrolledPreview</span></h2> +<p>GimpScrolledPreview — A widget providing a <a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> enhanced by +scrolling capabilities.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpScrolledPreview.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpScrolledPreview.html#gimp-scrolled-preview-set-position" title="gimp_scrolled_preview_set_position ()">gimp_scrolled_preview_set_position</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpScrolledPreview.html#gimp-scrolled-preview-set-policy" title="gimp_scrolled_preview_set_policy ()">gimp_scrolled_preview_set_policy</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpScrolledPreview.html#gimp-scrolled-preview-freeze" title="gimp_scrolled_preview_freeze ()">gimp_scrolled_preview_freeze</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpScrolledPreview.html#gimp-scrolled-preview-thaw" title="gimp_scrolled_preview_thaw ()">gimp_scrolled_preview_thaw</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpScrolledPreview.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpScrolledPreview.html#GimpScrolledPreview-struct" title="GimpScrolledPreview">GimpScrolledPreview</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpScrolledPreview.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBox.html#GtkBox-struct">GtkBox</a> + <span class="lineart">╰──</span> <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> + <span class="lineart">╰──</span> GimpScrolledPreview +</pre> +</div> +<div class="refsect1"> +<a name="GimpScrolledPreview.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpScrolledPreview implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="https://developer.gnome.org/gtk3/gtk3-Orientable.html#GtkOrientable-struct">GtkOrientable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpScrolledPreview.description"></a><h2>Description</h2> +<p>A widget providing a <a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> enhanced by scrolling capabilities.</p> +</div> +<div class="refsect1"> +<a name="GimpScrolledPreview.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-scrolled-preview-set-position"></a><h3>gimp_scrolled_preview_set_position ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_scrolled_preview_set_position (<em class="parameter"><code><a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview"><span class="type">GimpScrolledPreview</span></a> *preview</code></em>, + <em class="parameter"><code><span class="type">gint</span> x</code></em>, + <em class="parameter"><code><span class="type">gint</span> y</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-scrolled-preview-set-position.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>preview</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview"><span class="type">GimpScrolledPreview</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>x</p></td> +<td class="parameter_description"><p>horizontal scroll offset</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>y</p></td> +<td class="parameter_description"><p>vertical scroll offset</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-scrolled-preview-set-policy"></a><h3>gimp_scrolled_preview_set_policy ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_scrolled_preview_set_policy (<em class="parameter"><code><a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview"><span class="type">GimpScrolledPreview</span></a> *preview</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkScrolledWindow.html#GtkPolicyType"><span class="type">GtkPolicyType</span></a> hscrollbar_policy</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkScrolledWindow.html#GtkPolicyType"><span class="type">GtkPolicyType</span></a> vscrollbar_policy</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-scrolled-preview-set-policy.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>preview</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview"><span class="type">GimpScrolledPreview</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>hscrollbar_policy</p></td> +<td class="parameter_description"><p>policy for horizontal scrollbar</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>vscrollbar_policy</p></td> +<td class="parameter_description"><p>policy for vertical scrollbar</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-scrolled-preview-freeze"></a><h3>gimp_scrolled_preview_freeze ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_scrolled_preview_freeze (<em class="parameter"><code><a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview"><span class="type">GimpScrolledPreview</span></a> *preview</code></em>);</pre> +<p>While the <em class="parameter"><code>preview</code></em> + is frozen, it is not going to redraw itself in +response to scroll events.</p> +<p>This function should only be used to implement widgets derived from +<a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview"><span class="type">GimpScrolledPreview</span></a>. There is no point in calling this from a plug-in.</p> +<div class="refsect3"> +<a name="gimp-scrolled-preview-freeze.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>preview</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview"><span class="type">GimpScrolledPreview</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-scrolled-preview-thaw"></a><h3>gimp_scrolled_preview_thaw ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_scrolled_preview_thaw (<em class="parameter"><code><a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview"><span class="type">GimpScrolledPreview</span></a> *preview</code></em>);</pre> +<p>While the <em class="parameter"><code>preview</code></em> + is frozen, it is not going to redraw itself in +response to scroll events.</p> +<p>This function should only be used to implement widgets derived from +<a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview"><span class="type">GimpScrolledPreview</span></a>. There is no point in calling this from a plug-in.</p> +<div class="refsect3"> +<a name="gimp-scrolled-preview-thaw.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>preview</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview"><span class="type">GimpScrolledPreview</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpScrolledPreview.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpScrolledPreview-struct"></a><h3>GimpScrolledPreview</h3> +<pre class="programlisting">typedef struct _GimpScrolledPreview GimpScrolledPreview;</pre> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpSizeEntry.html b/devel-docs/libgimpwidgets/html/GimpSizeEntry.html new file mode 100644 index 0000000..cd1674b --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpSizeEntry.html @@ -0,0 +1,1200 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpSizeEntry: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpScrolledPreview.html" title="GimpScrolledPreview"> +<link rel="next" href="GimpStringComboBox.html" title="GimpStringComboBox"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpSizeEntry.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpSizeEntry.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpSizeEntry.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpSizeEntry.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpScrolledPreview.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpStringComboBox.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpSizeEntry"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpSizeEntry.top_of_page"></a>GimpSizeEntry</span></h2> +<p>GimpSizeEntry — Widget for entering pixel values and resolutions.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpSizeEntry.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-new" title="gimp_size_entry_new ()">gimp_size_entry_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-add-field" title="gimp_size_entry_add_field ()">gimp_size_entry_add_field</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-attach-label" title="gimp_size_entry_attach_label ()">gimp_size_entry_attach_label</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-resolution" title="gimp_size_entry_set_resolution ()">gimp_size_entry_set_resolution</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-size" title="gimp_size_entry_set_size ()">gimp_size_entry_set_size</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-value-boundaries" title="gimp_size_entry_set_value_boundaries ()">gimp_size_entry_set_value_boundaries</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gdouble</span> +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-get-value" title="gimp_size_entry_get_value ()">gimp_size_entry_get_value</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-value" title="gimp_size_entry_set_value ()">gimp_size_entry_set_value</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-refval-boundaries" title="gimp_size_entry_set_refval_boundaries ()">gimp_size_entry_set_refval_boundaries</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-refval-digits" title="gimp_size_entry_set_refval_digits ()">gimp_size_entry_set_refval_digits</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gdouble</span> +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-get-refval" title="gimp_size_entry_get_refval ()">gimp_size_entry_get_refval</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-refval" title="gimp_size_entry_set_refval ()">gimp_size_entry_set_refval</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="returnvalue">GimpUnit</span></a> +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-get-unit" title="gimp_size_entry_get_unit ()">gimp_size_entry_get_unit</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-unit" title="gimp_size_entry_set_unit ()">gimp_size_entry_set_unit</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-pixel-digits" title="gimp_size_entry_set_pixel_digits ()">gimp_size_entry_set_pixel_digits</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-show-unit-menu" title="gimp_size_entry_show_unit_menu ()">gimp_size_entry_show_unit_menu</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-grab-focus" title="gimp_size_entry_grab_focus ()">gimp_size_entry_grab_focus</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-activates-default" title="gimp_size_entry_set_activates_default ()">gimp_size_entry_set_activates_default</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-get-help-widget" title="gimp_size_entry_get_help_widget ()">gimp_size_entry_get_help_widget</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpSizeEntry.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpSizeEntry.html#GimpSizeEntry-refval-changed" title="The “refval-changed” signal">refval-changed</a></td> +<td class="signal_flags">Run First</td> +</tr> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpSizeEntry.html#GimpSizeEntry-unit-changed" title="The “unit-changed” signal">unit-changed</a></td> +<td class="signal_flags">Run First</td> +</tr> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpSizeEntry.html#GimpSizeEntry-value-changed" title="The “value-changed” signal">value-changed</a></td> +<td class="signal_flags">Run First</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpSizeEntry.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpSizeEntry.html#GimpSizeEntry-struct" title="GimpSizeEntry">GimpSizeEntry</a></td> +</tr> +<tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpSizeEntry.html#GimpSizeEntryField" title="GimpSizeEntryField">GimpSizeEntryField</a></td> +</tr> +<tr> +<td class="datatype_keyword">enum</td> +<td class="function_name"><a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy" title="enum GimpSizeEntryUpdatePolicy">GimpSizeEntryUpdatePolicy</a></td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpSizeEntry.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkTable.html#GtkTable-struct">GtkTable</a> + <span class="lineart">╰──</span> GimpSizeEntry +</pre> +</div> +<div class="refsect1"> +<a name="GimpSizeEntry.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpSizeEntry implements + AtkImplementorIface and <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpSizeEntry.description"></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 its "value".</p> +<p>There is a <a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox"><span class="type">GimpUnitComboBox</span></a> right of the entry fields which lets +you specify the <a href="../html/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 <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a>'s to enter +"value" and "reference value". If you specify <em class="parameter"><code>show_refval</code></em> + as +<span class="type">FALSE</span> in <a class="link" href="GimpSizeEntry.html#gimp-size-entry-new" title="gimp_size_entry_new ()"><code class="function">gimp_size_entry_new()</code></a> there will be only one +<a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a> and the <a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox"><span class="type">GimpUnitComboBox</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 class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy" title="enum GimpSizeEntryUpdatePolicy"><span class="type">GimpSizeEntryUpdatePolicy</span></a> you specify in +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-new" title="gimp_size_entry_new ()"><code class="function">gimp_size_entry_new()</code></a>. The "value" is either the size in pixels +mapped to the size in a real-world-unit (see <a href="../html/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"> +<a name="GimpSizeEntry.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-size-entry-new"></a><h3>gimp_size_entry_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_size_entry_new (<em class="parameter"><code><span class="type">gint</span> number_of_fields</code></em>, + <em class="parameter"><code><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *unit_format</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> menu_show_pixels</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> menu_show_percent</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> show_refval</code></em>, + <em class="parameter"><code><span class="type">gint</span> spinbutton_width</code></em>, + <em class="parameter"><code><a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy" title="enum GimpSizeEntryUpdatePolicy"><span class="type">GimpSizeEntryUpdatePolicy</span></a> update_policy</code></em>);</pre> +<p>Creates a new <a class="link" 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> +<div class="orderedlist"><ol class="orderedlist" type="1"> +<li class="listitem"><p>gimp_size_entry_new()</p></li> +<li class="listitem"><p>(for each additional input field) <a class="link" href="GimpSizeEntry.html#gimp-size-entry-add-field" title="gimp_size_entry_add_field ()"><code class="function">gimp_size_entry_add_field()</code></a></p></li> +<li class="listitem"><p>gimp_size_entry_set_unit()</p></li> +</ol></div> +<p>For each input field:</p> +<div class="orderedlist"><ol class="orderedlist" type="1"> +<li class="listitem"><p>gimp_size_entry_set_resolution()</p></li> +<li class="listitem"><p>gimp_size_entry_set_refval_boundaries() +(or <a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-value-boundaries" title="gimp_size_entry_set_value_boundaries ()"><code class="function">gimp_size_entry_set_value_boundaries()</code></a>)</p></li> +<li class="listitem"><p>gimp_size_entry_set_size()</p></li> +<li class="listitem"><p>gimp_size_entry_set_refval() (or <a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-value" title="gimp_size_entry_set_value ()"><code class="function">gimp_size_entry_set_value()</code></a>)</p></li> +</ol></div> +<p>The <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> is derived from <a href="https://developer.gnome.org/gtk3/GtkTable.html#GtkTable-struct"><span class="type">GtkTable</span></a> and will have +an empty border of one cell width on each side plus an empty column left +of the <a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox"><span class="type">GimpUnitComboBox</span></a> to allow the caller to add labels or a +<a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.</p> +<div class="refsect3"> +<a name="gimp-size-entry-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>number_of_fields</p></td> +<td class="parameter_description"><p>The number of input fields.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>unit</p></td> +<td class="parameter_description"><p>The initial unit.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>unit_format</p></td> +<td class="parameter_description"><p>A printf-like unit-format string as is used with +<a class="link" href="GimpUnitMenu.html#gimp-unit-menu-new" title="gimp_unit_menu_new ()"><code class="function">gimp_unit_menu_new()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>menu_show_pixels</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if the unit menu should contain an item for +GIMP_UNIT_PIXEL (ignored if the <em class="parameter"><code>update_policy</code></em> +is not +GIMP_SIZE_ENTRY_UPDATE_NONE).</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>menu_show_percent</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if the unit menu should contain an item for +GIMP_UNIT_PERCENT.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>show_refval</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if you want an extra "reference value" +spinbutton per input field.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>spinbutton_width</p></td> +<td class="parameter_description"><p>The minimal horizontal size of the <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a>'s.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>update_policy</p></td> +<td class="parameter_description"><p>How the automatic pixel <-> real-world-unit +calculations should be done.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-size-entry-new.returns"></a><h4>Returns</h4> +<p> A Pointer to the new <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> widget.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-size-entry-add-field"></a><h3>gimp_size_entry_add_field ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_size_entry_add_field (<em class="parameter"><code><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gse</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a> *value_spinbutton</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a> *refval_spinbutton</code></em>);</pre> +<p>Adds an input field to the <a class="link" 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 <em class="parameter"><code>show_refval</code></em> + +as <code class="literal">TRUE</code> in <a class="link" href="GimpSizeEntry.html#gimp-size-entry-new" title="gimp_size_entry_new ()"><code class="function">gimp_size_entry_new()</code></a> you have to pass an additional +<a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a> to hold the reference value. If <em class="parameter"><code>show_refval</code></em> + was <code class="literal">FALSE</code>, +<em class="parameter"><code>refval_spinbutton</code></em> + will be ignored.</p> +<div class="refsect3"> +<a name="gimp-size-entry-add-field.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>gse</p></td> +<td class="parameter_description"><p>The sizeentry you want to add a field to.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>value_spinbutton</p></td> +<td class="parameter_description"><p>The spinbutton to display the field's value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>refval_spinbutton</p></td> +<td class="parameter_description"><p>The spinbutton to display the field's reference value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-size-entry-attach-label"></a><h3>gimp_size_entry_attach_label ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_size_entry_attach_label (<em class="parameter"><code><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gse</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>, + <em class="parameter"><code><span class="type">gint</span> row</code></em>, + <em class="parameter"><code><span class="type">gint</span> column</code></em>, + <em class="parameter"><code><span class="type">gfloat</span> alignment</code></em>);</pre> +<p>Attaches a <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a> to the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> (which is a <a href="https://developer.gnome.org/gtk3/GtkTable.html#GtkTable-struct"><span class="type">GtkTable</span></a>).</p> +<div class="refsect3"> +<a name="gimp-size-entry-attach-label.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>gse</p></td> +<td class="parameter_description"><p>The sizeentry you want to add a label to.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>text</p></td> +<td class="parameter_description"><p>The text of the label.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>row</p></td> +<td class="parameter_description"><p>The row where the label will be attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>column</p></td> +<td class="parameter_description"><p>The column where the label will be attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>alignment</p></td> +<td class="parameter_description"><p>The horizontal alignment of the label.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-size-entry-attach-label.returns"></a><h4>Returns</h4> +<p> A pointer to the new <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a> widget.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-size-entry-set-resolution"></a><h3>gimp_size_entry_set_resolution ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_size_entry_set_resolution (<em class="parameter"><code><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gse</code></em>, + <em class="parameter"><code><span class="type">gint</span> field</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> resolution</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> keep_size</code></em>);</pre> +<p>Sets the resolution (in dpi) for field # <em class="parameter"><code>field</code></em> + of the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.</p> +<p>The <em class="parameter"><code>resolution</code></em> + passed will be clamped to fit in +[<a href="../html/libgimpbase-gimplimits.html#GIMP-MIN-RESOLUTION:CAPS"><span class="type">GIMP_MIN_RESOLUTION</span></a>..<a href="../html/libgimpbase-gimplimits.html#GIMP-MAX-RESOLUTION:CAPS"><span class="type">GIMP_MAX_RESOLUTION</span></a>].</p> +<p>This function does nothing if the <a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy" title="enum GimpSizeEntryUpdatePolicy"><span class="type">GimpSizeEntryUpdatePolicy</span></a> specified in +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-new" title="gimp_size_entry_new ()"><code class="function">gimp_size_entry_new()</code></a> doesn't equal to <a class="link" href="GimpSizeEntry.html#GIMP-SIZE-ENTRY-UPDATE-SIZE:CAPS"><span class="type">GIMP_SIZE_ENTRY_UPDATE_SIZE</span></a>.</p> +<div class="refsect3"> +<a name="gimp-size-entry-set-resolution.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>gse</p></td> +<td class="parameter_description"><p>The sizeentry you want to set a resolution for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>field</p></td> +<td class="parameter_description"><p>The index of the field you want to set the resolution for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>resolution</p></td> +<td class="parameter_description"><p>The new resolution (in dpi) for the chosen <em class="parameter"><code>field</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>keep_size</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if the <em class="parameter"><code>field</code></em> +'s size in pixels should stay the same. +<code class="literal">FALSE</code> if the <em class="parameter"><code>field</code></em> +'s size in units should stay the same.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-size-entry-set-size"></a><h3>gimp_size_entry_set_size ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_size_entry_set_size (<em class="parameter"><code><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gse</code></em>, + <em class="parameter"><code><span class="type">gint</span> field</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> lower</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> upper</code></em>);</pre> +<p>Sets the pixel values for field # <em class="parameter"><code>field</code></em> + of the <a class="link" 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 <em class="parameter"><code>menu_show_percent</code></em> + as <code class="literal">TRUE</code> +in <a class="link" href="GimpSizeEntry.html#gimp-size-entry-new" title="gimp_size_entry_new ()"><code class="function">gimp_size_entry_new()</code></a> and the user has selected GIMP_UNIT_PERCENT in +the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s <a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox"><span class="type">GimpUnitComboBox</span></a>.</p> +<p>This function does nothing if the <a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy" title="enum GimpSizeEntryUpdatePolicy"><span class="type">GimpSizeEntryUpdatePolicy</span></a> specified in +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-new" title="gimp_size_entry_new ()"><code class="function">gimp_size_entry_new()</code></a> doesn't equal to GIMP_SIZE_ENTRY_UPDATE_SIZE.</p> +<div class="refsect3"> +<a name="gimp-size-entry-set-size.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>gse</p></td> +<td class="parameter_description"><p>The sizeentry you want to set a size for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>field</p></td> +<td class="parameter_description"><p>The index of the field you want to set the size for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>lower</p></td> +<td class="parameter_description"><p>The reference value which will be treated as 0%.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>upper</p></td> +<td class="parameter_description"><p>The reference value which will be treated as 100%.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-size-entry-set-value-boundaries"></a><h3>gimp_size_entry_set_value_boundaries ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_size_entry_set_value_boundaries (<em class="parameter"><code><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gse</code></em>, + <em class="parameter"><code><span class="type">gint</span> field</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> lower</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> upper</code></em>);</pre> +<p>Limits the range of possible values which can be entered in field # <em class="parameter"><code>field</code></em> + +of the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.</p> +<p>The current value of the <em class="parameter"><code>field</code></em> + will be clamped to fit in the <em class="parameter"><code>field</code></em> +'s +new boundaries.</p> +<p>NOTE: In most cases you won't be interested in this function because the + <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s purpose is to shield the programmer from unit + calculations. Use <a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-refval-boundaries" title="gimp_size_entry_set_refval_boundaries ()"><code class="function">gimp_size_entry_set_refval_boundaries()</code></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> +<div class="refsect3"> +<a name="gimp-size-entry-set-value-boundaries.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>gse</p></td> +<td class="parameter_description"><p>The sizeentry you want to set value boundaries for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>field</p></td> +<td class="parameter_description"><p>The index of the field you want to set value boundaries for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>lower</p></td> +<td class="parameter_description"><p>The new lower boundary of the value of the chosen <em class="parameter"><code>field</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>upper</p></td> +<td class="parameter_description"><p>The new upper boundary of the value of the chosen <em class="parameter"><code>field</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-size-entry-get-value"></a><h3>gimp_size_entry_get_value ()</h3> +<pre class="programlisting"><span class="returnvalue">gdouble</span> +gimp_size_entry_get_value (<em class="parameter"><code><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gse</code></em>, + <em class="parameter"><code><span class="type">gint</span> field</code></em>);</pre> +<p>Returns the value of field # <em class="parameter"><code>field</code></em> + of the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.</p> +<p>The <em class="parameter"><code>value</code></em> + returned is a distance or resolution +in the <a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> the user has selected in the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s +<a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox"><span class="type">GimpUnitComboBox</span></a>.</p> +<p>NOTE: In most cases you won't be interested in this value because the + <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s purpose is to shield the programmer from unit + calculations. Use <a class="link" href="GimpSizeEntry.html#gimp-size-entry-get-refval" title="gimp_size_entry_get_refval ()"><code class="function">gimp_size_entry_get_refval()</code></a> instead.</p> +<div class="refsect3"> +<a name="gimp-size-entry-get-value.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>gse</p></td> +<td class="parameter_description"><p>The sizeentry you want to know a value of.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>field</p></td> +<td class="parameter_description"><p>The index of the field you want to know the value of.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-size-entry-get-value.returns"></a><h4>Returns</h4> +<p> The value of the chosen <em class="parameter"><code>field</code></em> +.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-size-entry-set-value"></a><h3>gimp_size_entry_set_value ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_size_entry_set_value (<em class="parameter"><code><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gse</code></em>, + <em class="parameter"><code><span class="type">gint</span> field</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> value</code></em>);</pre> +<p>Sets the value for field # <em class="parameter"><code>field</code></em> + of the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.</p> +<p>The <em class="parameter"><code>value</code></em> + passed is treated to be a distance or resolution +in the <a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> the user has selected in the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s +<a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox"><span class="type">GimpUnitComboBox</span></a>.</p> +<p>NOTE: In most cases you won't be interested in this value because the + <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s purpose is to shield the programmer from unit + calculations. Use <a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-refval" title="gimp_size_entry_set_refval ()"><code class="function">gimp_size_entry_set_refval()</code></a> instead.</p> +<div class="refsect3"> +<a name="gimp-size-entry-set-value.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>gse</p></td> +<td class="parameter_description"><p>The sizeentry you want to set a value for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>field</p></td> +<td class="parameter_description"><p>The index of the field you want to set a value for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>value</p></td> +<td class="parameter_description"><p>The new value for <em class="parameter"><code>field</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-size-entry-set-refval-boundaries"></a><h3>gimp_size_entry_set_refval_boundaries ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_size_entry_set_refval_boundaries (<em class="parameter"><code><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gse</code></em>, + <em class="parameter"><code><span class="type">gint</span> field</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> lower</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> upper</code></em>);</pre> +<p>Limits the range of possible reference values which can be entered in +field # <em class="parameter"><code>field</code></em> + of the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.</p> +<p>The current reference value of the <em class="parameter"><code>field</code></em> + will be clamped to fit in the +<em class="parameter"><code>field</code></em> +'s new boundaries.</p> +<div class="refsect3"> +<a name="gimp-size-entry-set-refval-boundaries.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>gse</p></td> +<td class="parameter_description"><p>The sizeentry you want to set the reference value boundaries for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>field</p></td> +<td class="parameter_description"><p>The index of the field you want to set the reference value +boundaries for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>lower</p></td> +<td class="parameter_description"><p>The new lower boundary of the reference value of the chosen <em class="parameter"><code>field</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>upper</p></td> +<td class="parameter_description"><p>The new upper boundary of the reference value of the chosen <em class="parameter"><code>field</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-size-entry-set-refval-digits"></a><h3>gimp_size_entry_set_refval_digits ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_size_entry_set_refval_digits (<em class="parameter"><code><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gse</code></em>, + <em class="parameter"><code><span class="type">gint</span> field</code></em>, + <em class="parameter"><code><span class="type">gint</span> digits</code></em>);</pre> +<p>Sets the decimal digits of field # <em class="parameter"><code>field</code></em> + of the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> to +<em class="parameter"><code>digits</code></em> +.</p> +<p>If you don't specify this value explicitly, the reference value's number +of digits will equal to 0 for <a class="link" href="GimpSizeEntry.html#GIMP-SIZE-ENTRY-UPDATE-SIZE:CAPS"><span class="type">GIMP_SIZE_ENTRY_UPDATE_SIZE</span></a> and to 2 for +<a class="link" href="GimpSizeEntry.html#GIMP-SIZE-ENTRY-UPDATE-RESOLUTION:CAPS"><span class="type">GIMP_SIZE_ENTRY_UPDATE_RESOLUTION</span></a>.</p> +<div class="refsect3"> +<a name="gimp-size-entry-set-refval-digits.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>gse</p></td> +<td class="parameter_description"><p>The sizeentry you want to set the reference value digits for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>field</p></td> +<td class="parameter_description"><p>The index of the field you want to set the reference value for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>digits</p></td> +<td class="parameter_description"><p>The new number of decimal digits for the <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a> which +displays <em class="parameter"><code>field</code></em> +'s reference value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-size-entry-get-refval"></a><h3>gimp_size_entry_get_refval ()</h3> +<pre class="programlisting"><span class="returnvalue">gdouble</span> +gimp_size_entry_get_refval (<em class="parameter"><code><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gse</code></em>, + <em class="parameter"><code><span class="type">gint</span> field</code></em>);</pre> +<p>Returns the reference value for field # <em class="parameter"><code>field</code></em> + of the <a class="link" 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 class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy" title="enum GimpSizeEntryUpdatePolicy"><span class="type">GimpSizeEntryUpdatePolicy</span></a> you chose in +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-new" title="gimp_size_entry_new ()"><code class="function">gimp_size_entry_new()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-size-entry-get-refval.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>gse</p></td> +<td class="parameter_description"><p>The sizeentry you want to know a reference value of.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>field</p></td> +<td class="parameter_description"><p>The index of the field you want to know the reference value of.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-size-entry-get-refval.returns"></a><h4>Returns</h4> +<p> The reference value of the chosen <em class="parameter"><code>field</code></em> +.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-size-entry-set-refval"></a><h3>gimp_size_entry_set_refval ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_size_entry_set_refval (<em class="parameter"><code><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gse</code></em>, + <em class="parameter"><code><span class="type">gint</span> field</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> refval</code></em>);</pre> +<p>Sets the reference value for field # <em class="parameter"><code>field</code></em> + of the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.</p> +<p>The <em class="parameter"><code>refval</code></em> + passed is either a distance in pixels or a resolution in dpi, +depending on which <a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy" title="enum GimpSizeEntryUpdatePolicy"><span class="type">GimpSizeEntryUpdatePolicy</span></a> you chose in +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-new" title="gimp_size_entry_new ()"><code class="function">gimp_size_entry_new()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-size-entry-set-refval.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>gse</p></td> +<td class="parameter_description"><p>The sizeentry you want to set a reference value for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>field</p></td> +<td class="parameter_description"><p>The index of the field you want to set the reference value for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>refval</p></td> +<td class="parameter_description"><p>The new reference value for <em class="parameter"><code>field</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-size-entry-get-unit"></a><h3>gimp_size_entry_get_unit ()</h3> +<pre class="programlisting"><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="returnvalue">GimpUnit</span></a> +gimp_size_entry_get_unit (<em class="parameter"><code><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gse</code></em>);</pre> +<p>Returns the <a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> the user has selected in the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s +<a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox"><span class="type">GimpUnitComboBox</span></a>.</p> +<div class="refsect3"> +<a name="gimp-size-entry-get-unit.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>gse</p></td> +<td class="parameter_description"><p>The sizeentry you want to know the unit of.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-size-entry-get-unit.returns"></a><h4>Returns</h4> +<p> The sizeentry's unit.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-size-entry-set-unit"></a><h3>gimp_size_entry_set_unit ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_size_entry_set_unit (<em class="parameter"><code><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gse</code></em>, + <em class="parameter"><code><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>);</pre> +<p>Sets the <a class="link" 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 class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy" title="enum GimpSizeEntryUpdatePolicy"><span class="type">GimpSizeEntryUpdatePolicy</span></a> you chose in +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-new" title="gimp_size_entry_new ()"><code class="function">gimp_size_entry_new()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-size-entry-set-unit.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>gse</p></td> +<td class="parameter_description"><p>The sizeentry you want to change the unit for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>unit</p></td> +<td class="parameter_description"><p>The new unit.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-size-entry-set-pixel-digits"></a><h3>gimp_size_entry_set_pixel_digits ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_size_entry_set_pixel_digits (<em class="parameter"><code><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gse</code></em>, + <em class="parameter"><code><span class="type">gint</span> digits</code></em>);</pre> +<p>This function allows you set up a <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> so that sub-pixel +sizes can be entered.</p> +<div class="refsect3"> +<a name="gimp-size-entry-set-pixel-digits.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>gse</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>digits</p></td> +<td class="parameter_description"><p>the number of digits to display for a pixel size</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-size-entry-show-unit-menu"></a><h3>gimp_size_entry_show_unit_menu ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_size_entry_show_unit_menu (<em class="parameter"><code><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gse</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> show</code></em>);</pre> +<p>Controls whether a unit menu is shown in the size entry. If +<em class="parameter"><code>show</code></em> + is <span class="type">TRUE</span>, the menu is shown; otherwise it is hidden.</p> +<div class="refsect3"> +<a name="gimp-size-entry-show-unit-menu.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>gse</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>show</p></td> +<td class="parameter_description"><p>Boolean</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-size-entry-grab-focus"></a><h3>gimp_size_entry_grab_focus ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_size_entry_grab_focus (<em class="parameter"><code><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gse</code></em>);</pre> +<p>This function is rather ugly and just a workaround for the fact that +it's impossible to implement <a href="https://developer.gnome.org/gtk3/GtkWidget.html#gtk-widget-grab-focus"><code class="function">gtk_widget_grab_focus()</code></a> for a <a href="https://developer.gnome.org/gtk3/GtkTable.html#GtkTable-struct"><span class="type">GtkTable</span></a>.</p> +<div class="refsect3"> +<a name="gimp-size-entry-grab-focus.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>gse</p></td> +<td class="parameter_description"><p>The sizeentry you want to grab the keyboard focus.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-size-entry-set-activates-default"></a><h3>gimp_size_entry_set_activates_default ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_size_entry_set_activates_default (<em class="parameter"><code><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gse</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> setting</code></em>);</pre> +<p>Iterates over all entries in the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> and calls +<a href="https://developer.gnome.org/gtk3/GtkEntry.html#gtk-entry-set-activates-default"><code class="function">gtk_entry_set_activates_default()</code></a> on them.</p> +<div class="refsect3"> +<a name="gimp-size-entry-set-activates-default.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>gse</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>setting</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> to activate window's default widget on Enter keypress</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-size-entry-get-help-widget"></a><h3>gimp_size_entry_get_help_widget ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_size_entry_get_help_widget (<em class="parameter"><code><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gse</code></em>, + <em class="parameter"><code><span class="type">gint</span> field</code></em>);</pre> +<p>You shouldn't fiddle with the internals of a <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> but +if you want to set tooltips using <a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data" title="gimp_help_set_help_data ()"><code class="function">gimp_help_set_help_data()</code></a> you +can use this function to get a pointer to the spinbuttons.</p> +<div class="refsect3"> +<a name="gimp-size-entry-get-help-widget.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>gse</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>field</p></td> +<td class="parameter_description"><p>the index of the widget you want to get a pointer to</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-size-entry-get-help-widget.returns"></a><h4>Returns</h4> +<p> a <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> pointer that you can attach a tooltip to.</p> +</div> +</div> +</div> +<div class="refsect1"> +<a name="GimpSizeEntry.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpSizeEntry-struct"></a><h3>GimpSizeEntry</h3> +<pre class="programlisting">typedef struct _GimpSizeEntry GimpSizeEntry;</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GimpSizeEntryField"></a><h3>GimpSizeEntryField</h3> +<pre class="programlisting">typedef struct _GimpSizeEntryField GimpSizeEntryField;</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GimpSizeEntryUpdatePolicy"></a><h3>enum GimpSizeEntryUpdatePolicy</h3> +<p>Update policies for <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.</p> +<div class="refsect3"> +<a name="GimpSizeEntryUpdatePolicy.members"></a><h4>Members</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="300px" class="enum_members_name"> +<col class="enum_members_description"> +<col width="200px" class="enum_members_annotations"> +</colgroup> +<tbody> +<tr> +<td class="enum_member_name"><p><a name="GIMP-SIZE-ENTRY-UPDATE-NONE:CAPS"></a>GIMP_SIZE_ENTRY_UPDATE_NONE</p></td> +<td class="enum_member_description"> +<p>the size entry's meaning is up to the user</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-SIZE-ENTRY-UPDATE-SIZE:CAPS"></a>GIMP_SIZE_ENTRY_UPDATE_SIZE</p></td> +<td class="enum_member_description"> +<p>the size entry displays values</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-SIZE-ENTRY-UPDATE-RESOLUTION:CAPS"></a>GIMP_SIZE_ENTRY_UPDATE_RESOLUTION</p></td> +<td class="enum_member_description"> +<p>the size entry displays resolutions</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +</div> +<div class="refsect1"> +<a name="GimpSizeEntry.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpSizeEntry-refval-changed"></a><h3>The <code class="literal">“refval-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gimpsizeentry, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpSizeEntry-unit-changed"></a><h3>The <code class="literal">“unit-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gimpsizeentry, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpSizeEntry-value-changed"></a><h3>The <code class="literal">“value-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> *gimpsizeentry, + <span class="type">gpointer</span> user_data)</pre> +<p>Flags: Run First</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpSizeEntry.see-also"></a><h2>See Also</h2> +<p><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a>, <a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox"><span class="type">GimpUnitComboBox</span></a>, <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new" title="gimp_coordinates_new ()"><code class="function">gimp_coordinates_new()</code></a></p> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpStringComboBox.html b/devel-docs/libgimpwidgets/html/GimpStringComboBox.html new file mode 100644 index 0000000..7ce107f --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpStringComboBox.html @@ -0,0 +1,290 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpStringComboBox: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpSizeEntry.html" title="GimpSizeEntry"> +<link rel="next" href="GimpUnitStore.html" title="GimpUnitStore"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpStringComboBox.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpStringComboBox.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpStringComboBox.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpStringComboBox.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpSizeEntry.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpUnitStore.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpStringComboBox"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpStringComboBox.top_of_page"></a>GimpStringComboBox</span></h2> +<p>GimpStringComboBox — A <a href="https://developer.gnome.org/gtk3/GtkComboBox.html#GtkComboBox-struct"><span class="type">GtkComboBox</span></a> subclass to select strings.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-string-combo-box.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpStringComboBox.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpStringComboBox.html#gimp-string-combo-box-new" title="gimp_string_combo_box_new ()">gimp_string_combo_box_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpStringComboBox.html#gimp-string-combo-box-set-active" title="gimp_string_combo_box_set_active ()">gimp_string_combo_box_set_active</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gchar</span> * +</td> +<td class="function_name"> +<a class="link" href="GimpStringComboBox.html#gimp-string-combo-box-get-active" title="gimp_string_combo_box_get_active ()">gimp_string_combo_box_get_active</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpStringComboBox.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><span class="type">PangoEllipsizeMode</span></td> +<td class="property_name"><a class="link" href="GimpStringComboBox.html#GimpStringComboBox--ellipsize" title="The “ellipsize” property">ellipsize</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">gint</span></td> +<td class="property_name"><a class="link" href="GimpStringComboBox.html#GimpStringComboBox--id-column" title="The “id-column” property">id-column</a></td> +<td class="property_flags">Read / Write / Construct Only</td> +</tr> +<tr> +<td class="property_type"><span class="type">gint</span></td> +<td class="property_name"><a class="link" href="GimpStringComboBox.html#GimpStringComboBox--label-column" title="The “label-column” property">label-column</a></td> +<td class="property_flags">Read / Write / Construct Only</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpStringComboBox.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpStringComboBox.html#GimpStringComboBox-struct" title="GimpStringComboBox">GimpStringComboBox</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpStringComboBox.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBin.html#GtkBin-struct">GtkBin</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkComboBox.html#GtkComboBox-struct">GtkComboBox</a> + <span class="lineart">╰──</span> GimpStringComboBox +</pre> +</div> +<div class="refsect1"> +<a name="GimpStringComboBox.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpStringComboBox implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>, <a href="https://developer.gnome.org/gtk3/GtkCellLayout.html#GtkCellLayout-struct">GtkCellLayout</a> and <a href="https://developer.gnome.org/gtk3/GtkCellEditable.html#GtkCellEditable-struct">GtkCellEditable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpStringComboBox.description"></a><h2>Description</h2> +<p>A <a href="https://developer.gnome.org/gtk3/GtkComboBox.html#GtkComboBox-struct"><span class="type">GtkComboBox</span></a> subclass to select strings.</p> +</div> +<div class="refsect1"> +<a name="GimpStringComboBox.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-string-combo-box-new"></a><h3>gimp_string_combo_box_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_string_combo_box_new (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkTreeModel.html#GtkTreeModel-struct"><span class="type">GtkTreeModel</span></a> *model</code></em>, + <em class="parameter"><code><span class="type">gint</span> id_column</code></em>, + <em class="parameter"><code><span class="type">gint</span> label_column</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-string-combo-box-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>model</p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gtk3/GtkTreeModel.html#GtkTreeModel-struct"><span class="type">GtkTreeModel</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>id_column</p></td> +<td class="parameter_description"><p>the model column of the ID</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>label_column</p></td> +<td class="parameter_description"><p>the modl column of the label</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-string-combo-box-new.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox"><span class="type">GimpStringComboBox</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-string-combo-box-set-active"></a><h3>gimp_string_combo_box_set_active ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_string_combo_box_set_active (<em class="parameter"><code><a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox"><span class="type">GimpStringComboBox</span></a> *combo_box</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *id</code></em>);</pre> +<p>Looks up the item that belongs to the given <em class="parameter"><code>id</code></em> + and makes it the +selected item in the <em class="parameter"><code>combo_box</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-string-combo-box-set-active.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>combo_box</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox"><span class="type">GimpStringComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>id</p></td> +<td class="parameter_description"><p>the ID of the item to select</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-string-combo-box-set-active.returns"></a><h4>Returns</h4> +<p> <code class="literal">TRUE</code> on success or <code class="literal">FALSE</code> if there was no item for +this value.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-string-combo-box-get-active"></a><h3>gimp_string_combo_box_get_active ()</h3> +<pre class="programlisting"><span class="returnvalue">gchar</span> * +gimp_string_combo_box_get_active (<em class="parameter"><code><a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox"><span class="type">GimpStringComboBox</span></a> *combo_box</code></em>);</pre> +<p>Retrieves the value of the selected (active) item in the <em class="parameter"><code>combo_box</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-string-combo-box-get-active.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>combo_box</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox"><span class="type">GimpStringComboBox</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-string-combo-box-get-active.returns"></a><h4>Returns</h4> +<p> newly allocated ID string or <code class="literal">NULL</code> if nothing was selected</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +<div class="refsect1"> +<a name="GimpStringComboBox.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpStringComboBox-struct"></a><h3>GimpStringComboBox</h3> +<pre class="programlisting">typedef struct _GimpStringComboBox GimpStringComboBox;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpStringComboBox.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpStringComboBox--ellipsize"></a><h3>The <code class="literal">“ellipsize”</code> property</h3> +<pre class="programlisting"> “ellipsize” <span class="type">PangoEllipsizeMode</span></pre> +<p>Specifies the preferred place to ellipsize text in the combo-box, +if the cell renderer does not have enough room to display the +entire string.</p> +<p>Owner: GimpStringComboBox</p> +<p>Flags: Read / Write</p> +<p>Default value: PANGO_ELLIPSIZE_NONE</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpStringComboBox--id-column"></a><h3>The <code class="literal">“id-column”</code> property</h3> +<pre class="programlisting"> “id-column” <span class="type">gint</span></pre> +<p>The column in the associated GtkTreeModel that holds strings to +be used as labels in the combo-box.</p> +<p>Owner: GimpStringComboBox</p> +<p>Flags: Read / Write / Construct Only</p> +<p>Allowed values: >= 0</p> +<p>Default value: 0</p> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpStringComboBox--label-column"></a><h3>The <code class="literal">“label-column”</code> property</h3> +<pre class="programlisting"> “label-column” <span class="type">gint</span></pre> +<p>The model column that holds the label.</p> +<p>Owner: GimpStringComboBox</p> +<p>Flags: Read / Write / Construct Only</p> +<p>Allowed values: >= 0</p> +<p>Default value: 0</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpUnitComboBox.html b/devel-docs/libgimpwidgets/html/GimpUnitComboBox.html new file mode 100644 index 0000000..9e16f56 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpUnitComboBox.html @@ -0,0 +1,208 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpUnitComboBox: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpUnitStore.html" title="GimpUnitStore"> +<link rel="next" href="GimpZoomModel.html" title="GimpZoomModel"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpUnitComboBox.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpUnitComboBox.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpUnitComboBox.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_style_properties"> <span class="dim">|</span> + <a href="#GimpUnitComboBox.style-properties" class="shortcut">Style Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpUnitStore.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpZoomModel.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpUnitComboBox"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpUnitComboBox.top_of_page"></a>GimpUnitComboBox</span></h2> +<p>GimpUnitComboBox — A <a href="https://developer.gnome.org/gtk3/GtkComboBox.html#GtkComboBox-struct"><span class="type">GtkComboBox</span></a> to select a <a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a>.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpUnitComboBox.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpUnitComboBox.html#gimp-unit-combo-box-new" title="gimp_unit_combo_box_new ()">gimp_unit_combo_box_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpUnitComboBox.html#gimp-unit-combo-box-new-with-model" title="gimp_unit_combo_box_new_with_model ()">gimp_unit_combo_box_new_with_model</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="returnvalue">GimpUnit</span></a> +</td> +<td class="function_name"> +<a class="link" href="GimpUnitComboBox.html#gimp-unit-combo-box-get-active" title="gimp_unit_combo_box_get_active ()">gimp_unit_combo_box_get_active</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpUnitComboBox.html#gimp-unit-combo-box-set-active" title="gimp_unit_combo_box_set_active ()">gimp_unit_combo_box_set_active</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpUnitComboBox.style-properties"></a><h2>Style Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="style_properties_type"> +<col width="300px" class="style_properties_name"> +<col width="200px" class="style_properties_flags"> +</colgroup> +<tbody><tr> +<td class="property_type"><span class="type">gdouble</span></td> +<td class="property_name"><a class="link" href="GimpUnitComboBox.html#GimpUnitComboBox--s-label-scale" title="The “label-scale” style property">label-scale</a></td> +<td class="property_flags">Read</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpUnitComboBox.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpUnitComboBox.html#GimpUnitComboBox-struct" title="GimpUnitComboBox">GimpUnitComboBox</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpUnitComboBox.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBin.html#GtkBin-struct">GtkBin</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkComboBox.html#GtkComboBox-struct">GtkComboBox</a> + <span class="lineart">╰──</span> GimpUnitComboBox +</pre> +</div> +<div class="refsect1"> +<a name="GimpUnitComboBox.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpUnitComboBox implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>, <a href="https://developer.gnome.org/gtk3/GtkCellLayout.html#GtkCellLayout-struct">GtkCellLayout</a> and <a href="https://developer.gnome.org/gtk3/GtkCellEditable.html#GtkCellEditable-struct">GtkCellEditable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpUnitComboBox.description"></a><h2>Description</h2> +<p><a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox"><span class="type">GimpUnitComboBox</span></a> selects units stored in a <a class="link" href="GimpUnitStore.html" title="GimpUnitStore"><span class="type">GimpUnitStore</span></a>. +It replaces the deprecated <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.</p> +</div> +<div class="refsect1"> +<a name="GimpUnitComboBox.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-unit-combo-box-new"></a><h3>gimp_unit_combo_box_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_unit_combo_box_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<div class="refsect3"> +<a name="gimp-unit-combo-box-new.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox"><span class="type">GimpUnitComboBox</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-unit-combo-box-new-with-model"></a><h3>gimp_unit_combo_box_new_with_model ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_unit_combo_box_new_with_model (<em class="parameter"><code><a class="link" href="GimpUnitStore.html" title="GimpUnitStore"><span class="type">GimpUnitStore</span></a> *model</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-unit-combo-box-new-with-model.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>model</p></td> +<td class="parameter_description"><p>a GimpUnitStore</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-unit-combo-box-new-with-model.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox"><span class="type">GimpUnitComboBox</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-unit-combo-box-get-active"></a><h3>gimp_unit_combo_box_get_active ()</h3> +<pre class="programlisting"><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="returnvalue">GimpUnit</span></a> +gimp_unit_combo_box_get_active (<em class="parameter"><code><a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox"><span class="type">GimpUnitComboBox</span></a> *combo</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-unit-combo-box-set-active"></a><h3>gimp_unit_combo_box_set_active ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_unit_combo_box_set_active (<em class="parameter"><code><a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox"><span class="type">GimpUnitComboBox</span></a> *combo</code></em>, + <em class="parameter"><code><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>);</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpUnitComboBox.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpUnitComboBox-struct"></a><h3>GimpUnitComboBox</h3> +<pre class="programlisting">typedef struct _GimpUnitComboBox GimpUnitComboBox;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpUnitComboBox.style-property-details"></a><h2>Style Property Details</h2> +<div class="refsect2"> +<a name="GimpUnitComboBox--s-label-scale"></a><h3>The <code class="literal">“label-scale”</code> style property</h3> +<pre class="programlisting"> “label-scale” <span class="type">gdouble</span></pre> +<p>The scale for the text cell renderer.</p> +<p>Owner: GimpUnitComboBox</p> +<p>Flags: Read</p> +<p>Allowed values: >= 0</p> +<p>Default value: 1</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpUnitComboBox.see-also"></a><h2>See Also</h2> +<p><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a>, <a class="link" href="GimpUnitStore.html" title="GimpUnitStore"><span class="type">GimpUnitStore</span></a></p> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpUnitMenu.html b/devel-docs/libgimpwidgets/html/GimpUnitMenu.html new file mode 100644 index 0000000..73d07f9 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpUnitMenu.html @@ -0,0 +1,376 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpUnitMenu: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-deprecated.html" title="Part VII. Deprecated API"> +<link rel="prev" href="GimpPixmap.html" title="GimpPixmap"> +<link rel="next" href="api-index-full.html" title="Index"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpUnitMenu.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpUnitMenu.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpUnitMenu.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpUnitMenu.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-deprecated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpPixmap.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpUnitMenu"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpUnitMenu.top_of_page"></a>GimpUnitMenu</span></h2> +<p>GimpUnitMenu — Widget for selecting a <a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a>.</p> +</td> +<td class="gallery_image" valign="top" align="right"><img src="gimp-widget-unit-menu.png"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpUnitMenu.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpUnitMenu.html#gimp-unit-menu-new" title="gimp_unit_menu_new ()">gimp_unit_menu_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpUnitMenu.html#gimp-unit-menu-set-unit" title="gimp_unit_menu_set_unit ()">gimp_unit_menu_set_unit</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="returnvalue">GimpUnit</span></a> +</td> +<td class="function_name"> +<a class="link" href="GimpUnitMenu.html#gimp-unit-menu-get-unit" title="gimp_unit_menu_get_unit ()">gimp_unit_menu_get_unit</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gint</span> +</td> +<td class="function_name"> +<a class="link" href="GimpUnitMenu.html#gimp-unit-menu-get-pixel-digits" title="gimp_unit_menu_get_pixel_digits ()">gimp_unit_menu_get_pixel_digits</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpUnitMenu.html#gimp-unit-menu-set-pixel-digits" title="gimp_unit_menu_set_pixel_digits ()">gimp_unit_menu_set_pixel_digits</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpUnitMenu.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody><tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpUnitMenu.html#GimpUnitMenu-unit-changed" title="The “unit-changed” signal">unit-changed</a></td> +<td class="signal_flags">Run First</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpUnitMenu.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpUnitMenu.html#GimpUnitMenu-struct" title="GimpUnitMenu">GimpUnitMenu</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpUnitMenu.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GInitiallyUnowned + <span class="lineart">╰──</span> GtkObject + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBin.html#GtkBin-struct">GtkBin</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkButton.html#GtkButton-struct">GtkButton</a> + <span class="lineart">╰──</span> GtkOptionMenu + <span class="lineart">╰──</span> GimpUnitMenu +</pre> +</div> +<div class="refsect1"> +<a name="GimpUnitMenu.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpUnitMenu implements + AtkImplementorIface, <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="https://developer.gnome.org/gtk3/GtkActivatable.html#GtkActivatable-struct">GtkActivatable</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpUnitMenu.description"></a><h2>Description</h2> +<p>This widget provides a <span class="type">GtkOptionMenu</span> which contains a list of +<a href="../html/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 <em class="parameter"><code>format</code></em> + string to <a class="link" href="GimpUnitMenu.html#gimp-unit-menu-new" title="gimp_unit_menu_new ()"><code class="function">gimp_unit_menu_new()</code></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"> +<a name="GimpUnitMenu.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-unit-menu-new"></a><h3>gimp_unit_menu_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_unit_menu_new (<em class="parameter"><code>const <span class="type">gchar</span> *format</code></em>, + <em class="parameter"><code><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> show_pixels</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> show_percent</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> show_custom</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_unit_menu_new</code> is deprecated and should not be used in newly-written code.</p></div> +<p>Creates a new <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> widget.</p> +<p>For the <em class="parameter"><code>format</code></em> + string's possible expansions, see <a href="../html/libgimpbase-gimpunit.html#gimp-unit-format-string"><code class="function">gimp_unit_format_string()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-unit-menu-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>format</p></td> +<td class="parameter_description"><p>A printf-like format string which is used to create the unit +strings.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>unit</p></td> +<td class="parameter_description"><p>The initially selected unit.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>show_pixels</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if the unit menu should contain an item for +GIMP_UNIT_PIXEL.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>show_percent</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> in the unit menu should contain an item for +GIMP_UNIT_PERCENT.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>show_custom</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if the unit menu should contain a "More..." item for +opening the user-defined-unit selection dialog.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-unit-menu-new.returns"></a><h4>Returns</h4> +<p> A pointer to the new <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> widget.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-unit-menu-set-unit"></a><h3>gimp_unit_menu_set_unit ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_unit_menu_set_unit (<em class="parameter"><code><a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> *menu</code></em>, + <em class="parameter"><code><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_unit_menu_set_unit</code> is deprecated and should not be used in newly-written code.</p></div> +<p>Sets a new <a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> for the specified <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.</p> +<div class="refsect3"> +<a name="gimp-unit-menu-set-unit.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>menu</p></td> +<td class="parameter_description"><p>The unit menu you want to set the unit for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>unit</p></td> +<td class="parameter_description"><p>The new unit.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-unit-menu-get-unit"></a><h3>gimp_unit_menu_get_unit ()</h3> +<pre class="programlisting"><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="returnvalue">GimpUnit</span></a> +gimp_unit_menu_get_unit (<em class="parameter"><code><a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> *menu</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_unit_menu_get_unit</code> is deprecated and should not be used in newly-written code.</p></div> +<p>Returns the <a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> the user has selected from the <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.</p> +<div class="refsect3"> +<a name="gimp-unit-menu-get-unit.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>menu</p></td> +<td class="parameter_description"><p>The unit menu you want to know the unit of.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-unit-menu-get-unit.returns"></a><h4>Returns</h4> +<p> The unit the user has selected.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-unit-menu-get-pixel-digits"></a><h3>gimp_unit_menu_get_pixel_digits ()</h3> +<pre class="programlisting"><span class="returnvalue">gint</span> +gimp_unit_menu_get_pixel_digits (<em class="parameter"><code><a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> *menu</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_unit_menu_get_pixel_digits</code> is deprecated and should not be used in newly-written code.</p></div> +<p>Retrieve the number of digits for a pixel size as set by +<a class="link" href="GimpUnitMenu.html#gimp-unit-menu-set-pixel-digits" title="gimp_unit_menu_set_pixel_digits ()"><code class="function">gimp_unit_menu_set_pixel_digits()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-unit-menu-get-pixel-digits.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>menu</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-unit-menu-get-pixel-digits.returns"></a><h4>Returns</h4> +<p> the configured number of digits for a pixel size</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-unit-menu-set-pixel-digits"></a><h3>gimp_unit_menu_set_pixel_digits ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_unit_menu_set_pixel_digits (<em class="parameter"><code><a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> *menu</code></em>, + <em class="parameter"><code><span class="type">gint</span> digits</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_unit_menu_set_pixel_digits</code> is deprecated and should not be used in newly-written code.</p></div> +<p>A GimpUnitMenu can be setup to control the number of digits shown +by attached spinbuttons. Please refer to the documentation of +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-unit-menu-update" title="gimp_unit_menu_update ()"><code class="function">gimp_unit_menu_update()</code></a> to see how this is done.</p> +<p>This function specifies 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> +<div class="refsect3"> +<a name="gimp-unit-menu-set-pixel-digits.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>menu</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>digits</p></td> +<td class="parameter_description"><p>the number of digits to display for a pixel size</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +</div> +<div class="refsect1"> +<a name="GimpUnitMenu.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpUnitMenu-struct"></a><h3>GimpUnitMenu</h3> +<pre class="programlisting">typedef struct _GimpUnitMenu GimpUnitMenu;</pre> +<div class="warning"><p><code class="literal">GimpUnitMenu</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +</div> +<div class="refsect1"> +<a name="GimpUnitMenu.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpUnitMenu-unit-changed"></a><h3>The <code class="literal">“unit-changed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> *gimpunitmenu, + <span class="type">gpointer</span> user_data)</pre> +<p>This signal is emitted whenever the user selects a <a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> from +the <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.</p> +<div class="refsect3"> +<a name="GimpUnitMenu-unit-changed.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<p>Flags: Run First</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpUnitMenu.see-also"></a><h2>See Also</h2> +<p><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a>, <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>, <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new" title="gimp_coordinates_new ()"><code class="function">gimp_coordinates_new()</code></a></p> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpUnitStore.html b/devel-docs/libgimpwidgets/html/GimpUnitStore.html new file mode 100644 index 0000000..4ad70a3 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpUnitStore.html @@ -0,0 +1,346 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpUnitStore: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpStringComboBox.html" title="GimpStringComboBox"> +<link rel="next" href="GimpUnitComboBox.html" title="GimpUnitComboBox"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpUnitStore.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpUnitStore.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#GimpUnitStore.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpUnitStore.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpStringComboBox.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpUnitComboBox.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpUnitStore"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpUnitStore.top_of_page"></a>GimpUnitStore</span></h2> +<p>GimpUnitStore — A model for units</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpUnitStore.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a class="link" href="GimpUnitStore.html" title="GimpUnitStore"><span class="returnvalue">GimpUnitStore</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-new" title="gimp_unit_store_new ()">gimp_unit_store_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-set-has-pixels" title="gimp_unit_store_set_has_pixels ()">gimp_unit_store_set_has_pixels</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-get-has-pixels" title="gimp_unit_store_get_has_pixels ()">gimp_unit_store_get_has_pixels</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-set-has-percent" title="gimp_unit_store_set_has_percent ()">gimp_unit_store_set_has_percent</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-get-has-percent" title="gimp_unit_store_get_has_percent ()">gimp_unit_store_get_has_percent</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-set-pixel-value" title="gimp_unit_store_set_pixel_value ()">gimp_unit_store_set_pixel_value</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-set-pixel-values" title="gimp_unit_store_set_pixel_values ()">gimp_unit_store_set_pixel_values</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-set-resolution" title="gimp_unit_store_set_resolution ()">gimp_unit_store_set_resolution</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-set-resolutions" title="gimp_unit_store_set_resolutions ()">gimp_unit_store_set_resolutions</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gdouble</span> +</td> +<td class="function_name"> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-get-value" title="gimp_unit_store_get_value ()">gimp_unit_store_get_value</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-get-values" title="gimp_unit_store_get_values ()">gimp_unit_store_get_values</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpUnitStore.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><span class="type">gboolean</span></td> +<td class="property_name"><a class="link" href="GimpUnitStore.html#GimpUnitStore--has-percent" title="The “has-percent” property">has-percent</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">gboolean</span></td> +<td class="property_name"><a class="link" href="GimpUnitStore.html#GimpUnitStore--has-pixels" title="The “has-pixels” property">has-pixels</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="GimpUnitStore.html#GimpUnitStore--long-format" title="The “long-format” property">long-format</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">gint</span></td> +<td class="property_name"><a class="link" href="GimpUnitStore.html#GimpUnitStore--num-values" title="The “num-values” property">num-values</a></td> +<td class="property_flags">Read / Write / Construct Only</td> +</tr> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="GimpUnitStore.html#GimpUnitStore--short-format" title="The “short-format” property">short-format</a></td> +<td class="property_flags">Read / Write</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpUnitStore.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpUnitStore.html#GimpUnitStore-struct" title="GimpUnitStore">GimpUnitStore</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpUnitStore.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GimpUnitStore +</pre> +</div> +<div class="refsect1"> +<a name="GimpUnitStore.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GimpUnitStore implements + <a href="https://developer.gnome.org/gtk3/GtkTreeModel.html#GtkTreeModel-struct">GtkTreeModel</a>.</p> +</div> +<div class="refsect1"> +<a name="GimpUnitStore.description"></a><h2>Description</h2> +<p>A model for <a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> views</p> +</div> +<div class="refsect1"> +<a name="GimpUnitStore.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-unit-store-new"></a><h3>gimp_unit_store_new ()</h3> +<pre class="programlisting"><a class="link" href="GimpUnitStore.html" title="GimpUnitStore"><span class="returnvalue">GimpUnitStore</span></a> * +gimp_unit_store_new (<em class="parameter"><code><span class="type">gint</span> num_values</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-unit-store-set-has-pixels"></a><h3>gimp_unit_store_set_has_pixels ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_unit_store_set_has_pixels (<em class="parameter"><code><a class="link" href="GimpUnitStore.html" title="GimpUnitStore"><span class="type">GimpUnitStore</span></a> *store</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> has_pixels</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-unit-store-get-has-pixels"></a><h3>gimp_unit_store_get_has_pixels ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_unit_store_get_has_pixels (<em class="parameter"><code><a class="link" href="GimpUnitStore.html" title="GimpUnitStore"><span class="type">GimpUnitStore</span></a> *store</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-unit-store-set-has-percent"></a><h3>gimp_unit_store_set_has_percent ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_unit_store_set_has_percent (<em class="parameter"><code><a class="link" href="GimpUnitStore.html" title="GimpUnitStore"><span class="type">GimpUnitStore</span></a> *store</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> has_percent</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-unit-store-get-has-percent"></a><h3>gimp_unit_store_get_has_percent ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_unit_store_get_has_percent (<em class="parameter"><code><a class="link" href="GimpUnitStore.html" title="GimpUnitStore"><span class="type">GimpUnitStore</span></a> *store</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-unit-store-set-pixel-value"></a><h3>gimp_unit_store_set_pixel_value ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_unit_store_set_pixel_value (<em class="parameter"><code><a class="link" href="GimpUnitStore.html" title="GimpUnitStore"><span class="type">GimpUnitStore</span></a> *store</code></em>, + <em class="parameter"><code><span class="type">gint</span> index</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> value</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-unit-store-set-pixel-values"></a><h3>gimp_unit_store_set_pixel_values ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_unit_store_set_pixel_values (<em class="parameter"><code><a class="link" href="GimpUnitStore.html" title="GimpUnitStore"><span class="type">GimpUnitStore</span></a> *store</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> first_value</code></em>, + <em class="parameter"><code>...</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-unit-store-set-resolution"></a><h3>gimp_unit_store_set_resolution ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_unit_store_set_resolution (<em class="parameter"><code><a class="link" href="GimpUnitStore.html" title="GimpUnitStore"><span class="type">GimpUnitStore</span></a> *store</code></em>, + <em class="parameter"><code><span class="type">gint</span> index</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> resolution</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-unit-store-set-resolutions"></a><h3>gimp_unit_store_set_resolutions ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_unit_store_set_resolutions (<em class="parameter"><code><a class="link" href="GimpUnitStore.html" title="GimpUnitStore"><span class="type">GimpUnitStore</span></a> *store</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> first_resolution</code></em>, + <em class="parameter"><code>...</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-unit-store-get-value"></a><h3>gimp_unit_store_get_value ()</h3> +<pre class="programlisting"><span class="returnvalue">gdouble</span> +gimp_unit_store_get_value (<em class="parameter"><code><a class="link" href="GimpUnitStore.html" title="GimpUnitStore"><span class="type">GimpUnitStore</span></a> *store</code></em>, + <em class="parameter"><code><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>, + <em class="parameter"><code><span class="type">gint</span> index</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-unit-store-get-values"></a><h3>gimp_unit_store_get_values ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_unit_store_get_values (<em class="parameter"><code><a class="link" href="GimpUnitStore.html" title="GimpUnitStore"><span class="type">GimpUnitStore</span></a> *store</code></em>, + <em class="parameter"><code><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> *first_value</code></em>, + <em class="parameter"><code>...</code></em>);</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpUnitStore.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpUnitStore-struct"></a><h3>GimpUnitStore</h3> +<pre class="programlisting">typedef struct _GimpUnitStore GimpUnitStore;</pre> +</div> +</div> +<div class="refsect1"> +<a name="GimpUnitStore.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpUnitStore--has-percent"></a><h3>The <code class="literal">“has-percent”</code> property</h3> +<pre class="programlisting"> “has-percent” <span class="type">gboolean</span></pre> +<p>Whether the store has GIMP_UNIT_PERCENT.</p> +<p>Owner: GimpUnitStore</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpUnitStore--has-pixels"></a><h3>The <code class="literal">“has-pixels”</code> property</h3> +<pre class="programlisting"> “has-pixels” <span class="type">gboolean</span></pre> +<p>Whether the store has GIMP_UNIT_PIXELS.</p> +<p>Owner: GimpUnitStore</p> +<p>Flags: Read / Write</p> +<p>Default value: TRUE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpUnitStore--long-format"></a><h3>The <code class="literal">“long-format”</code> property</h3> +<pre class="programlisting"> “long-format” <span class="type">gchar</span> *</pre> +<p>Format string for a long label.</p> +<p>Owner: GimpUnitStore</p> +<p>Flags: Read / Write</p> +<p>Default value: "%p"</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpUnitStore--num-values"></a><h3>The <code class="literal">“num-values”</code> property</h3> +<pre class="programlisting"> “num-values” <span class="type">gint</span></pre> +<p>The number of values this store provides.</p> +<p>Owner: GimpUnitStore</p> +<p>Flags: Read / Write / Construct Only</p> +<p>Allowed values: >= 0</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpUnitStore--short-format"></a><h3>The <code class="literal">“short-format”</code> property</h3> +<pre class="programlisting"> “short-format” <span class="type">gchar</span> *</pre> +<p>Format string for a short label.</p> +<p>Owner: GimpUnitStore</p> +<p>Flags: Read / Write</p> +<p>Default value: "%a"</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/GimpZoomModel.html b/devel-docs/libgimpwidgets/html/GimpZoomModel.html new file mode 100644 index 0000000..34c2be8 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpZoomModel.html @@ -0,0 +1,585 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpZoomModel: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="GimpUnitComboBox.html" title="GimpUnitComboBox"> +<link rel="next" href="libgimpwidgets-cell-renderers.html" title="Part II. Cell Renderers for GtkTreeView"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#GimpZoomModel.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#GimpZoomModel.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#GimpZoomModel.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#GimpZoomModel.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="GimpUnitComboBox.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="libgimpwidgets-cell-renderers.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="GimpZoomModel"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="GimpZoomModel.top_of_page"></a>GimpZoomModel</span></h2> +<p>GimpZoomModel — A model for zoom values.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="GimpZoomModel.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a class="link" href="GimpZoomModel.html" title="GimpZoomModel"><span class="returnvalue">GimpZoomModel</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpZoomModel.html#gimp-zoom-model-new" title="gimp_zoom_model_new ()">gimp_zoom_model_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpZoomModel.html#gimp-zoom-model-set-range" title="gimp_zoom_model_set_range ()">gimp_zoom_model_set_range</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpZoomModel.html#gimp-zoom-model-zoom" title="gimp_zoom_model_zoom ()">gimp_zoom_model_zoom</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gdouble</span> +</td> +<td class="function_name"> +<a class="link" href="GimpZoomModel.html#gimp-zoom-model-get-factor" title="gimp_zoom_model_get_factor ()">gimp_zoom_model_get_factor</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="GimpZoomModel.html#gimp-zoom-model-get-fraction" title="gimp_zoom_model_get_fraction ()">gimp_zoom_model_get_fraction</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="GimpZoomModel.html#gimp-zoom-button-new" title="gimp_zoom_button_new ()">gimp_zoom_button_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gdouble</span> +</td> +<td class="function_name"> +<a class="link" href="GimpZoomModel.html#gimp-zoom-model-zoom-step" title="gimp_zoom_model_zoom_step ()">gimp_zoom_model_zoom_step</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpZoomModel.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="GimpZoomModel.html#GimpZoomModel--fraction" title="The “fraction” property">fraction</a></td> +<td class="property_flags">Read</td> +</tr> +<tr> +<td class="property_type"><span class="type">gdouble</span></td> +<td class="property_name"><a class="link" href="GimpZoomModel.html#GimpZoomModel--maximum" title="The “maximum” property">maximum</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">gdouble</span></td> +<td class="property_name"><a class="link" href="GimpZoomModel.html#GimpZoomModel--minimum" title="The “minimum” property">minimum</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="GimpZoomModel.html#GimpZoomModel--percentage" title="The “percentage” property">percentage</a></td> +<td class="property_flags">Read</td> +</tr> +<tr> +<td class="property_type"><span class="type">gdouble</span></td> +<td class="property_name"><a class="link" href="GimpZoomModel.html#GimpZoomModel--value" title="The “value” property">value</a></td> +<td class="property_flags">Read / Write</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpZoomModel.signals"></a><h2>Signals</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="signal_proto_type"> +<col width="300px" class="signal_proto_name"> +<col width="200px" class="signal_proto_flags"> +</colgroup> +<tbody><tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="GimpZoomModel.html#GimpZoomModel-zoomed" title="The “zoomed” signal">zoomed</a></td> +<td class="signal_flags">Run Last</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpZoomModel.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="GimpZoomModel.html#GimpZoomModel-struct" title="GimpZoomModel">GimpZoomModel</a></td> +</tr> +<tr> +<td class="datatype_keyword">enum</td> +<td class="function_name"><a class="link" href="GimpZoomModel.html#GimpZoomType" title="enum GimpZoomType">GimpZoomType</a></td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="GimpZoomModel.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> GObject + <span class="lineart">╰──</span> GimpZoomModel +</pre> +</div> +<div class="refsect1"> +<a name="GimpZoomModel.description"></a><h2>Description</h2> +<p>A model for zoom values.</p> +</div> +<div class="refsect1"> +<a name="GimpZoomModel.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-zoom-model-new"></a><h3>gimp_zoom_model_new ()</h3> +<pre class="programlisting"><a class="link" href="GimpZoomModel.html" title="GimpZoomModel"><span class="returnvalue">GimpZoomModel</span></a> * +gimp_zoom_model_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<p>Creates a new <a class="link" href="GimpZoomModel.html" title="GimpZoomModel"><span class="type">GimpZoomModel</span></a>.</p> +<div class="refsect3"> +<a name="gimp-zoom-model-new.returns"></a><h4>Returns</h4> +<p> a new <a class="link" href="GimpZoomModel.html" title="GimpZoomModel"><span class="type">GimpZoomModel</span></a>.</p> +<p>Since GIMP 2.4</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-zoom-model-set-range"></a><h3>gimp_zoom_model_set_range ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_zoom_model_set_range (<em class="parameter"><code><a class="link" href="GimpZoomModel.html" title="GimpZoomModel"><span class="type">GimpZoomModel</span></a> *model</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> min</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> max</code></em>);</pre> +<p>Sets the allowed range of the <em class="parameter"><code>model</code></em> +.</p> +<p>Since GIMP 2.4</p> +<div class="refsect3"> +<a name="gimp-zoom-model-set-range.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>model</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpZoomModel.html" title="GimpZoomModel"><span class="type">GimpZoomModel</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>min</p></td> +<td class="parameter_description"><p>new lower limit for zoom factor</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>max</p></td> +<td class="parameter_description"><p>new upper limit for zoom factor</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-zoom-model-zoom"></a><h3>gimp_zoom_model_zoom ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_zoom_model_zoom (<em class="parameter"><code><a class="link" href="GimpZoomModel.html" title="GimpZoomModel"><span class="type">GimpZoomModel</span></a> *model</code></em>, + <em class="parameter"><code><a class="link" href="GimpZoomModel.html#GimpZoomType" title="enum GimpZoomType"><span class="type">GimpZoomType</span></a> zoom_type</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> scale</code></em>);</pre> +<p>Since GIMP 2.4</p> +<div class="refsect3"> +<a name="gimp-zoom-model-zoom.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>model</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpZoomModel.html" title="GimpZoomModel"><span class="type">GimpZoomModel</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>zoom_type</p></td> +<td class="parameter_description"><p>the <a class="link" href="GimpZoomModel.html#GimpZoomType" title="enum GimpZoomType"><span class="type">GimpZoomType</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>scale</p></td> +<td class="parameter_description"><p>ignored unless <em class="parameter"><code>zoom_type</code></em> +== <a class="link" href="GimpZoomModel.html#GIMP-ZOOM-TO:CAPS"><code class="literal">GIMP_ZOOM_TO</code></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-zoom-model-get-factor"></a><h3>gimp_zoom_model_get_factor ()</h3> +<pre class="programlisting"><span class="returnvalue">gdouble</span> +gimp_zoom_model_get_factor (<em class="parameter"><code><a class="link" href="GimpZoomModel.html" title="GimpZoomModel"><span class="type">GimpZoomModel</span></a> *model</code></em>);</pre> +<p>Retrieves the current zoom factor of <em class="parameter"><code>model</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-zoom-model-get-factor.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>model</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpZoomModel.html" title="GimpZoomModel"><span class="type">GimpZoomModel</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-zoom-model-get-factor.returns"></a><h4>Returns</h4> +<p> the current scale factor</p> +<p>Since GIMP 2.4</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-zoom-model-get-fraction"></a><h3>gimp_zoom_model_get_fraction ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_zoom_model_get_fraction (<em class="parameter"><code><a class="link" href="GimpZoomModel.html" title="GimpZoomModel"><span class="type">GimpZoomModel</span></a> *model</code></em>, + <em class="parameter"><code><span class="type">gint</span> *numerator</code></em>, + <em class="parameter"><code><span class="type">gint</span> *denominator</code></em>);</pre> +<p>Retrieves the current zoom factor of <em class="parameter"><code>model</code></em> + as a fraction.</p> +<p>Since GIMP 2.4</p> +<div class="refsect3"> +<a name="gimp-zoom-model-get-fraction.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>model</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpZoomModel.html" title="GimpZoomModel"><span class="type">GimpZoomModel</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>numerator</p></td> +<td class="parameter_description"><p>return location for numerator</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>denominator</p></td> +<td class="parameter_description"><p>return location for denominator</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-zoom-button-new"></a><h3>gimp_zoom_button_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_zoom_button_new (<em class="parameter"><code><a class="link" href="GimpZoomModel.html" title="GimpZoomModel"><span class="type">GimpZoomModel</span></a> *model</code></em>, + <em class="parameter"><code><a class="link" href="GimpZoomModel.html#GimpZoomType" title="enum GimpZoomType"><span class="type">GimpZoomType</span></a> zoom_type</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/gtk3-Themeable-Stock-Images.html#GtkIconSize"><span class="type">GtkIconSize</span></a> icon_size</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-zoom-button-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>model</p></td> +<td class="parameter_description"><p>a <a class="link" href="GimpZoomModel.html" title="GimpZoomModel"><span class="type">GimpZoomModel</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>icon_size</p></td> +<td class="parameter_description"><p>use 0 for a button with text labels</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-zoom-button-new.returns"></a><h4>Returns</h4> +<p> a newly created GtkButton</p> +<p>Since GIMP 2.4</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-zoom-model-zoom-step"></a><h3>gimp_zoom_model_zoom_step ()</h3> +<pre class="programlisting"><span class="returnvalue">gdouble</span> +gimp_zoom_model_zoom_step (<em class="parameter"><code><a class="link" href="GimpZoomModel.html#GimpZoomType" title="enum GimpZoomType"><span class="type">GimpZoomType</span></a> zoom_type</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> scale</code></em>);</pre> +<p>Utility function to calculate a new scale factor.</p> +<div class="refsect3"> +<a name="gimp-zoom-model-zoom-step.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>zoom_type</p></td> +<td class="parameter_description"><p>the zoom type</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>scale</p></td> +<td class="parameter_description"><p>ignored unless <em class="parameter"><code>zoom_type</code></em> +== <a class="link" href="GimpZoomModel.html#GIMP-ZOOM-TO:CAPS"><code class="literal">GIMP_ZOOM_TO</code></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-zoom-model-zoom-step.returns"></a><h4>Returns</h4> +<p> the new scale factor</p> +<p>Since GIMP 2.4</p> +</div> +</div> +</div> +<div class="refsect1"> +<a name="GimpZoomModel.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpZoomModel-struct"></a><h3>GimpZoomModel</h3> +<pre class="programlisting">typedef struct _GimpZoomModel GimpZoomModel;</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GimpZoomType"></a><h3>enum GimpZoomType</h3> +<p>the zoom types for <a class="link" href="GimpZoomModel.html" title="GimpZoomModel"><span class="type">GimpZoomModel</span></a>.</p> +<div class="refsect3"> +<a name="GimpZoomType.members"></a><h4>Members</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="300px" class="enum_members_name"> +<col class="enum_members_description"> +<col width="200px" class="enum_members_annotations"> +</colgroup> +<tbody> +<tr> +<td class="enum_member_name"><p><a name="GIMP-ZOOM-IN:CAPS"></a>GIMP_ZOOM_IN</p></td> +<td class="enum_member_description"> +<p>zoom in</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-ZOOM-OUT:CAPS"></a>GIMP_ZOOM_OUT</p></td> +<td class="enum_member_description"> +<p>zoom out</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-ZOOM-IN-MORE:CAPS"></a>GIMP_ZOOM_IN_MORE</p></td> +<td class="enum_member_description"> +<p>zoom in a lot</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-ZOOM-OUT-MORE:CAPS"></a>GIMP_ZOOM_OUT_MORE</p></td> +<td class="enum_member_description"> +<p>zoom out a lot</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-ZOOM-IN-MAX:CAPS"></a>GIMP_ZOOM_IN_MAX</p></td> +<td class="enum_member_description"> +<p>zoom in as far as possible</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-ZOOM-OUT-MAX:CAPS"></a>GIMP_ZOOM_OUT_MAX</p></td> +<td class="enum_member_description"> +<p>zoom out as far as possible</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="GIMP-ZOOM-TO:CAPS"></a>GIMP_ZOOM_TO</p></td> +<td class="enum_member_description"> +<p>zoom to a specific zoom factor</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +</div> +<div class="refsect1"> +<a name="GimpZoomModel.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GimpZoomModel--fraction"></a><h3>The <code class="literal">“fraction”</code> property</h3> +<pre class="programlisting"> “fraction” <span class="type">gchar</span> *</pre> +<p>The zoom factor expressed as a fraction.</p> +<p>Owner: GimpZoomModel</p> +<p>Flags: Read</p> +<p>Default value: "1:1"</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpZoomModel--maximum"></a><h3>The <code class="literal">“maximum”</code> property</h3> +<pre class="programlisting"> “maximum” <span class="type">gdouble</span></pre> +<p>The maximum zoom factor.</p> +<p>Owner: GimpZoomModel</p> +<p>Flags: Read / Write</p> +<p>Allowed values: [0.00390625,256]</p> +<p>Default value: 256</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpZoomModel--minimum"></a><h3>The <code class="literal">“minimum”</code> property</h3> +<pre class="programlisting"> “minimum” <span class="type">gdouble</span></pre> +<p>The minimum zoom factor.</p> +<p>Owner: GimpZoomModel</p> +<p>Flags: Read / Write</p> +<p>Allowed values: [0.00390625,256]</p> +<p>Default value: 0.00390625</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpZoomModel--percentage"></a><h3>The <code class="literal">“percentage”</code> property</h3> +<pre class="programlisting"> “percentage” <span class="type">gchar</span> *</pre> +<p>The zoom factor expressed as percentage.</p> +<p>Owner: GimpZoomModel</p> +<p>Flags: Read</p> +<p>Default value: "100%"</p> +</div> +<hr> +<div class="refsect2"> +<a name="GimpZoomModel--value"></a><h3>The <code class="literal">“value”</code> property</h3> +<pre class="programlisting"> “value” <span class="type">gdouble</span></pre> +<p>The zoom factor.</p> +<p>Owner: GimpZoomModel</p> +<p>Flags: Read / Write</p> +<p>Allowed values: [0.00390625,256]</p> +<p>Default value: 1</p> +</div> +</div> +<div class="refsect1"> +<a name="GimpZoomModel.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GimpZoomModel-zoomed"></a><h3>The <code class="literal">“zoomed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel"><span class="type">GimpZoomModel</span></a> *model, + <span class="type">gdouble</span> old_factor, + <span class="type">gdouble</span> new_factor, + <span class="type">gpointer</span> user_data)</pre> +<p>Emitted when the zoom factor of the zoom model changes.</p> +<div class="refsect3"> +<a name="GimpZoomModel-zoomed.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>model</p></td> +<td class="parameter_description"><p>the object that received the signal</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>old_factor</p></td> +<td class="parameter_description"><p>the zoom factor before it changes</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>new_factor</p></td> +<td class="parameter_description"><p>the zoom factor after it has changed.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p>Flags: Run Last</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/api-index-full.html b/devel-docs/libgimpwidgets/html/api-index-full.html new file mode 100644 index 0000000..92ffe3d --- /dev/null +++ b/devel-docs/libgimpwidgets/html/api-index-full.html @@ -0,0 +1,4630 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Index: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" 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="api-index-2-2.html" title="Index of new symbols in GIMP 2.2"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxA">A</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxB">B</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxC">C</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxD">D</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxE">E</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxF">F</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxG">G</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxH">H</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxI">I</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxL">L</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxM">M</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxN">N</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxO">O</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxP">P</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxQ">Q</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxR">R</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxS">S</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxT">T</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxU">U</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxW">W</a> + <span class="dim">|</span> + <a class="shortcut" href="#idxZ">Z</a></span></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><img src="up-insensitive.png" width="16" height="16" border="0"></td> +<td><a accesskey="p" href="GimpUnitMenu.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="api-index-2-2.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="index"> +<div class="titlepage"><div><div><h1 class="title"> +<a name="api-index-full"></a>Index</h1></div></div></div> +<a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3> +<dt> +<a class="link" href="GimpNumberPairEntry.html#GimpAspectType" title="enum GimpAspectType">GimpAspectType</a>, enum in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<a name="idxB"></a><h3 class="title">B</h3> +<dt> +<a class="link" href="GimpBrowser.html#GimpBrowser-struct" title="GimpBrowser">GimpBrowser</a>, struct in <a class="link" href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpBrowser.html#GimpBrowser-search" title="The “search” signal">GimpBrowser::search</a>, object signal in <a class="link" href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpBrowser.html#gimp-browser-add-search-types" title="gimp_browser_add_search_types ()">gimp_browser_add_search_types</a>, function in <a class="link" href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpBrowser.html#gimp-browser-new" title="gimp_browser_new ()">gimp_browser_new</a>, function in <a class="link" href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpBrowser.html#gimp-browser-set-widget" title="gimp_browser_set_widget ()">gimp_browser_set_widget</a>, function in <a class="link" href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpBrowser.html#gimp-browser-show-message" title="gimp_browser_show_message ()">gimp_browser_show_message</a>, function in <a class="link" href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> +</dt> +<dd></dd> +<dt> +<a href="/local/head/share/gtk-doc/html/libgimpwidgets3/GimpBusyBox.html#GimpBusyBox-struct">GimpBusyBox</a>, struct in <a href="/local/head/share/gtk-doc/html/libgimpwidgets3/GimpBusyBox.html#GimpBusyBox-struct">GimpBusyBox</a> +</dt> +<dd></dd> +<dt> +<a href="/local/head/share/gtk-doc/html/libgimpwidgets3/GimpBusyBox.html#GimpBusyBox--message">GimpBusyBox:message</a>, object property in <a href="/local/head/share/gtk-doc/html/libgimpwidgets3/GimpBusyBox.html#GimpBusyBox-struct">GimpBusyBox</a> +</dt> +<dd></dd> +<dt> +<a href="/local/head/share/gtk-doc/html/libgimpwidgets3/GimpBusyBox.html#gimp-busy-box-get-message">gimp_busy_box_get_message</a>, function in <a href="/local/head/share/gtk-doc/html/libgimpwidgets3/GimpBusyBox.html#GimpBusyBox-struct">GimpBusyBox</a> +</dt> +<dd></dd> +<dt> +<a href="/local/head/share/gtk-doc/html/libgimpwidgets3/GimpBusyBox.html#gimp-busy-box-new">gimp_busy_box_new</a>, function in <a href="/local/head/share/gtk-doc/html/libgimpwidgets3/GimpBusyBox.html#GimpBusyBox-struct">GimpBusyBox</a> +</dt> +<dd></dd> +<dt> +<a href="/local/head/share/gtk-doc/html/libgimpwidgets3/GimpBusyBox.html#gimp-busy-box-set-message">gimp_busy_box_set_message</a>, function in <a href="/local/head/share/gtk-doc/html/libgimpwidgets3/GimpBusyBox.html#GimpBusyBox-struct">GimpBusyBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpButton.html#GimpButton-struct" title="GimpButton">GimpButton</a>, struct in <a class="link" href="GimpButton.html" title="GimpButton">GimpButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpButton.html#GimpButton-extended-clicked" title="The “extended-clicked” signal">GimpButton::extended-clicked</a>, object signal in <a class="link" href="GimpButton.html" title="GimpButton">GimpButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpButton.html#gimp-button-extended-clicked" title="gimp_button_extended_clicked ()">gimp_button_extended_clicked</a>, function in <a class="link" href="GimpButton.html" title="GimpButton">GimpButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpButton.html#gimp-button-new" title="gimp_button_new ()">gimp_button_new</a>, function in <a class="link" href="GimpButton.html" title="GimpButton">GimpButton</a> +</dt> +<dd></dd> +<a name="idxC"></a><h3 class="title">C</h3> +<dt> +<a class="link" href="libgimpwidgets-GimpCairoUtils.html#gimp-cairo-set-focus-line-pattern" title="gimp_cairo_set_focus_line_pattern ()">gimp_cairo_set_focus_line_pattern</a>, function in <a class="link" href="libgimpwidgets-GimpCairoUtils.html" title="GimpCairo-utils">GimpCairoUtils</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpCairoUtils.html#gimp-cairo-surface-create-from-pixbuf" title="gimp_cairo_surface_create_from_pixbuf ()">gimp_cairo_surface_create_from_pixbuf</a>, function in <a class="link" href="libgimpwidgets-GimpCairoUtils.html" title="GimpCairo-utils">GimpCairoUtils</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpCellRendererColor.html#GimpCellRendererColor-struct" title="GimpCellRendererColor">GimpCellRendererColor</a>, struct in <a class="link" href="GimpCellRendererColor.html" title="GimpCellRendererColor">GimpCellRendererColor</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpCellRendererColor.html#GimpCellRendererColor--color" title="The “color” property">GimpCellRendererColor:color</a>, object property in <a class="link" href="GimpCellRendererColor.html" title="GimpCellRendererColor">GimpCellRendererColor</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpCellRendererColor.html#GimpCellRendererColor--icon-size" title="The “icon-size” property">GimpCellRendererColor:icon-size</a>, object property in <a class="link" href="GimpCellRendererColor.html" title="GimpCellRendererColor">GimpCellRendererColor</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpCellRendererColor.html#GimpCellRendererColor--opaque" title="The “opaque” property">GimpCellRendererColor:opaque</a>, object property in <a class="link" href="GimpCellRendererColor.html" title="GimpCellRendererColor">GimpCellRendererColor</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpCellRendererToggle.html#GimpCellRendererToggle-struct" title="GimpCellRendererToggle">GimpCellRendererToggle</a>, struct in <a class="link" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpCellRendererToggle.html#GimpCellRendererToggle-clicked" title="The “clicked” signal">GimpCellRendererToggle::clicked</a>, object signal in <a class="link" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpCellRendererToggle.html#GimpCellRendererToggle--icon-name" title="The “icon-name” property">GimpCellRendererToggle:icon-name</a>, object property in <a class="link" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpCellRendererToggle.html#GimpCellRendererToggle--override-background" title="The “override-background” property">GimpCellRendererToggle:override-background</a>, object property in <a class="link" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpCellRendererToggle.html#GimpCellRendererToggle--stock-id" title="The “stock-id” property">GimpCellRendererToggle:stock-id</a>, object property in <a class="link" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpCellRendererToggle.html#GimpCellRendererToggle--stock-size" title="The “stock-size” property">GimpCellRendererToggle:stock-size</a>, object property in <a class="link" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpCellRendererColor.html#gimp-cell-renderer-color-new" title="gimp_cell_renderer_color_new ()">gimp_cell_renderer_color_new</a>, function in <a class="link" href="GimpCellRendererColor.html" title="GimpCellRendererColor">GimpCellRendererColor</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-clicked" title="gimp_cell_renderer_toggle_clicked ()">gimp_cell_renderer_toggle_clicked</a>, function in <a class="link" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-new" title="gimp_cell_renderer_toggle_new ()">gimp_cell_renderer_toggle_new</a>, function in <a class="link" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpChainButton.html#GimpChainButton-struct" title="GimpChainButton">GimpChainButton</a>, struct in <a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpChainButton.html#GimpChainButton-toggled" title="The “toggled” signal">GimpChainButton::toggled</a>, object signal in <a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpChainButton.html#GimpChainButton--active" title="The “active” property">GimpChainButton:active</a>, object property in <a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpChainButton.html#GimpChainButton--icon-size" title="The “icon-size” property">GimpChainButton:icon-size</a>, object property in <a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpChainButton.html#GimpChainButton--position" title="The “position” property">GimpChainButton:position</a>, object property in <a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpChainButton.html#GimpChainPosition" title="enum GimpChainPosition">GimpChainPosition</a>, enum in <a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpChainButton.html#gimp-chain-button-get-active" title="gimp_chain_button_get_active ()">gimp_chain_button_get_active</a>, function in <a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpChainButton.html#gimp-chain-button-get-icon-size" title="gimp_chain_button_get_icon_size ()">gimp_chain_button_get_icon_size</a>, function in <a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpChainButton.html#gimp-chain-button-new" title="gimp_chain_button_new ()">gimp_chain_button_new</a>, function in <a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpChainButton.html#gimp-chain-button-set-active" title="gimp_chain_button_set_active ()">gimp_chain_button_set_active</a>, function in <a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpChainButton.html#gimp-chain-button-set-icon-size" title="gimp_chain_button_set_icon_size ()">gimp_chain_button_set_icon_size</a>, function in <a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorArea.html#GimpColorArea-struct" title="GimpColorArea">GimpColorArea</a>, struct in <a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorArea.html#GimpColorArea-color-changed" title="The “color-changed” signal">GimpColorArea::color-changed</a>, object signal in <a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorArea.html#GimpColorArea--color" title="The “color” property">GimpColorArea:color</a>, object property in <a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorArea.html#GimpColorArea--drag-mask" title="The “drag-mask” property">GimpColorArea:drag-mask</a>, object property in <a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorArea.html#GimpColorArea--draw-border" title="The “draw-border” property">GimpColorArea:draw-border</a>, object property in <a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorArea.html#GimpColorArea--type" title="The “type” property">GimpColorArea:type</a>, object property in <a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType">GimpColorAreaType</a>, enum in <a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#GimpColorButton-struct" title="GimpColorButton">GimpColorButton</a>, struct in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#GimpColorButton-color-changed" title="The “color-changed” signal">GimpColorButton::color-changed</a>, object signal in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#GimpColorButton--area-height" title="The “area-height” property">GimpColorButton:area-height</a>, object property in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#GimpColorButton--area-width" title="The “area-width” property">GimpColorButton:area-width</a>, object property in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#GimpColorButton--color" title="The “color” property">GimpColorButton:color</a>, object property in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#GimpColorButton--color-config" title="The “color-config” property">GimpColorButton:color-config</a>, object property in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#GimpColorButton--continuous-update" title="The “continuous-update” property">GimpColorButton:continuous-update</a>, object property in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#GimpColorButton--title" title="The “title” property">GimpColorButton:title</a>, object property in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#GimpColorButton--type" title="The “type” property">GimpColorButton:type</a>, object property in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#GimpColorDisplay-struct" title="GimpColorDisplay">GimpColorDisplay</a>, struct in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#GimpColorDisplay-changed" title="The “changed” signal">GimpColorDisplay::changed</a>, object signal in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#GimpColorDisplay--color-config" title="The “color-config” property">GimpColorDisplay:color-config</a>, object property in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#GimpColorDisplay--color-managed" title="The “color-managed” property">GimpColorDisplay:color-managed</a>, object property in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#GimpColorDisplay--enabled" title="The “enabled” property">GimpColorDisplay:enabled</a>, object property in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplayStack.html#GimpColorDisplayStack-struct" title="GimpColorDisplayStack">GimpColorDisplayStack</a>, struct in <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplayStack.html#GimpColorDisplayStack-added" title="The “added” signal">GimpColorDisplayStack::added</a>, object signal in <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplayStack.html#GimpColorDisplayStack-changed" title="The “changed” signal">GimpColorDisplayStack::changed</a>, object signal in <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplayStack.html#GimpColorDisplayStack-removed" title="The “removed” signal">GimpColorDisplayStack::removed</a>, object signal in <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplayStack.html#GimpColorDisplayStack-reordered" title="The “reordered” signal">GimpColorDisplayStack::reordered</a>, object signal in <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorHexEntry.html#GimpColorHexEntry-struct" title="GimpColorHexEntry">GimpColorHexEntry</a>, struct in <a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorHexEntry.html#GimpColorHexEntry-color-changed" title="The “color-changed” signal">GimpColorHexEntry::color-changed</a>, object signal in <a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorNotebook.html#GimpColorNotebook-struct" title="GimpColorNotebook">GimpColorNotebook</a>, struct in <a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook">GimpColorNotebook</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorNotebook.html#GimpColorNotebook--s-tab-border" title="The “tab-border” style property">GimpColorNotebook:tab-border</a>, object property in <a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook">GimpColorNotebook</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorNotebook.html#GimpColorNotebook--s-tab-icon-size" title="The “tab-icon-size” style property">GimpColorNotebook:tab-icon-size</a>, object property in <a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook">GimpColorNotebook</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileComboBox.html#GimpColorProfileComboBox-struct" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a>, struct in <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileComboBox.html#GimpColorProfileComboBox--dialog" title="The “dialog” property">GimpColorProfileComboBox:dialog</a>, object property in <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileComboBox.html#GimpColorProfileComboBox--model" title="The “model” property">GimpColorProfileComboBox:model</a>, object property in <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileStore.html#GimpColorProfileStore-struct" title="GimpColorProfileStore">GimpColorProfileStore</a>, struct in <a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore">GimpColorProfileStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileStore.html#GimpColorProfileStore--history" title="The “history” property">GimpColorProfileStore:history</a>, object property in <a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore">GimpColorProfileStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorScale.html#GimpColorScale-struct" title="GimpColorScale">GimpColorScale</a>, struct in <a class="link" href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorScale.html#GimpColorScale--channel" title="The “channel” property">GimpColorScale:channel</a>, object property in <a class="link" href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorScales.html#GimpColorScales-struct" title="GimpColorScales">GimpColorScales</a>, struct in <a class="link" href="GimpColorScales.html" title="GimpColorScales">GimpColorScales</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorScales.html#GimpColorScales--show-rgb-u8" title="The “show-rgb-u8” property">GimpColorScales:show-rgb-u8</a>, object property in <a class="link" href="GimpColorScales.html" title="GimpColorScales">GimpColorScales</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelect.html#GimpColorSelect-struct" title="GimpColorSelect">GimpColorSelect</a>, struct in <a class="link" href="GimpColorSelect.html" title="GimpColorSelect">GimpColorSelect</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelection.html#GimpColorSelection-struct" title="GimpColorSelection">GimpColorSelection</a>, struct in <a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelection.html#GimpColorSelection-color-changed" title="The “color-changed” signal">GimpColorSelection::color-changed</a>, object signal in <a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelection.html#GimpColorSelection--config" title="The “config” property">GimpColorSelection:config</a>, object property in <a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#GimpColorSelector-struct" title="GimpColorSelector">GimpColorSelector</a>, struct in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#GimpColorSelector-channel-changed" title="The “channel-changed” signal">GimpColorSelector::channel-changed</a>, object signal in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#GimpColorSelector-color-changed" title="The “color-changed” signal">GimpColorSelector::color-changed</a>, object signal in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#GimpColorSelector-model-visible-changed" title="The “model-visible-changed” signal">GimpColorSelector::model-visible-changed</a>, object signal in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel">GimpColorSelectorChannel</a>, enum in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#GimpColorSelectorModel" title="enum GimpColorSelectorModel">GimpColorSelectorModel</a>, enum in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorArea.html#gimp-color-area-get-color" title="gimp_color_area_get_color ()">gimp_color_area_get_color</a>, function in <a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorArea.html#gimp-color-area-has-alpha" title="gimp_color_area_has_alpha ()">gimp_color_area_has_alpha</a>, function in <a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorArea.html#gimp-color-area-new" title="gimp_color_area_new ()">gimp_color_area_new</a>, function in <a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorArea.html#gimp-color-area-set-color" title="gimp_color_area_set_color ()">gimp_color_area_set_color</a>, function in <a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorArea.html#gimp-color-area-set-color-config" title="gimp_color_area_set_color_config ()">gimp_color_area_set_color_config</a>, function in <a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorArea.html#gimp-color-area-set-draw-border" title="gimp_color_area_set_draw_border ()">gimp_color_area_set_draw_border</a>, function in <a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorArea.html#gimp-color-area-set-type" title="gimp_color_area_set_type ()">gimp_color_area_set_type</a>, function in <a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#gimp-color-button-get-color" title="gimp_color_button_get_color ()">gimp_color_button_get_color</a>, function in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#gimp-color-button-get-title" title="gimp_color_button_get_title ()">gimp_color_button_get_title</a>, function in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#gimp-color-button-get-ui-manager" title="gimp_color_button_get_ui_manager ()">gimp_color_button_get_ui_manager</a>, function in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#gimp-color-button-get-update" title="gimp_color_button_get_update ()">gimp_color_button_get_update</a>, function in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#gimp-color-button-has-alpha" title="gimp_color_button_has_alpha ()">gimp_color_button_has_alpha</a>, function in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#gimp-color-button-new" title="gimp_color_button_new ()">gimp_color_button_new</a>, function in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#gimp-color-button-set-color" title="gimp_color_button_set_color ()">gimp_color_button_set_color</a>, function in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#gimp-color-button-set-color-config" title="gimp_color_button_set_color_config ()">gimp_color_button_set_color_config</a>, function in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#gimp-color-button-set-title" title="gimp_color_button_set_title ()">gimp_color_button_set_title</a>, function in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#gimp-color-button-set-type" title="gimp_color_button_set_type ()">gimp_color_button_set_type</a>, function in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorButton.html#gimp-color-button-set-update" title="gimp_color_button_set_update ()">gimp_color_button_set_update</a>, function in <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-changed" title="gimp_color_display_changed ()">gimp_color_display_changed</a>, function in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-clone" title="gimp_color_display_clone ()">gimp_color_display_clone</a>, function in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-configure" title="gimp_color_display_configure ()">gimp_color_display_configure</a>, function in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-configure-reset" title="gimp_color_display_configure_reset ()">gimp_color_display_configure_reset</a>, function in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-convert" title="gimp_color_display_convert ()">gimp_color_display_convert</a>, function in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-convert-buffer" title="gimp_color_display_convert_buffer ()">gimp_color_display_convert_buffer</a>, function in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-convert-surface" title="gimp_color_display_convert_surface ()">gimp_color_display_convert_surface</a>, function in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-get-config" title="gimp_color_display_get_config ()">gimp_color_display_get_config</a>, function in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-get-enabled" title="gimp_color_display_get_enabled ()">gimp_color_display_get_enabled</a>, function in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-get-managed" title="gimp_color_display_get_managed ()">gimp_color_display_get_managed</a>, function in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-load-state" title="gimp_color_display_load_state ()">gimp_color_display_load_state</a>, function in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-new" title="gimp_color_display_new ()">gimp_color_display_new</a>, function in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-save-state" title="gimp_color_display_save_state ()">gimp_color_display_save_state</a>, function in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplay.html#gimp-color-display-set-enabled" title="gimp_color_display_set_enabled ()">gimp_color_display_set_enabled</a>, function in <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-add" title="gimp_color_display_stack_add ()">gimp_color_display_stack_add</a>, function in <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-changed" title="gimp_color_display_stack_changed ()">gimp_color_display_stack_changed</a>, function in <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-clone" title="gimp_color_display_stack_clone ()">gimp_color_display_stack_clone</a>, function in <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-convert" title="gimp_color_display_stack_convert ()">gimp_color_display_stack_convert</a>, function in <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-convert-buffer" title="gimp_color_display_stack_convert_buffer ()">gimp_color_display_stack_convert_buffer</a>, function in <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-convert-surface" title="gimp_color_display_stack_convert_surface ()">gimp_color_display_stack_convert_surface</a>, function in <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-new" title="gimp_color_display_stack_new ()">gimp_color_display_stack_new</a>, function in <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-remove" title="gimp_color_display_stack_remove ()">gimp_color_display_stack_remove</a>, function in <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-reorder-down" title="gimp_color_display_stack_reorder_down ()">gimp_color_display_stack_reorder_down</a>, function in <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorDisplayStack.html#gimp-color-display-stack-reorder-up" title="gimp_color_display_stack_reorder_up ()">gimp_color_display_stack_reorder_up</a>, function in <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorHexEntry.html#gimp-color-hex-entry-get-color" title="gimp_color_hex_entry_get_color ()">gimp_color_hex_entry_get_color</a>, function in <a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorHexEntry.html#gimp-color-hex-entry-new" title="gimp_color_hex_entry_new ()">gimp_color_hex_entry_new</a>, function in <a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorHexEntry.html#gimp-color-hex-entry-set-color" title="gimp_color_hex_entry_set_color ()">gimp_color_hex_entry_set_color</a>, function in <a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorNotebook.html#gimp-color-notebook-set-has-page" title="gimp_color_notebook_set_has_page ()">gimp_color_notebook_set_has_page</a>, function in <a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook">GimpColorNotebook</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileChooserDialog.html#gimp-color-profile-chooser-dialog-new" title="gimp_color_profile_chooser_dialog_new ()">gimp_color_profile_chooser_dialog_new</a>, function in <a class="link" href="GimpColorProfileChooserDialog.html" title="GimpColorProfileChooserDialog">GimpColorProfileChooserDialog</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-add" title="gimp_color_profile_combo_box_add ()">gimp_color_profile_combo_box_add</a>, function in <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-add-file" title="gimp_color_profile_combo_box_add_file ()">gimp_color_profile_combo_box_add_file</a>, function in <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-get-active" title="gimp_color_profile_combo_box_get_active ()">gimp_color_profile_combo_box_get_active</a>, function in <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-get-active-file" title="gimp_color_profile_combo_box_get_active_file ()">gimp_color_profile_combo_box_get_active_file</a>, function in <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-new" title="gimp_color_profile_combo_box_new ()">gimp_color_profile_combo_box_new</a>, function in <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-new-with-model" title="gimp_color_profile_combo_box_new_with_model ()">gimp_color_profile_combo_box_new_with_model</a>, function in <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-set-active" title="gimp_color_profile_combo_box_set_active ()">gimp_color_profile_combo_box_set_active</a>, function in <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-set-active-file" title="gimp_color_profile_combo_box_set_active_file ()">gimp_color_profile_combo_box_set_active_file</a>, function in <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileStore.html#gimp-color-profile-store-add" title="gimp_color_profile_store_add ()">gimp_color_profile_store_add</a>, function in <a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore">GimpColorProfileStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileStore.html#gimp-color-profile-store-add-file" title="gimp_color_profile_store_add_file ()">gimp_color_profile_store_add_file</a>, function in <a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore">GimpColorProfileStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileStore.html#gimp-color-profile-store-new" title="gimp_color_profile_store_new ()">gimp_color_profile_store_new</a>, function in <a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore">GimpColorProfileStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileView.html#gimp-color-profile-view-new" title="gimp_color_profile_view_new ()">gimp_color_profile_view_new</a>, function in <a class="link" href="GimpColorProfileView.html" title="GimpColorProfileView">GimpColorProfileView</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileView.html#gimp-color-profile-view-set-error" title="gimp_color_profile_view_set_error ()">gimp_color_profile_view_set_error</a>, function in <a class="link" href="GimpColorProfileView.html" title="GimpColorProfileView">GimpColorProfileView</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorProfileView.html#gimp-color-profile-view-set-profile" title="gimp_color_profile_view_set_profile ()">gimp_color_profile_view_set_profile</a>, function in <a class="link" href="GimpColorProfileView.html" title="GimpColorProfileView">GimpColorProfileView</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorScales.html#gimp-color-scales-get-show-rgb-u8" title="gimp_color_scales_get_show_rgb_u8 ()">gimp_color_scales_get_show_rgb_u8</a>, function in <a class="link" href="GimpColorScales.html" title="GimpColorScales">GimpColorScales</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorScales.html#gimp-color-scales-set-show-rgb-u8" title="gimp_color_scales_set_show_rgb_u8 ()">gimp_color_scales_set_show_rgb_u8</a>, function in <a class="link" href="GimpColorScales.html" title="GimpColorScales">GimpColorScales</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-color-scale-entry-new" title="gimp_color_scale_entry_new ()">gimp_color_scale_entry_new</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorScale.html#gimp-color-scale-new" title="gimp_color_scale_new ()">gimp_color_scale_new</a>, function in <a class="link" href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorScale.html#gimp-color-scale-set-channel" title="gimp_color_scale_set_channel ()">gimp_color_scale_set_channel</a>, function in <a class="link" href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorScale.html#gimp-color-scale-set-color" title="gimp_color_scale_set_color ()">gimp_color_scale_set_color</a>, function in <a class="link" href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorScale.html#gimp-color-scale-set-color-config" title="gimp_color_scale_set_color_config ()">gimp_color_scale_set_color_config</a>, function in <a class="link" href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-color-changed" title="gimp_color_selection_color_changed ()">gimp_color_selection_color_changed</a>, function in <a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-get-color" title="gimp_color_selection_get_color ()">gimp_color_selection_get_color</a>, function in <a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-get-old-color" title="gimp_color_selection_get_old_color ()">gimp_color_selection_get_old_color</a>, function in <a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-get-show-alpha" title="gimp_color_selection_get_show_alpha ()">gimp_color_selection_get_show_alpha</a>, function in <a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-new" title="gimp_color_selection_new ()">gimp_color_selection_new</a>, function in <a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-reset" title="gimp_color_selection_reset ()">gimp_color_selection_reset</a>, function in <a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-set-color" title="gimp_color_selection_set_color ()">gimp_color_selection_set_color</a>, function in <a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-set-config" title="gimp_color_selection_set_config ()">gimp_color_selection_set_config</a>, function in <a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-set-old-color" title="gimp_color_selection_set_old_color ()">gimp_color_selection_set_old_color</a>, function in <a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelection.html#gimp-color-selection-set-show-alpha" title="gimp_color_selection_set_show_alpha ()">gimp_color_selection_set_show_alpha</a>, function in <a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#GIMP-COLOR-SELECTOR-BAR-SIZE:CAPS" title="GIMP_COLOR_SELECTOR_BAR_SIZE">GIMP_COLOR_SELECTOR_BAR_SIZE</a>, macro in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-channel-changed" title="gimp_color_selector_channel_changed ()">gimp_color_selector_channel_changed</a>, function in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-color-changed" title="gimp_color_selector_color_changed ()">gimp_color_selector_color_changed</a>, function in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-get-channel" title="gimp_color_selector_get_channel ()">gimp_color_selector_get_channel</a>, function in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-get-color" title="gimp_color_selector_get_color ()">gimp_color_selector_get_color</a>, function in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-get-model-visible" title="gimp_color_selector_get_model_visible ()">gimp_color_selector_get_model_visible</a>, function in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-get-show-alpha" title="gimp_color_selector_get_show_alpha ()">gimp_color_selector_get_show_alpha</a>, function in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-get-toggles-sensitive" title="gimp_color_selector_get_toggles_sensitive ()">gimp_color_selector_get_toggles_sensitive</a>, function in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-get-toggles-visible" title="gimp_color_selector_get_toggles_visible ()">gimp_color_selector_get_toggles_visible</a>, function in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-model-visible-changed" title="gimp_color_selector_model_visible_changed ()">gimp_color_selector_model_visible_changed</a>, function in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-new" title="gimp_color_selector_new ()">gimp_color_selector_new</a>, function in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-set-channel" title="gimp_color_selector_set_channel ()">gimp_color_selector_set_channel</a>, function in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-set-color" title="gimp_color_selector_set_color ()">gimp_color_selector_set_color</a>, function in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-set-config" title="gimp_color_selector_set_config ()">gimp_color_selector_set_config</a>, function in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-set-model-visible" title="gimp_color_selector_set_model_visible ()">gimp_color_selector_set_model_visible</a>, function in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-set-show-alpha" title="gimp_color_selector_set_show_alpha ()">gimp_color_selector_set_show_alpha</a>, function in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-set-toggles-sensitive" title="gimp_color_selector_set_toggles_sensitive ()">gimp_color_selector_set_toggles_sensitive</a>, function in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#gimp-color-selector-set-toggles-visible" title="gimp_color_selector_set_toggles_visible ()">gimp_color_selector_set_toggles_visible</a>, function in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpColorSelector.html#GIMP-COLOR-SELECTOR-SIZE:CAPS" title="GIMP_COLOR_SELECTOR_SIZE">GIMP_COLOR_SELECTOR_SIZE</a>, macro in <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-context-help" title="gimp_context_help ()">gimp_context_help</a>, function in <a class="link" href="libgimpwidgets-GimpHelpUI.html" title="GimpHelpUI">GimpHelpUI</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpController.html#GimpController-struct" title="GimpController">GimpController</a>, struct in <a class="link" href="GimpController.html" title="GimpController">GimpController</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpController.html#GimpController-event" title="The “event” signal">GimpController::event</a>, object signal in <a class="link" href="GimpController.html" title="GimpController">GimpController</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpController.html#GimpController--name" title="The “name” property">GimpController:name</a>, object property in <a class="link" href="GimpController.html" title="GimpController">GimpController</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpController.html#GimpController--state" title="The “state” property">GimpController:state</a>, object property in <a class="link" href="GimpController.html" title="GimpController">GimpController</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpController.html#GimpControllerEvent" title="union GimpControllerEvent">GimpControllerEvent</a>, union in <a class="link" href="GimpController.html" title="GimpController">GimpController</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpController.html#GimpControllerEventAny" title="struct GimpControllerEventAny">GimpControllerEventAny</a>, struct in <a class="link" href="GimpController.html" title="GimpController">GimpController</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpController.html#GimpControllerEventTrigger" title="struct GimpControllerEventTrigger">GimpControllerEventTrigger</a>, struct in <a class="link" href="GimpController.html" title="GimpController">GimpController</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpController.html#GimpControllerEventType" title="enum GimpControllerEventType">GimpControllerEventType</a>, enum in <a class="link" href="GimpController.html" title="GimpController">GimpController</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpController.html#GimpControllerEventValue" title="struct GimpControllerEventValue">GimpControllerEventValue</a>, struct in <a class="link" href="GimpController.html" title="GimpController">GimpController</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpController.html#gimp-controller-event" title="gimp_controller_event ()">gimp_controller_event</a>, function in <a class="link" href="GimpController.html" title="GimpController">GimpController</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpController.html#gimp-controller-get-event-blurb" title="gimp_controller_get_event_blurb ()">gimp_controller_get_event_blurb</a>, function in <a class="link" href="GimpController.html" title="GimpController">GimpController</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpController.html#gimp-controller-get-event-name" title="gimp_controller_get_event_name ()">gimp_controller_get_event_name</a>, function in <a class="link" href="GimpController.html" title="GimpController">GimpController</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpController.html#gimp-controller-get-n-events" title="gimp_controller_get_n_events ()">gimp_controller_get_n_events</a>, function in <a class="link" href="GimpController.html" title="GimpController">GimpController</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpController.html#gimp-controller-new" title="gimp_controller_new ()">gimp_controller_new</a>, function in <a class="link" href="GimpController.html" title="GimpController">GimpController</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-COORDINATES-CHAINBUTTON:CAPS" title="GIMP_COORDINATES_CHAINBUTTON()">GIMP_COORDINATES_CHAINBUTTON</a>, macro in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new" title="gimp_coordinates_new ()">gimp_coordinates_new</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<a name="idxD"></a><h3 class="title">D</h3> +<dt> +<a class="link" href="GimpDialog.html#GimpDialog-struct" title="GimpDialog">GimpDialog</a>, struct in <a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpDialog.html#GimpDialog--help-func" title="The “help-func” property">GimpDialog:help-func</a>, object property in <a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpDialog.html#GimpDialog--help-id" title="The “help-id” property">GimpDialog:help-id</a>, object property in <a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpDialog.html#GimpDialog--parent" title="The “parent” property">GimpDialog:parent</a>, object property in <a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpDialog.html#gimp-dialogs-show-help-button" title="gimp_dialogs_show_help_button ()">gimp_dialogs_show_help_button</a>, function in <a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpDialog.html#gimp-dialog-add-button" title="gimp_dialog_add_button ()">gimp_dialog_add_button</a>, function in <a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpDialog.html#gimp-dialog-add-buttons" title="gimp_dialog_add_buttons ()">gimp_dialog_add_buttons</a>, function in <a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpDialog.html#gimp-dialog-add-buttons-valist" title="gimp_dialog_add_buttons_valist ()">gimp_dialog_add_buttons_valist</a>, function in <a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpDialog.html#gimp-dialog-new" title="gimp_dialog_new ()">gimp_dialog_new</a>, function in <a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpDialog.html#gimp-dialog-new-valist" title="gimp_dialog_new_valist ()">gimp_dialog_new_valist</a>, function in <a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpDialog.html#gimp-dialog-run" title="gimp_dialog_run ()">gimp_dialog_run</a>, function in <a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-double-adjustment-update" title="gimp_double_adjustment_update ()">gimp_double_adjustment_update</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<a name="idxE"></a><h3 class="title">E</h3> +<dt> +<a class="link" href="GimpEnumComboBox.html#GimpEnumComboBox-struct" title="GimpEnumComboBox">GimpEnumComboBox</a>, struct in <a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox">GimpEnumComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpEnumComboBox.html#GimpEnumComboBox--model" title="The “model” property">GimpEnumComboBox:model</a>, object property in <a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox">GimpEnumComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpEnumLabel.html#GimpEnumLabel-struct" title="GimpEnumLabel">GimpEnumLabel</a>, struct in <a class="link" href="GimpEnumLabel.html" title="GimpEnumLabel">GimpEnumLabel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpEnumLabel.html#GimpEnumLabel--enum-type" title="The “enum-type” property">GimpEnumLabel:enum-type</a>, object property in <a class="link" href="GimpEnumLabel.html" title="GimpEnumLabel">GimpEnumLabel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpEnumLabel.html#GimpEnumLabel--enum-value" title="The “enum-value” property">GimpEnumLabel:enum-value</a>, object property in <a class="link" href="GimpEnumLabel.html" title="GimpEnumLabel">GimpEnumLabel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpEnumStore.html#GimpEnumStore-struct" title="GimpEnumStore">GimpEnumStore</a>, struct in <a class="link" href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpEnumStore.html#GimpEnumStore--enum-type" title="The “enum-type” property">GimpEnumStore:enum-type</a>, object property in <a class="link" href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpEnumComboBox.html#gimp-enum-combo-box-new" title="gimp_enum_combo_box_new ()">gimp_enum_combo_box_new</a>, function in <a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox">GimpEnumComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpEnumComboBox.html#gimp-enum-combo-box-new-with-model" title="gimp_enum_combo_box_new_with_model ()">gimp_enum_combo_box_new_with_model</a>, function in <a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox">GimpEnumComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpEnumComboBox.html#gimp-enum-combo-box-set-icon-prefix" title="gimp_enum_combo_box_set_icon_prefix ()">gimp_enum_combo_box_set_icon_prefix</a>, function in <a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox">GimpEnumComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpEnumComboBox.html#gimp-enum-combo-box-set-stock-prefix" title="gimp_enum_combo_box_set_stock_prefix ()">gimp_enum_combo_box_set_stock_prefix</a>, function in <a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox">GimpEnumComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-icon-box-new" title="gimp_enum_icon_box_new ()">gimp_enum_icon_box_new</a>, function in <a class="link" href="libgimpwidgets-GimpEnumWidgets.html" title="GimpEnumWidgets">GimpEnumWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-icon-box-new-with-range" title="gimp_enum_icon_box_new_with_range ()">gimp_enum_icon_box_new_with_range</a>, function in <a class="link" href="libgimpwidgets-GimpEnumWidgets.html" title="GimpEnumWidgets">GimpEnumWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-icon-box-set-child-padding" title="gimp_enum_icon_box_set_child_padding ()">gimp_enum_icon_box_set_child_padding</a>, function in <a class="link" href="libgimpwidgets-GimpEnumWidgets.html" title="GimpEnumWidgets">GimpEnumWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpEnumLabel.html#gimp-enum-label-new" title="gimp_enum_label_new ()">gimp_enum_label_new</a>, function in <a class="link" href="GimpEnumLabel.html" title="GimpEnumLabel">GimpEnumLabel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpEnumLabel.html#gimp-enum-label-set-value" title="gimp_enum_label_set_value ()">gimp_enum_label_set_value</a>, function in <a class="link" href="GimpEnumLabel.html" title="GimpEnumLabel">GimpEnumLabel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-box-new" title="gimp_enum_radio_box_new ()">gimp_enum_radio_box_new</a>, function in <a class="link" href="libgimpwidgets-GimpEnumWidgets.html" title="GimpEnumWidgets">GimpEnumWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-box-new-with-range" title="gimp_enum_radio_box_new_with_range ()">gimp_enum_radio_box_new_with_range</a>, function in <a class="link" href="libgimpwidgets-GimpEnumWidgets.html" title="GimpEnumWidgets">GimpEnumWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-frame-new" title="gimp_enum_radio_frame_new ()">gimp_enum_radio_frame_new</a>, function in <a class="link" href="libgimpwidgets-GimpEnumWidgets.html" title="GimpEnumWidgets">GimpEnumWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-frame-new-with-range" title="gimp_enum_radio_frame_new_with_range ()">gimp_enum_radio_frame_new_with_range</a>, function in <a class="link" href="libgimpwidgets-GimpEnumWidgets.html" title="GimpEnumWidgets">GimpEnumWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-new" title="gimp_enum_stock_box_new ()">gimp_enum_stock_box_new</a>, function in <a class="link" href="libgimpwidgets-GimpEnumWidgets.html" title="GimpEnumWidgets">GimpEnumWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-new-with-range" title="gimp_enum_stock_box_new_with_range ()">gimp_enum_stock_box_new_with_range</a>, function in <a class="link" href="libgimpwidgets-GimpEnumWidgets.html" title="GimpEnumWidgets">GimpEnumWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-set-child-padding" title="gimp_enum_stock_box_set_child_padding ()">gimp_enum_stock_box_set_child_padding</a>, function in <a class="link" href="libgimpwidgets-GimpEnumWidgets.html" title="GimpEnumWidgets">GimpEnumWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpEnumStore.html#gimp-enum-store-new" title="gimp_enum_store_new ()">gimp_enum_store_new</a>, function in <a class="link" href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpEnumStore.html#gimp-enum-store-new-with-range" title="gimp_enum_store_new_with_range ()">gimp_enum_store_new_with_range</a>, function in <a class="link" href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpEnumStore.html#gimp-enum-store-new-with-values" title="gimp_enum_store_new_with_values ()">gimp_enum_store_new_with_values</a>, function in <a class="link" href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpEnumStore.html#gimp-enum-store-new-with-values-valist" title="gimp_enum_store_new_with_values_valist ()">gimp_enum_store_new_with_values_valist</a>, function in <a class="link" href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpEnumStore.html#gimp-enum-store-set-icon-prefix" title="gimp_enum_store_set_icon_prefix ()">gimp_enum_store_set_icon_prefix</a>, function in <a class="link" href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpEnumStore.html#gimp-enum-store-set-stock-prefix" title="gimp_enum_store_set_stock_prefix ()">gimp_enum_store_set_stock_prefix</a>, function in <a class="link" href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> +</dt> +<dd></dd> +<a name="idxF"></a><h3 class="title">F</h3> +<dt> +<a class="link" href="GimpFileEntry.html#GimpFileEntry-struct" title="GimpFileEntry">GimpFileEntry</a>, struct in <a class="link" href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpFileEntry.html#GimpFileEntry-filename-changed" title="The “filename-changed” signal">GimpFileEntry::filename-changed</a>, object signal in <a class="link" href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpFileEntry.html#gimp-file-entry-get-filename" title="gimp_file_entry_get_filename ()">gimp_file_entry_get_filename</a>, function in <a class="link" href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpFileEntry.html#gimp-file-entry-new" title="gimp_file_entry_new ()">gimp_file_entry_new</a>, function in <a class="link" href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpFileEntry.html#gimp-file-entry-set-filename" title="gimp_file_entry_set_filename ()">gimp_file_entry_set_filename</a>, function in <a class="link" href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-float-adjustment-update" title="gimp_float_adjustment_update ()">gimp_float_adjustment_update</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpFrame.html#GimpFrame-struct" title="GimpFrame">GimpFrame</a>, struct in <a class="link" href="GimpFrame.html" title="GimpFrame">GimpFrame</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpFrame.html#GimpFrame--s-label-bold" title="The “label-bold” style property">GimpFrame:label-bold</a>, object property in <a class="link" href="GimpFrame.html" title="GimpFrame">GimpFrame</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpFrame.html#GimpFrame--s-label-spacing" title="The “label-spacing” style property">GimpFrame:label-spacing</a>, object property in <a class="link" href="GimpFrame.html" title="GimpFrame">GimpFrame</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpFrame.html#gimp-frame-new" title="gimp_frame_new ()">gimp_frame_new</a>, function in <a class="link" href="GimpFrame.html" title="GimpFrame">GimpFrame</a> +</dt> +<dd></dd> +<a name="idxG"></a><h3 class="title">G</h3> +<dt> +<a href="https://developer.gnome.org/gdk3/gdk3-Windows.html#GdkModifierIntent">GdkModifierIntent</a>, enum in gimp3migration +</dt> +<dd></dd> +<dt> +<a href="https://developer.gnome.org/gdk3/gdk3-Cairo-Interaction.html#gdk-cairo-get-clip-rectangle">gdk_cairo_get_clip_rectangle</a>, function in gimp3migration +</dt> +<dd></dd> +<dt> +<a href="https://developer.gnome.org/gdk3/gdk3-Events.html#gdk-event-triggers-context-menu">gdk_event_triggers_context_menu</a>, function in gimp3migration +</dt> +<dd></dd> +<dt> +<a href="https://developer.gnome.org/gdk3/gdk3-Keyboard-Handling.html#gdk-keymap-get-modifier-mask">gdk_keymap_get_modifier_mask</a>, function in gimp3migration +</dt> +<dd></dd> +<dt> +<a href="https://developer.gnome.org/gdk3/GdkScreen.html#gdk-screen-get-monitor-workarea">gdk_screen_get_monitor_workarea</a>, function in gimp3migration +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgetsUtils.html#gimp-get-monitor-at-pointer" title="gimp_get_monitor_at_pointer ()">gimp_get_monitor_at_pointer</a>, function in <a class="link" href="libgimpwidgets-GimpWidgetsUtils.html" title="GimpWidgetsUtils">GimpWidgetsUtils</a> +</dt> +<dd></dd> +<dt> +<a href="https://developer.gnome.org/gtk3/GtkBox.html#gtk-box-new">gtk_box_new</a>, function in gimp3migration +</dt> +<dd></dd> +<dt> +<a href="https://developer.gnome.org/gtk3/GtkButtonBox.html#gtk-button-box-new">gtk_button_box_new</a>, function in gimp3migration +</dt> +<dd></dd> +<dt> +<a href="https://developer.gnome.org/gtk3/GtkLabel.html#gtk-label-get-xalign">gtk_label_get_xalign</a>, function in gimp3migration +</dt> +<dd></dd> +<dt> +<a href="https://developer.gnome.org/gtk3/GtkLabel.html#gtk-label-get-yalign">gtk_label_get_yalign</a>, function in gimp3migration +</dt> +<dd></dd> +<dt> +<a href="https://developer.gnome.org/gtk3/GtkLabel.html#gtk-label-set-xalign">gtk_label_set_xalign</a>, function in gimp3migration +</dt> +<dd></dd> +<dt> +<a href="https://developer.gnome.org/gtk3/GtkLabel.html#gtk-label-set-yalign">gtk_label_set_yalign</a>, function in gimp3migration +</dt> +<dd></dd> +<dt> +<a href="https://developer.gnome.org/gtk3/GtkPaned.html#gtk-paned-new">gtk_paned_new</a>, function in gimp3migration +</dt> +<dd></dd> +<dt> +<a href="https://developer.gnome.org/gtk3/GtkScale.html#gtk-scale-new">gtk_scale_new</a>, function in gimp3migration +</dt> +<dd></dd> +<dt> +<a href="https://developer.gnome.org/gtk3/GtkScrollbar.html#gtk-scrollbar-new">gtk_scrollbar_new</a>, function in gimp3migration +</dt> +<dd></dd> +<dt> +<a href="https://developer.gnome.org/gtk3/GtkSeparator.html#gtk-separator-new">gtk_separator_new</a>, function in gimp3migration +</dt> +<dd></dd> +<dt> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#gtk-widget-get-modifier-mask">gtk_widget_get_modifier_mask</a>, function in gimp3migration +</dt> +<dd></dd> +<a name="idxH"></a><h3 class="title">H</h3> +<dt> +<a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc" title="GimpHelpFunc ()">GimpHelpFunc</a>, user_function in <a class="link" href="libgimpwidgets-GimpHelpUI.html" title="GimpHelpUI">GimpHelpUI</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-connect" title="gimp_help_connect ()">gimp_help_connect</a>, function in <a class="link" href="libgimpwidgets-GimpHelpUI.html" title="GimpHelpUI">GimpHelpUI</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-disable-tooltips" title="gimp_help_disable_tooltips ()">gimp_help_disable_tooltips</a>, function in <a class="link" href="libgimpwidgets-GimpHelpUI.html" title="GimpHelpUI">GimpHelpUI</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-enable-tooltips" title="gimp_help_enable_tooltips ()">gimp_help_enable_tooltips</a>, function in <a class="link" href="libgimpwidgets-GimpHelpUI.html" title="GimpHelpUI">GimpHelpUI</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpHelpUI.html#GIMP-HELP-ID:CAPS" title="GIMP_HELP_ID">GIMP_HELP_ID</a>, macro in <a class="link" href="libgimpwidgets-GimpHelpUI.html" title="GimpHelpUI">GimpHelpUI</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data" title="gimp_help_set_help_data ()">gimp_help_set_help_data</a>, function in <a class="link" href="libgimpwidgets-GimpHelpUI.html" title="GimpHelpUI">GimpHelpUI</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data-with-markup" title="gimp_help_set_help_data_with_markup ()">gimp_help_set_help_data_with_markup</a>, function in <a class="link" href="libgimpwidgets-GimpHelpUI.html" title="GimpHelpUI">GimpHelpUI</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpHintBox.html#GimpHintBox-struct" title="GimpHintBox">GimpHintBox</a>, struct in <a class="link" href="GimpHintBox.html" title="GimpHintBox">GimpHintBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpHintBox.html#GimpHintBox--hint" title="The “hint” property">GimpHintBox:hint</a>, object property in <a class="link" href="GimpHintBox.html" title="GimpHintBox">GimpHintBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpHintBox.html#GimpHintBox--icon-name" title="The “icon-name” property">GimpHintBox:icon-name</a>, object property in <a class="link" href="GimpHintBox.html" title="GimpHintBox">GimpHintBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpHintBox.html#GimpHintBox--stock-id" title="The “stock-id” property">GimpHintBox:stock-id</a>, object property in <a class="link" href="GimpHintBox.html" title="GimpHintBox">GimpHintBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpHintBox.html#gimp-hint-box-new" title="gimp_hint_box_new ()">gimp_hint_box_new</a>, function in <a class="link" href="GimpHintBox.html" title="GimpHintBox">GimpHintBox</a> +</dt> +<dd></dd> +<a name="idxI"></a><h3 class="title">I</h3> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#gimp-icons-init" title="gimp_icons_init ()">gimp_icons_init</a>, function in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#gimp-icons-set-icon-theme" title="gimp_icons_set_icon_theme ()">gimp_icons_set_icon_theme</a>, function in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-APPLICATION-EXIT:CAPS" title="GIMP_ICON_APPLICATION_EXIT">GIMP_ICON_APPLICATION_EXIT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-ASPECT-LANDSCAPE:CAPS" title="GIMP_ICON_ASPECT_LANDSCAPE">GIMP_ICON_ASPECT_LANDSCAPE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-ASPECT-PORTRAIT:CAPS" title="GIMP_ICON_ASPECT_PORTRAIT">GIMP_ICON_ASPECT_PORTRAIT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-ATTACH:CAPS" title="GIMP_ICON_ATTACH">GIMP_ICON_ATTACH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-BRUSH:CAPS" title="GIMP_ICON_BRUSH">GIMP_ICON_BRUSH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-BUFFER:CAPS" title="GIMP_ICON_BUFFER">GIMP_ICON_BUFFER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-BUSINESS-CARD:CAPS" title="GIMP_ICON_BUSINESS_CARD">GIMP_ICON_BUSINESS_CARD</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CAP-BUTT:CAPS" title="GIMP_ICON_CAP_BUTT">GIMP_ICON_CAP_BUTT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CAP-ROUND:CAPS" title="GIMP_ICON_CAP_ROUND">GIMP_ICON_CAP_ROUND</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CAP-SQUARE:CAPS" title="GIMP_ICON_CAP_SQUARE">GIMP_ICON_CAP_SQUARE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CENTER:CAPS" title="GIMP_ICON_CENTER">GIMP_ICON_CENTER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CENTER-HORIZONTAL:CAPS" title="GIMP_ICON_CENTER_HORIZONTAL">GIMP_ICON_CENTER_HORIZONTAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CENTER-VERTICAL:CAPS" title="GIMP_ICON_CENTER_VERTICAL">GIMP_ICON_CENTER_VERTICAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHAIN-HORIZONTAL:CAPS" title="GIMP_ICON_CHAIN_HORIZONTAL">GIMP_ICON_CHAIN_HORIZONTAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHAIN-HORIZONTAL-BROKEN:CAPS" title="GIMP_ICON_CHAIN_HORIZONTAL_BROKEN">GIMP_ICON_CHAIN_HORIZONTAL_BROKEN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHAIN-VERTICAL:CAPS" title="GIMP_ICON_CHAIN_VERTICAL">GIMP_ICON_CHAIN_VERTICAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHAIN-VERTICAL-BROKEN:CAPS" title="GIMP_ICON_CHAIN_VERTICAL_BROKEN">GIMP_ICON_CHAIN_VERTICAL_BROKEN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL:CAPS" title="GIMP_ICON_CHANNEL">GIMP_ICON_CHANNEL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL-ALPHA:CAPS" title="GIMP_ICON_CHANNEL_ALPHA">GIMP_ICON_CHANNEL_ALPHA</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL-BLUE:CAPS" title="GIMP_ICON_CHANNEL_BLUE">GIMP_ICON_CHANNEL_BLUE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL-GRAY:CAPS" title="GIMP_ICON_CHANNEL_GRAY">GIMP_ICON_CHANNEL_GRAY</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL-GREEN:CAPS" title="GIMP_ICON_CHANNEL_GREEN">GIMP_ICON_CHANNEL_GREEN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL-INDEXED:CAPS" title="GIMP_ICON_CHANNEL_INDEXED">GIMP_ICON_CHANNEL_INDEXED</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL-RED:CAPS" title="GIMP_ICON_CHANNEL_RED">GIMP_ICON_CHANNEL_RED</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHAR-PICKER:CAPS" title="GIMP_ICON_CHAR_PICKER">GIMP_ICON_CHAR_PICKER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CLOSE:CAPS" title="GIMP_ICON_CLOSE">GIMP_ICON_CLOSE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CLOSE-ALL:CAPS" title="GIMP_ICON_CLOSE_ALL">GIMP_ICON_CLOSE_ALL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLORMAP:CAPS" title="GIMP_ICON_COLORMAP">GIMP_ICON_COLORMAP</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLORS-DEFAULT:CAPS" title="GIMP_ICON_COLORS_DEFAULT">GIMP_ICON_COLORS_DEFAULT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLORS-SWAP:CAPS" title="GIMP_ICON_COLORS_SWAP">GIMP_ICON_COLORS_SWAP</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-PICKER-BLACK:CAPS" title="GIMP_ICON_COLOR_PICKER_BLACK">GIMP_ICON_COLOR_PICKER_BLACK</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-PICKER-GRAY:CAPS" title="GIMP_ICON_COLOR_PICKER_GRAY">GIMP_ICON_COLOR_PICKER_GRAY</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-PICKER-WHITE:CAPS" title="GIMP_ICON_COLOR_PICKER_WHITE">GIMP_ICON_COLOR_PICKER_WHITE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-PICK-FROM-SCREEN:CAPS" title="GIMP_ICON_COLOR_PICK_FROM_SCREEN">GIMP_ICON_COLOR_PICK_FROM_SCREEN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-SELECTOR-CMYK:CAPS" title="GIMP_ICON_COLOR_SELECTOR_CMYK">GIMP_ICON_COLOR_SELECTOR_CMYK</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-SELECTOR-TRIANGLE:CAPS" title="GIMP_ICON_COLOR_SELECTOR_TRIANGLE">GIMP_ICON_COLOR_SELECTOR_TRIANGLE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-SELECTOR-WATER:CAPS" title="GIMP_ICON_COLOR_SELECTOR_WATER">GIMP_ICON_COLOR_SELECTOR_WATER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-SPACE-LINEAR:CAPS" title="GIMP_ICON_COLOR_SPACE_LINEAR">GIMP_ICON_COLOR_SPACE_LINEAR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-SPACE-NON-LINEAR:CAPS" title="GIMP_ICON_COLOR_SPACE_NON_LINEAR">GIMP_ICON_COLOR_SPACE_NON_LINEAR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-SPACE-PERCEPTUAL:CAPS" title="GIMP_ICON_COLOR_SPACE_PERCEPTUAL">GIMP_ICON_COLOR_SPACE_PERCEPTUAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONTROLLER:CAPS" title="GIMP_ICON_CONTROLLER">GIMP_ICON_CONTROLLER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONTROLLER-KEYBOARD:CAPS" title="GIMP_ICON_CONTROLLER_KEYBOARD">GIMP_ICON_CONTROLLER_KEYBOARD</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONTROLLER-LINUX-INPUT:CAPS" title="GIMP_ICON_CONTROLLER_LINUX_INPUT">GIMP_ICON_CONTROLLER_LINUX_INPUT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONTROLLER-MIDI:CAPS" title="GIMP_ICON_CONTROLLER_MIDI">GIMP_ICON_CONTROLLER_MIDI</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONTROLLER-MOUSE:CAPS" title="GIMP_ICON_CONTROLLER_MOUSE">GIMP_ICON_CONTROLLER_MOUSE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONTROLLER-WHEEL:CAPS" title="GIMP_ICON_CONTROLLER_WHEEL">GIMP_ICON_CONTROLLER_WHEEL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONVERT-GRAYSCALE:CAPS" title="GIMP_ICON_CONVERT_GRAYSCALE">GIMP_ICON_CONVERT_GRAYSCALE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONVERT-INDEXED:CAPS" title="GIMP_ICON_CONVERT_INDEXED">GIMP_ICON_CONVERT_INDEXED</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONVERT-PRECISION:CAPS" title="GIMP_ICON_CONVERT_PRECISION">GIMP_ICON_CONVERT_PRECISION</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONVERT-RGB:CAPS" title="GIMP_ICON_CONVERT_RGB">GIMP_ICON_CONVERT_RGB</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CURSOR:CAPS" title="GIMP_ICON_CURSOR">GIMP_ICON_CURSOR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CURVE-FREE:CAPS" title="GIMP_ICON_CURVE_FREE">GIMP_ICON_CURVE_FREE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CURVE-SMOOTH:CAPS" title="GIMP_ICON_CURVE_SMOOTH">GIMP_ICON_CURVE_SMOOTH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DETACH:CAPS" title="GIMP_ICON_DETACH">GIMP_ICON_DETACH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-CHANNELS:CAPS" title="GIMP_ICON_DIALOG_CHANNELS">GIMP_ICON_DIALOG_CHANNELS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-DASHBOARD:CAPS" title="GIMP_ICON_DIALOG_DASHBOARD">GIMP_ICON_DIALOG_DASHBOARD</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-DEVICE-STATUS:CAPS" title="GIMP_ICON_DIALOG_DEVICE_STATUS">GIMP_ICON_DIALOG_DEVICE_STATUS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-ERROR:CAPS" title="GIMP_ICON_DIALOG_ERROR">GIMP_ICON_DIALOG_ERROR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-IMAGES:CAPS" title="GIMP_ICON_DIALOG_IMAGES">GIMP_ICON_DIALOG_IMAGES</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-INFORMATION:CAPS" title="GIMP_ICON_DIALOG_INFORMATION">GIMP_ICON_DIALOG_INFORMATION</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-LAYERS:CAPS" title="GIMP_ICON_DIALOG_LAYERS">GIMP_ICON_DIALOG_LAYERS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-NAVIGATION:CAPS" title="GIMP_ICON_DIALOG_NAVIGATION">GIMP_ICON_DIALOG_NAVIGATION</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-PATHS:CAPS" title="GIMP_ICON_DIALOG_PATHS">GIMP_ICON_DIALOG_PATHS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-QUESTION:CAPS" title="GIMP_ICON_DIALOG_QUESTION">GIMP_ICON_DIALOG_QUESTION</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-RESHOW-FILTER:CAPS" title="GIMP_ICON_DIALOG_RESHOW_FILTER">GIMP_ICON_DIALOG_RESHOW_FILTER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-TOOLS:CAPS" title="GIMP_ICON_DIALOG_TOOLS">GIMP_ICON_DIALOG_TOOLS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-TOOL-OPTIONS:CAPS" title="GIMP_ICON_DIALOG_TOOL_OPTIONS">GIMP_ICON_DIALOG_TOOL_OPTIONS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-UNDO-HISTORY:CAPS" title="GIMP_ICON_DIALOG_UNDO_HISTORY">GIMP_ICON_DIALOG_UNDO_HISTORY</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-WARNING:CAPS" title="GIMP_ICON_DIALOG_WARNING">GIMP_ICON_DIALOG_WARNING</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY:CAPS" title="GIMP_ICON_DISPLAY">GIMP_ICON_DISPLAY</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER:CAPS" title="GIMP_ICON_DISPLAY_FILTER">GIMP_ICON_DISPLAY_FILTER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER-CLIP-WARNING:CAPS" title="GIMP_ICON_DISPLAY_FILTER_CLIP_WARNING">GIMP_ICON_DISPLAY_FILTER_CLIP_WARNING</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER-COLORBLIND:CAPS" title="GIMP_ICON_DISPLAY_FILTER_COLORBLIND">GIMP_ICON_DISPLAY_FILTER_COLORBLIND</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER-CONTRAST:CAPS" title="GIMP_ICON_DISPLAY_FILTER_CONTRAST">GIMP_ICON_DISPLAY_FILTER_CONTRAST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER-GAMMA:CAPS" title="GIMP_ICON_DISPLAY_FILTER_GAMMA">GIMP_ICON_DISPLAY_FILTER_GAMMA</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER-LCMS:CAPS" title="GIMP_ICON_DISPLAY_FILTER_LCMS">GIMP_ICON_DISPLAY_FILTER_LCMS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER-PROOF:CAPS" title="GIMP_ICON_DISPLAY_FILTER_PROOF">GIMP_ICON_DISPLAY_FILTER_PROOF</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-NEW:CAPS" title="GIMP_ICON_DOCUMENT_NEW">GIMP_ICON_DOCUMENT_NEW</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-OPEN:CAPS" title="GIMP_ICON_DOCUMENT_OPEN">GIMP_ICON_DOCUMENT_OPEN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-OPEN-RECENT:CAPS" title="GIMP_ICON_DOCUMENT_OPEN_RECENT">GIMP_ICON_DOCUMENT_OPEN_RECENT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-PAGE-SETUP:CAPS" title="GIMP_ICON_DOCUMENT_PAGE_SETUP">GIMP_ICON_DOCUMENT_PAGE_SETUP</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-PRINT:CAPS" title="GIMP_ICON_DOCUMENT_PRINT">GIMP_ICON_DOCUMENT_PRINT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-PRINT-RESOLUTION:CAPS" title="GIMP_ICON_DOCUMENT_PRINT_RESOLUTION">GIMP_ICON_DOCUMENT_PRINT_RESOLUTION</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-PROPERTIES:CAPS" title="GIMP_ICON_DOCUMENT_PROPERTIES">GIMP_ICON_DOCUMENT_PROPERTIES</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-REVERT:CAPS" title="GIMP_ICON_DOCUMENT_REVERT">GIMP_ICON_DOCUMENT_REVERT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-SAVE:CAPS" title="GIMP_ICON_DOCUMENT_SAVE">GIMP_ICON_DOCUMENT_SAVE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-SAVE-AS:CAPS" title="GIMP_ICON_DOCUMENT_SAVE_AS">GIMP_ICON_DOCUMENT_SAVE_AS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DYNAMICS:CAPS" title="GIMP_ICON_DYNAMICS">GIMP_ICON_DYNAMICS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT:CAPS" title="GIMP_ICON_EDIT">GIMP_ICON_EDIT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-CLEAR:CAPS" title="GIMP_ICON_EDIT_CLEAR">GIMP_ICON_EDIT_CLEAR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-COPY:CAPS" title="GIMP_ICON_EDIT_COPY">GIMP_ICON_EDIT_COPY</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-CUT:CAPS" title="GIMP_ICON_EDIT_CUT">GIMP_ICON_EDIT_CUT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-DELETE:CAPS" title="GIMP_ICON_EDIT_DELETE">GIMP_ICON_EDIT_DELETE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-FIND:CAPS" title="GIMP_ICON_EDIT_FIND">GIMP_ICON_EDIT_FIND</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-PASTE:CAPS" title="GIMP_ICON_EDIT_PASTE">GIMP_ICON_EDIT_PASTE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-PASTE-AS-NEW:CAPS" title="GIMP_ICON_EDIT_PASTE_AS_NEW">GIMP_ICON_EDIT_PASTE_AS_NEW</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-PASTE-INTO:CAPS" title="GIMP_ICON_EDIT_PASTE_INTO">GIMP_ICON_EDIT_PASTE_INTO</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-REDO:CAPS" title="GIMP_ICON_EDIT_REDO">GIMP_ICON_EDIT_REDO</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-UNDO:CAPS" title="GIMP_ICON_EDIT_UNDO">GIMP_ICON_EDIT_UNDO</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FILE-MANAGER:CAPS" title="GIMP_ICON_FILE_MANAGER">GIMP_ICON_FILE_MANAGER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FILL-HORIZONTAL:CAPS" title="GIMP_ICON_FILL_HORIZONTAL">GIMP_ICON_FILL_HORIZONTAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FILL-VERTICAL:CAPS" title="GIMP_ICON_FILL_VERTICAL">GIMP_ICON_FILL_VERTICAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FOLDER-NEW:CAPS" title="GIMP_ICON_FOLDER_NEW">GIMP_ICON_FOLDER_NEW</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FONT:CAPS" title="GIMP_ICON_FONT">GIMP_ICON_FONT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-INDENT-LESS:CAPS" title="GIMP_ICON_FORMAT_INDENT_LESS">GIMP_ICON_FORMAT_INDENT_LESS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-INDENT-MORE:CAPS" title="GIMP_ICON_FORMAT_INDENT_MORE">GIMP_ICON_FORMAT_INDENT_MORE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-JUSTIFY-CENTER:CAPS" title="GIMP_ICON_FORMAT_JUSTIFY_CENTER">GIMP_ICON_FORMAT_JUSTIFY_CENTER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-JUSTIFY-FILL:CAPS" title="GIMP_ICON_FORMAT_JUSTIFY_FILL">GIMP_ICON_FORMAT_JUSTIFY_FILL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-JUSTIFY-LEFT:CAPS" title="GIMP_ICON_FORMAT_JUSTIFY_LEFT">GIMP_ICON_FORMAT_JUSTIFY_LEFT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-JUSTIFY-RIGHT:CAPS" title="GIMP_ICON_FORMAT_JUSTIFY_RIGHT">GIMP_ICON_FORMAT_JUSTIFY_RIGHT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-BOLD:CAPS" title="GIMP_ICON_FORMAT_TEXT_BOLD">GIMP_ICON_FORMAT_TEXT_BOLD</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-DIRECTION-LTR:CAPS" title="GIMP_ICON_FORMAT_TEXT_DIRECTION_LTR">GIMP_ICON_FORMAT_TEXT_DIRECTION_LTR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-DIRECTION-RTL:CAPS" title="GIMP_ICON_FORMAT_TEXT_DIRECTION_RTL">GIMP_ICON_FORMAT_TEXT_DIRECTION_RTL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-DIRECTION-TTB-LTR:CAPS" title="GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR">GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-DIRECTION-TTB-LTR-UPRIGHT:CAPS" title="GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR_UPRIGHT">GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR_UPRIGHT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-DIRECTION-TTB-RTL:CAPS" title="GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL">GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-DIRECTION-TTB-RTL-UPRIGHT:CAPS" title="GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL_UPRIGHT">GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL_UPRIGHT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-ITALIC:CAPS" title="GIMP_ICON_FORMAT_TEXT_ITALIC">GIMP_ICON_FORMAT_TEXT_ITALIC</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-SPACING-LETTER:CAPS" title="GIMP_ICON_FORMAT_TEXT_SPACING_LETTER">GIMP_ICON_FORMAT_TEXT_SPACING_LETTER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-SPACING-LINE:CAPS" title="GIMP_ICON_FORMAT_TEXT_SPACING_LINE">GIMP_ICON_FORMAT_TEXT_SPACING_LINE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-STRIKETHROUGH:CAPS" title="GIMP_ICON_FORMAT_TEXT_STRIKETHROUGH">GIMP_ICON_FORMAT_TEXT_STRIKETHROUGH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-UNDERLINE:CAPS" title="GIMP_ICON_FORMAT_TEXT_UNDERLINE">GIMP_ICON_FORMAT_TEXT_UNDERLINE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FRAME:CAPS" title="GIMP_ICON_FRAME">GIMP_ICON_FRAME</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GEGL:CAPS" title="GIMP_ICON_GEGL">GIMP_ICON_GEGL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-BOTTOM:CAPS" title="GIMP_ICON_GO_BOTTOM">GIMP_ICON_GO_BOTTOM</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-DOWN:CAPS" title="GIMP_ICON_GO_DOWN">GIMP_ICON_GO_DOWN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-FIRST:CAPS" title="GIMP_ICON_GO_FIRST">GIMP_ICON_GO_FIRST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-HOME:CAPS" title="GIMP_ICON_GO_HOME">GIMP_ICON_GO_HOME</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-LAST:CAPS" title="GIMP_ICON_GO_LAST">GIMP_ICON_GO_LAST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-NEXT:CAPS" title="GIMP_ICON_GO_NEXT">GIMP_ICON_GO_NEXT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-PREVIOUS:CAPS" title="GIMP_ICON_GO_PREVIOUS">GIMP_ICON_GO_PREVIOUS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-TOP:CAPS" title="GIMP_ICON_GO_TOP">GIMP_ICON_GO_TOP</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-UP:CAPS" title="GIMP_ICON_GO_UP">GIMP_ICON_GO_UP</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT:CAPS" title="GIMP_ICON_GRADIENT">GIMP_ICON_GRADIENT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-BILINEAR:CAPS" title="GIMP_ICON_GRADIENT_BILINEAR">GIMP_ICON_GRADIENT_BILINEAR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-CONICAL-ASYMMETRIC:CAPS" title="GIMP_ICON_GRADIENT_CONICAL_ASYMMETRIC">GIMP_ICON_GRADIENT_CONICAL_ASYMMETRIC</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-CONICAL-SYMMETRIC:CAPS" title="GIMP_ICON_GRADIENT_CONICAL_SYMMETRIC">GIMP_ICON_GRADIENT_CONICAL_SYMMETRIC</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-LINEAR:CAPS" title="GIMP_ICON_GRADIENT_LINEAR">GIMP_ICON_GRADIENT_LINEAR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-RADIAL:CAPS" title="GIMP_ICON_GRADIENT_RADIAL">GIMP_ICON_GRADIENT_RADIAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-SHAPEBURST-ANGULAR:CAPS" title="GIMP_ICON_GRADIENT_SHAPEBURST_ANGULAR">GIMP_ICON_GRADIENT_SHAPEBURST_ANGULAR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-SHAPEBURST-DIMPLED:CAPS" title="GIMP_ICON_GRADIENT_SHAPEBURST_DIMPLED">GIMP_ICON_GRADIENT_SHAPEBURST_DIMPLED</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-SHAPEBURST-SPHERICAL:CAPS" title="GIMP_ICON_GRADIENT_SHAPEBURST_SPHERICAL">GIMP_ICON_GRADIENT_SHAPEBURST_SPHERICAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-SPIRAL-ANTICLOCKWISE:CAPS" title="GIMP_ICON_GRADIENT_SPIRAL_ANTICLOCKWISE">GIMP_ICON_GRADIENT_SPIRAL_ANTICLOCKWISE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-SPIRAL-CLOCKWISE:CAPS" title="GIMP_ICON_GRADIENT_SPIRAL_CLOCKWISE">GIMP_ICON_GRADIENT_SPIRAL_CLOCKWISE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-SQUARE:CAPS" title="GIMP_ICON_GRADIENT_SQUARE">GIMP_ICON_GRADIENT_SQUARE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-EAST:CAPS" title="GIMP_ICON_GRAVITY_EAST">GIMP_ICON_GRAVITY_EAST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-NORTH:CAPS" title="GIMP_ICON_GRAVITY_NORTH">GIMP_ICON_GRAVITY_NORTH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-NORTH-EAST:CAPS" title="GIMP_ICON_GRAVITY_NORTH_EAST">GIMP_ICON_GRAVITY_NORTH_EAST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-NORTH-WEST:CAPS" title="GIMP_ICON_GRAVITY_NORTH_WEST">GIMP_ICON_GRAVITY_NORTH_WEST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-SOUTH:CAPS" title="GIMP_ICON_GRAVITY_SOUTH">GIMP_ICON_GRAVITY_SOUTH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-SOUTH-EAST:CAPS" title="GIMP_ICON_GRAVITY_SOUTH_EAST">GIMP_ICON_GRAVITY_SOUTH_EAST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-SOUTH-WEST:CAPS" title="GIMP_ICON_GRAVITY_SOUTH_WEST">GIMP_ICON_GRAVITY_SOUTH_WEST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-WEST:CAPS" title="GIMP_ICON_GRAVITY_WEST">GIMP_ICON_GRAVITY_WEST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRID:CAPS" title="GIMP_ICON_GRID">GIMP_ICON_GRID</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-HELP:CAPS" title="GIMP_ICON_HELP">GIMP_ICON_HELP</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-HELP-ABOUT:CAPS" title="GIMP_ICON_HELP_ABOUT">GIMP_ICON_HELP_ABOUT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-HELP-USER-MANUAL:CAPS" title="GIMP_ICON_HELP_USER_MANUAL">GIMP_ICON_HELP_USER_MANUAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-HISTOGRAM:CAPS" title="GIMP_ICON_HISTOGRAM">GIMP_ICON_HISTOGRAM</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-HISTOGRAM-LINEAR:CAPS" title="GIMP_ICON_HISTOGRAM_LINEAR">GIMP_ICON_HISTOGRAM_LINEAR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-HISTOGRAM-LOGARITHMIC:CAPS" title="GIMP_ICON_HISTOGRAM_LOGARITHMIC">GIMP_ICON_HISTOGRAM_LOGARITHMIC</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-IMAGE:CAPS" title="GIMP_ICON_IMAGE">GIMP_ICON_IMAGE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-IMAGE-OPEN:CAPS" title="GIMP_ICON_IMAGE_OPEN">GIMP_ICON_IMAGE_OPEN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-IMAGE-RELOAD:CAPS" title="GIMP_ICON_IMAGE_RELOAD">GIMP_ICON_IMAGE_RELOAD</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-INPUT-DEVICE:CAPS" title="GIMP_ICON_INPUT_DEVICE">GIMP_ICON_INPUT_DEVICE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-INVERT:CAPS" title="GIMP_ICON_INVERT">GIMP_ICON_INVERT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-JOIN-BEVEL:CAPS" title="GIMP_ICON_JOIN_BEVEL">GIMP_ICON_JOIN_BEVEL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-JOIN-MITER:CAPS" title="GIMP_ICON_JOIN_MITER">GIMP_ICON_JOIN_MITER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-JOIN-ROUND:CAPS" title="GIMP_ICON_JOIN_ROUND">GIMP_ICON_JOIN_ROUND</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER:CAPS" title="GIMP_ICON_LAYER">GIMP_ICON_LAYER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER-ANCHOR:CAPS" title="GIMP_ICON_LAYER_ANCHOR">GIMP_ICON_LAYER_ANCHOR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER-FLOATING-SELECTION:CAPS" title="GIMP_ICON_LAYER_FLOATING_SELECTION">GIMP_ICON_LAYER_FLOATING_SELECTION</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER-MASK:CAPS" title="GIMP_ICON_LAYER_MASK">GIMP_ICON_LAYER_MASK</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER-MERGE-DOWN:CAPS" title="GIMP_ICON_LAYER_MERGE_DOWN">GIMP_ICON_LAYER_MERGE_DOWN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER-TEXT-LAYER:CAPS" title="GIMP_ICON_LAYER_TEXT_LAYER">GIMP_ICON_LAYER_TEXT_LAYER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER-TO-IMAGESIZE:CAPS" title="GIMP_ICON_LAYER_TO_IMAGESIZE">GIMP_ICON_LAYER_TO_IMAGESIZE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LINKED:CAPS" title="GIMP_ICON_LINKED">GIMP_ICON_LINKED</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LIST:CAPS" title="GIMP_ICON_LIST">GIMP_ICON_LIST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LIST-ADD:CAPS" title="GIMP_ICON_LIST_ADD">GIMP_ICON_LIST_ADD</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LIST-REMOVE:CAPS" title="GIMP_ICON_LIST_REMOVE">GIMP_ICON_LIST_REMOVE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-MARKER:CAPS" title="GIMP_ICON_MARKER">GIMP_ICON_MARKER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-MENU-LEFT:CAPS" title="GIMP_ICON_MENU_LEFT">GIMP_ICON_MENU_LEFT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-MENU-RIGHT:CAPS" title="GIMP_ICON_MENU_RIGHT">GIMP_ICON_MENU_RIGHT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-MYPAINT-BRUSH:CAPS" title="GIMP_ICON_MYPAINT_BRUSH">GIMP_ICON_MYPAINT_BRUSH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-DUPLICATE:CAPS" title="GIMP_ICON_OBJECT_DUPLICATE">GIMP_ICON_OBJECT_DUPLICATE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-FLIP-HORIZONTAL:CAPS" title="GIMP_ICON_OBJECT_FLIP_HORIZONTAL">GIMP_ICON_OBJECT_FLIP_HORIZONTAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-FLIP-VERTICAL:CAPS" title="GIMP_ICON_OBJECT_FLIP_VERTICAL">GIMP_ICON_OBJECT_FLIP_VERTICAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-RESIZE:CAPS" title="GIMP_ICON_OBJECT_RESIZE">GIMP_ICON_OBJECT_RESIZE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-ROTATE-180:CAPS" title="GIMP_ICON_OBJECT_ROTATE_180">GIMP_ICON_OBJECT_ROTATE_180</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-ROTATE-270:CAPS" title="GIMP_ICON_OBJECT_ROTATE_270">GIMP_ICON_OBJECT_ROTATE_270</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-ROTATE-90:CAPS" title="GIMP_ICON_OBJECT_ROTATE_90">GIMP_ICON_OBJECT_ROTATE_90</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-SCALE:CAPS" title="GIMP_ICON_OBJECT_SCALE">GIMP_ICON_OBJECT_SCALE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PALETTE:CAPS" title="GIMP_ICON_PALETTE">GIMP_ICON_PALETTE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PATH:CAPS" title="GIMP_ICON_PATH">GIMP_ICON_PATH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PATH-STROKE:CAPS" title="GIMP_ICON_PATH_STROKE">GIMP_ICON_PATH_STROKE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PATTERN:CAPS" title="GIMP_ICON_PATTERN">GIMP_ICON_PATTERN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-CENTER:CAPS" title="GIMP_ICON_PIVOT_CENTER">GIMP_ICON_PIVOT_CENTER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-EAST:CAPS" title="GIMP_ICON_PIVOT_EAST">GIMP_ICON_PIVOT_EAST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-NORTH:CAPS" title="GIMP_ICON_PIVOT_NORTH">GIMP_ICON_PIVOT_NORTH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-NORTH-EAST:CAPS" title="GIMP_ICON_PIVOT_NORTH_EAST">GIMP_ICON_PIVOT_NORTH_EAST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-NORTH-WEST:CAPS" title="GIMP_ICON_PIVOT_NORTH_WEST">GIMP_ICON_PIVOT_NORTH_WEST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-SOUTH:CAPS" title="GIMP_ICON_PIVOT_SOUTH">GIMP_ICON_PIVOT_SOUTH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-SOUTH-EAST:CAPS" title="GIMP_ICON_PIVOT_SOUTH_EAST">GIMP_ICON_PIVOT_SOUTH_EAST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-SOUTH-WEST:CAPS" title="GIMP_ICON_PIVOT_SOUTH_WEST">GIMP_ICON_PIVOT_SOUTH_WEST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-WEST:CAPS" title="GIMP_ICON_PIVOT_WEST">GIMP_ICON_PIVOT_WEST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PLUGIN:CAPS" title="GIMP_ICON_PLUGIN">GIMP_ICON_PLUGIN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PREFERENCES-SYSTEM:CAPS" title="GIMP_ICON_PREFERENCES_SYSTEM">GIMP_ICON_PREFERENCES_SYSTEM</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PROCESS-STOP:CAPS" title="GIMP_ICON_PROCESS_STOP">GIMP_ICON_PROCESS_STOP</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-QUICK-MASK-OFF:CAPS" title="GIMP_ICON_QUICK_MASK_OFF">GIMP_ICON_QUICK_MASK_OFF</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-QUICK-MASK-ON:CAPS" title="GIMP_ICON_QUICK_MASK_ON">GIMP_ICON_QUICK_MASK_ON</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-RECORD:CAPS" title="GIMP_ICON_RECORD">GIMP_ICON_RECORD</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-RESET:CAPS" title="GIMP_ICON_RESET">GIMP_ICON_RESET</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SAMPLE-POINT:CAPS" title="GIMP_ICON_SAMPLE_POINT">GIMP_ICON_SAMPLE_POINT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION:CAPS" title="GIMP_ICON_SELECTION">GIMP_ICON_SELECTION</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-ADD:CAPS" title="GIMP_ICON_SELECTION_ADD">GIMP_ICON_SELECTION_ADD</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-ALL:CAPS" title="GIMP_ICON_SELECTION_ALL">GIMP_ICON_SELECTION_ALL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-BORDER:CAPS" title="GIMP_ICON_SELECTION_BORDER">GIMP_ICON_SELECTION_BORDER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-GROW:CAPS" title="GIMP_ICON_SELECTION_GROW">GIMP_ICON_SELECTION_GROW</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-INTERSECT:CAPS" title="GIMP_ICON_SELECTION_INTERSECT">GIMP_ICON_SELECTION_INTERSECT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-NONE:CAPS" title="GIMP_ICON_SELECTION_NONE">GIMP_ICON_SELECTION_NONE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-REPLACE:CAPS" title="GIMP_ICON_SELECTION_REPLACE">GIMP_ICON_SELECTION_REPLACE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-SHRINK:CAPS" title="GIMP_ICON_SELECTION_SHRINK">GIMP_ICON_SELECTION_SHRINK</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-STROKE:CAPS" title="GIMP_ICON_SELECTION_STROKE">GIMP_ICON_SELECTION_STROKE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-SUBTRACT:CAPS" title="GIMP_ICON_SELECTION_SUBTRACT">GIMP_ICON_SELECTION_SUBTRACT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-TO-CHANNEL:CAPS" title="GIMP_ICON_SELECTION_TO_CHANNEL">GIMP_ICON_SELECTION_TO_CHANNEL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-TO-PATH:CAPS" title="GIMP_ICON_SELECTION_TO_PATH">GIMP_ICON_SELECTION_TO_PATH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SHAPE-CIRCLE:CAPS" title="GIMP_ICON_SHAPE_CIRCLE">GIMP_ICON_SHAPE_CIRCLE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SHAPE-DIAMOND:CAPS" title="GIMP_ICON_SHAPE_DIAMOND">GIMP_ICON_SHAPE_DIAMOND</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SHAPE-SQUARE:CAPS" title="GIMP_ICON_SHAPE_SQUARE">GIMP_ICON_SHAPE_SQUARE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SHRED:CAPS" title="GIMP_ICON_SHRED">GIMP_ICON_SHRED</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SMARTPHONE:CAPS" title="GIMP_ICON_SMARTPHONE">GIMP_ICON_SMARTPHONE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SYMMETRY:CAPS" title="GIMP_ICON_SYMMETRY">GIMP_ICON_SYMMETRY</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SYSTEM-RUN:CAPS" title="GIMP_ICON_SYSTEM_RUN">GIMP_ICON_SYSTEM_RUN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TEMPLATE:CAPS" title="GIMP_ICON_TEMPLATE">GIMP_ICON_TEMPLATE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TEXTURE:CAPS" title="GIMP_ICON_TEXTURE">GIMP_ICON_TEXTURE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-AIRBRUSH:CAPS" title="GIMP_ICON_TOOL_AIRBRUSH">GIMP_ICON_TOOL_AIRBRUSH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-ALIGN:CAPS" title="GIMP_ICON_TOOL_ALIGN">GIMP_ICON_TOOL_ALIGN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-BLUR:CAPS" title="GIMP_ICON_TOOL_BLUR">GIMP_ICON_TOOL_BLUR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-BRIGHTNESS-CONTRAST:CAPS" title="GIMP_ICON_TOOL_BRIGHTNESS_CONTRAST">GIMP_ICON_TOOL_BRIGHTNESS_CONTRAST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-BUCKET-FILL:CAPS" title="GIMP_ICON_TOOL_BUCKET_FILL">GIMP_ICON_TOOL_BUCKET_FILL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-BY-COLOR-SELECT:CAPS" title="GIMP_ICON_TOOL_BY_COLOR_SELECT">GIMP_ICON_TOOL_BY_COLOR_SELECT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-CAGE:CAPS" title="GIMP_ICON_TOOL_CAGE">GIMP_ICON_TOOL_CAGE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-CLONE:CAPS" title="GIMP_ICON_TOOL_CLONE">GIMP_ICON_TOOL_CLONE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-COLORIZE:CAPS" title="GIMP_ICON_TOOL_COLORIZE">GIMP_ICON_TOOL_COLORIZE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-COLOR-BALANCE:CAPS" title="GIMP_ICON_TOOL_COLOR_BALANCE">GIMP_ICON_TOOL_COLOR_BALANCE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-COLOR-PICKER:CAPS" title="GIMP_ICON_TOOL_COLOR_PICKER">GIMP_ICON_TOOL_COLOR_PICKER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-COLOR-TEMPERATURE:CAPS" title="GIMP_ICON_TOOL_COLOR_TEMPERATURE">GIMP_ICON_TOOL_COLOR_TEMPERATURE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-CROP:CAPS" title="GIMP_ICON_TOOL_CROP">GIMP_ICON_TOOL_CROP</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-CURVES:CAPS" title="GIMP_ICON_TOOL_CURVES">GIMP_ICON_TOOL_CURVES</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-DESATURATE:CAPS" title="GIMP_ICON_TOOL_DESATURATE">GIMP_ICON_TOOL_DESATURATE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-DODGE:CAPS" title="GIMP_ICON_TOOL_DODGE">GIMP_ICON_TOOL_DODGE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-ELLIPSE-SELECT:CAPS" title="GIMP_ICON_TOOL_ELLIPSE_SELECT">GIMP_ICON_TOOL_ELLIPSE_SELECT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-ERASER:CAPS" title="GIMP_ICON_TOOL_ERASER">GIMP_ICON_TOOL_ERASER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-EXPOSURE:CAPS" title="GIMP_ICON_TOOL_EXPOSURE">GIMP_ICON_TOOL_EXPOSURE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-FLIP:CAPS" title="GIMP_ICON_TOOL_FLIP">GIMP_ICON_TOOL_FLIP</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-FOREGROUND-SELECT:CAPS" title="GIMP_ICON_TOOL_FOREGROUND_SELECT">GIMP_ICON_TOOL_FOREGROUND_SELECT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-FREE-SELECT:CAPS" title="GIMP_ICON_TOOL_FREE_SELECT">GIMP_ICON_TOOL_FREE_SELECT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-FUZZY-SELECT:CAPS" title="GIMP_ICON_TOOL_FUZZY_SELECT">GIMP_ICON_TOOL_FUZZY_SELECT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-GRADIENT:CAPS" title="GIMP_ICON_TOOL_GRADIENT">GIMP_ICON_TOOL_GRADIENT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-HANDLE-TRANSFORM:CAPS" title="GIMP_ICON_TOOL_HANDLE_TRANSFORM">GIMP_ICON_TOOL_HANDLE_TRANSFORM</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-HEAL:CAPS" title="GIMP_ICON_TOOL_HEAL">GIMP_ICON_TOOL_HEAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-HUE-SATURATION:CAPS" title="GIMP_ICON_TOOL_HUE_SATURATION">GIMP_ICON_TOOL_HUE_SATURATION</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-INK:CAPS" title="GIMP_ICON_TOOL_INK">GIMP_ICON_TOOL_INK</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-ISCISSORS:CAPS" title="GIMP_ICON_TOOL_ISCISSORS">GIMP_ICON_TOOL_ISCISSORS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-LEVELS:CAPS" title="GIMP_ICON_TOOL_LEVELS">GIMP_ICON_TOOL_LEVELS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-MEASURE:CAPS" title="GIMP_ICON_TOOL_MEASURE">GIMP_ICON_TOOL_MEASURE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-MOVE:CAPS" title="GIMP_ICON_TOOL_MOVE">GIMP_ICON_TOOL_MOVE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-MYPAINT-BRUSH:CAPS" title="GIMP_ICON_TOOL_MYPAINT_BRUSH">GIMP_ICON_TOOL_MYPAINT_BRUSH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-N-POINT-DEFORMATION:CAPS" title="GIMP_ICON_TOOL_N_POINT_DEFORMATION">GIMP_ICON_TOOL_N_POINT_DEFORMATION</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-OFFSET:CAPS" title="GIMP_ICON_TOOL_OFFSET">GIMP_ICON_TOOL_OFFSET</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-PAINTBRUSH:CAPS" title="GIMP_ICON_TOOL_PAINTBRUSH">GIMP_ICON_TOOL_PAINTBRUSH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-PATH:CAPS" title="GIMP_ICON_TOOL_PATH">GIMP_ICON_TOOL_PATH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-PENCIL:CAPS" title="GIMP_ICON_TOOL_PENCIL">GIMP_ICON_TOOL_PENCIL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-PERSPECTIVE:CAPS" title="GIMP_ICON_TOOL_PERSPECTIVE">GIMP_ICON_TOOL_PERSPECTIVE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-PERSPECTIVE-CLONE:CAPS" title="GIMP_ICON_TOOL_PERSPECTIVE_CLONE">GIMP_ICON_TOOL_PERSPECTIVE_CLONE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-POSTERIZE:CAPS" title="GIMP_ICON_TOOL_POSTERIZE">GIMP_ICON_TOOL_POSTERIZE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-PRESET:CAPS" title="GIMP_ICON_TOOL_PRESET">GIMP_ICON_TOOL_PRESET</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-RECT-SELECT:CAPS" title="GIMP_ICON_TOOL_RECT_SELECT">GIMP_ICON_TOOL_RECT_SELECT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-ROTATE:CAPS" title="GIMP_ICON_TOOL_ROTATE">GIMP_ICON_TOOL_ROTATE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-SCALE:CAPS" title="GIMP_ICON_TOOL_SCALE">GIMP_ICON_TOOL_SCALE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-SEAMLESS-CLONE:CAPS" title="GIMP_ICON_TOOL_SEAMLESS_CLONE">GIMP_ICON_TOOL_SEAMLESS_CLONE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-SHADOWS-HIGHLIGHTS:CAPS" title="GIMP_ICON_TOOL_SHADOWS_HIGHLIGHTS">GIMP_ICON_TOOL_SHADOWS_HIGHLIGHTS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-SHEAR:CAPS" title="GIMP_ICON_TOOL_SHEAR">GIMP_ICON_TOOL_SHEAR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-SMUDGE:CAPS" title="GIMP_ICON_TOOL_SMUDGE">GIMP_ICON_TOOL_SMUDGE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-TEXT:CAPS" title="GIMP_ICON_TOOL_TEXT">GIMP_ICON_TOOL_TEXT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-THRESHOLD:CAPS" title="GIMP_ICON_TOOL_THRESHOLD">GIMP_ICON_TOOL_THRESHOLD</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-TRANSFORM-3D:CAPS" title="GIMP_ICON_TOOL_TRANSFORM_3D">GIMP_ICON_TOOL_TRANSFORM_3D</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-UNIFIED-TRANSFORM:CAPS" title="GIMP_ICON_TOOL_UNIFIED_TRANSFORM">GIMP_ICON_TOOL_UNIFIED_TRANSFORM</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-WARP:CAPS" title="GIMP_ICON_TOOL_WARP">GIMP_ICON_TOOL_WARP</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-ZOOM:CAPS" title="GIMP_ICON_TOOL_ZOOM">GIMP_ICON_TOOL_ZOOM</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TRANSFORM-3D-CAMERA:CAPS" title="GIMP_ICON_TRANSFORM_3D_CAMERA">GIMP_ICON_TRANSFORM_3D_CAMERA</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TRANSFORM-3D-MOVE:CAPS" title="GIMP_ICON_TRANSFORM_3D_MOVE">GIMP_ICON_TRANSFORM_3D_MOVE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TRANSFORM-3D-ROTATE:CAPS" title="GIMP_ICON_TRANSFORM_3D_ROTATE">GIMP_ICON_TRANSFORM_3D_ROTATE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TRANSPARENCY:CAPS" title="GIMP_ICON_TRANSPARENCY">GIMP_ICON_TRANSPARENCY</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-VIDEO:CAPS" title="GIMP_ICON_VIDEO">GIMP_ICON_VIDEO</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-VIEW-FULLSCREEN:CAPS" title="GIMP_ICON_VIEW_FULLSCREEN">GIMP_ICON_VIEW_FULLSCREEN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-VIEW-REFRESH:CAPS" title="GIMP_ICON_VIEW_REFRESH">GIMP_ICON_VIEW_REFRESH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-VISIBLE:CAPS" title="GIMP_ICON_VISIBLE">GIMP_ICON_VISIBLE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-WEB:CAPS" title="GIMP_ICON_WEB">GIMP_ICON_WEB</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-WILBER:CAPS" title="GIMP_ICON_WILBER">GIMP_ICON_WILBER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-WILBER-EEK:CAPS" title="GIMP_ICON_WILBER_EEK">GIMP_ICON_WILBER_EEK</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-WINDOW-CLOSE:CAPS" title="GIMP_ICON_WINDOW_CLOSE">GIMP_ICON_WINDOW_CLOSE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-WINDOW-MOVE-TO-SCREEN:CAPS" title="GIMP_ICON_WINDOW_MOVE_TO_SCREEN">GIMP_ICON_WINDOW_MOVE_TO_SCREEN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-WINDOW-NEW:CAPS" title="GIMP_ICON_WINDOW_NEW">GIMP_ICON_WINDOW_NEW</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-ZOOM-FIT-BEST:CAPS" title="GIMP_ICON_ZOOM_FIT_BEST">GIMP_ICON_ZOOM_FIT_BEST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-ZOOM-FOLLOW-WINDOW:CAPS" title="GIMP_ICON_ZOOM_FOLLOW_WINDOW">GIMP_ICON_ZOOM_FOLLOW_WINDOW</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-ZOOM-IN:CAPS" title="GIMP_ICON_ZOOM_IN">GIMP_ICON_ZOOM_IN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-ZOOM-ORIGINAL:CAPS" title="GIMP_ICON_ZOOM_ORIGINAL">GIMP_ICON_ZOOM_ORIGINAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-ZOOM-OUT:CAPS" title="GIMP_ICON_ZOOM_OUT">GIMP_ICON_ZOOM_OUT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#GimpIntComboBox-struct" title="GimpIntComboBox">GimpIntComboBox</a>, struct in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#GimpIntComboBox--ellipsize" title="The “ellipsize” property">GimpIntComboBox:ellipsize</a>, object property in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#GimpIntComboBox--label" title="The “label” property">GimpIntComboBox:label</a>, object property in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#GimpIntComboBox--layout" title="The “layout” property">GimpIntComboBox:layout</a>, object property in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#GimpIntComboBoxLayout" title="enum GimpIntComboBoxLayout">GimpIntComboBoxLayout</a>, enum in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#GimpIntOptionMenuSensitivityCallback" title="GimpIntOptionMenuSensitivityCallback ()">GimpIntOptionMenuSensitivityCallback</a>, user_function in <a class="link" href="libgimpwidgets-GimpOldWidgets.html" title="GimpOldWidgets">GimpOldWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#GimpIntSensitivityFunc" title="GimpIntSensitivityFunc ()">GimpIntSensitivityFunc</a>, user_function in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntStore.html#GimpIntStore-struct" title="GimpIntStore">GimpIntStore</a>, struct in <a class="link" href="GimpIntStore.html" title="GimpIntStore">GimpIntStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntStore.html#GimpIntStore--user-data-type" title="The “user-data-type” property">GimpIntStore:user-data-type</a>, object property in <a class="link" href="GimpIntStore.html" title="GimpIntStore">GimpIntStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntStore.html#GimpIntStoreColumns" title="enum GimpIntStoreColumns">GimpIntStoreColumns</a>, enum in <a class="link" href="GimpIntStore.html" title="GimpIntStore">GimpIntStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-int-adjustment-update" title="gimp_int_adjustment_update ()">gimp_int_adjustment_update</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-append" title="gimp_int_combo_box_append ()">gimp_int_combo_box_append</a>, function in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-connect" title="gimp_int_combo_box_connect ()">gimp_int_combo_box_connect</a>, function in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-get-active" title="gimp_int_combo_box_get_active ()">gimp_int_combo_box_get_active</a>, function in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-get-active-user-data" title="gimp_int_combo_box_get_active_user_data ()">gimp_int_combo_box_get_active_user_data</a>, function in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-get-label" title="gimp_int_combo_box_get_label ()">gimp_int_combo_box_get_label</a>, function in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-get-layout" title="gimp_int_combo_box_get_layout ()">gimp_int_combo_box_get_layout</a>, function in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-new" title="gimp_int_combo_box_new ()">gimp_int_combo_box_new</a>, function in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-new-array" title="gimp_int_combo_box_new_array ()">gimp_int_combo_box_new_array</a>, function in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-new-valist" title="gimp_int_combo_box_new_valist ()">gimp_int_combo_box_new_valist</a>, function in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-prepend" title="gimp_int_combo_box_prepend ()">gimp_int_combo_box_prepend</a>, function in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-set-active" title="gimp_int_combo_box_set_active ()">gimp_int_combo_box_set_active</a>, function in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-set-active-by-user-data" title="gimp_int_combo_box_set_active_by_user_data ()">gimp_int_combo_box_set_active_by_user_data</a>, function in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-set-label" title="gimp_int_combo_box_set_label ()">gimp_int_combo_box_set_label</a>, function in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-set-layout" title="gimp_int_combo_box_set_layout ()">gimp_int_combo_box_set_layout</a>, function in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-set-sensitivity" title="gimp_int_combo_box_set_sensitivity ()">gimp_int_combo_box_set_sensitivity</a>, function in <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-int-option-menu-new" title="gimp_int_option_menu_new ()">gimp_int_option_menu_new</a>, function in <a class="link" href="libgimpwidgets-GimpOldWidgets.html" title="GimpOldWidgets">GimpOldWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-int-option-menu-set-history" title="gimp_int_option_menu_set_history ()">gimp_int_option_menu_set_history</a>, function in <a class="link" href="libgimpwidgets-GimpOldWidgets.html" title="GimpOldWidgets">GimpOldWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-int-option-menu-set-sensitive" title="gimp_int_option_menu_set_sensitive ()">gimp_int_option_menu_set_sensitive</a>, function in <a class="link" href="libgimpwidgets-GimpOldWidgets.html" title="GimpOldWidgets">GimpOldWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-int-radio-group-new" title="gimp_int_radio_group_new ()">gimp_int_radio_group_new</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-int-radio-group-set-active" title="gimp_int_radio_group_set_active ()">gimp_int_radio_group_set_active</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntStore.html#gimp-int-store-lookup-by-user-data" title="gimp_int_store_lookup_by_user_data ()">gimp_int_store_lookup_by_user_data</a>, function in <a class="link" href="GimpIntStore.html" title="GimpIntStore">GimpIntStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntStore.html#gimp-int-store-lookup-by-value" title="gimp_int_store_lookup_by_value ()">gimp_int_store_lookup_by_value</a>, function in <a class="link" href="GimpIntStore.html" title="GimpIntStore">GimpIntStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpIntStore.html#gimp-int-store-new" title="gimp_int_store_new ()">gimp_int_store_new</a>, function in <a class="link" href="GimpIntStore.html" title="GimpIntStore">GimpIntStore</a> +</dt> +<dd></dd> +<a name="idxL"></a><h3 class="title">L</h3> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgetsUtils.html#gimp-label-set-attributes" title="gimp_label_set_attributes ()">gimp_label_set_attributes</a>, function in <a class="link" href="libgimpwidgets-GimpWidgetsUtils.html" title="GimpWidgetsUtils">GimpWidgetsUtils</a> +</dt> +<dd></dd> +<a name="idxM"></a><h3 class="title">M</h3> +<dt> +<a class="link" href="GimpMemsizeEntry.html#GimpMemsizeEntry-struct" title="GimpMemsizeEntry">GimpMemsizeEntry</a>, struct in <a class="link" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry">GimpMemsizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpMemsizeEntry.html#GimpMemsizeEntry-value-changed" title="The “value-changed” signal">GimpMemsizeEntry::value-changed</a>, object signal in <a class="link" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry">GimpMemsizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpMemsizeEntry.html#gimp-memsize-entry-get-value" title="gimp_memsize_entry_get_value ()">gimp_memsize_entry_get_value</a>, function in <a class="link" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry">GimpMemsizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpMemsizeEntry.html#gimp-memsize-entry-new" title="gimp_memsize_entry_new ()">gimp_memsize_entry_new</a>, function in <a class="link" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry">GimpMemsizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpMemsizeEntry.html#gimp-memsize-entry-set-value" title="gimp_memsize_entry_set_value ()">gimp_memsize_entry_set_value</a>, function in <a class="link" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry">GimpMemsizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-menu-item-update" title="gimp_menu_item_update ()">gimp_menu_item_update</a>, function in <a class="link" href="libgimpwidgets-GimpOldWidgets.html" title="GimpOldWidgets">GimpOldWidgets</a> +</dt> +<dd></dd> +<a name="idxN"></a><h3 class="title">N</h3> +<dt> +<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry-struct" title="GimpNumberPairEntry">GimpNumberPairEntry</a>, struct in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry-numbers-changed" title="The “numbers-changed” signal">GimpNumberPairEntry::numbers-changed</a>, object signal in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry-ratio-changed" title="The “ratio-changed” signal">GimpNumberPairEntry::ratio-changed</a>, object signal in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--allow-simplification" title="The “allow-simplification” property">GimpNumberPairEntry:allow-simplification</a>, object property in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--aspect" title="The “aspect” property">GimpNumberPairEntry:aspect</a>, object property in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--default-left-number" title="The “default-left-number” property">GimpNumberPairEntry:default-left-number</a>, object property in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--default-right-number" title="The “default-right-number” property">GimpNumberPairEntry:default-right-number</a>, object property in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--default-text" title="The “default-text” property">GimpNumberPairEntry:default-text</a>, object property in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--left-number" title="The “left-number” property">GimpNumberPairEntry:left-number</a>, object property in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--max-valid-value" title="The “max-valid-value” property">GimpNumberPairEntry:max-valid-value</a>, object property in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--min-valid-value" title="The “min-valid-value” property">GimpNumberPairEntry:min-valid-value</a>, object property in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--ratio" title="The “ratio” property">GimpNumberPairEntry:ratio</a>, object property in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--right-number" title="The “right-number” property">GimpNumberPairEntry:right-number</a>, object property in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--separators" title="The “separators” property">GimpNumberPairEntry:separators</a>, object property in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--user-override" title="The “user-override” property">GimpNumberPairEntry:user-override</a>, object property in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-get-aspect" title="gimp_number_pair_entry_get_aspect ()">gimp_number_pair_entry_get_aspect</a>, function in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-get-default-text" title="gimp_number_pair_entry_get_default_text ()">gimp_number_pair_entry_get_default_text</a>, function in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-get-default-values" title="gimp_number_pair_entry_get_default_values ()">gimp_number_pair_entry_get_default_values</a>, function in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-get-ratio" title="gimp_number_pair_entry_get_ratio ()">gimp_number_pair_entry_get_ratio</a>, function in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-get-user-override" title="gimp_number_pair_entry_get_user_override ()">gimp_number_pair_entry_get_user_override</a>, function in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-get-values" title="gimp_number_pair_entry_get_values ()">gimp_number_pair_entry_get_values</a>, function in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-new" title="gimp_number_pair_entry_new ()">gimp_number_pair_entry_new</a>, function in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-set-aspect" title="gimp_number_pair_entry_set_aspect ()">gimp_number_pair_entry_set_aspect</a>, function in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-set-default-text" title="gimp_number_pair_entry_set_default_text ()">gimp_number_pair_entry_set_default_text</a>, function in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-set-default-values" title="gimp_number_pair_entry_set_default_values ()">gimp_number_pair_entry_set_default_values</a>, function in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-set-ratio" title="gimp_number_pair_entry_set_ratio ()">gimp_number_pair_entry_set_ratio</a>, function in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-set-user-override" title="gimp_number_pair_entry_set_user_override ()">gimp_number_pair_entry_set_user_override</a>, function in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-set-values" title="gimp_number_pair_entry_set_values ()">gimp_number_pair_entry_set_values</a>, function in <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> +</dt> +<dd></dd> +<a name="idxO"></a><h3 class="title">O</h3> +<dt> +<a class="link" href="GimpOffsetArea.html#GimpOffsetArea-struct" title="GimpOffsetArea">GimpOffsetArea</a>, struct in <a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpOffsetArea.html#GimpOffsetArea-offsets-changed" title="The “offsets-changed” signal">GimpOffsetArea::offsets-changed</a>, object signal in <a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpOffsetArea.html#gimp-offset-area-new" title="gimp_offset_area_new ()">gimp_offset_area_new</a>, function in <a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpOffsetArea.html#gimp-offset-area-set-offsets" title="gimp_offset_area_set_offsets ()">gimp_offset_area_set_offsets</a>, function in <a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpOffsetArea.html#gimp-offset-area-set-pixbuf" title="gimp_offset_area_set_pixbuf ()">gimp_offset_area_set_pixbuf</a>, function in <a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpOffsetArea.html#gimp-offset-area-set-size" title="gimp_offset_area_set_size ()">gimp_offset_area_set_size</a>, function in <a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#GimpOptionMenuSensitivityCallback" title="GimpOptionMenuSensitivityCallback ()">GimpOptionMenuSensitivityCallback</a>, user_function in <a class="link" href="libgimpwidgets-GimpOldWidgets.html" title="GimpOldWidgets">GimpOldWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-new" title="gimp_option_menu_new ()">gimp_option_menu_new</a>, function in <a class="link" href="libgimpwidgets-GimpOldWidgets.html" title="GimpOldWidgets">GimpOldWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-new2" title="gimp_option_menu_new2 ()">gimp_option_menu_new2</a>, function in <a class="link" href="libgimpwidgets-GimpOldWidgets.html" title="GimpOldWidgets">GimpOldWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-set-history" title="gimp_option_menu_set_history ()">gimp_option_menu_set_history</a>, function in <a class="link" href="libgimpwidgets-GimpOldWidgets.html" title="GimpOldWidgets">GimpOldWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-set-sensitive" title="gimp_option_menu_set_sensitive ()">gimp_option_menu_set_sensitive</a>, function in <a class="link" href="libgimpwidgets-GimpOldWidgets.html" title="GimpOldWidgets">GimpOldWidgets</a> +</dt> +<dd></dd> +<a name="idxP"></a><h3 class="title">P</h3> +<dt> +<a class="link" href="GimpPageSelector.html#GimpPageSelector-struct" title="GimpPageSelector">GimpPageSelector</a>, struct in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#GimpPageSelector-activate" title="The “activate” signal">GimpPageSelector::activate</a>, object signal in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#GimpPageSelector-selection-changed" title="The “selection-changed” signal">GimpPageSelector::selection-changed</a>, object signal in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#GimpPageSelector--n-pages" title="The “n-pages” property">GimpPageSelector:n-pages</a>, object property in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#GimpPageSelector--target" title="The “target” property">GimpPageSelector:target</a>, object property in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#GimpPageSelectorTarget" title="enum GimpPageSelectorTarget">GimpPageSelectorTarget</a>, enum in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-get-n-pages" title="gimp_page_selector_get_n_pages ()">gimp_page_selector_get_n_pages</a>, function in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-get-page-label" title="gimp_page_selector_get_page_label ()">gimp_page_selector_get_page_label</a>, function in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-get-page-thumbnail" title="gimp_page_selector_get_page_thumbnail ()">gimp_page_selector_get_page_thumbnail</a>, function in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-get-selected-pages" title="gimp_page_selector_get_selected_pages ()">gimp_page_selector_get_selected_pages</a>, function in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-get-selected-range" title="gimp_page_selector_get_selected_range ()">gimp_page_selector_get_selected_range</a>, function in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-get-target" title="gimp_page_selector_get_target ()">gimp_page_selector_get_target</a>, function in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-new" title="gimp_page_selector_new ()">gimp_page_selector_new</a>, function in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-page-is-selected" title="gimp_page_selector_page_is_selected ()">gimp_page_selector_page_is_selected</a>, function in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-select-all" title="gimp_page_selector_select_all ()">gimp_page_selector_select_all</a>, function in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-select-page" title="gimp_page_selector_select_page ()">gimp_page_selector_select_page</a>, function in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-select-range" title="gimp_page_selector_select_range ()">gimp_page_selector_select_range</a>, function in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-set-n-pages" title="gimp_page_selector_set_n_pages ()">gimp_page_selector_set_n_pages</a>, function in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-set-page-label" title="gimp_page_selector_set_page_label ()">gimp_page_selector_set_page_label</a>, function in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-set-page-thumbnail" title="gimp_page_selector_set_page_thumbnail ()">gimp_page_selector_set_page_thumbnail</a>, function in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-set-target" title="gimp_page_selector_set_target ()">gimp_page_selector_set_target</a>, function in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-unselect-all" title="gimp_page_selector_unselect_all ()">gimp_page_selector_unselect_all</a>, function in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPageSelector.html#gimp-page-selector-unselect-page" title="gimp_page_selector_unselect_page ()">gimp_page_selector_unselect_page</a>, function in <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPathEditor.html#GimpPathEditor-struct" title="GimpPathEditor">GimpPathEditor</a>, struct in <a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPathEditor.html#GimpPathEditor-path-changed" title="The “path-changed” signal">GimpPathEditor::path-changed</a>, object signal in <a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPathEditor.html#GimpPathEditor-writable-changed" title="The “writable-changed” signal">GimpPathEditor::writable-changed</a>, object signal in <a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPathEditor.html#gimp-path-editor-get-dir-writable" title="gimp_path_editor_get_dir_writable ()">gimp_path_editor_get_dir_writable</a>, function in <a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPathEditor.html#gimp-path-editor-get-path" title="gimp_path_editor_get_path ()">gimp_path_editor_get_path</a>, function in <a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPathEditor.html#gimp-path-editor-get-writable-path" title="gimp_path_editor_get_writable_path ()">gimp_path_editor_get_writable_path</a>, function in <a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPathEditor.html#gimp-path-editor-new" title="gimp_path_editor_new ()">gimp_path_editor_new</a>, function in <a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPathEditor.html#gimp-path-editor-set-dir-writable" title="gimp_path_editor_set_dir_writable ()">gimp_path_editor_set_dir_writable</a>, function in <a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPathEditor.html#gimp-path-editor-set-path" title="gimp_path_editor_set_path ()">gimp_path_editor_set_path</a>, function in <a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPathEditor.html#gimp-path-editor-set-writable-path" title="gimp_path_editor_set_writable_path ()">gimp_path_editor_set_writable_path</a>, function in <a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPickButton.html#GimpPickButton-struct" title="GimpPickButton">GimpPickButton</a>, struct in <a class="link" href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPickButton.html#GimpPickButton-color-picked" title="The “color-picked” signal">GimpPickButton::color-picked</a>, object signal in <a class="link" href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPickButton.html#gimp-pick-button-new" title="gimp_pick_button_new ()">gimp_pick_button_new</a>, function in <a class="link" href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPixmap.html#GimpPixmap-struct" title="GimpPixmap">GimpPixmap</a>, struct in <a class="link" href="GimpPixmap.html" title="GimpPixmap">GimpPixmap</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-pixmap-button-new" title="gimp_pixmap_button_new ()">gimp_pixmap_button_new</a>, function in <a class="link" href="libgimpwidgets-GimpOldWidgets.html" title="GimpOldWidgets">GimpOldWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPixmap.html#gimp-pixmap-new" title="gimp_pixmap_new ()">gimp_pixmap_new</a>, function in <a class="link" href="GimpPixmap.html" title="GimpPixmap">GimpPixmap</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPixmap.html#gimp-pixmap-set" title="gimp_pixmap_set ()">gimp_pixmap_set</a>, function in <a class="link" href="GimpPixmap.html" title="GimpPixmap">GimpPixmap</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreview.html#GimpPreview-struct" title="GimpPreview">GimpPreview</a>, struct in <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreview.html#GimpPreview-invalidated" title="The “invalidated” signal">GimpPreview::invalidated</a>, object signal in <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreview.html#GimpPreview--s-size" title="The “size” style property">GimpPreview:size</a>, object property in <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreview.html#GimpPreview--update" title="The “update” property">GimpPreview:update</a>, object property in <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreviewArea.html#GimpPreviewArea-struct" title="GimpPreviewArea">GimpPreviewArea</a>, struct in <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreviewArea.html#GimpPreviewArea--check-size" title="The “check-size” property">GimpPreviewArea:check-size</a>, object property in <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreviewArea.html#GimpPreviewArea--check-type" title="The “check-type” property">GimpPreviewArea:check-type</a>, object property in <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-blend" title="gimp_preview_area_blend ()">gimp_preview_area_blend</a>, function in <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-draw" title="gimp_preview_area_draw ()">gimp_preview_area_draw</a>, function in <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-fill" title="gimp_preview_area_fill ()">gimp_preview_area_fill</a>, function in <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-mask" title="gimp_preview_area_mask ()">gimp_preview_area_mask</a>, function in <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-menu-popup" title="gimp_preview_area_menu_popup ()">gimp_preview_area_menu_popup</a>, function in <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-new" title="gimp_preview_area_new ()">gimp_preview_area_new</a>, function in <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-set-colormap" title="gimp_preview_area_set_colormap ()">gimp_preview_area_set_colormap</a>, function in <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-set-color-config" title="gimp_preview_area_set_color_config ()">gimp_preview_area_set_color_config</a>, function in <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-set-max-size" title="gimp_preview_area_set_max_size ()">gimp_preview_area_set_max_size</a>, function in <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreviewArea.html#gimp-preview-area-set-offsets" title="gimp_preview_area_set_offsets ()">gimp_preview_area_set_offsets</a>, function in <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreview.html#gimp-preview-draw" title="gimp_preview_draw ()">gimp_preview_draw</a>, function in <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreview.html#gimp-preview-draw-buffer" title="gimp_preview_draw_buffer ()">gimp_preview_draw_buffer</a>, function in <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreview.html#gimp-preview-get-area" title="gimp_preview_get_area ()">gimp_preview_get_area</a>, function in <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreview.html#gimp-preview-get-controls" title="gimp_preview_get_controls ()">gimp_preview_get_controls</a>, function in <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreview.html#gimp-preview-get-position" title="gimp_preview_get_position ()">gimp_preview_get_position</a>, function in <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreview.html#gimp-preview-get-size" title="gimp_preview_get_size ()">gimp_preview_get_size</a>, function in <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreview.html#gimp-preview-get-update" title="gimp_preview_get_update ()">gimp_preview_get_update</a>, function in <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreview.html#gimp-preview-invalidate" title="gimp_preview_invalidate ()">gimp_preview_invalidate</a>, function in <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreview.html#gimp-preview-set-bounds" title="gimp_preview_set_bounds ()">gimp_preview_set_bounds</a>, function in <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreview.html#gimp-preview-set-default-cursor" title="gimp_preview_set_default_cursor ()">gimp_preview_set_default_cursor</a>, function in <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreview.html#gimp-preview-set-update" title="gimp_preview_set_update ()">gimp_preview_set_update</a>, function in <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreview.html#gimp-preview-transform" title="gimp_preview_transform ()">gimp_preview_transform</a>, function in <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpPreview.html#gimp-preview-untransform" title="gimp_preview_untransform ()">gimp_preview_untransform</a>, function in <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-combo-box-new" title="gimp_prop_boolean_combo_box_new ()">gimp_prop_boolean_combo_box_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-radio-frame-new" title="gimp_prop_boolean_radio_frame_new ()">gimp_prop_boolean_radio_frame_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-check-button-new" title="gimp_prop_check_button_new ()">gimp_prop_check_button_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-color-area-new" title="gimp_prop_color_area_new ()">gimp_prop_color_area_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-connect" title="gimp_prop_coordinates_connect ()">gimp_prop_coordinates_connect</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-new" title="gimp_prop_coordinates_new ()">gimp_prop_coordinates_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-entry-new" title="gimp_prop_entry_new ()">gimp_prop_entry_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-check-button-new" title="gimp_prop_enum_check_button_new ()">gimp_prop_enum_check_button_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-combo-box-new" title="gimp_prop_enum_combo_box_new ()">gimp_prop_enum_combo_box_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-icon-box-new" title="gimp_prop_enum_icon_box_new ()">gimp_prop_enum_icon_box_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-label-new" title="gimp_prop_enum_label_new ()">gimp_prop_enum_label_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-box-new" title="gimp_prop_enum_radio_box_new ()">gimp_prop_enum_radio_box_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-frame-new" title="gimp_prop_enum_radio_frame_new ()">gimp_prop_enum_radio_frame_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-stock-box-new" title="gimp_prop_enum_stock_box_new ()">gimp_prop_enum_stock_box_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-expander-new" title="gimp_prop_expander_new ()">gimp_prop_expander_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-file-chooser-button-new" title="gimp_prop_file_chooser_button_new ()">gimp_prop_file_chooser_button_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-file-chooser-button-new-with-dialog" title="gimp_prop_file_chooser_button_new_with_dialog ()">gimp_prop_file_chooser_button_new_with_dialog</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-hscale-new" title="gimp_prop_hscale_new ()">gimp_prop_hscale_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-icon-image-new" title="gimp_prop_icon_image_new ()">gimp_prop_icon_image_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-int-combo-box-new" title="gimp_prop_int_combo_box_new ()">gimp_prop_int_combo_box_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-label-new" title="gimp_prop_label_new ()">gimp_prop_label_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-memsize-entry-new" title="gimp_prop_memsize_entry_new ()">gimp_prop_memsize_entry_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-opacity-entry-new" title="gimp_prop_opacity_entry_new ()">gimp_prop_opacity_entry_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-path-editor-new" title="gimp_prop_path_editor_new ()">gimp_prop_path_editor_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-pointer-combo-box-new" title="gimp_prop_pointer_combo_box_new ()">gimp_prop_pointer_combo_box_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-scale-entry-new" title="gimp_prop_scale_entry_new ()">gimp_prop_scale_entry_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-size-entry-new" title="gimp_prop_size_entry_new ()">gimp_prop_size_entry_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-spin-button-new" title="gimp_prop_spin_button_new ()">gimp_prop_spin_button_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-stock-image-new" title="gimp_prop_stock_image_new ()">gimp_prop_stock_image_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-string-combo-box-new" title="gimp_prop_string_combo_box_new ()">gimp_prop_string_combo_box_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-text-buffer-new" title="gimp_prop_text_buffer_new ()">gimp_prop_text_buffer_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-unit-combo-box-new" title="gimp_prop_unit_combo_box_new ()">gimp_prop_unit_combo_box_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-unit-menu-new" title="gimp_prop_unit_menu_new ()">gimp_prop_unit_menu_new</a>, function in <a class="link" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">GimpPropWidgets</a> +</dt> +<dd></dd> +<a name="idxQ"></a><h3 class="title">Q</h3> +<dt> +<a class="link" href="libgimpwidgets-GimpQueryBox.html#GimpQueryBooleanCallback" title="GimpQueryBooleanCallback ()">GimpQueryBooleanCallback</a>, user_function in <a class="link" href="libgimpwidgets-GimpQueryBox.html" title="GimpQueryBox">GimpQueryBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpQueryBox.html#GimpQueryDoubleCallback" title="GimpQueryDoubleCallback ()">GimpQueryDoubleCallback</a>, user_function in <a class="link" href="libgimpwidgets-GimpQueryBox.html" title="GimpQueryBox">GimpQueryBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpQueryBox.html#GimpQueryIntCallback" title="GimpQueryIntCallback ()">GimpQueryIntCallback</a>, user_function in <a class="link" href="libgimpwidgets-GimpQueryBox.html" title="GimpQueryBox">GimpQueryBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpQueryBox.html#GimpQuerySizeCallback" title="GimpQuerySizeCallback ()">GimpQuerySizeCallback</a>, user_function in <a class="link" href="libgimpwidgets-GimpQueryBox.html" title="GimpQueryBox">GimpQueryBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpQueryBox.html#GimpQueryStringCallback" title="GimpQueryStringCallback ()">GimpQueryStringCallback</a>, user_function in <a class="link" href="libgimpwidgets-GimpQueryBox.html" title="GimpQueryBox">GimpQueryBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpQueryBox.html#gimp-query-boolean-box" title="gimp_query_boolean_box ()">gimp_query_boolean_box</a>, function in <a class="link" href="libgimpwidgets-GimpQueryBox.html" title="GimpQueryBox">GimpQueryBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpQueryBox.html#GIMP-QUERY-BOX-VBOX:CAPS" title="GIMP_QUERY_BOX_VBOX()">GIMP_QUERY_BOX_VBOX</a>, macro in <a class="link" href="libgimpwidgets-GimpQueryBox.html" title="GimpQueryBox">GimpQueryBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpQueryBox.html#gimp-query-double-box" title="gimp_query_double_box ()">gimp_query_double_box</a>, function in <a class="link" href="libgimpwidgets-GimpQueryBox.html" title="GimpQueryBox">GimpQueryBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpQueryBox.html#gimp-query-int-box" title="gimp_query_int_box ()">gimp_query_int_box</a>, function in <a class="link" href="libgimpwidgets-GimpQueryBox.html" title="GimpQueryBox">GimpQueryBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpQueryBox.html#gimp-query-size-box" title="gimp_query_size_box ()">gimp_query_size_box</a>, function in <a class="link" href="libgimpwidgets-GimpQueryBox.html" title="GimpQueryBox">GimpQueryBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpQueryBox.html#gimp-query-string-box" title="gimp_query_string_box ()">gimp_query_string_box</a>, function in <a class="link" href="libgimpwidgets-GimpQueryBox.html" title="GimpQueryBox">GimpQueryBox</a> +</dt> +<dd></dd> +<a name="idxR"></a><h3 class="title">R</h3> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-button-update" title="gimp_radio_button_update ()">gimp_radio_button_update</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new" title="gimp_radio_group_new ()">gimp_radio_group_new</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new2" title="gimp_radio_group_new2 ()">gimp_radio_group_new2</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-set-active" title="gimp_radio_group_set_active ()">gimp_radio_group_set_active</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-random-seed-new" title="gimp_random_seed_new ()">gimp_random_seed_new</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-SPINBUTTON:CAPS" title="GIMP_RANDOM_SEED_SPINBUTTON()">GIMP_RANDOM_SEED_SPINBUTTON</a>, macro in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-SPINBUTTON-ADJ:CAPS" title="GIMP_RANDOM_SEED_SPINBUTTON_ADJ()">GIMP_RANDOM_SEED_SPINBUTTON_ADJ</a>, macro in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-TOGGLE:CAPS" title="GIMP_RANDOM_SEED_TOGGLE()">GIMP_RANDOM_SEED_TOGGLE</a>, macro in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpRuler.html#GimpRuler-struct" title="GimpRuler">GimpRuler</a>, struct in <a class="link" href="GimpRuler.html" title="GimpRuler">GimpRuler</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpRuler.html#GimpRuler--s-font-scale" title="The “font-scale” style property">GimpRuler:font-scale</a>, object property in <a class="link" href="GimpRuler.html" title="GimpRuler">GimpRuler</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpRuler.html#GimpRuler--lower" title="The “lower” property">GimpRuler:lower</a>, object property in <a class="link" href="GimpRuler.html" title="GimpRuler">GimpRuler</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpRuler.html#GimpRuler--max-size" title="The “max-size” property">GimpRuler:max-size</a>, object property in <a class="link" href="GimpRuler.html" title="GimpRuler">GimpRuler</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpRuler.html#GimpRuler--orientation" title="The “orientation” property">GimpRuler:orientation</a>, object property in <a class="link" href="GimpRuler.html" title="GimpRuler">GimpRuler</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpRuler.html#GimpRuler--position" title="The “position” property">GimpRuler:position</a>, object property in <a class="link" href="GimpRuler.html" title="GimpRuler">GimpRuler</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpRuler.html#GimpRuler--unit" title="The “unit” property">GimpRuler:unit</a>, object property in <a class="link" href="GimpRuler.html" title="GimpRuler">GimpRuler</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpRuler.html#GimpRuler--upper" title="The “upper” property">GimpRuler:upper</a>, object property in <a class="link" href="GimpRuler.html" title="GimpRuler">GimpRuler</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpRuler.html#gimp-ruler-add-track-widget" title="gimp_ruler_add_track_widget ()">gimp_ruler_add_track_widget</a>, function in <a class="link" href="GimpRuler.html" title="GimpRuler">GimpRuler</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpRuler.html#gimp-ruler-get-position" title="gimp_ruler_get_position ()">gimp_ruler_get_position</a>, function in <a class="link" href="GimpRuler.html" title="GimpRuler">GimpRuler</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpRuler.html#gimp-ruler-get-range" title="gimp_ruler_get_range ()">gimp_ruler_get_range</a>, function in <a class="link" href="GimpRuler.html" title="GimpRuler">GimpRuler</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpRuler.html#gimp-ruler-get-unit" title="gimp_ruler_get_unit ()">gimp_ruler_get_unit</a>, function in <a class="link" href="GimpRuler.html" title="GimpRuler">GimpRuler</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpRuler.html#gimp-ruler-new" title="gimp_ruler_new ()">gimp_ruler_new</a>, function in <a class="link" href="GimpRuler.html" title="GimpRuler">GimpRuler</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpRuler.html#gimp-ruler-remove-track-widget" title="gimp_ruler_remove_track_widget ()">gimp_ruler_remove_track_widget</a>, function in <a class="link" href="GimpRuler.html" title="GimpRuler">GimpRuler</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpRuler.html#gimp-ruler-set-position" title="gimp_ruler_set_position ()">gimp_ruler_set_position</a>, function in <a class="link" href="GimpRuler.html" title="GimpRuler">GimpRuler</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpRuler.html#gimp-ruler-set-range" title="gimp_ruler_set_range ()">gimp_ruler_set_range</a>, function in <a class="link" href="GimpRuler.html" title="GimpRuler">GimpRuler</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpRuler.html#gimp-ruler-set-unit" title="gimp_ruler_set_unit ()">gimp_ruler_set_unit</a>, function in <a class="link" href="GimpRuler.html" title="GimpRuler">GimpRuler</a> +</dt> +<dd></dd> +<a name="idxS"></a><h3 class="title">S</h3> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-get-logarithmic" title="gimp_scale_entry_get_logarithmic ()">gimp_scale_entry_get_logarithmic</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-LABEL:CAPS" title="GIMP_SCALE_ENTRY_LABEL()">GIMP_SCALE_ENTRY_LABEL</a>, macro in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()">gimp_scale_entry_new</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SCALE:CAPS" title="GIMP_SCALE_ENTRY_SCALE()">GIMP_SCALE_ENTRY_SCALE</a>, macro in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SCALE-ADJ:CAPS" title="GIMP_SCALE_ENTRY_SCALE_ADJ()">GIMP_SCALE_ENTRY_SCALE_ADJ</a>, macro in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-set-logarithmic" title="gimp_scale_entry_set_logarithmic ()">gimp_scale_entry_set_logarithmic</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-set-sensitive" title="gimp_scale_entry_set_sensitive ()">gimp_scale_entry_set_sensitive</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SPINBUTTON:CAPS" title="GIMP_SCALE_ENTRY_SPINBUTTON()">GIMP_SCALE_ENTRY_SPINBUTTON</a>, macro in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SPINBUTTON-ADJ:CAPS" title="GIMP_SCALE_ENTRY_SPINBUTTON_ADJ()">GIMP_SCALE_ENTRY_SPINBUTTON_ADJ</a>, macro in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgetsUtils.html#gimp-screen-get-color-profile" title="gimp_screen_get_color_profile ()">gimp_screen_get_color_profile</a>, function in <a class="link" href="libgimpwidgets-GimpWidgetsUtils.html" title="GimpWidgetsUtils">GimpWidgetsUtils</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpScrolledPreview.html#GimpScrolledPreview-struct" title="GimpScrolledPreview">GimpScrolledPreview</a>, struct in <a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpScrolledPreview.html#gimp-scrolled-preview-freeze" title="gimp_scrolled_preview_freeze ()">gimp_scrolled_preview_freeze</a>, function in <a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpScrolledPreview.html#gimp-scrolled-preview-set-policy" title="gimp_scrolled_preview_set_policy ()">gimp_scrolled_preview_set_policy</a>, function in <a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpScrolledPreview.html#gimp-scrolled-preview-set-position" title="gimp_scrolled_preview_set_position ()">gimp_scrolled_preview_set_position</a>, function in <a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpScrolledPreview.html#gimp-scrolled-preview-thaw" title="gimp_scrolled_preview_thaw ()">gimp_scrolled_preview_thaw</a>, function in <a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#GimpSizeEntry-struct" title="GimpSizeEntry">GimpSizeEntry</a>, struct in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#GimpSizeEntry-refval-changed" title="The “refval-changed” signal">GimpSizeEntry::refval-changed</a>, object signal in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#GimpSizeEntry-unit-changed" title="The “unit-changed” signal">GimpSizeEntry::unit-changed</a>, object signal in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#GimpSizeEntry-value-changed" title="The “value-changed” signal">GimpSizeEntry::value-changed</a>, object signal in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#GimpSizeEntryField" title="GimpSizeEntryField">GimpSizeEntryField</a>, struct in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy" title="enum GimpSizeEntryUpdatePolicy">GimpSizeEntryUpdatePolicy</a>, enum in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-add-field" title="gimp_size_entry_add_field ()">gimp_size_entry_add_field</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-attach-label" title="gimp_size_entry_attach_label ()">gimp_size_entry_attach_label</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-get-help-widget" title="gimp_size_entry_get_help_widget ()">gimp_size_entry_get_help_widget</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-get-refval" title="gimp_size_entry_get_refval ()">gimp_size_entry_get_refval</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-get-unit" title="gimp_size_entry_get_unit ()">gimp_size_entry_get_unit</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-get-value" title="gimp_size_entry_get_value ()">gimp_size_entry_get_value</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-grab-focus" title="gimp_size_entry_grab_focus ()">gimp_size_entry_grab_focus</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-new" title="gimp_size_entry_new ()">gimp_size_entry_new</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-activates-default" title="gimp_size_entry_set_activates_default ()">gimp_size_entry_set_activates_default</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-pixel-digits" title="gimp_size_entry_set_pixel_digits ()">gimp_size_entry_set_pixel_digits</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-refval" title="gimp_size_entry_set_refval ()">gimp_size_entry_set_refval</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-refval-boundaries" title="gimp_size_entry_set_refval_boundaries ()">gimp_size_entry_set_refval_boundaries</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-refval-digits" title="gimp_size_entry_set_refval_digits ()">gimp_size_entry_set_refval_digits</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-resolution" title="gimp_size_entry_set_resolution ()">gimp_size_entry_set_resolution</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-size" title="gimp_size_entry_set_size ()">gimp_size_entry_set_size</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-unit" title="gimp_size_entry_set_unit ()">gimp_size_entry_set_unit</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-value" title="gimp_size_entry_set_value ()">gimp_size_entry_set_value</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-set-value-boundaries" title="gimp_size_entry_set_value_boundaries ()">gimp_size_entry_set_value_boundaries</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpSizeEntry.html#gimp-size-entry-show-unit-menu" title="gimp_size_entry_show_unit_menu ()">gimp_size_entry_show_unit_menu</a>, function in <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-spin-button-new" title="gimp_spin_button_new ()">gimp_spin_button_new</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +gimp_spin_button_new_, function in GimpSpinButton +</dt> +<dd></dd> +<dt> +gimp_spin_button_new_I, macro in GimpSpinButton +</dt> +<dd></dd> +<dt> +gimp_spin_button_new_I_3, macro in GimpSpinButton +</dt> +<dd></dd> +<dt> +gimp_spin_button_new_I_9, macro in GimpSpinButton +</dt> +<dd></dd> +<dt> +gimp_spin_button_new_with_range, function in GimpSpinButton +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-standard-help-func" title="gimp_standard_help_func ()">gimp_standard_help_func</a>, function in <a class="link" href="libgimpwidgets-GimpHelpUI.html" title="GimpHelpUI">GimpHelpUI</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-ANCHOR:CAPS" title="GIMP_STOCK_ANCHOR">GIMP_STOCK_ANCHOR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-BRUSH:CAPS" title="GIMP_STOCK_BRUSH">GIMP_STOCK_BRUSH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-BUFFER:CAPS" title="GIMP_STOCK_BUFFER">GIMP_STOCK_BUFFER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CAP-BUTT:CAPS" title="GIMP_STOCK_CAP_BUTT">GIMP_STOCK_CAP_BUTT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CAP-ROUND:CAPS" title="GIMP_STOCK_CAP_ROUND">GIMP_STOCK_CAP_ROUND</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CAP-SQUARE:CAPS" title="GIMP_STOCK_CAP_SQUARE">GIMP_STOCK_CAP_SQUARE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CENTER:CAPS" title="GIMP_STOCK_CENTER">GIMP_STOCK_CENTER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL:CAPS" title="GIMP_STOCK_CHANNEL">GIMP_STOCK_CHANNEL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNELS:CAPS" title="GIMP_STOCK_CHANNELS">GIMP_STOCK_CHANNELS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL-ALPHA:CAPS" title="GIMP_STOCK_CHANNEL_ALPHA">GIMP_STOCK_CHANNEL_ALPHA</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL-BLUE:CAPS" title="GIMP_STOCK_CHANNEL_BLUE">GIMP_STOCK_CHANNEL_BLUE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL-GRAY:CAPS" title="GIMP_STOCK_CHANNEL_GRAY">GIMP_STOCK_CHANNEL_GRAY</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL-GREEN:CAPS" title="GIMP_STOCK_CHANNEL_GREEN">GIMP_STOCK_CHANNEL_GREEN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL-INDEXED:CAPS" title="GIMP_STOCK_CHANNEL_INDEXED">GIMP_STOCK_CHANNEL_INDEXED</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL-RED:CAPS" title="GIMP_STOCK_CHANNEL_RED">GIMP_STOCK_CHANNEL_RED</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHAR-PICKER:CAPS" title="GIMP_STOCK_CHAR_PICKER">GIMP_STOCK_CHAR_PICKER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CLOSE:CAPS" title="GIMP_STOCK_CLOSE">GIMP_STOCK_CLOSE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-COLORMAP:CAPS" title="GIMP_STOCK_COLORMAP">GIMP_STOCK_COLORMAP</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-COLOR-PICKER-BLACK:CAPS" title="GIMP_STOCK_COLOR_PICKER_BLACK">GIMP_STOCK_COLOR_PICKER_BLACK</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-COLOR-PICKER-GRAY:CAPS" title="GIMP_STOCK_COLOR_PICKER_GRAY">GIMP_STOCK_COLOR_PICKER_GRAY</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-COLOR-PICKER-WHITE:CAPS" title="GIMP_STOCK_COLOR_PICKER_WHITE">GIMP_STOCK_COLOR_PICKER_WHITE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-COLOR-PICK-FROM-SCREEN:CAPS" title="GIMP_STOCK_COLOR_PICK_FROM_SCREEN">GIMP_STOCK_COLOR_PICK_FROM_SCREEN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-COLOR-TRIANGLE:CAPS" title="GIMP_STOCK_COLOR_TRIANGLE">GIMP_STOCK_COLOR_TRIANGLE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONTROLLER:CAPS" title="GIMP_STOCK_CONTROLLER">GIMP_STOCK_CONTROLLER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONTROLLER-KEYBOARD:CAPS" title="GIMP_STOCK_CONTROLLER_KEYBOARD">GIMP_STOCK_CONTROLLER_KEYBOARD</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONTROLLER-LINUX-INPUT:CAPS" title="GIMP_STOCK_CONTROLLER_LINUX_INPUT">GIMP_STOCK_CONTROLLER_LINUX_INPUT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONTROLLER-MIDI:CAPS" title="GIMP_STOCK_CONTROLLER_MIDI">GIMP_STOCK_CONTROLLER_MIDI</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONTROLLER-MOUSE:CAPS" title="GIMP_STOCK_CONTROLLER_MOUSE">GIMP_STOCK_CONTROLLER_MOUSE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONTROLLER-WHEEL:CAPS" title="GIMP_STOCK_CONTROLLER_WHEEL">GIMP_STOCK_CONTROLLER_WHEEL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONVERT-GRAYSCALE:CAPS" title="GIMP_STOCK_CONVERT_GRAYSCALE">GIMP_STOCK_CONVERT_GRAYSCALE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONVERT-INDEXED:CAPS" title="GIMP_STOCK_CONVERT_INDEXED">GIMP_STOCK_CONVERT_INDEXED</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONVERT-RGB:CAPS" title="GIMP_STOCK_CONVERT_RGB">GIMP_STOCK_CONVERT_RGB</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CURSOR:CAPS" title="GIMP_STOCK_CURSOR">GIMP_STOCK_CURSOR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CURVE-FREE:CAPS" title="GIMP_STOCK_CURVE_FREE">GIMP_STOCK_CURVE_FREE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CURVE-SMOOTH:CAPS" title="GIMP_STOCK_CURVE_SMOOTH">GIMP_STOCK_CURVE_SMOOTH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DEFAULT-COLORS:CAPS" title="GIMP_STOCK_DEFAULT_COLORS">GIMP_STOCK_DEFAULT_COLORS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DETACH:CAPS" title="GIMP_STOCK_DETACH">GIMP_STOCK_DETACH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DEVICE-STATUS:CAPS" title="GIMP_STOCK_DEVICE_STATUS">GIMP_STOCK_DEVICE_STATUS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DISPLAY-FILTER:CAPS" title="GIMP_STOCK_DISPLAY_FILTER">GIMP_STOCK_DISPLAY_FILTER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DISPLAY-FILTER-COLORBLIND:CAPS" title="GIMP_STOCK_DISPLAY_FILTER_COLORBLIND">GIMP_STOCK_DISPLAY_FILTER_COLORBLIND</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DISPLAY-FILTER-CONTRAST:CAPS" title="GIMP_STOCK_DISPLAY_FILTER_CONTRAST">GIMP_STOCK_DISPLAY_FILTER_CONTRAST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DISPLAY-FILTER-GAMMA:CAPS" title="GIMP_STOCK_DISPLAY_FILTER_GAMMA">GIMP_STOCK_DISPLAY_FILTER_GAMMA</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DISPLAY-FILTER-LCMS:CAPS" title="GIMP_STOCK_DISPLAY_FILTER_LCMS">GIMP_STOCK_DISPLAY_FILTER_LCMS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DISPLAY-FILTER-PROOF:CAPS" title="GIMP_STOCK_DISPLAY_FILTER_PROOF">GIMP_STOCK_DISPLAY_FILTER_PROOF</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DUPLICATE:CAPS" title="GIMP_STOCK_DUPLICATE">GIMP_STOCK_DUPLICATE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DYNAMICS:CAPS" title="GIMP_STOCK_DYNAMICS">GIMP_STOCK_DYNAMICS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-EDIT:CAPS" title="GIMP_STOCK_EDIT">GIMP_STOCK_EDIT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-ERROR:CAPS" title="GIMP_STOCK_ERROR">GIMP_STOCK_ERROR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-FLIP-HORIZONTAL:CAPS" title="GIMP_STOCK_FLIP_HORIZONTAL">GIMP_STOCK_FLIP_HORIZONTAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-FLIP-VERTICAL:CAPS" title="GIMP_STOCK_FLIP_VERTICAL">GIMP_STOCK_FLIP_VERTICAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-FLOATING-SELECTION:CAPS" title="GIMP_STOCK_FLOATING_SELECTION">GIMP_STOCK_FLOATING_SELECTION</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-FONT:CAPS" title="GIMP_STOCK_FONT">GIMP_STOCK_FONT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-FRAME:CAPS" title="GIMP_STOCK_FRAME">GIMP_STOCK_FRAME</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GEGL:CAPS" title="GIMP_STOCK_GEGL">GIMP_STOCK_GEGL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT:CAPS" title="GIMP_STOCK_GRADIENT">GIMP_STOCK_GRADIENT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-BILINEAR:CAPS" title="GIMP_STOCK_GRADIENT_BILINEAR">GIMP_STOCK_GRADIENT_BILINEAR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-CONICAL-ASYMMETRIC:CAPS" title="GIMP_STOCK_GRADIENT_CONICAL_ASYMMETRIC">GIMP_STOCK_GRADIENT_CONICAL_ASYMMETRIC</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-CONICAL-SYMMETRIC:CAPS" title="GIMP_STOCK_GRADIENT_CONICAL_SYMMETRIC">GIMP_STOCK_GRADIENT_CONICAL_SYMMETRIC</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-LINEAR:CAPS" title="GIMP_STOCK_GRADIENT_LINEAR">GIMP_STOCK_GRADIENT_LINEAR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-RADIAL:CAPS" title="GIMP_STOCK_GRADIENT_RADIAL">GIMP_STOCK_GRADIENT_RADIAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-SHAPEBURST-ANGULAR:CAPS" title="GIMP_STOCK_GRADIENT_SHAPEBURST_ANGULAR">GIMP_STOCK_GRADIENT_SHAPEBURST_ANGULAR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-SHAPEBURST-DIMPLED:CAPS" title="GIMP_STOCK_GRADIENT_SHAPEBURST_DIMPLED">GIMP_STOCK_GRADIENT_SHAPEBURST_DIMPLED</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-SHAPEBURST-SPHERICAL:CAPS" title="GIMP_STOCK_GRADIENT_SHAPEBURST_SPHERICAL">GIMP_STOCK_GRADIENT_SHAPEBURST_SPHERICAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-SPIRAL-ANTICLOCKWISE:CAPS" title="GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE">GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-SPIRAL-CLOCKWISE:CAPS" title="GIMP_STOCK_GRADIENT_SPIRAL_CLOCKWISE">GIMP_STOCK_GRADIENT_SPIRAL_CLOCKWISE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-SQUARE:CAPS" title="GIMP_STOCK_GRADIENT_SQUARE">GIMP_STOCK_GRADIENT_SQUARE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-EAST:CAPS" title="GIMP_STOCK_GRAVITY_EAST">GIMP_STOCK_GRAVITY_EAST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-NORTH:CAPS" title="GIMP_STOCK_GRAVITY_NORTH">GIMP_STOCK_GRAVITY_NORTH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-NORTH-EAST:CAPS" title="GIMP_STOCK_GRAVITY_NORTH_EAST">GIMP_STOCK_GRAVITY_NORTH_EAST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-NORTH-WEST:CAPS" title="GIMP_STOCK_GRAVITY_NORTH_WEST">GIMP_STOCK_GRAVITY_NORTH_WEST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-SOUTH:CAPS" title="GIMP_STOCK_GRAVITY_SOUTH">GIMP_STOCK_GRAVITY_SOUTH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-SOUTH-EAST:CAPS" title="GIMP_STOCK_GRAVITY_SOUTH_EAST">GIMP_STOCK_GRAVITY_SOUTH_EAST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-SOUTH-WEST:CAPS" title="GIMP_STOCK_GRAVITY_SOUTH_WEST">GIMP_STOCK_GRAVITY_SOUTH_WEST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-WEST:CAPS" title="GIMP_STOCK_GRAVITY_WEST">GIMP_STOCK_GRAVITY_WEST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRID:CAPS" title="GIMP_STOCK_GRID">GIMP_STOCK_GRID</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-HCENTER:CAPS" title="GIMP_STOCK_HCENTER">GIMP_STOCK_HCENTER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-HCHAIN:CAPS" title="GIMP_STOCK_HCHAIN">GIMP_STOCK_HCHAIN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-HCHAIN-BROKEN:CAPS" title="GIMP_STOCK_HCHAIN_BROKEN">GIMP_STOCK_HCHAIN_BROKEN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-HISTOGRAM:CAPS" title="GIMP_STOCK_HISTOGRAM">GIMP_STOCK_HISTOGRAM</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-HISTOGRAM-LINEAR:CAPS" title="GIMP_STOCK_HISTOGRAM_LINEAR">GIMP_STOCK_HISTOGRAM_LINEAR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-HISTOGRAM-LOGARITHMIC:CAPS" title="GIMP_STOCK_HISTOGRAM_LOGARITHMIC">GIMP_STOCK_HISTOGRAM_LOGARITHMIC</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-IMAGE:CAPS" title="GIMP_STOCK_IMAGE">GIMP_STOCK_IMAGE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-IMAGES:CAPS" title="GIMP_STOCK_IMAGES">GIMP_STOCK_IMAGES</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-INDEXED-PALETTE:CAPS" title="GIMP_STOCK_INDEXED_PALETTE">GIMP_STOCK_INDEXED_PALETTE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-INFO:CAPS" title="GIMP_STOCK_INFO">GIMP_STOCK_INFO</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#gimp-stock-init" title="gimp_stock_init ()">gimp_stock_init</a>, function in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-INPUT-DEVICE:CAPS" title="GIMP_STOCK_INPUT_DEVICE">GIMP_STOCK_INPUT_DEVICE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-INVERT:CAPS" title="GIMP_STOCK_INVERT">GIMP_STOCK_INVERT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-JOIN-BEVEL:CAPS" title="GIMP_STOCK_JOIN_BEVEL">GIMP_STOCK_JOIN_BEVEL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-JOIN-MITER:CAPS" title="GIMP_STOCK_JOIN_MITER">GIMP_STOCK_JOIN_MITER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-JOIN-ROUND:CAPS" title="GIMP_STOCK_JOIN_ROUND">GIMP_STOCK_JOIN_ROUND</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LANDSCAPE:CAPS" title="GIMP_STOCK_LANDSCAPE">GIMP_STOCK_LANDSCAPE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LAYER:CAPS" title="GIMP_STOCK_LAYER">GIMP_STOCK_LAYER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LAYERS:CAPS" title="GIMP_STOCK_LAYERS">GIMP_STOCK_LAYERS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LAYER-MASK:CAPS" title="GIMP_STOCK_LAYER_MASK">GIMP_STOCK_LAYER_MASK</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LAYER-TO-IMAGESIZE:CAPS" title="GIMP_STOCK_LAYER_TO_IMAGESIZE">GIMP_STOCK_LAYER_TO_IMAGESIZE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LETTER-SPACING:CAPS" title="GIMP_STOCK_LETTER_SPACING">GIMP_STOCK_LETTER_SPACING</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LINE-SPACING:CAPS" title="GIMP_STOCK_LINE_SPACING">GIMP_STOCK_LINE_SPACING</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LINKED:CAPS" title="GIMP_STOCK_LINKED">GIMP_STOCK_LINKED</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LIST:CAPS" title="GIMP_STOCK_LIST">GIMP_STOCK_LIST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-MENU-LEFT:CAPS" title="GIMP_STOCK_MENU_LEFT">GIMP_STOCK_MENU_LEFT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-MENU-RIGHT:CAPS" title="GIMP_STOCK_MENU_RIGHT">GIMP_STOCK_MENU_RIGHT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-MERGE-DOWN:CAPS" title="GIMP_STOCK_MERGE_DOWN">GIMP_STOCK_MERGE_DOWN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-MOVE-TO-SCREEN:CAPS" title="GIMP_STOCK_MOVE_TO_SCREEN">GIMP_STOCK_MOVE_TO_SCREEN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-NAVIGATION:CAPS" title="GIMP_STOCK_NAVIGATION">GIMP_STOCK_NAVIGATION</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PALETTE:CAPS" title="GIMP_STOCK_PALETTE">GIMP_STOCK_PALETTE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PASTE-AS-NEW:CAPS" title="GIMP_STOCK_PASTE_AS_NEW">GIMP_STOCK_PASTE_AS_NEW</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PASTE-INTO:CAPS" title="GIMP_STOCK_PASTE_INTO">GIMP_STOCK_PASTE_INTO</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PATH:CAPS" title="GIMP_STOCK_PATH">GIMP_STOCK_PATH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PATHS:CAPS" title="GIMP_STOCK_PATHS">GIMP_STOCK_PATHS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PATH-STROKE:CAPS" title="GIMP_STOCK_PATH_STROKE">GIMP_STOCK_PATH_STROKE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PATTERN:CAPS" title="GIMP_STOCK_PATTERN">GIMP_STOCK_PATTERN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PLUGIN:CAPS" title="GIMP_STOCK_PLUGIN">GIMP_STOCK_PLUGIN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PORTRAIT:CAPS" title="GIMP_STOCK_PORTRAIT">GIMP_STOCK_PORTRAIT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PRINT-RESOLUTION:CAPS" title="GIMP_STOCK_PRINT_RESOLUTION">GIMP_STOCK_PRINT_RESOLUTION</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-QMASK-OFF:CAPS" title="GIMP_STOCK_QMASK_OFF">GIMP_STOCK_QMASK_OFF</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-QMASK-ON:CAPS" title="GIMP_STOCK_QMASK_ON">GIMP_STOCK_QMASK_ON</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-QUESTION:CAPS" title="GIMP_STOCK_QUESTION">GIMP_STOCK_QUESTION</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-QUICK-MASK-OFF:CAPS" title="GIMP_STOCK_QUICK_MASK_OFF">GIMP_STOCK_QUICK_MASK_OFF</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-QUICK-MASK-ON:CAPS" title="GIMP_STOCK_QUICK_MASK_ON">GIMP_STOCK_QUICK_MASK_ON</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-RESET:CAPS" title="GIMP_STOCK_RESET">GIMP_STOCK_RESET</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-RESHOW-FILTER:CAPS" title="GIMP_STOCK_RESHOW_FILTER">GIMP_STOCK_RESHOW_FILTER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-RESIZE:CAPS" title="GIMP_STOCK_RESIZE">GIMP_STOCK_RESIZE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-ROTATE-180:CAPS" title="GIMP_STOCK_ROTATE_180">GIMP_STOCK_ROTATE_180</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-ROTATE-270:CAPS" title="GIMP_STOCK_ROTATE_270">GIMP_STOCK_ROTATE_270</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-ROTATE-90:CAPS" title="GIMP_STOCK_ROTATE_90">GIMP_STOCK_ROTATE_90</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SAMPLE-POINT:CAPS" title="GIMP_STOCK_SAMPLE_POINT">GIMP_STOCK_SAMPLE_POINT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SCALE:CAPS" title="GIMP_STOCK_SCALE">GIMP_STOCK_SCALE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION:CAPS" title="GIMP_STOCK_SELECTION">GIMP_STOCK_SELECTION</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-ADD:CAPS" title="GIMP_STOCK_SELECTION_ADD">GIMP_STOCK_SELECTION_ADD</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-ALL:CAPS" title="GIMP_STOCK_SELECTION_ALL">GIMP_STOCK_SELECTION_ALL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-BORDER:CAPS" title="GIMP_STOCK_SELECTION_BORDER">GIMP_STOCK_SELECTION_BORDER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-GROW:CAPS" title="GIMP_STOCK_SELECTION_GROW">GIMP_STOCK_SELECTION_GROW</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-INTERSECT:CAPS" title="GIMP_STOCK_SELECTION_INTERSECT">GIMP_STOCK_SELECTION_INTERSECT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-NONE:CAPS" title="GIMP_STOCK_SELECTION_NONE">GIMP_STOCK_SELECTION_NONE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-REPLACE:CAPS" title="GIMP_STOCK_SELECTION_REPLACE">GIMP_STOCK_SELECTION_REPLACE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-SHRINK:CAPS" title="GIMP_STOCK_SELECTION_SHRINK">GIMP_STOCK_SELECTION_SHRINK</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-STROKE:CAPS" title="GIMP_STOCK_SELECTION_STROKE">GIMP_STOCK_SELECTION_STROKE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-SUBTRACT:CAPS" title="GIMP_STOCK_SELECTION_SUBTRACT">GIMP_STOCK_SELECTION_SUBTRACT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-TO-CHANNEL:CAPS" title="GIMP_STOCK_SELECTION_TO_CHANNEL">GIMP_STOCK_SELECTION_TO_CHANNEL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-TO-PATH:CAPS" title="GIMP_STOCK_SELECTION_TO_PATH">GIMP_STOCK_SELECTION_TO_PATH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SHAPE-CIRCLE:CAPS" title="GIMP_STOCK_SHAPE_CIRCLE">GIMP_STOCK_SHAPE_CIRCLE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SHAPE-DIAMOND:CAPS" title="GIMP_STOCK_SHAPE_DIAMOND">GIMP_STOCK_SHAPE_DIAMOND</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SHAPE-SQUARE:CAPS" title="GIMP_STOCK_SHAPE_SQUARE">GIMP_STOCK_SHAPE_SQUARE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SWAP-COLORS:CAPS" title="GIMP_STOCK_SWAP_COLORS">GIMP_STOCK_SWAP_COLORS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TEMPLATE:CAPS" title="GIMP_STOCK_TEMPLATE">GIMP_STOCK_TEMPLATE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TEXTURE:CAPS" title="GIMP_STOCK_TEXTURE">GIMP_STOCK_TEXTURE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TEXT-DIR-LTR:CAPS" title="GIMP_STOCK_TEXT_DIR_LTR">GIMP_STOCK_TEXT_DIR_LTR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TEXT-DIR-RTL:CAPS" title="GIMP_STOCK_TEXT_DIR_RTL">GIMP_STOCK_TEXT_DIR_RTL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TEXT-LAYER:CAPS" title="GIMP_STOCK_TEXT_LAYER">GIMP_STOCK_TEXT_LAYER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOLS:CAPS" title="GIMP_STOCK_TOOLS">GIMP_STOCK_TOOLS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-AIRBRUSH:CAPS" title="GIMP_STOCK_TOOL_AIRBRUSH">GIMP_STOCK_TOOL_AIRBRUSH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-ALIGN:CAPS" title="GIMP_STOCK_TOOL_ALIGN">GIMP_STOCK_TOOL_ALIGN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-BLEND:CAPS" title="GIMP_STOCK_TOOL_BLEND">GIMP_STOCK_TOOL_BLEND</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-BLUR:CAPS" title="GIMP_STOCK_TOOL_BLUR">GIMP_STOCK_TOOL_BLUR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-BRIGHTNESS-CONTRAST:CAPS" title="GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST">GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-BUCKET-FILL:CAPS" title="GIMP_STOCK_TOOL_BUCKET_FILL">GIMP_STOCK_TOOL_BUCKET_FILL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-BY-COLOR-SELECT:CAPS" title="GIMP_STOCK_TOOL_BY_COLOR_SELECT">GIMP_STOCK_TOOL_BY_COLOR_SELECT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-CAGE:CAPS" title="GIMP_STOCK_TOOL_CAGE">GIMP_STOCK_TOOL_CAGE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-CLONE:CAPS" title="GIMP_STOCK_TOOL_CLONE">GIMP_STOCK_TOOL_CLONE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-COLORIZE:CAPS" title="GIMP_STOCK_TOOL_COLORIZE">GIMP_STOCK_TOOL_COLORIZE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-COLOR-BALANCE:CAPS" title="GIMP_STOCK_TOOL_COLOR_BALANCE">GIMP_STOCK_TOOL_COLOR_BALANCE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-COLOR-PICKER:CAPS" title="GIMP_STOCK_TOOL_COLOR_PICKER">GIMP_STOCK_TOOL_COLOR_PICKER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-CROP:CAPS" title="GIMP_STOCK_TOOL_CROP">GIMP_STOCK_TOOL_CROP</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-CURVES:CAPS" title="GIMP_STOCK_TOOL_CURVES">GIMP_STOCK_TOOL_CURVES</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-DESATURATE:CAPS" title="GIMP_STOCK_TOOL_DESATURATE">GIMP_STOCK_TOOL_DESATURATE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-DODGE:CAPS" title="GIMP_STOCK_TOOL_DODGE">GIMP_STOCK_TOOL_DODGE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-ELLIPSE-SELECT:CAPS" title="GIMP_STOCK_TOOL_ELLIPSE_SELECT">GIMP_STOCK_TOOL_ELLIPSE_SELECT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-ERASER:CAPS" title="GIMP_STOCK_TOOL_ERASER">GIMP_STOCK_TOOL_ERASER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-FLIP:CAPS" title="GIMP_STOCK_TOOL_FLIP">GIMP_STOCK_TOOL_FLIP</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-FOREGROUND-SELECT:CAPS" title="GIMP_STOCK_TOOL_FOREGROUND_SELECT">GIMP_STOCK_TOOL_FOREGROUND_SELECT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-FREE-SELECT:CAPS" title="GIMP_STOCK_TOOL_FREE_SELECT">GIMP_STOCK_TOOL_FREE_SELECT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-FUZZY-SELECT:CAPS" title="GIMP_STOCK_TOOL_FUZZY_SELECT">GIMP_STOCK_TOOL_FUZZY_SELECT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-HEAL:CAPS" title="GIMP_STOCK_TOOL_HEAL">GIMP_STOCK_TOOL_HEAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-HUE-SATURATION:CAPS" title="GIMP_STOCK_TOOL_HUE_SATURATION">GIMP_STOCK_TOOL_HUE_SATURATION</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-INK:CAPS" title="GIMP_STOCK_TOOL_INK">GIMP_STOCK_TOOL_INK</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-ISCISSORS:CAPS" title="GIMP_STOCK_TOOL_ISCISSORS">GIMP_STOCK_TOOL_ISCISSORS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-LEVELS:CAPS" title="GIMP_STOCK_TOOL_LEVELS">GIMP_STOCK_TOOL_LEVELS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-MEASURE:CAPS" title="GIMP_STOCK_TOOL_MEASURE">GIMP_STOCK_TOOL_MEASURE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-MOVE:CAPS" title="GIMP_STOCK_TOOL_MOVE">GIMP_STOCK_TOOL_MOVE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-OPTIONS:CAPS" title="GIMP_STOCK_TOOL_OPTIONS">GIMP_STOCK_TOOL_OPTIONS</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-PAINTBRUSH:CAPS" title="GIMP_STOCK_TOOL_PAINTBRUSH">GIMP_STOCK_TOOL_PAINTBRUSH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-PATH:CAPS" title="GIMP_STOCK_TOOL_PATH">GIMP_STOCK_TOOL_PATH</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-PENCIL:CAPS" title="GIMP_STOCK_TOOL_PENCIL">GIMP_STOCK_TOOL_PENCIL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-PERSPECTIVE:CAPS" title="GIMP_STOCK_TOOL_PERSPECTIVE">GIMP_STOCK_TOOL_PERSPECTIVE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-PERSPECTIVE-CLONE:CAPS" title="GIMP_STOCK_TOOL_PERSPECTIVE_CLONE">GIMP_STOCK_TOOL_PERSPECTIVE_CLONE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-POSTERIZE:CAPS" title="GIMP_STOCK_TOOL_POSTERIZE">GIMP_STOCK_TOOL_POSTERIZE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-PRESET:CAPS" title="GIMP_STOCK_TOOL_PRESET">GIMP_STOCK_TOOL_PRESET</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-RECT-SELECT:CAPS" title="GIMP_STOCK_TOOL_RECT_SELECT">GIMP_STOCK_TOOL_RECT_SELECT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-ROTATE:CAPS" title="GIMP_STOCK_TOOL_ROTATE">GIMP_STOCK_TOOL_ROTATE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-SCALE:CAPS" title="GIMP_STOCK_TOOL_SCALE">GIMP_STOCK_TOOL_SCALE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-SHEAR:CAPS" title="GIMP_STOCK_TOOL_SHEAR">GIMP_STOCK_TOOL_SHEAR</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-SMUDGE:CAPS" title="GIMP_STOCK_TOOL_SMUDGE">GIMP_STOCK_TOOL_SMUDGE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-TEXT:CAPS" title="GIMP_STOCK_TOOL_TEXT">GIMP_STOCK_TOOL_TEXT</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-THRESHOLD:CAPS" title="GIMP_STOCK_TOOL_THRESHOLD">GIMP_STOCK_TOOL_THRESHOLD</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-ZOOM:CAPS" title="GIMP_STOCK_TOOL_ZOOM">GIMP_STOCK_TOOL_ZOOM</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TRANSPARENCY:CAPS" title="GIMP_STOCK_TRANSPARENCY">GIMP_STOCK_TRANSPARENCY</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-UNDO-HISTORY:CAPS" title="GIMP_STOCK_UNDO_HISTORY">GIMP_STOCK_UNDO_HISTORY</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-USER-MANUAL:CAPS" title="GIMP_STOCK_USER_MANUAL">GIMP_STOCK_USER_MANUAL</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-VCENTER:CAPS" title="GIMP_STOCK_VCENTER">GIMP_STOCK_VCENTER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-VCHAIN:CAPS" title="GIMP_STOCK_VCHAIN">GIMP_STOCK_VCHAIN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-VCHAIN-BROKEN:CAPS" title="GIMP_STOCK_VCHAIN_BROKEN">GIMP_STOCK_VCHAIN_BROKEN</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-VIDEO:CAPS" title="GIMP_STOCK_VIDEO">GIMP_STOCK_VIDEO</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-VISIBLE:CAPS" title="GIMP_STOCK_VISIBLE">GIMP_STOCK_VISIBLE</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-WARNING:CAPS" title="GIMP_STOCK_WARNING">GIMP_STOCK_WARNING</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-WEB:CAPS" title="GIMP_STOCK_WEB">GIMP_STOCK_WEB</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-WILBER:CAPS" title="GIMP_STOCK_WILBER">GIMP_STOCK_WILBER</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-WILBER-EEK:CAPS" title="GIMP_STOCK_WILBER_EEK">GIMP_STOCK_WILBER_EEK</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-ZOOM-FOLLOW-WINDOW:CAPS" title="GIMP_STOCK_ZOOM_FOLLOW_WINDOW">GIMP_STOCK_ZOOM_FOLLOW_WINDOW</a>, macro in <a class="link" href="libgimpwidgets-GimpIcons.html" title="GimpIcons">GimpIcons</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpStringComboBox.html#GimpStringComboBox-struct" title="GimpStringComboBox">GimpStringComboBox</a>, struct in <a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox">GimpStringComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpStringComboBox.html#GimpStringComboBox--ellipsize" title="The “ellipsize” property">GimpStringComboBox:ellipsize</a>, object property in <a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox">GimpStringComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpStringComboBox.html#GimpStringComboBox--id-column" title="The “id-column” property">GimpStringComboBox:id-column</a>, object property in <a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox">GimpStringComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpStringComboBox.html#GimpStringComboBox--label-column" title="The “label-column” property">GimpStringComboBox:label-column</a>, object property in <a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox">GimpStringComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpStringComboBox.html#gimp-string-combo-box-get-active" title="gimp_string_combo_box_get_active ()">gimp_string_combo_box_get_active</a>, function in <a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox">GimpStringComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpStringComboBox.html#gimp-string-combo-box-new" title="gimp_string_combo_box_new ()">gimp_string_combo_box_new</a>, function in <a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox">GimpStringComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpStringComboBox.html#gimp-string-combo-box-set-active" title="gimp_string_combo_box_set_active ()">gimp_string_combo_box_set_active</a>, function in <a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox">GimpStringComboBox</a> +</dt> +<dd></dd> +<a name="idxT"></a><h3 class="title">T</h3> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgetsUtils.html#gimp-table-attach-aligned" title="gimp_table_attach_aligned ()">gimp_table_attach_aligned</a>, function in <a class="link" href="libgimpwidgets-GimpWidgetsUtils.html" title="GimpWidgetsUtils">GimpWidgetsUtils</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-toggle-button-sensitive-update" title="gimp_toggle_button_sensitive_update ()">gimp_toggle_button_sensitive_update</a>, function in <a class="link" href="libgimpwidgets-GimpOldWidgets.html" title="GimpOldWidgets">GimpOldWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-update" title="gimp_toggle_button_update ()">gimp_toggle_button_update</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<a name="idxU"></a><h3 class="title">U</h3> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-uint-adjustment-update" title="gimp_uint_adjustment_update ()">gimp_uint_adjustment_update</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitComboBox.html#GimpUnitComboBox-struct" title="GimpUnitComboBox">GimpUnitComboBox</a>, struct in <a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox">GimpUnitComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitComboBox.html#GimpUnitComboBox--s-label-scale" title="The “label-scale” style property">GimpUnitComboBox:label-scale</a>, object property in <a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox">GimpUnitComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitMenu.html#GimpUnitMenu-struct" title="GimpUnitMenu">GimpUnitMenu</a>, struct in <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitMenu.html#GimpUnitMenu-unit-changed" title="The “unit-changed” signal">GimpUnitMenu::unit-changed</a>, object signal in <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitStore.html#GimpUnitStore-struct" title="GimpUnitStore">GimpUnitStore</a>, struct in <a class="link" href="GimpUnitStore.html" title="GimpUnitStore">GimpUnitStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitStore.html#GimpUnitStore--has-percent" title="The “has-percent” property">GimpUnitStore:has-percent</a>, object property in <a class="link" href="GimpUnitStore.html" title="GimpUnitStore">GimpUnitStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitStore.html#GimpUnitStore--has-pixels" title="The “has-pixels” property">GimpUnitStore:has-pixels</a>, object property in <a class="link" href="GimpUnitStore.html" title="GimpUnitStore">GimpUnitStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitStore.html#GimpUnitStore--long-format" title="The “long-format” property">GimpUnitStore:long-format</a>, object property in <a class="link" href="GimpUnitStore.html" title="GimpUnitStore">GimpUnitStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitStore.html#GimpUnitStore--num-values" title="The “num-values” property">GimpUnitStore:num-values</a>, object property in <a class="link" href="GimpUnitStore.html" title="GimpUnitStore">GimpUnitStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitStore.html#GimpUnitStore--short-format" title="The “short-format” property">GimpUnitStore:short-format</a>, object property in <a class="link" href="GimpUnitStore.html" title="GimpUnitStore">GimpUnitStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitComboBox.html#gimp-unit-combo-box-get-active" title="gimp_unit_combo_box_get_active ()">gimp_unit_combo_box_get_active</a>, function in <a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox">GimpUnitComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitComboBox.html#gimp-unit-combo-box-new" title="gimp_unit_combo_box_new ()">gimp_unit_combo_box_new</a>, function in <a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox">GimpUnitComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitComboBox.html#gimp-unit-combo-box-new-with-model" title="gimp_unit_combo_box_new_with_model ()">gimp_unit_combo_box_new_with_model</a>, function in <a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox">GimpUnitComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitComboBox.html#gimp-unit-combo-box-set-active" title="gimp_unit_combo_box_set_active ()">gimp_unit_combo_box_set_active</a>, function in <a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox">GimpUnitComboBox</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitMenu.html#gimp-unit-menu-get-pixel-digits" title="gimp_unit_menu_get_pixel_digits ()">gimp_unit_menu_get_pixel_digits</a>, function in <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitMenu.html#gimp-unit-menu-get-unit" title="gimp_unit_menu_get_unit ()">gimp_unit_menu_get_unit</a>, function in <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitMenu.html#gimp-unit-menu-new" title="gimp_unit_menu_new ()">gimp_unit_menu_new</a>, function in <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitMenu.html#gimp-unit-menu-set-pixel-digits" title="gimp_unit_menu_set_pixel_digits ()">gimp_unit_menu_set_pixel_digits</a>, function in <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitMenu.html#gimp-unit-menu-set-unit" title="gimp_unit_menu_set_unit ()">gimp_unit_menu_set_unit</a>, function in <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-unit-menu-update" title="gimp_unit_menu_update ()">gimp_unit_menu_update</a>, function in <a class="link" href="libgimpwidgets-GimpOldWidgets.html" title="GimpOldWidgets">GimpOldWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-get-has-percent" title="gimp_unit_store_get_has_percent ()">gimp_unit_store_get_has_percent</a>, function in <a class="link" href="GimpUnitStore.html" title="GimpUnitStore">GimpUnitStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-get-has-pixels" title="gimp_unit_store_get_has_pixels ()">gimp_unit_store_get_has_pixels</a>, function in <a class="link" href="GimpUnitStore.html" title="GimpUnitStore">GimpUnitStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-get-value" title="gimp_unit_store_get_value ()">gimp_unit_store_get_value</a>, function in <a class="link" href="GimpUnitStore.html" title="GimpUnitStore">GimpUnitStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-get-values" title="gimp_unit_store_get_values ()">gimp_unit_store_get_values</a>, function in <a class="link" href="GimpUnitStore.html" title="GimpUnitStore">GimpUnitStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-new" title="gimp_unit_store_new ()">gimp_unit_store_new</a>, function in <a class="link" href="GimpUnitStore.html" title="GimpUnitStore">GimpUnitStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-set-has-percent" title="gimp_unit_store_set_has_percent ()">gimp_unit_store_set_has_percent</a>, function in <a class="link" href="GimpUnitStore.html" title="GimpUnitStore">GimpUnitStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-set-has-pixels" title="gimp_unit_store_set_has_pixels ()">gimp_unit_store_set_has_pixels</a>, function in <a class="link" href="GimpUnitStore.html" title="GimpUnitStore">GimpUnitStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-set-pixel-value" title="gimp_unit_store_set_pixel_value ()">gimp_unit_store_set_pixel_value</a>, function in <a class="link" href="GimpUnitStore.html" title="GimpUnitStore">GimpUnitStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-set-pixel-values" title="gimp_unit_store_set_pixel_values ()">gimp_unit_store_set_pixel_values</a>, function in <a class="link" href="GimpUnitStore.html" title="GimpUnitStore">GimpUnitStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-set-resolution" title="gimp_unit_store_set_resolution ()">gimp_unit_store_set_resolution</a>, function in <a class="link" href="GimpUnitStore.html" title="GimpUnitStore">GimpUnitStore</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpUnitStore.html#gimp-unit-store-set-resolutions" title="gimp_unit_store_set_resolutions ()">gimp_unit_store_set_resolutions</a>, function in <a class="link" href="GimpUnitStore.html" title="GimpUnitStore">GimpUnitStore</a> +</dt> +<dd></dd> +<a name="idxW"></a><h3 class="title">W</h3> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GimpWidgetsError" title="enum GimpWidgetsError">GimpWidgetsError</a>, enum in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-WIDGETS-ERROR:CAPS" title="GIMP_WIDGETS_ERROR">GIMP_WIDGETS_ERROR</a>, macro in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-widgets-error-quark" title="gimp_widgets_error_quark ()">gimp_widgets_error_quark</a>, function in <a class="link" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets">GimpWidgets</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgetsUtils.html#gimp-widget-get-color-profile" title="gimp_widget_get_color_profile ()">gimp_widget_get_color_profile</a>, function in <a class="link" href="libgimpwidgets-GimpWidgetsUtils.html" title="GimpWidgetsUtils">GimpWidgetsUtils</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgetsUtils.html#gimp-widget-get-color-transform" title="gimp_widget_get_color_transform ()">gimp_widget_get_color_transform</a>, function in <a class="link" href="libgimpwidgets-GimpWidgetsUtils.html" title="GimpWidgetsUtils">GimpWidgetsUtils</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgetsUtils.html#gimp-widget-get-monitor" title="gimp_widget_get_monitor ()">gimp_widget_get_monitor</a>, function in <a class="link" href="libgimpwidgets-GimpWidgetsUtils.html" title="GimpWidgetsUtils">GimpWidgetsUtils</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libgimpwidgets-GimpWidgetsUtils.html#gimp-widget-track-monitor" title="gimp_widget_track_monitor ()">gimp_widget_track_monitor</a>, function in <a class="link" href="libgimpwidgets-GimpWidgetsUtils.html" title="GimpWidgetsUtils">GimpWidgetsUtils</a> +</dt> +<dd></dd> +<a name="idxZ"></a><h3 class="title">Z</h3> +<dt> +<a class="link" href="GimpZoomModel.html#GimpZoomModel-struct" title="GimpZoomModel">GimpZoomModel</a>, struct in <a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpZoomModel.html#GimpZoomModel-zoomed" title="The “zoomed” signal">GimpZoomModel::zoomed</a>, object signal in <a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpZoomModel.html#GimpZoomModel--fraction" title="The “fraction” property">GimpZoomModel:fraction</a>, object property in <a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpZoomModel.html#GimpZoomModel--maximum" title="The “maximum” property">GimpZoomModel:maximum</a>, object property in <a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpZoomModel.html#GimpZoomModel--minimum" title="The “minimum” property">GimpZoomModel:minimum</a>, object property in <a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpZoomModel.html#GimpZoomModel--percentage" title="The “percentage” property">GimpZoomModel:percentage</a>, object property in <a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpZoomModel.html#GimpZoomModel--value" title="The “value” property">GimpZoomModel:value</a>, object property in <a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpZoomModel.html#GimpZoomType" title="enum GimpZoomType">GimpZoomType</a>, enum in <a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpZoomModel.html#gimp-zoom-button-new" title="gimp_zoom_button_new ()">gimp_zoom_button_new</a>, function in <a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpZoomModel.html#gimp-zoom-model-get-factor" title="gimp_zoom_model_get_factor ()">gimp_zoom_model_get_factor</a>, function in <a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpZoomModel.html#gimp-zoom-model-get-fraction" title="gimp_zoom_model_get_fraction ()">gimp_zoom_model_get_fraction</a>, function in <a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpZoomModel.html#gimp-zoom-model-new" title="gimp_zoom_model_new ()">gimp_zoom_model_new</a>, function in <a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpZoomModel.html#gimp-zoom-model-set-range" title="gimp_zoom_model_set_range ()">gimp_zoom_model_set_range</a>, function in <a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpZoomModel.html#gimp-zoom-model-zoom" title="gimp_zoom_model_zoom ()">gimp_zoom_model_zoom</a>, function in <a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="GimpZoomModel.html#gimp-zoom-model-zoom-step" title="gimp_zoom_model_zoom_step ()">gimp_zoom_model_zoom_step</a>, function in <a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> +</dt> +<dd></dd> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/gimp-anchor.png b/devel-docs/libgimpwidgets/html/gimp-anchor.png Binary files differnew file mode 100644 index 0000000..b2e7787 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-anchor.png diff --git a/devel-docs/libgimpwidgets/html/gimp-attach.png b/devel-docs/libgimpwidgets/html/gimp-attach.png Binary files differnew file mode 100644 index 0000000..64bc4b7 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-attach.png diff --git a/devel-docs/libgimpwidgets/html/gimp-business-card.png b/devel-docs/libgimpwidgets/html/gimp-business-card.png Binary files differnew file mode 100644 index 0000000..f01f9e7 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-business-card.png diff --git a/devel-docs/libgimpwidgets/html/gimp-cap-butt.png b/devel-docs/libgimpwidgets/html/gimp-cap-butt.png Binary files differnew file mode 100644 index 0000000..4052256 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-cap-butt.png diff --git a/devel-docs/libgimpwidgets/html/gimp-cap-round.png b/devel-docs/libgimpwidgets/html/gimp-cap-round.png Binary files differnew file mode 100644 index 0000000..d9f4b13 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-cap-round.png diff --git a/devel-docs/libgimpwidgets/html/gimp-cap-square.png b/devel-docs/libgimpwidgets/html/gimp-cap-square.png Binary files differnew file mode 100644 index 0000000..bbf1222 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-cap-square.png diff --git a/devel-docs/libgimpwidgets/html/gimp-center.png b/devel-docs/libgimpwidgets/html/gimp-center.png Binary files differnew file mode 100644 index 0000000..d6f3841 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-center.png diff --git a/devel-docs/libgimpwidgets/html/gimp-channel-alpha.png b/devel-docs/libgimpwidgets/html/gimp-channel-alpha.png Binary files differnew file mode 100644 index 0000000..2bc81c3 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-channel-alpha.png diff --git a/devel-docs/libgimpwidgets/html/gimp-channel-blue.png b/devel-docs/libgimpwidgets/html/gimp-channel-blue.png Binary files differnew file mode 100644 index 0000000..47d1fe8 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-channel-blue.png diff --git a/devel-docs/libgimpwidgets/html/gimp-channel-gray.png b/devel-docs/libgimpwidgets/html/gimp-channel-gray.png Binary files differnew file mode 100644 index 0000000..bc62010 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-channel-gray.png diff --git a/devel-docs/libgimpwidgets/html/gimp-channel-green.png b/devel-docs/libgimpwidgets/html/gimp-channel-green.png Binary files differnew file mode 100644 index 0000000..75ca77a --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-channel-green.png diff --git a/devel-docs/libgimpwidgets/html/gimp-channel-indexed.png b/devel-docs/libgimpwidgets/html/gimp-channel-indexed.png Binary files differnew file mode 100644 index 0000000..bafbbd0 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-channel-indexed.png diff --git a/devel-docs/libgimpwidgets/html/gimp-channel-red.png b/devel-docs/libgimpwidgets/html/gimp-channel-red.png Binary files differnew file mode 100644 index 0000000..51cab81 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-channel-red.png diff --git a/devel-docs/libgimpwidgets/html/gimp-channel.png b/devel-docs/libgimpwidgets/html/gimp-channel.png Binary files differnew file mode 100644 index 0000000..048a6eb --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-channel.png diff --git a/devel-docs/libgimpwidgets/html/gimp-channels.png b/devel-docs/libgimpwidgets/html/gimp-channels.png Binary files differnew file mode 100644 index 0000000..1e80dee --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-channels.png diff --git a/devel-docs/libgimpwidgets/html/gimp-char-picker.png b/devel-docs/libgimpwidgets/html/gimp-char-picker.png Binary files differnew file mode 100644 index 0000000..a6df1db --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-char-picker.png diff --git a/devel-docs/libgimpwidgets/html/gimp-clipboard.png b/devel-docs/libgimpwidgets/html/gimp-clipboard.png Binary files differnew file mode 100644 index 0000000..061bdd1 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-clipboard.png diff --git a/devel-docs/libgimpwidgets/html/gimp-close-all.png b/devel-docs/libgimpwidgets/html/gimp-close-all.png Binary files differnew file mode 100644 index 0000000..862bf1e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-close-all.png diff --git a/devel-docs/libgimpwidgets/html/gimp-close.png b/devel-docs/libgimpwidgets/html/gimp-close.png Binary files differnew file mode 100644 index 0000000..7663c8c --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-close.png diff --git a/devel-docs/libgimpwidgets/html/gimp-color-cmyk.png b/devel-docs/libgimpwidgets/html/gimp-color-cmyk.png Binary files differnew file mode 100644 index 0000000..6733fa3 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-color-cmyk.png diff --git a/devel-docs/libgimpwidgets/html/gimp-color-pick-from-screen.png b/devel-docs/libgimpwidgets/html/gimp-color-pick-from-screen.png Binary files differnew file mode 100644 index 0000000..18cc94f --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-color-pick-from-screen.png diff --git a/devel-docs/libgimpwidgets/html/gimp-color-picker-black.png b/devel-docs/libgimpwidgets/html/gimp-color-picker-black.png Binary files differnew file mode 100644 index 0000000..cac2d1a --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-color-picker-black.png diff --git a/devel-docs/libgimpwidgets/html/gimp-color-picker-gray.png b/devel-docs/libgimpwidgets/html/gimp-color-picker-gray.png Binary files differnew file mode 100644 index 0000000..6507617 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-color-picker-gray.png diff --git a/devel-docs/libgimpwidgets/html/gimp-color-picker-white.png b/devel-docs/libgimpwidgets/html/gimp-color-picker-white.png Binary files differnew file mode 100644 index 0000000..12f5734 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-color-picker-white.png diff --git a/devel-docs/libgimpwidgets/html/gimp-color-space-linear.png b/devel-docs/libgimpwidgets/html/gimp-color-space-linear.png Binary files differnew file mode 100644 index 0000000..49f0b53 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-color-space-linear.png diff --git a/devel-docs/libgimpwidgets/html/gimp-color-space-non-linear.png b/devel-docs/libgimpwidgets/html/gimp-color-space-non-linear.png Binary files differnew file mode 100644 index 0000000..2e47cd9 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-color-space-non-linear.png diff --git a/devel-docs/libgimpwidgets/html/gimp-color-space-perceptual.png b/devel-docs/libgimpwidgets/html/gimp-color-space-perceptual.png Binary files differnew file mode 100644 index 0000000..2e47cd9 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-color-space-perceptual.png diff --git a/devel-docs/libgimpwidgets/html/gimp-color-triangle.png b/devel-docs/libgimpwidgets/html/gimp-color-triangle.png Binary files differnew file mode 100644 index 0000000..d1872b6 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-color-triangle.png diff --git a/devel-docs/libgimpwidgets/html/gimp-color-water.png b/devel-docs/libgimpwidgets/html/gimp-color-water.png Binary files differnew file mode 100644 index 0000000..b172df4 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-color-water.png diff --git a/devel-docs/libgimpwidgets/html/gimp-colormap.png b/devel-docs/libgimpwidgets/html/gimp-colormap.png Binary files differnew file mode 100644 index 0000000..1b0c28e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-colormap.png diff --git a/devel-docs/libgimpwidgets/html/gimp-controller-keyboard.png b/devel-docs/libgimpwidgets/html/gimp-controller-keyboard.png Binary files differnew file mode 100644 index 0000000..775f8e9 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-controller-keyboard.png diff --git a/devel-docs/libgimpwidgets/html/gimp-controller-linux-input.png b/devel-docs/libgimpwidgets/html/gimp-controller-linux-input.png Binary files differnew file mode 100644 index 0000000..051e941 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-controller-linux-input.png diff --git a/devel-docs/libgimpwidgets/html/gimp-controller-midi.png b/devel-docs/libgimpwidgets/html/gimp-controller-midi.png Binary files differnew file mode 100644 index 0000000..f3783f1 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-controller-midi.png diff --git a/devel-docs/libgimpwidgets/html/gimp-controller-wheel.png b/devel-docs/libgimpwidgets/html/gimp-controller-wheel.png Binary files differnew file mode 100644 index 0000000..2219a19 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-controller-wheel.png diff --git a/devel-docs/libgimpwidgets/html/gimp-controller.png b/devel-docs/libgimpwidgets/html/gimp-controller.png Binary files differnew file mode 100644 index 0000000..a7da346 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-controller.png diff --git a/devel-docs/libgimpwidgets/html/gimp-convert-grayscale.png b/devel-docs/libgimpwidgets/html/gimp-convert-grayscale.png Binary files differnew file mode 100644 index 0000000..51bbc0f --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-convert-grayscale.png diff --git a/devel-docs/libgimpwidgets/html/gimp-convert-indexed.png b/devel-docs/libgimpwidgets/html/gimp-convert-indexed.png Binary files differnew file mode 100644 index 0000000..2c3ad7d --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-convert-indexed.png diff --git a/devel-docs/libgimpwidgets/html/gimp-convert-rgb.png b/devel-docs/libgimpwidgets/html/gimp-convert-rgb.png Binary files differnew file mode 100644 index 0000000..a3c09ec --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-convert-rgb.png diff --git a/devel-docs/libgimpwidgets/html/gimp-cursor.png b/devel-docs/libgimpwidgets/html/gimp-cursor.png Binary files differnew file mode 100644 index 0000000..37d798f --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-cursor.png diff --git a/devel-docs/libgimpwidgets/html/gimp-curve-free.png b/devel-docs/libgimpwidgets/html/gimp-curve-free.png Binary files differnew file mode 100644 index 0000000..6d81dd9 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-curve-free.png diff --git a/devel-docs/libgimpwidgets/html/gimp-curve-point-corner.png b/devel-docs/libgimpwidgets/html/gimp-curve-point-corner.png Binary files differnew file mode 100644 index 0000000..2274faa --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-curve-point-corner.png diff --git a/devel-docs/libgimpwidgets/html/gimp-curve-point-smooth.png b/devel-docs/libgimpwidgets/html/gimp-curve-point-smooth.png Binary files differnew file mode 100644 index 0000000..aaf78b7 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-curve-point-smooth.png diff --git a/devel-docs/libgimpwidgets/html/gimp-curve-smooth.png b/devel-docs/libgimpwidgets/html/gimp-curve-smooth.png Binary files differnew file mode 100644 index 0000000..8912e3a --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-curve-smooth.png diff --git a/devel-docs/libgimpwidgets/html/gimp-dashboard.png b/devel-docs/libgimpwidgets/html/gimp-dashboard.png Binary files differnew file mode 100644 index 0000000..e4e6af1 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-dashboard.png diff --git a/devel-docs/libgimpwidgets/html/gimp-default-colors.png b/devel-docs/libgimpwidgets/html/gimp-default-colors.png Binary files differnew file mode 100644 index 0000000..639ac0b --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-default-colors.png diff --git a/devel-docs/libgimpwidgets/html/gimp-detach.png b/devel-docs/libgimpwidgets/html/gimp-detach.png Binary files differnew file mode 100644 index 0000000..811be64 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-detach.png diff --git a/devel-docs/libgimpwidgets/html/gimp-device-status.png b/devel-docs/libgimpwidgets/html/gimp-device-status.png Binary files differnew file mode 100644 index 0000000..af06488 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-device-status.png diff --git a/devel-docs/libgimpwidgets/html/gimp-display-filter-clip-warning.png b/devel-docs/libgimpwidgets/html/gimp-display-filter-clip-warning.png Binary files differnew file mode 100644 index 0000000..ea25add --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-display-filter-clip-warning.png diff --git a/devel-docs/libgimpwidgets/html/gimp-display-filter-colorblind.png b/devel-docs/libgimpwidgets/html/gimp-display-filter-colorblind.png Binary files differnew file mode 100644 index 0000000..dd84e10 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-display-filter-colorblind.png diff --git a/devel-docs/libgimpwidgets/html/gimp-display-filter-contrast.png b/devel-docs/libgimpwidgets/html/gimp-display-filter-contrast.png Binary files differnew file mode 100644 index 0000000..9159628 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-display-filter-contrast.png diff --git a/devel-docs/libgimpwidgets/html/gimp-display-filter-gamma.png b/devel-docs/libgimpwidgets/html/gimp-display-filter-gamma.png Binary files differnew file mode 100644 index 0000000..622952b --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-display-filter-gamma.png diff --git a/devel-docs/libgimpwidgets/html/gimp-display-filter-lcms.png b/devel-docs/libgimpwidgets/html/gimp-display-filter-lcms.png Binary files differnew file mode 100644 index 0000000..6b84d7e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-display-filter-lcms.png diff --git a/devel-docs/libgimpwidgets/html/gimp-display-filter-proof.png b/devel-docs/libgimpwidgets/html/gimp-display-filter-proof.png Binary files differnew file mode 100644 index 0000000..4a4617d --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-display-filter-proof.png diff --git a/devel-docs/libgimpwidgets/html/gimp-display-filter.png b/devel-docs/libgimpwidgets/html/gimp-display-filter.png Binary files differnew file mode 100644 index 0000000..3e86b42 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-display-filter.png diff --git a/devel-docs/libgimpwidgets/html/gimp-display.png b/devel-docs/libgimpwidgets/html/gimp-display.png Binary files differnew file mode 100644 index 0000000..929d57f --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-display.png diff --git a/devel-docs/libgimpwidgets/html/gimp-duplicate.png b/devel-docs/libgimpwidgets/html/gimp-duplicate.png Binary files differnew file mode 100644 index 0000000..d987a89 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-duplicate.png diff --git a/devel-docs/libgimpwidgets/html/gimp-dynamics.png b/devel-docs/libgimpwidgets/html/gimp-dynamics.png Binary files differnew file mode 100644 index 0000000..b15b11c --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-dynamics.png diff --git a/devel-docs/libgimpwidgets/html/gimp-error.png b/devel-docs/libgimpwidgets/html/gimp-error.png Binary files differnew file mode 100644 index 0000000..36468bb --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-error.png diff --git a/devel-docs/libgimpwidgets/html/gimp-file-manager.png b/devel-docs/libgimpwidgets/html/gimp-file-manager.png Binary files differnew file mode 100644 index 0000000..8c4f944 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-file-manager.png diff --git a/devel-docs/libgimpwidgets/html/gimp-flip-horizontal.png b/devel-docs/libgimpwidgets/html/gimp-flip-horizontal.png Binary files differnew file mode 100644 index 0000000..26db84b --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-flip-horizontal.png diff --git a/devel-docs/libgimpwidgets/html/gimp-flip-vertical.png b/devel-docs/libgimpwidgets/html/gimp-flip-vertical.png Binary files differnew file mode 100644 index 0000000..427e10e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-flip-vertical.png diff --git a/devel-docs/libgimpwidgets/html/gimp-floating-selection.png b/devel-docs/libgimpwidgets/html/gimp-floating-selection.png Binary files differnew file mode 100644 index 0000000..dd9a02b --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-floating-selection.png diff --git a/devel-docs/libgimpwidgets/html/gimp-frame.png b/devel-docs/libgimpwidgets/html/gimp-frame.png Binary files differnew file mode 100644 index 0000000..71513d7 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-frame.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gegl.png b/devel-docs/libgimpwidgets/html/gimp-gegl.png Binary files differnew file mode 100644 index 0000000..cf4ff20 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gegl.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gradient-bilinear.png b/devel-docs/libgimpwidgets/html/gimp-gradient-bilinear.png Binary files differnew file mode 100644 index 0000000..df12836 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gradient-bilinear.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gradient-conical-asymmetric.png b/devel-docs/libgimpwidgets/html/gimp-gradient-conical-asymmetric.png Binary files differnew file mode 100644 index 0000000..cba2fec --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gradient-conical-asymmetric.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gradient-conical-symmetric.png b/devel-docs/libgimpwidgets/html/gimp-gradient-conical-symmetric.png Binary files differnew file mode 100644 index 0000000..054b2df --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gradient-conical-symmetric.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gradient-linear.png b/devel-docs/libgimpwidgets/html/gimp-gradient-linear.png Binary files differnew file mode 100644 index 0000000..7fcb9b1 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gradient-linear.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gradient-radial.png b/devel-docs/libgimpwidgets/html/gimp-gradient-radial.png Binary files differnew file mode 100644 index 0000000..a58f0c3 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gradient-radial.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gradient-shapeburst-angular.png b/devel-docs/libgimpwidgets/html/gimp-gradient-shapeburst-angular.png Binary files differnew file mode 100644 index 0000000..e84dae5 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gradient-shapeburst-angular.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gradient-shapeburst-dimpled.png b/devel-docs/libgimpwidgets/html/gimp-gradient-shapeburst-dimpled.png Binary files differnew file mode 100644 index 0000000..317e010 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gradient-shapeburst-dimpled.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gradient-shapeburst-spherical.png b/devel-docs/libgimpwidgets/html/gimp-gradient-shapeburst-spherical.png Binary files differnew file mode 100644 index 0000000..b5369ec --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gradient-shapeburst-spherical.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gradient-spiral-anticlockwise.png b/devel-docs/libgimpwidgets/html/gimp-gradient-spiral-anticlockwise.png Binary files differnew file mode 100644 index 0000000..9b10d64 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gradient-spiral-anticlockwise.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gradient-spiral-clockwise.png b/devel-docs/libgimpwidgets/html/gimp-gradient-spiral-clockwise.png Binary files differnew file mode 100644 index 0000000..887bb31 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gradient-spiral-clockwise.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gradient-square.png b/devel-docs/libgimpwidgets/html/gimp-gradient-square.png Binary files differnew file mode 100644 index 0000000..1537167 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gradient-square.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gravity-east.png b/devel-docs/libgimpwidgets/html/gimp-gravity-east.png Binary files differnew file mode 100644 index 0000000..3bd3838 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gravity-east.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gravity-north-east.png b/devel-docs/libgimpwidgets/html/gimp-gravity-north-east.png Binary files differnew file mode 100644 index 0000000..b4c8fac --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gravity-north-east.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gravity-north-west.png b/devel-docs/libgimpwidgets/html/gimp-gravity-north-west.png Binary files differnew file mode 100644 index 0000000..ecaae15 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gravity-north-west.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gravity-north.png b/devel-docs/libgimpwidgets/html/gimp-gravity-north.png Binary files differnew file mode 100644 index 0000000..d4cd6e0 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gravity-north.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gravity-south-east.png b/devel-docs/libgimpwidgets/html/gimp-gravity-south-east.png Binary files differnew file mode 100644 index 0000000..6dbe4a4 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gravity-south-east.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gravity-south-west.png b/devel-docs/libgimpwidgets/html/gimp-gravity-south-west.png Binary files differnew file mode 100644 index 0000000..26318a4 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gravity-south-west.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gravity-south.png b/devel-docs/libgimpwidgets/html/gimp-gravity-south.png Binary files differnew file mode 100644 index 0000000..fb253e7 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gravity-south.png diff --git a/devel-docs/libgimpwidgets/html/gimp-gravity-west.png b/devel-docs/libgimpwidgets/html/gimp-gravity-west.png Binary files differnew file mode 100644 index 0000000..bbf35fd --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-gravity-west.png diff --git a/devel-docs/libgimpwidgets/html/gimp-grid.png b/devel-docs/libgimpwidgets/html/gimp-grid.png Binary files differnew file mode 100644 index 0000000..83dc6ba --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-grid.png diff --git a/devel-docs/libgimpwidgets/html/gimp-group-layer.png b/devel-docs/libgimpwidgets/html/gimp-group-layer.png Binary files differnew file mode 100644 index 0000000..c342325 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-group-layer.png diff --git a/devel-docs/libgimpwidgets/html/gimp-hcenter.png b/devel-docs/libgimpwidgets/html/gimp-hcenter.png Binary files differnew file mode 100644 index 0000000..169475d --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-hcenter.png diff --git a/devel-docs/libgimpwidgets/html/gimp-hchain-broken.png b/devel-docs/libgimpwidgets/html/gimp-hchain-broken.png Binary files differnew file mode 100644 index 0000000..355e03f --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-hchain-broken.png diff --git a/devel-docs/libgimpwidgets/html/gimp-hchain.png b/devel-docs/libgimpwidgets/html/gimp-hchain.png Binary files differnew file mode 100644 index 0000000..750b916 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-hchain.png diff --git a/devel-docs/libgimpwidgets/html/gimp-hfill.png b/devel-docs/libgimpwidgets/html/gimp-hfill.png Binary files differnew file mode 100644 index 0000000..d8f39d4 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-hfill.png diff --git a/devel-docs/libgimpwidgets/html/gimp-histogram-linear.png b/devel-docs/libgimpwidgets/html/gimp-histogram-linear.png Binary files differnew file mode 100644 index 0000000..2acad45 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-histogram-linear.png diff --git a/devel-docs/libgimpwidgets/html/gimp-histogram-logarithmic.png b/devel-docs/libgimpwidgets/html/gimp-histogram-logarithmic.png Binary files differnew file mode 100644 index 0000000..68ade99 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-histogram-logarithmic.png diff --git a/devel-docs/libgimpwidgets/html/gimp-histogram.png b/devel-docs/libgimpwidgets/html/gimp-histogram.png Binary files differnew file mode 100644 index 0000000..2264fa9 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-histogram.png diff --git a/devel-docs/libgimpwidgets/html/gimp-image-open.png b/devel-docs/libgimpwidgets/html/gimp-image-open.png Binary files differnew file mode 100644 index 0000000..0d1430f --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-image-open.png diff --git a/devel-docs/libgimpwidgets/html/gimp-image-reload.png b/devel-docs/libgimpwidgets/html/gimp-image-reload.png Binary files differnew file mode 100644 index 0000000..b55ddda --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-image-reload.png diff --git a/devel-docs/libgimpwidgets/html/gimp-image.png b/devel-docs/libgimpwidgets/html/gimp-image.png Binary files differnew file mode 100644 index 0000000..dccd320 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-image.png diff --git a/devel-docs/libgimpwidgets/html/gimp-images.png b/devel-docs/libgimpwidgets/html/gimp-images.png Binary files differnew file mode 100644 index 0000000..33bedbc --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-images.png diff --git a/devel-docs/libgimpwidgets/html/gimp-info.png b/devel-docs/libgimpwidgets/html/gimp-info.png Binary files differnew file mode 100644 index 0000000..ef8e01e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-info.png diff --git a/devel-docs/libgimpwidgets/html/gimp-input-device.png b/devel-docs/libgimpwidgets/html/gimp-input-device.png Binary files differnew file mode 100644 index 0000000..ff14d24 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-input-device.png diff --git a/devel-docs/libgimpwidgets/html/gimp-invert.png b/devel-docs/libgimpwidgets/html/gimp-invert.png Binary files differnew file mode 100644 index 0000000..bf5d899 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-invert.png diff --git a/devel-docs/libgimpwidgets/html/gimp-join-bevel.png b/devel-docs/libgimpwidgets/html/gimp-join-bevel.png Binary files differnew file mode 100644 index 0000000..19443af --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-join-bevel.png diff --git a/devel-docs/libgimpwidgets/html/gimp-join-miter.png b/devel-docs/libgimpwidgets/html/gimp-join-miter.png Binary files differnew file mode 100644 index 0000000..51720a0 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-join-miter.png diff --git a/devel-docs/libgimpwidgets/html/gimp-join-round.png b/devel-docs/libgimpwidgets/html/gimp-join-round.png Binary files differnew file mode 100644 index 0000000..5a7357d --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-join-round.png diff --git a/devel-docs/libgimpwidgets/html/gimp-landscape.png b/devel-docs/libgimpwidgets/html/gimp-landscape.png Binary files differnew file mode 100644 index 0000000..5b4d9c0 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-landscape.png diff --git a/devel-docs/libgimpwidgets/html/gimp-layer-mask.png b/devel-docs/libgimpwidgets/html/gimp-layer-mask.png Binary files differnew file mode 100644 index 0000000..a25b888 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-layer-mask.png diff --git a/devel-docs/libgimpwidgets/html/gimp-layer-to-imagesize.png b/devel-docs/libgimpwidgets/html/gimp-layer-to-imagesize.png Binary files differnew file mode 100644 index 0000000..8a8afba --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-layer-to-imagesize.png diff --git a/devel-docs/libgimpwidgets/html/gimp-layer.png b/devel-docs/libgimpwidgets/html/gimp-layer.png Binary files differnew file mode 100644 index 0000000..6b4cb38 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-layer.png diff --git a/devel-docs/libgimpwidgets/html/gimp-layers.png b/devel-docs/libgimpwidgets/html/gimp-layers.png Binary files differnew file mode 100644 index 0000000..8c0850c --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-layers.png diff --git a/devel-docs/libgimpwidgets/html/gimp-letter-spacing.png b/devel-docs/libgimpwidgets/html/gimp-letter-spacing.png Binary files differnew file mode 100644 index 0000000..ced1645 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-letter-spacing.png diff --git a/devel-docs/libgimpwidgets/html/gimp-line-spacing.png b/devel-docs/libgimpwidgets/html/gimp-line-spacing.png Binary files differnew file mode 100644 index 0000000..0c28731 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-line-spacing.png diff --git a/devel-docs/libgimpwidgets/html/gimp-linked.png b/devel-docs/libgimpwidgets/html/gimp-linked.png Binary files differnew file mode 100644 index 0000000..c2fd670 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-linked.png diff --git a/devel-docs/libgimpwidgets/html/gimp-list.png b/devel-docs/libgimpwidgets/html/gimp-list.png Binary files differnew file mode 100644 index 0000000..b42646a --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-list.png diff --git a/devel-docs/libgimpwidgets/html/gimp-marker.png b/devel-docs/libgimpwidgets/html/gimp-marker.png Binary files differnew file mode 100644 index 0000000..f75eecb --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-marker.png diff --git a/devel-docs/libgimpwidgets/html/gimp-menu-left.png b/devel-docs/libgimpwidgets/html/gimp-menu-left.png Binary files differnew file mode 100644 index 0000000..0809d21 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-menu-left.png diff --git a/devel-docs/libgimpwidgets/html/gimp-menu-right.png b/devel-docs/libgimpwidgets/html/gimp-menu-right.png Binary files differnew file mode 100644 index 0000000..e9d7112 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-menu-right.png diff --git a/devel-docs/libgimpwidgets/html/gimp-merge-down.png b/devel-docs/libgimpwidgets/html/gimp-merge-down.png Binary files differnew file mode 100644 index 0000000..aed35b5 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-merge-down.png diff --git a/devel-docs/libgimpwidgets/html/gimp-move-to-screen.png b/devel-docs/libgimpwidgets/html/gimp-move-to-screen.png Binary files differnew file mode 100644 index 0000000..0b781b2 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-move-to-screen.png diff --git a/devel-docs/libgimpwidgets/html/gimp-navigation.png b/devel-docs/libgimpwidgets/html/gimp-navigation.png Binary files differnew file mode 100644 index 0000000..607f31e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-navigation.png diff --git a/devel-docs/libgimpwidgets/html/gimp-paste-as-new.png b/devel-docs/libgimpwidgets/html/gimp-paste-as-new.png Binary files differnew file mode 100644 index 0000000..00c8a3e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-paste-as-new.png diff --git a/devel-docs/libgimpwidgets/html/gimp-paste-into.png b/devel-docs/libgimpwidgets/html/gimp-paste-into.png Binary files differnew file mode 100644 index 0000000..6cfb486 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-paste-into.png diff --git a/devel-docs/libgimpwidgets/html/gimp-path-stroke.png b/devel-docs/libgimpwidgets/html/gimp-path-stroke.png Binary files differnew file mode 100644 index 0000000..489283d --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-path-stroke.png diff --git a/devel-docs/libgimpwidgets/html/gimp-path.png b/devel-docs/libgimpwidgets/html/gimp-path.png Binary files differnew file mode 100644 index 0000000..812f204 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-path.png diff --git a/devel-docs/libgimpwidgets/html/gimp-paths.png b/devel-docs/libgimpwidgets/html/gimp-paths.png Binary files differnew file mode 100644 index 0000000..89e72de --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-paths.png diff --git a/devel-docs/libgimpwidgets/html/gimp-pattern.png b/devel-docs/libgimpwidgets/html/gimp-pattern.png Binary files differnew file mode 100644 index 0000000..a4e6c34 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-pattern.png diff --git a/devel-docs/libgimpwidgets/html/gimp-pivot-center.png b/devel-docs/libgimpwidgets/html/gimp-pivot-center.png Binary files differnew file mode 100644 index 0000000..1f2dbf7 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-pivot-center.png diff --git a/devel-docs/libgimpwidgets/html/gimp-pivot-east.png b/devel-docs/libgimpwidgets/html/gimp-pivot-east.png Binary files differnew file mode 100644 index 0000000..fd210ae --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-pivot-east.png diff --git a/devel-docs/libgimpwidgets/html/gimp-pivot-north-east.png b/devel-docs/libgimpwidgets/html/gimp-pivot-north-east.png Binary files differnew file mode 100644 index 0000000..7c1cfdc --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-pivot-north-east.png diff --git a/devel-docs/libgimpwidgets/html/gimp-pivot-north-west.png b/devel-docs/libgimpwidgets/html/gimp-pivot-north-west.png Binary files differnew file mode 100644 index 0000000..d562cf7 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-pivot-north-west.png diff --git a/devel-docs/libgimpwidgets/html/gimp-pivot-north.png b/devel-docs/libgimpwidgets/html/gimp-pivot-north.png Binary files differnew file mode 100644 index 0000000..8fe6381 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-pivot-north.png diff --git a/devel-docs/libgimpwidgets/html/gimp-pivot-south-east.png b/devel-docs/libgimpwidgets/html/gimp-pivot-south-east.png Binary files differnew file mode 100644 index 0000000..b627800 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-pivot-south-east.png diff --git a/devel-docs/libgimpwidgets/html/gimp-pivot-south-west.png b/devel-docs/libgimpwidgets/html/gimp-pivot-south-west.png Binary files differnew file mode 100644 index 0000000..1041c89 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-pivot-south-west.png diff --git a/devel-docs/libgimpwidgets/html/gimp-pivot-south.png b/devel-docs/libgimpwidgets/html/gimp-pivot-south.png Binary files differnew file mode 100644 index 0000000..8fe6381 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-pivot-south.png diff --git a/devel-docs/libgimpwidgets/html/gimp-pivot-west.png b/devel-docs/libgimpwidgets/html/gimp-pivot-west.png Binary files differnew file mode 100644 index 0000000..fd210ae --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-pivot-west.png diff --git a/devel-docs/libgimpwidgets/html/gimp-plugin.png b/devel-docs/libgimpwidgets/html/gimp-plugin.png Binary files differnew file mode 100644 index 0000000..dea29a7 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-plugin.png diff --git a/devel-docs/libgimpwidgets/html/gimp-portrait.png b/devel-docs/libgimpwidgets/html/gimp-portrait.png Binary files differnew file mode 100644 index 0000000..f205ee1 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-portrait.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-color-management.png b/devel-docs/libgimpwidgets/html/gimp-prefs-color-management.png Binary files differnew file mode 100644 index 0000000..d942c75 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-color-management.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-controllers.png b/devel-docs/libgimpwidgets/html/gimp-prefs-controllers.png Binary files differnew file mode 100644 index 0000000..ae5ce65 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-controllers.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-default-comment.png b/devel-docs/libgimpwidgets/html/gimp-prefs-default-comment.png Binary files differnew file mode 100644 index 0000000..764f377 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-default-comment.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-default-grid.png b/devel-docs/libgimpwidgets/html/gimp-prefs-default-grid.png Binary files differnew file mode 100644 index 0000000..0d07fa7 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-default-grid.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-display.png b/devel-docs/libgimpwidgets/html/gimp-prefs-display.png Binary files differnew file mode 100644 index 0000000..7df32df --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-display.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-folders-brushes.png b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-brushes.png Binary files differnew file mode 100644 index 0000000..4635043 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-brushes.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-folders-dynamics.png b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-dynamics.png Binary files differnew file mode 100644 index 0000000..1eaf028 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-dynamics.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-folders-environ.png b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-environ.png Binary files differnew file mode 100644 index 0000000..d3fcaaa --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-environ.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-folders-fonts.png b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-fonts.png Binary files differnew file mode 100644 index 0000000..24ca0ee --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-fonts.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-folders-gradients.png b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-gradients.png Binary files differnew file mode 100644 index 0000000..cc4a3af --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-gradients.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-folders-icon-themes.png b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-icon-themes.png Binary files differnew file mode 100644 index 0000000..2e5079a --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-icon-themes.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-folders-interp.png b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-interp.png Binary files differnew file mode 100644 index 0000000..6eff7b1 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-interp.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-folders-modules.png b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-modules.png Binary files differnew file mode 100644 index 0000000..d165441 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-modules.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-folders-mypaint-brushes.png b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-mypaint-brushes.png Binary files differnew file mode 100644 index 0000000..57b12df --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-mypaint-brushes.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-folders-palettes.png b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-palettes.png Binary files differnew file mode 100644 index 0000000..23fec0a --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-palettes.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-folders-patterns.png b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-patterns.png Binary files differnew file mode 100644 index 0000000..f8a7ae5 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-patterns.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-folders-plug-ins.png b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-plug-ins.png Binary files differnew file mode 100644 index 0000000..23edc4e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-plug-ins.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-folders-scripts.png b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-scripts.png Binary files differnew file mode 100644 index 0000000..eaf1e78 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-scripts.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-folders-themes.png b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-themes.png Binary files differnew file mode 100644 index 0000000..0d1c612 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-themes.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-folders-tool-plug-ins.png b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-tool-plug-ins.png Binary files differnew file mode 100644 index 0000000..d019e08 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-tool-plug-ins.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-folders-tool-presets.png b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-tool-presets.png Binary files differnew file mode 100644 index 0000000..cf95859 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-tool-presets.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-folders-tools.png b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-tools.png Binary files differnew file mode 100644 index 0000000..b99c507 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-folders-tools.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-folders.png b/devel-docs/libgimpwidgets/html/gimp-prefs-folders.png Binary files differnew file mode 100644 index 0000000..bb588a3 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-folders.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-help-system.png b/devel-docs/libgimpwidgets/html/gimp-prefs-help-system.png Binary files differnew file mode 100644 index 0000000..e5b4464 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-help-system.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-icon-theme.png b/devel-docs/libgimpwidgets/html/gimp-prefs-icon-theme.png Binary files differnew file mode 100644 index 0000000..45393d7 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-icon-theme.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-image-title.png b/devel-docs/libgimpwidgets/html/gimp-prefs-image-title.png Binary files differnew file mode 100644 index 0000000..bb8d289 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-image-title.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-image-windows-appearance.png b/devel-docs/libgimpwidgets/html/gimp-prefs-image-windows-appearance.png Binary files differnew file mode 100644 index 0000000..01bc036 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-image-windows-appearance.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-image-windows-snapping.png b/devel-docs/libgimpwidgets/html/gimp-prefs-image-windows-snapping.png Binary files differnew file mode 100644 index 0000000..02ba636 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-image-windows-snapping.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-image-windows.png b/devel-docs/libgimpwidgets/html/gimp-prefs-image-windows.png Binary files differnew file mode 100644 index 0000000..93f7ddb --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-image-windows.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-import-export.png b/devel-docs/libgimpwidgets/html/gimp-prefs-import-export.png Binary files differnew file mode 100644 index 0000000..5bc4305 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-import-export.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-input-devices.png b/devel-docs/libgimpwidgets/html/gimp-prefs-input-devices.png Binary files differnew file mode 100644 index 0000000..34d5363 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-input-devices.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-interface.png b/devel-docs/libgimpwidgets/html/gimp-prefs-interface.png Binary files differnew file mode 100644 index 0000000..46e1931 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-interface.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-new-image.png b/devel-docs/libgimpwidgets/html/gimp-prefs-new-image.png Binary files differnew file mode 100644 index 0000000..1769170 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-new-image.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-playground.png b/devel-docs/libgimpwidgets/html/gimp-prefs-playground.png Binary files differnew file mode 100644 index 0000000..9c35742 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-playground.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-session.png b/devel-docs/libgimpwidgets/html/gimp-prefs-session.png Binary files differnew file mode 100644 index 0000000..429fa26 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-session.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-system-resources.png b/devel-docs/libgimpwidgets/html/gimp-prefs-system-resources.png Binary files differnew file mode 100644 index 0000000..d153653 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-system-resources.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-theme.png b/devel-docs/libgimpwidgets/html/gimp-prefs-theme.png Binary files differnew file mode 100644 index 0000000..f253f1d --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-theme.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-tool-options.png b/devel-docs/libgimpwidgets/html/gimp-prefs-tool-options.png Binary files differnew file mode 100644 index 0000000..ad0721d --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-tool-options.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-toolbox.png b/devel-docs/libgimpwidgets/html/gimp-prefs-toolbox.png Binary files differnew file mode 100644 index 0000000..5408f9e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-toolbox.png diff --git a/devel-docs/libgimpwidgets/html/gimp-prefs-window-management.png b/devel-docs/libgimpwidgets/html/gimp-prefs-window-management.png Binary files differnew file mode 100644 index 0000000..ae0f615 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-prefs-window-management.png diff --git a/devel-docs/libgimpwidgets/html/gimp-question.png b/devel-docs/libgimpwidgets/html/gimp-question.png Binary files differnew file mode 100644 index 0000000..a43072d --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-question.png diff --git a/devel-docs/libgimpwidgets/html/gimp-quick-mask-off.png b/devel-docs/libgimpwidgets/html/gimp-quick-mask-off.png Binary files differnew file mode 100644 index 0000000..46cd0a9 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-quick-mask-off.png diff --git a/devel-docs/libgimpwidgets/html/gimp-quick-mask-on.png b/devel-docs/libgimpwidgets/html/gimp-quick-mask-on.png Binary files differnew file mode 100644 index 0000000..7e5f02b --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-quick-mask-on.png diff --git a/devel-docs/libgimpwidgets/html/gimp-reset.png b/devel-docs/libgimpwidgets/html/gimp-reset.png Binary files differnew file mode 100644 index 0000000..97a1bdd --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-reset.png diff --git a/devel-docs/libgimpwidgets/html/gimp-reshow-filter.png b/devel-docs/libgimpwidgets/html/gimp-reshow-filter.png Binary files differnew file mode 100644 index 0000000..5a4487f --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-reshow-filter.png diff --git a/devel-docs/libgimpwidgets/html/gimp-resize.png b/devel-docs/libgimpwidgets/html/gimp-resize.png Binary files differnew file mode 100644 index 0000000..98eed23 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-resize.png diff --git a/devel-docs/libgimpwidgets/html/gimp-rotate-180.png b/devel-docs/libgimpwidgets/html/gimp-rotate-180.png Binary files differnew file mode 100644 index 0000000..705ff06 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-rotate-180.png diff --git a/devel-docs/libgimpwidgets/html/gimp-rotate-270.png b/devel-docs/libgimpwidgets/html/gimp-rotate-270.png Binary files differnew file mode 100644 index 0000000..5407d66 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-rotate-270.png diff --git a/devel-docs/libgimpwidgets/html/gimp-rotate-90.png b/devel-docs/libgimpwidgets/html/gimp-rotate-90.png Binary files differnew file mode 100644 index 0000000..246b3eb --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-rotate-90.png diff --git a/devel-docs/libgimpwidgets/html/gimp-sample-point.png b/devel-docs/libgimpwidgets/html/gimp-sample-point.png Binary files differnew file mode 100644 index 0000000..a1e902b --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-sample-point.png diff --git a/devel-docs/libgimpwidgets/html/gimp-scale.png b/devel-docs/libgimpwidgets/html/gimp-scale.png Binary files differnew file mode 100644 index 0000000..71df091 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-scale.png diff --git a/devel-docs/libgimpwidgets/html/gimp-selection-add.png b/devel-docs/libgimpwidgets/html/gimp-selection-add.png Binary files differnew file mode 100644 index 0000000..bcc9cb4 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-selection-add.png diff --git a/devel-docs/libgimpwidgets/html/gimp-selection-all.png b/devel-docs/libgimpwidgets/html/gimp-selection-all.png Binary files differnew file mode 100644 index 0000000..da0eba3 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-selection-all.png diff --git a/devel-docs/libgimpwidgets/html/gimp-selection-border.png b/devel-docs/libgimpwidgets/html/gimp-selection-border.png Binary files differnew file mode 100644 index 0000000..514f552 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-selection-border.png diff --git a/devel-docs/libgimpwidgets/html/gimp-selection-grow.png b/devel-docs/libgimpwidgets/html/gimp-selection-grow.png Binary files differnew file mode 100644 index 0000000..896ec42 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-selection-grow.png diff --git a/devel-docs/libgimpwidgets/html/gimp-selection-intersect.png b/devel-docs/libgimpwidgets/html/gimp-selection-intersect.png Binary files differnew file mode 100644 index 0000000..f1e825e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-selection-intersect.png diff --git a/devel-docs/libgimpwidgets/html/gimp-selection-none.png b/devel-docs/libgimpwidgets/html/gimp-selection-none.png Binary files differnew file mode 100644 index 0000000..88e735f --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-selection-none.png diff --git a/devel-docs/libgimpwidgets/html/gimp-selection-replace.png b/devel-docs/libgimpwidgets/html/gimp-selection-replace.png Binary files differnew file mode 100644 index 0000000..1a7f1e2 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-selection-replace.png diff --git a/devel-docs/libgimpwidgets/html/gimp-selection-shrink.png b/devel-docs/libgimpwidgets/html/gimp-selection-shrink.png Binary files differnew file mode 100644 index 0000000..8ba7c97 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-selection-shrink.png diff --git a/devel-docs/libgimpwidgets/html/gimp-selection-stroke.png b/devel-docs/libgimpwidgets/html/gimp-selection-stroke.png Binary files differnew file mode 100644 index 0000000..b866409 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-selection-stroke.png diff --git a/devel-docs/libgimpwidgets/html/gimp-selection-subtract.png b/devel-docs/libgimpwidgets/html/gimp-selection-subtract.png Binary files differnew file mode 100644 index 0000000..603ea87 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-selection-subtract.png diff --git a/devel-docs/libgimpwidgets/html/gimp-selection-to-channel.png b/devel-docs/libgimpwidgets/html/gimp-selection-to-channel.png Binary files differnew file mode 100644 index 0000000..a6dd5a8 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-selection-to-channel.png diff --git a/devel-docs/libgimpwidgets/html/gimp-selection-to-path.png b/devel-docs/libgimpwidgets/html/gimp-selection-to-path.png Binary files differnew file mode 100644 index 0000000..932b1de --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-selection-to-path.png diff --git a/devel-docs/libgimpwidgets/html/gimp-selection.png b/devel-docs/libgimpwidgets/html/gimp-selection.png Binary files differnew file mode 100644 index 0000000..f61c4b0 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-selection.png diff --git a/devel-docs/libgimpwidgets/html/gimp-shape-circle.png b/devel-docs/libgimpwidgets/html/gimp-shape-circle.png Binary files differnew file mode 100644 index 0000000..aaf78b7 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-shape-circle.png diff --git a/devel-docs/libgimpwidgets/html/gimp-shape-diamond.png b/devel-docs/libgimpwidgets/html/gimp-shape-diamond.png Binary files differnew file mode 100644 index 0000000..2274faa --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-shape-diamond.png diff --git a/devel-docs/libgimpwidgets/html/gimp-shape-square.png b/devel-docs/libgimpwidgets/html/gimp-shape-square.png Binary files differnew file mode 100644 index 0000000..83f0e60 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-shape-square.png diff --git a/devel-docs/libgimpwidgets/html/gimp-shred.png b/devel-docs/libgimpwidgets/html/gimp-shred.png Binary files differnew file mode 100644 index 0000000..cf6ef68 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-shred.png diff --git a/devel-docs/libgimpwidgets/html/gimp-smartphone.png b/devel-docs/libgimpwidgets/html/gimp-smartphone.png Binary files differnew file mode 100644 index 0000000..b2fac5c --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-smartphone.png diff --git a/devel-docs/libgimpwidgets/html/gimp-swap-colors.png b/devel-docs/libgimpwidgets/html/gimp-swap-colors.png Binary files differnew file mode 100644 index 0000000..a16e76e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-swap-colors.png diff --git a/devel-docs/libgimpwidgets/html/gimp-symmetry.png b/devel-docs/libgimpwidgets/html/gimp-symmetry.png Binary files differnew file mode 100644 index 0000000..d3e5a02 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-symmetry.png diff --git a/devel-docs/libgimpwidgets/html/gimp-template.png b/devel-docs/libgimpwidgets/html/gimp-template.png Binary files differnew file mode 100644 index 0000000..f850484 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-template.png diff --git a/devel-docs/libgimpwidgets/html/gimp-text-dir-ltr.png b/devel-docs/libgimpwidgets/html/gimp-text-dir-ltr.png Binary files differnew file mode 100644 index 0000000..9fc5d61 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-text-dir-ltr.png diff --git a/devel-docs/libgimpwidgets/html/gimp-text-dir-rtl.png b/devel-docs/libgimpwidgets/html/gimp-text-dir-rtl.png Binary files differnew file mode 100644 index 0000000..f0ff72a --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-text-dir-rtl.png diff --git a/devel-docs/libgimpwidgets/html/gimp-text-dir-ttb-ltr-upright.png b/devel-docs/libgimpwidgets/html/gimp-text-dir-ttb-ltr-upright.png Binary files differnew file mode 100644 index 0000000..f955deb --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-text-dir-ttb-ltr-upright.png diff --git a/devel-docs/libgimpwidgets/html/gimp-text-dir-ttb-ltr.png b/devel-docs/libgimpwidgets/html/gimp-text-dir-ttb-ltr.png Binary files differnew file mode 100644 index 0000000..6bc4d84 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-text-dir-ttb-ltr.png diff --git a/devel-docs/libgimpwidgets/html/gimp-text-dir-ttb-rtl-upright.png b/devel-docs/libgimpwidgets/html/gimp-text-dir-ttb-rtl-upright.png Binary files differnew file mode 100644 index 0000000..66febba --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-text-dir-ttb-rtl-upright.png diff --git a/devel-docs/libgimpwidgets/html/gimp-text-dir-ttb-rtl.png b/devel-docs/libgimpwidgets/html/gimp-text-dir-ttb-rtl.png Binary files differnew file mode 100644 index 0000000..cf97823 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-text-dir-ttb-rtl.png diff --git a/devel-docs/libgimpwidgets/html/gimp-text-layer.png b/devel-docs/libgimpwidgets/html/gimp-text-layer.png Binary files differnew file mode 100644 index 0000000..ba4ffb3 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-text-layer.png diff --git a/devel-docs/libgimpwidgets/html/gimp-texture.png b/devel-docs/libgimpwidgets/html/gimp-texture.png Binary files differnew file mode 100644 index 0000000..c9ebfc9 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-texture.png diff --git a/devel-docs/libgimpwidgets/html/gimp-toilet-paper.png b/devel-docs/libgimpwidgets/html/gimp-toilet-paper.png Binary files differnew file mode 100644 index 0000000..2f71318 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-toilet-paper.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-airbrush.png b/devel-docs/libgimpwidgets/html/gimp-tool-airbrush.png Binary files differnew file mode 100644 index 0000000..b460c90 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-airbrush.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-align.png b/devel-docs/libgimpwidgets/html/gimp-tool-align.png Binary files differnew file mode 100644 index 0000000..9063700 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-align.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-blur.png b/devel-docs/libgimpwidgets/html/gimp-tool-blur.png Binary files differnew file mode 100644 index 0000000..b4972d3 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-blur.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-brightness-contrast.png b/devel-docs/libgimpwidgets/html/gimp-tool-brightness-contrast.png Binary files differnew file mode 100644 index 0000000..fc3eed5 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-brightness-contrast.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-bucket-fill.png b/devel-docs/libgimpwidgets/html/gimp-tool-bucket-fill.png Binary files differnew file mode 100644 index 0000000..12fae9d --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-bucket-fill.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-by-color-select.png b/devel-docs/libgimpwidgets/html/gimp-tool-by-color-select.png Binary files differnew file mode 100644 index 0000000..ce3e5b1 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-by-color-select.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-cage.png b/devel-docs/libgimpwidgets/html/gimp-tool-cage.png Binary files differnew file mode 100644 index 0000000..03e26e6 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-cage.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-clone.png b/devel-docs/libgimpwidgets/html/gimp-tool-clone.png Binary files differnew file mode 100644 index 0000000..668b0a4 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-clone.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-color-balance.png b/devel-docs/libgimpwidgets/html/gimp-tool-color-balance.png Binary files differnew file mode 100644 index 0000000..9ab66e7 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-color-balance.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-color-picker.png b/devel-docs/libgimpwidgets/html/gimp-tool-color-picker.png Binary files differnew file mode 100644 index 0000000..613783a --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-color-picker.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-color-temperature.png b/devel-docs/libgimpwidgets/html/gimp-tool-color-temperature.png Binary files differnew file mode 100644 index 0000000..0c9dc02 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-color-temperature.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-colorize.png b/devel-docs/libgimpwidgets/html/gimp-tool-colorize.png Binary files differnew file mode 100644 index 0000000..609607e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-colorize.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-crop.png b/devel-docs/libgimpwidgets/html/gimp-tool-crop.png Binary files differnew file mode 100644 index 0000000..2d97dd5 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-crop.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-curves.png b/devel-docs/libgimpwidgets/html/gimp-tool-curves.png Binary files differnew file mode 100644 index 0000000..9dab272 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-curves.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-desaturate.png b/devel-docs/libgimpwidgets/html/gimp-tool-desaturate.png Binary files differnew file mode 100644 index 0000000..06c97f1 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-desaturate.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-dodge.png b/devel-docs/libgimpwidgets/html/gimp-tool-dodge.png Binary files differnew file mode 100644 index 0000000..de9aa3c --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-dodge.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-ellipse-select.png b/devel-docs/libgimpwidgets/html/gimp-tool-ellipse-select.png Binary files differnew file mode 100644 index 0000000..5f30693 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-ellipse-select.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-eraser.png b/devel-docs/libgimpwidgets/html/gimp-tool-eraser.png Binary files differnew file mode 100644 index 0000000..f191c58 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-eraser.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-exposure.png b/devel-docs/libgimpwidgets/html/gimp-tool-exposure.png Binary files differnew file mode 100644 index 0000000..7fbb18a --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-exposure.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-flip.png b/devel-docs/libgimpwidgets/html/gimp-tool-flip.png Binary files differnew file mode 100644 index 0000000..e427a3a --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-flip.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-foreground-select.png b/devel-docs/libgimpwidgets/html/gimp-tool-foreground-select.png Binary files differnew file mode 100644 index 0000000..1898fc6 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-foreground-select.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-free-select.png b/devel-docs/libgimpwidgets/html/gimp-tool-free-select.png Binary files differnew file mode 100644 index 0000000..51ef89c --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-free-select.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-fuzzy-select.png b/devel-docs/libgimpwidgets/html/gimp-tool-fuzzy-select.png Binary files differnew file mode 100644 index 0000000..ed7ee14 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-fuzzy-select.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-gradient.png b/devel-docs/libgimpwidgets/html/gimp-tool-gradient.png Binary files differnew file mode 100644 index 0000000..d953659 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-gradient.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-handle-transform.png b/devel-docs/libgimpwidgets/html/gimp-tool-handle-transform.png Binary files differnew file mode 100644 index 0000000..1017c79 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-handle-transform.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-heal.png b/devel-docs/libgimpwidgets/html/gimp-tool-heal.png Binary files differnew file mode 100644 index 0000000..5eb0994 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-heal.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-hue-saturation.png b/devel-docs/libgimpwidgets/html/gimp-tool-hue-saturation.png Binary files differnew file mode 100644 index 0000000..a83c076 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-hue-saturation.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-ink.png b/devel-docs/libgimpwidgets/html/gimp-tool-ink.png Binary files differnew file mode 100644 index 0000000..d10ff49 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-ink.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-iscissors.png b/devel-docs/libgimpwidgets/html/gimp-tool-iscissors.png Binary files differnew file mode 100644 index 0000000..8b73c8c --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-iscissors.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-levels.png b/devel-docs/libgimpwidgets/html/gimp-tool-levels.png Binary files differnew file mode 100644 index 0000000..182cf2d --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-levels.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-measure.png b/devel-docs/libgimpwidgets/html/gimp-tool-measure.png Binary files differnew file mode 100644 index 0000000..de4e212 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-measure.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-move.png b/devel-docs/libgimpwidgets/html/gimp-tool-move.png Binary files differnew file mode 100644 index 0000000..3b5111c --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-move.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-mypaint-brush.png b/devel-docs/libgimpwidgets/html/gimp-tool-mypaint-brush.png Binary files differnew file mode 100644 index 0000000..b890490 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-mypaint-brush.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-n-point-deformation.png b/devel-docs/libgimpwidgets/html/gimp-tool-n-point-deformation.png Binary files differnew file mode 100644 index 0000000..eb0b39e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-n-point-deformation.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-offset.png b/devel-docs/libgimpwidgets/html/gimp-tool-offset.png Binary files differnew file mode 100644 index 0000000..d4607ac --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-offset.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-options.png b/devel-docs/libgimpwidgets/html/gimp-tool-options.png Binary files differnew file mode 100644 index 0000000..ccfc8e3 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-options.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-paintbrush.png b/devel-docs/libgimpwidgets/html/gimp-tool-paintbrush.png Binary files differnew file mode 100644 index 0000000..bb47ff6 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-paintbrush.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-path.png b/devel-docs/libgimpwidgets/html/gimp-tool-path.png Binary files differnew file mode 100644 index 0000000..0ca5336 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-path.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-pencil.png b/devel-docs/libgimpwidgets/html/gimp-tool-pencil.png Binary files differnew file mode 100644 index 0000000..e21ffa1 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-pencil.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-perspective-clone.png b/devel-docs/libgimpwidgets/html/gimp-tool-perspective-clone.png Binary files differnew file mode 100644 index 0000000..eef76f5 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-perspective-clone.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-perspective.png b/devel-docs/libgimpwidgets/html/gimp-tool-perspective.png Binary files differnew file mode 100644 index 0000000..fa55685 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-perspective.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-posterize.png b/devel-docs/libgimpwidgets/html/gimp-tool-posterize.png Binary files differnew file mode 100644 index 0000000..8028a79 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-posterize.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-preset.png b/devel-docs/libgimpwidgets/html/gimp-tool-preset.png Binary files differnew file mode 100644 index 0000000..02cd027 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-preset.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-rect-select.png b/devel-docs/libgimpwidgets/html/gimp-tool-rect-select.png Binary files differnew file mode 100644 index 0000000..a8dfea9 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-rect-select.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-rotate.png b/devel-docs/libgimpwidgets/html/gimp-tool-rotate.png Binary files differnew file mode 100644 index 0000000..3372e1e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-rotate.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-scale.png b/devel-docs/libgimpwidgets/html/gimp-tool-scale.png Binary files differnew file mode 100644 index 0000000..b8e8c79 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-scale.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-seamless-clone.png b/devel-docs/libgimpwidgets/html/gimp-tool-seamless-clone.png Binary files differnew file mode 100644 index 0000000..86efde4 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-seamless-clone.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-shadows-highlights.png b/devel-docs/libgimpwidgets/html/gimp-tool-shadows-highlights.png Binary files differnew file mode 100644 index 0000000..89f9b34 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-shadows-highlights.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-shear.png b/devel-docs/libgimpwidgets/html/gimp-tool-shear.png Binary files differnew file mode 100644 index 0000000..129300e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-shear.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-smudge.png b/devel-docs/libgimpwidgets/html/gimp-tool-smudge.png Binary files differnew file mode 100644 index 0000000..a2fd1b3 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-smudge.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-text.png b/devel-docs/libgimpwidgets/html/gimp-tool-text.png Binary files differnew file mode 100644 index 0000000..cac541d --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-text.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-threshold.png b/devel-docs/libgimpwidgets/html/gimp-tool-threshold.png Binary files differnew file mode 100644 index 0000000..bb4a870 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-threshold.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-transform-3d.png b/devel-docs/libgimpwidgets/html/gimp-tool-transform-3d.png Binary files differnew file mode 100644 index 0000000..06d952e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-transform-3d.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-unified-transform.png b/devel-docs/libgimpwidgets/html/gimp-tool-unified-transform.png Binary files differnew file mode 100644 index 0000000..a42d571 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-unified-transform.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-warp.png b/devel-docs/libgimpwidgets/html/gimp-tool-warp.png Binary files differnew file mode 100644 index 0000000..d301766 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-warp.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tool-zoom.png b/devel-docs/libgimpwidgets/html/gimp-tool-zoom.png Binary files differnew file mode 100644 index 0000000..db1b6cd --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tool-zoom.png diff --git a/devel-docs/libgimpwidgets/html/gimp-tools.png b/devel-docs/libgimpwidgets/html/gimp-tools.png Binary files differnew file mode 100644 index 0000000..4250b4d --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-tools.png diff --git a/devel-docs/libgimpwidgets/html/gimp-transform-3d-camera.png b/devel-docs/libgimpwidgets/html/gimp-transform-3d-camera.png Binary files differnew file mode 100644 index 0000000..cfa519e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-transform-3d-camera.png diff --git a/devel-docs/libgimpwidgets/html/gimp-transform-3d-move.png b/devel-docs/libgimpwidgets/html/gimp-transform-3d-move.png Binary files differnew file mode 100644 index 0000000..f91733f --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-transform-3d-move.png diff --git a/devel-docs/libgimpwidgets/html/gimp-transform-3d-rotate.png b/devel-docs/libgimpwidgets/html/gimp-transform-3d-rotate.png Binary files differnew file mode 100644 index 0000000..f82932c --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-transform-3d-rotate.png diff --git a/devel-docs/libgimpwidgets/html/gimp-transparency.png b/devel-docs/libgimpwidgets/html/gimp-transparency.png Binary files differnew file mode 100644 index 0000000..4eae8a6 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-transparency.png diff --git a/devel-docs/libgimpwidgets/html/gimp-undo-history.png b/devel-docs/libgimpwidgets/html/gimp-undo-history.png Binary files differnew file mode 100644 index 0000000..ae0b62a --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-undo-history.png diff --git a/devel-docs/libgimpwidgets/html/gimp-user-manual.png b/devel-docs/libgimpwidgets/html/gimp-user-manual.png Binary files differnew file mode 100644 index 0000000..089be08 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-user-manual.png diff --git a/devel-docs/libgimpwidgets/html/gimp-vcenter.png b/devel-docs/libgimpwidgets/html/gimp-vcenter.png Binary files differnew file mode 100644 index 0000000..a345a8a --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-vcenter.png diff --git a/devel-docs/libgimpwidgets/html/gimp-vchain-broken.png b/devel-docs/libgimpwidgets/html/gimp-vchain-broken.png Binary files differnew file mode 100644 index 0000000..1c625b2 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-vchain-broken.png diff --git a/devel-docs/libgimpwidgets/html/gimp-vchain.png b/devel-docs/libgimpwidgets/html/gimp-vchain.png Binary files differnew file mode 100644 index 0000000..333ad81 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-vchain.png diff --git a/devel-docs/libgimpwidgets/html/gimp-vfill.png b/devel-docs/libgimpwidgets/html/gimp-vfill.png Binary files differnew file mode 100644 index 0000000..adf6351 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-vfill.png diff --git a/devel-docs/libgimpwidgets/html/gimp-video.png b/devel-docs/libgimpwidgets/html/gimp-video.png Binary files differnew file mode 100644 index 0000000..15fbfd0 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-video.png diff --git a/devel-docs/libgimpwidgets/html/gimp-visible.png b/devel-docs/libgimpwidgets/html/gimp-visible.png Binary files differnew file mode 100644 index 0000000..8d03ff5 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-visible.png diff --git a/devel-docs/libgimpwidgets/html/gimp-warning.png b/devel-docs/libgimpwidgets/html/gimp-warning.png Binary files differnew file mode 100644 index 0000000..8a5c3ac --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-warning.png diff --git a/devel-docs/libgimpwidgets/html/gimp-web.png b/devel-docs/libgimpwidgets/html/gimp-web.png Binary files differnew file mode 100644 index 0000000..7c13bdc --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-web.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-browser.png b/devel-docs/libgimpwidgets/html/gimp-widget-browser.png Binary files differnew file mode 100644 index 0000000..49a6251 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-browser.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-button.png b/devel-docs/libgimpwidgets/html/gimp-widget-button.png Binary files differnew file mode 100644 index 0000000..ce6dea5 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-button.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-chain-button.png b/devel-docs/libgimpwidgets/html/gimp-widget-chain-button.png Binary files differnew file mode 100644 index 0000000..db71a5c --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-chain-button.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-color-area.png b/devel-docs/libgimpwidgets/html/gimp-widget-color-area.png Binary files differnew file mode 100644 index 0000000..85390bd --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-color-area.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-color-button.png b/devel-docs/libgimpwidgets/html/gimp-widget-color-button.png Binary files differnew file mode 100644 index 0000000..1f464b6 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-color-button.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-color-hex-entry.png b/devel-docs/libgimpwidgets/html/gimp-widget-color-hex-entry.png Binary files differnew file mode 100644 index 0000000..f402ac3 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-color-hex-entry.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-color-profile-combo-box.png b/devel-docs/libgimpwidgets/html/gimp-widget-color-profile-combo-box.png Binary files differnew file mode 100644 index 0000000..0592449 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-color-profile-combo-box.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-color-scale.png b/devel-docs/libgimpwidgets/html/gimp-widget-color-scale.png Binary files differnew file mode 100644 index 0000000..2a72c4c --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-color-scale.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-color-selection.png b/devel-docs/libgimpwidgets/html/gimp-widget-color-selection.png Binary files differnew file mode 100644 index 0000000..dbf3916 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-color-selection.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-dialog.png b/devel-docs/libgimpwidgets/html/gimp-widget-dialog.png Binary files differnew file mode 100644 index 0000000..97d74c4 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-dialog.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-enum-combo-box.png b/devel-docs/libgimpwidgets/html/gimp-widget-enum-combo-box.png Binary files differnew file mode 100644 index 0000000..50ee70d --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-enum-combo-box.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-enum-label.png b/devel-docs/libgimpwidgets/html/gimp-widget-enum-label.png Binary files differnew file mode 100644 index 0000000..9a76eda --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-enum-label.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-file-entry.png b/devel-docs/libgimpwidgets/html/gimp-widget-file-entry.png Binary files differnew file mode 100644 index 0000000..39c8f15 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-file-entry.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-frame.png b/devel-docs/libgimpwidgets/html/gimp-widget-frame.png Binary files differnew file mode 100644 index 0000000..6709e72 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-frame.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-hint-box.png b/devel-docs/libgimpwidgets/html/gimp-widget-hint-box.png Binary files differnew file mode 100644 index 0000000..ea1a05a --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-hint-box.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-int-combo-box.png b/devel-docs/libgimpwidgets/html/gimp-widget-int-combo-box.png Binary files differnew file mode 100644 index 0000000..143fba5 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-int-combo-box.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-memsize-entry.png b/devel-docs/libgimpwidgets/html/gimp-widget-memsize-entry.png Binary files differnew file mode 100644 index 0000000..ba85f44 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-memsize-entry.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-number-pair-entry.png b/devel-docs/libgimpwidgets/html/gimp-widget-number-pair-entry.png Binary files differnew file mode 100644 index 0000000..97315e8 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-number-pair-entry.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-offset-area.png b/devel-docs/libgimpwidgets/html/gimp-widget-offset-area.png Binary files differnew file mode 100644 index 0000000..715e910 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-offset-area.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-page-selector.png b/devel-docs/libgimpwidgets/html/gimp-widget-page-selector.png Binary files differnew file mode 100644 index 0000000..7cdd44b --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-page-selector.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-path-editor.png b/devel-docs/libgimpwidgets/html/gimp-widget-path-editor.png Binary files differnew file mode 100644 index 0000000..1d21199 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-path-editor.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-pick-button.png b/devel-docs/libgimpwidgets/html/gimp-widget-pick-button.png Binary files differnew file mode 100644 index 0000000..9b2c963 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-pick-button.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-preview-area.png b/devel-docs/libgimpwidgets/html/gimp-widget-preview-area.png Binary files differnew file mode 100644 index 0000000..1b2acc3 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-preview-area.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-string-combo-box.png b/devel-docs/libgimpwidgets/html/gimp-widget-string-combo-box.png Binary files differnew file mode 100644 index 0000000..9a984ad --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-string-combo-box.png diff --git a/devel-docs/libgimpwidgets/html/gimp-widget-unit-menu.png b/devel-docs/libgimpwidgets/html/gimp-widget-unit-menu.png Binary files differnew file mode 100644 index 0000000..17522d2 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-widget-unit-menu.png diff --git a/devel-docs/libgimpwidgets/html/gimp-wilber-eek.png b/devel-docs/libgimpwidgets/html/gimp-wilber-eek.png Binary files differnew file mode 100644 index 0000000..b66396b --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-wilber-eek.png diff --git a/devel-docs/libgimpwidgets/html/gimp-wilber-outline.png b/devel-docs/libgimpwidgets/html/gimp-wilber-outline.png Binary files differnew file mode 100644 index 0000000..d1eb206 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-wilber-outline.png diff --git a/devel-docs/libgimpwidgets/html/gimp-wilber.png b/devel-docs/libgimpwidgets/html/gimp-wilber.png Binary files differnew file mode 100644 index 0000000..e4de653 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-wilber.png diff --git a/devel-docs/libgimpwidgets/html/gimp-zoom-follow-window.png b/devel-docs/libgimpwidgets/html/gimp-zoom-follow-window.png Binary files differnew file mode 100644 index 0000000..6d8cb1c --- /dev/null +++ b/devel-docs/libgimpwidgets/html/gimp-zoom-follow-window.png diff --git a/devel-docs/libgimpwidgets/html/home.png b/devel-docs/libgimpwidgets/html/home.png Binary files differnew file mode 100644 index 0000000..bf327ac --- /dev/null +++ b/devel-docs/libgimpwidgets/html/home.png diff --git a/devel-docs/libgimpwidgets/html/index.html b/devel-docs/libgimpwidgets/html/index.html new file mode 100644 index 0000000..652c89d --- /dev/null +++ b/devel-docs/libgimpwidgets/html/index.html @@ -0,0 +1,235 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GIMP Widgets Library Reference Manual: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="next" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<div lang="en" class="book"> +<div class="titlepage"> +<div> +<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GIMP Widgets Library Reference Manual</p></th></tr></table></div> +<div><p class="releaseinfo"> + for GIMP 2.10.22 + + </p></div> +</div> +<hr> +</div> +<div class="toc"><dl class="toc"> +<dt><span class="part"><a href="libgimpwidgets-widgets.html">I. GIMP Widgets</a></span></dt> +<dd><dl> +<dt><span class="chapter"><a href="libgimpwidgets-hierarchy.html">Object Hierarchy</a></span></dt> +<dt><span class="chapter"><a href="libgimpwidgets-gallery.html">Widget Gallery</a></span></dt> +<dt> +<span class="refentrytitle"><a href="GimpBrowser.html">GimpBrowser</a></span><span class="refpurpose"> — A base class for a documentation browser.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpButton.html">GimpButton</a></span><span class="refpurpose"> — A <span class="type">GtkButton</span> with a little extra functionality.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpChainButton.html">GimpChainButton</a></span><span class="refpurpose"> — Widget to visually connect two entry widgets.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorArea.html">GimpColorArea</a></span><span class="refpurpose"> — Displays a <span class="type">GimpRGB</span> color, optionally with +alpha-channel.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorButton.html">GimpColorButton</a></span><span class="refpurpose"> — Widget for selecting a color from a simple button.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorHexEntry.html">GimpColorHexEntry</a></span><span class="refpurpose"> — Widget for entering a color's hex triplet.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorScale.html">GimpColorScale</a></span><span class="refpurpose"> — Fancy colored sliders.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorSelection.html">GimpColorSelection</a></span><span class="refpurpose"> — Widget for doing a color selection.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorProfileChooserDialog.html">GimpColorProfileChooserDialog</a></span><span class="refpurpose"> — A file chooser for selecting color profiles.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorProfileStore.html">GimpColorProfileStore</a></span><span class="refpurpose"> — A <span class="type">GtkListStore</span> subclass that keep color profiles.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorProfileComboBox.html">GimpColorProfileComboBox</a></span><span class="refpurpose"> — A combo box for selecting color profiles.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorProfileView.html">GimpColorProfileView</a></span><span class="refpurpose"> — A widget for viewing color profile properties</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpDialog.html">GimpDialog</a></span><span class="refpurpose"> — Constructors for <span class="type">GtkDialog</span>'s and action_areas as +well as other dialog-related stuff.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpEnumStore.html">GimpEnumStore</a></span><span class="refpurpose"> — A <span class="type">GimpIntStore</span> subclass that keeps enum values.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpEnumComboBox.html">GimpEnumComboBox</a></span><span class="refpurpose"> — A <span class="type">GimpIntComboBox</span> subclass for selecting an enum value.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpEnumLabel.html">GimpEnumLabel</a></span><span class="refpurpose"> — A <span class="type">GtkLabel</span> subclass that displays an enum value.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpFileEntry.html">GimpFileEntry</a></span><span class="refpurpose"> — Widget for entering a filename.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpFrame.html">GimpFrame</a></span><span class="refpurpose"> — A widget providing a HIG-compliant subclass +of <span class="type">GtkFrame</span>.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpHintBox.html">GimpHintBox</a></span><span class="refpurpose"> — Displays a wilber icon and a text.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpIntComboBox.html">GimpIntComboBox</a></span><span class="refpurpose"> — A widget providing a popup menu of integer +values (e.g. enums).</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpIntStore.html">GimpIntStore</a></span><span class="refpurpose"> — A model for integer based name-value pairs +(e.g. enums)</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpMemsizeEntry.html">GimpMemSizeEntry</a></span><span class="refpurpose"> — A composite widget to enter a memory size.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpNumberPairEntry.html">GimpNumberPairEntry</a></span><span class="refpurpose"> — A <span class="type">GtkEntry</span> subclass to enter ratios.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpOffsetArea.html">GimpOffsetArea</a></span><span class="refpurpose"> — Widget to control image offsets.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpPageSelector.html">GimpPageSelector</a></span><span class="refpurpose"> — A widget to select pages from multi-page things.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpPathEditor.html">GimpPathEditor</a></span><span class="refpurpose"> — Widget for editing a file search path.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpPickButton.html">GimpPickButton</a></span><span class="refpurpose"> — Widget to pick a color from screen.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpPreviewArea.html">GimpPreviewArea</a></span><span class="refpurpose"> — A general purpose preview widget which caches +its pixel data.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpPreview.html">GimpPreview</a></span><span class="refpurpose"> — A widget providing a <span class="type">GimpPreviewArea</span> plus +framework to update the preview.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpRuler.html">GimpRuler</a></span><span class="refpurpose"> — A ruler widget with configurable unit and orientation.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpScrolledPreview.html">GimpScrolledPreview</a></span><span class="refpurpose"> — A widget providing a <span class="type">GimpPreview</span> enhanced by +scrolling capabilities.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpSizeEntry.html">GimpSizeEntry</a></span><span class="refpurpose"> — Widget for entering pixel values and resolutions.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpStringComboBox.html">GimpStringComboBox</a></span><span class="refpurpose"> — A <span class="type">GtkComboBox</span> subclass to select strings.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpUnitStore.html">GimpUnitStore</a></span><span class="refpurpose"> — A model for units</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpUnitComboBox.html">GimpUnitComboBox</a></span><span class="refpurpose"> — A <span class="type">GtkComboBox</span> to select a <span class="type">GimpUnit</span>.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpZoomModel.html">GimpZoomModel</a></span><span class="refpurpose"> — A model for zoom values.</span> +</dt> +</dl></dd> +<dt><span class="part"><a href="libgimpwidgets-cell-renderers.html">II. Cell Renderers for GtkTreeView</a></span></dt> +<dd><dl> +<dt> +<span class="refentrytitle"><a href="GimpCellRendererColor.html">GimpCellRendererColor</a></span><span class="refpurpose"> — A <span class="type">GtkCellRenderer</span> to display a <span class="type">GimpRGB</span> color.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpCellRendererToggle.html">GimpCellRendererToggle</a></span><span class="refpurpose"> — A <span class="type">GtkCellRendererToggle</span> that displays icons instead +of a checkbox.</span> +</dt> +</dl></dd> +<dt><span class="part"><a href="libgimpwidgets-colordisplay.html">III. GIMP Display Filters</a></span></dt> +<dd><dl> +<dt> +<span class="refentrytitle"><a href="GimpColorDisplay.html">GimpColorDisplay</a></span><span class="refpurpose"> — Pluggable GIMP display color correction modules.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorDisplayStack.html">GimpColorDisplayStack</a></span><span class="refpurpose"> — A stack of color correction modules.</span> +</dt> +</dl></dd> +<dt><span class="part"><a href="libgimpwidgets-colorselector.html">IV. GIMP Color Selectors</a></span></dt> +<dd><dl> +<dt> +<span class="refentrytitle"><a href="GimpColorSelector.html">GimpColorSelector</a></span><span class="refpurpose"> — Pluggable GIMP color selector modules.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorNotebook.html">GimpColorNotebook</a></span><span class="refpurpose"> — A <span class="type">GimpColorSelector</span> implementation.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorScales.html">GimpColorScales</a></span><span class="refpurpose"> — A <span class="type">GimpColorSelector</span> implementation.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorSelect.html">GimpColorSelect</a></span><span class="refpurpose"> — A <span class="type">GimpColorSelector</span> implementation.</span> +</dt> +</dl></dd> +<dt><span class="part"><a href="libgimpwidgets-controller.html">V. GIMP Controllers</a></span></dt> +<dd><dl><dt> +<span class="refentrytitle"><a href="GimpController.html">GimpController</a></span><span class="refpurpose"> — Pluggable GIMP input controller modules.</span> +</dt></dl></dd> +<dt><span class="part"><a href="libgimpwidgets-utils.html">VI. GIMP Widgets Utilities</a></span></dt> +<dd><dl> +<dt> +<span class="refentrytitle"><a href="libgimpwidgets-GimpCairoUtils.html">GimpCairo-utils</a></span><span class="refpurpose"> — Utility functions for cairo</span> +</dt> +<dt> +<span class="refentrytitle"><a href="libgimpwidgets-GimpHelpUI.html">GimpHelpUI</a></span><span class="refpurpose"> — Functions for setting tooltip and help identifier +used by the GIMP help system.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="libgimpwidgets-GimpQueryBox.html">GimpQueryBox</a></span><span class="refpurpose"> — Some simple dialogs to enter a single int, +double, string or boolean value.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="libgimpwidgets-GimpIcons.html">GimpIcons</a></span><span class="refpurpose"> — Prebuilt common menu/toolbar items and +corresponding icons</span> +</dt> +<dt> +<span class="refentrytitle"><a href="libgimpwidgets-GimpEnumWidgets.html">GimpEnumWidgets</a></span><span class="refpurpose"> — A set of utility functions to create widgets +based on enums.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="libgimpwidgets-GimpPropWidgets.html">GimpPropWidgets</a></span><span class="refpurpose"> — Editable views on <span class="type">GObject</span> properties.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="libgimpwidgets-GimpWidgets.html">GimpWidgets</a></span><span class="refpurpose"> — A collection of convenient widget constructors, +standard callbacks and helper functions.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="libgimpwidgets-GimpWidgetsUtils.html">GimpWidgetsUtils</a></span><span class="refpurpose"> — A collection of helper functions.</span> +</dt> +</dl></dd> +<dt><span class="part"><a href="libgimpwidgets-deprecated.html">VII. Deprecated API</a></span></dt> +<dd><dl> +<dt> +<span class="refentrytitle"><a href="libgimpwidgets-GimpOldWidgets.html">GimpOldWidgets</a></span><span class="refpurpose"> — Old API that is still available but declared +as deprecated.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpPixmap.html">GimpPixmap</a></span><span class="refpurpose"> — Widget which creates a <span class="type">GtkPixmap</span> from XPM data.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpUnitMenu.html">GimpUnitMenu</a></span><span class="refpurpose"> — Widget for selecting a <span class="type">GimpUnit</span>.</span> +</dt> +</dl></dd> +<dt><span class="index"><a href="api-index-full.html">Index</a></span></dt> +</dl></div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/left-insensitive.png b/devel-docs/libgimpwidgets/html/left-insensitive.png Binary files differnew file mode 100644 index 0000000..a214ac6 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/left-insensitive.png diff --git a/devel-docs/libgimpwidgets/html/left.png b/devel-docs/libgimpwidgets/html/left.png Binary files differnew file mode 100644 index 0000000..c11c1d0 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/left.png diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpCairoUtils.html b/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpCairoUtils.html new file mode 100644 index 0000000..595e1be --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpCairoUtils.html @@ -0,0 +1,140 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpCairo-utils: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-utils.html" title="Part VI. GIMP Widgets Utilities"> +<link rel="prev" href="libgimpwidgets-utils.html" title="Part VI. GIMP Widgets Utilities"> +<link rel="next" href="libgimpwidgets-GimpHelpUI.html" title="GimpHelpUI"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#libgimpwidgets-GimpCairoUtils.description" class="shortcut">Description</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-utils.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="libgimpwidgets-utils.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="libgimpwidgets-GimpHelpUI.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="libgimpwidgets-GimpCairoUtils"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="libgimpwidgets-GimpCairoUtils.top_of_page"></a>GimpCairo-utils</span></h2> +<p>GimpCairo-utils — Utility functions for cairo</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpCairoUtils.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpCairoUtils.html#gimp-cairo-set-focus-line-pattern" title="gimp_cairo_set_focus_line_pattern ()">gimp_cairo_set_focus_line_pattern</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">cairo_surface_t</span> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpCairoUtils.html#gimp-cairo-surface-create-from-pixbuf" title="gimp_cairo_surface_create_from_pixbuf ()">gimp_cairo_surface_create_from_pixbuf</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpCairoUtils.description"></a><h2>Description</h2> +<p>Utility functions that make cairo easier to use with common +GIMP data types.</p> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpCairoUtils.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-cairo-set-focus-line-pattern"></a><h3>gimp_cairo_set_focus_line_pattern ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_cairo_set_focus_line_pattern (<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre> +<p>Sets color and dash pattern for stroking a focus line on the given +<em class="parameter"><code>cr</code></em> +. The line pattern is taken from <em class="parameter"><code>widget</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-cairo-set-focus-line-pattern.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>cr</p></td> +<td class="parameter_description"><p>Cairo context</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>widget</p></td> +<td class="parameter_description"><p>widget to draw the focus indicator on</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-cairo-set-focus-line-pattern.returns"></a><h4>Returns</h4> +<p> <code class="literal">TRUE</code> if the widget style has a focus line pattern, +<code class="literal">FALSE</code> otherwise</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-cairo-surface-create-from-pixbuf"></a><h3>gimp_cairo_surface_create_from_pixbuf ()</h3> +<pre class="programlisting"><span class="returnvalue">cairo_surface_t</span> * +gimp_cairo_surface_create_from_pixbuf (<em class="parameter"><code><span class="type">GdkPixbuf</span> *pixbuf</code></em>);</pre> +<p>Create a Cairo image surface from a GdkPixbuf.</p> +<p>You should avoid calling this function as there are probably more +efficient ways of achieving the result you are looking for.</p> +<div class="refsect3"> +<a name="gimp-cairo-surface-create-from-pixbuf.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>pixbuf</p></td> +<td class="parameter_description"><p>a <span class="type">GdkPixbuf</span></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-cairo-surface-create-from-pixbuf.returns"></a><h4>Returns</h4> +<p> a <span class="type">cairo_surface_t</span>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpEnumWidgets.html b/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpEnumWidgets.html new file mode 100644 index 0000000..c672ec0 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpEnumWidgets.html @@ -0,0 +1,742 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpEnumWidgets: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-utils.html" title="Part VI. GIMP Widgets Utilities"> +<link rel="prev" href="libgimpwidgets-GimpIcons.html" title="GimpIcons"> +<link rel="next" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#libgimpwidgets-GimpEnumWidgets.description" class="shortcut">Description</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-utils.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="libgimpwidgets-GimpIcons.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="libgimpwidgets-GimpPropWidgets.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="libgimpwidgets-GimpEnumWidgets"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="libgimpwidgets-GimpEnumWidgets.top_of_page"></a>GimpEnumWidgets</span></h2> +<p>GimpEnumWidgets — A set of utility functions to create widgets +based on enums.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpEnumWidgets.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-box-new" title="gimp_enum_radio_box_new ()">gimp_enum_radio_box_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-box-new-with-range" title="gimp_enum_radio_box_new_with_range ()">gimp_enum_radio_box_new_with_range</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-frame-new" title="gimp_enum_radio_frame_new ()">gimp_enum_radio_frame_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-frame-new-with-range" title="gimp_enum_radio_frame_new_with_range ()">gimp_enum_radio_frame_new_with_range</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-new" title="gimp_enum_stock_box_new ()">gimp_enum_stock_box_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-new-with-range" title="gimp_enum_stock_box_new_with_range ()">gimp_enum_stock_box_new_with_range</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-set-child-padding" title="gimp_enum_stock_box_set_child_padding ()">gimp_enum_stock_box_set_child_padding</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-icon-box-new" title="gimp_enum_icon_box_new ()">gimp_enum_icon_box_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-icon-box-new-with-range" title="gimp_enum_icon_box_new_with_range ()">gimp_enum_icon_box_new_with_range</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-icon-box-set-child-padding" title="gimp_enum_icon_box_set_child_padding ()">gimp_enum_icon_box_set_child_padding</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpEnumWidgets.description"></a><h2>Description</h2> +<p>A set of utility functions to create widgets based on enums.</p> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpEnumWidgets.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-enum-radio-box-new"></a><h3>gimp_enum_radio_box_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_enum_radio_box_new (<em class="parameter"><code><span class="type">GType</span> enum_type</code></em>, + <em class="parameter"><code><span class="type">GCallback</span> callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> callback_data</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> **first_button</code></em>);</pre> +<p>Creates a new group of <a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButtons</span></a> representing the enum +values. A group of radiobuttons is a good way to represent enums +with up to three or four values. Often it is better to use a +<a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox"><span class="type">GimpEnumComboBox</span></a> instead.</p> +<div class="refsect3"> +<a name="gimp-enum-radio-box-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>enum_type</p></td> +<td class="parameter_description"><p>the <span class="type">GType</span> of an enum.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback</p></td> +<td class="parameter_description"><p>a callback to connect to the "toggled" signal of each +<a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButton</span></a> that is created.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback_data</p></td> +<td class="parameter_description"><p>data to pass to the <em class="parameter"><code>callback</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>first_button</p></td> +<td class="parameter_description"><p>returns the first button in the created group.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-enum-radio-box-new.returns"></a><h4>Returns</h4> +<p> a new <a href="https://developer.gnome.org/gtk3/GtkVBox.html#GtkVBox-struct"><span class="type">GtkVBox</span></a> holding a group of <a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButtons</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-enum-radio-box-new-with-range"></a><h3>gimp_enum_radio_box_new_with_range ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_enum_radio_box_new_with_range (<em class="parameter"><code><span class="type">GType</span> enum_type</code></em>, + <em class="parameter"><code><span class="type">gint</span> minimum</code></em>, + <em class="parameter"><code><span class="type">gint</span> maximum</code></em>, + <em class="parameter"><code><span class="type">GCallback</span> callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> callback_data</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> **first_button</code></em>);</pre> +<p>Just like <a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-box-new" title="gimp_enum_radio_box_new ()"><code class="function">gimp_enum_radio_box_new()</code></a>, this function creates a group +of radio buttons, but additionally it supports limiting the range +of available enum values.</p> +<div class="refsect3"> +<a name="gimp-enum-radio-box-new-with-range.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>minimum</p></td> +<td class="parameter_description"><p>the minimum enum value</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>maximum</p></td> +<td class="parameter_description"><p>the maximum enum value</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>enum_type</p></td> +<td class="parameter_description"><p>the <span class="type">GType</span> of an enum.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback</p></td> +<td class="parameter_description"><p>a callback to connect to the "toggled" signal of each +<a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButton</span></a> that is created.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback_data</p></td> +<td class="parameter_description"><p>data to pass to the <em class="parameter"><code>callback</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>first_button</p></td> +<td class="parameter_description"><p>returns the first button in the created group.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-enum-radio-box-new-with-range.returns"></a><h4>Returns</h4> +<p> a new <a href="https://developer.gnome.org/gtk3/GtkVBox.html#GtkVBox-struct"><span class="type">GtkVBox</span></a> holding a group of <a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButtons</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-enum-radio-frame-new"></a><h3>gimp_enum_radio_frame_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_enum_radio_frame_new (<em class="parameter"><code><span class="type">GType</span> enum_type</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *label_widget</code></em>, + <em class="parameter"><code><span class="type">GCallback</span> callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> callback_data</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> **first_button</code></em>);</pre> +<p>Calls <a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-box-new" title="gimp_enum_radio_box_new ()"><code class="function">gimp_enum_radio_box_new()</code></a> and puts the resulting vbox into a +<a href="https://developer.gnome.org/gtk3/GtkFrame.html#GtkFrame-struct"><span class="type">GtkFrame</span></a>.</p> +<div class="refsect3"> +<a name="gimp-enum-radio-frame-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>enum_type</p></td> +<td class="parameter_description"><p>the <span class="type">GType</span> of an enum.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>label_widget</p></td> +<td class="parameter_description"><p>a widget to use as label for the frame that will +hold the radio box.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback</p></td> +<td class="parameter_description"><p>a callback to connect to the "toggled" signal of each +<a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButton</span></a> that is created.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback_data</p></td> +<td class="parameter_description"><p>data to pass to the <em class="parameter"><code>callback</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>first_button</p></td> +<td class="parameter_description"><p>returns the first button in the created group.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-enum-radio-frame-new.returns"></a><h4>Returns</h4> +<p> a new <a href="https://developer.gnome.org/gtk3/GtkFrame.html#GtkFrame-struct"><span class="type">GtkFrame</span></a> holding a group of <a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButtons</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-enum-radio-frame-new-with-range"></a><h3>gimp_enum_radio_frame_new_with_range ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_enum_radio_frame_new_with_range (<em class="parameter"><code><span class="type">GType</span> enum_type</code></em>, + <em class="parameter"><code><span class="type">gint</span> minimum</code></em>, + <em class="parameter"><code><span class="type">gint</span> maximum</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *label_widget</code></em>, + <em class="parameter"><code><span class="type">GCallback</span> callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> callback_data</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> **first_button</code></em>);</pre> +<p>Calls <a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-box-new-with-range" title="gimp_enum_radio_box_new_with_range ()"><code class="function">gimp_enum_radio_box_new_with_range()</code></a> and puts the resulting +vbox into a <a href="https://developer.gnome.org/gtk3/GtkFrame.html#GtkFrame-struct"><span class="type">GtkFrame</span></a>.</p> +<div class="refsect3"> +<a name="gimp-enum-radio-frame-new-with-range.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>enum_type</p></td> +<td class="parameter_description"><p>the <span class="type">GType</span> of an enum.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>minimum</p></td> +<td class="parameter_description"><p>the minimum enum value</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>maximum</p></td> +<td class="parameter_description"><p>the maximum enum value</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>label_widget</p></td> +<td class="parameter_description"><p>a widget to put into the frame that will hold the radio box.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback</p></td> +<td class="parameter_description"><p>a callback to connect to the "toggled" signal of each +<a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButton</span></a> that is created.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback_data</p></td> +<td class="parameter_description"><p>data to pass to the <em class="parameter"><code>callback</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>first_button</p></td> +<td class="parameter_description"><p>returns the first button in the created group.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-enum-radio-frame-new-with-range.returns"></a><h4>Returns</h4> +<p> a new <a href="https://developer.gnome.org/gtk3/GtkFrame.html#GtkFrame-struct"><span class="type">GtkFrame</span></a> holding a group of <a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButtons</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-enum-stock-box-new"></a><h3>gimp_enum_stock_box_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_enum_stock_box_new (<em class="parameter"><code><span class="type">GType</span> enum_type</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *stock_prefix</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/gtk3-Themeable-Stock-Images.html#GtkIconSize"><span class="type">GtkIconSize</span></a> icon_size</code></em>, + <em class="parameter"><code><span class="type">GCallback</span> callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> callback_data</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> **first_button</code></em>);</pre> +<div class="warning"> +<p><code class="literal">gimp_enum_stock_box_new</code> is deprecated and should not be used in newly-written code.</p> +<p>GIMP 2.10</p> +</div> +<p>Creates a horizontal box of radio buttons with stock icons. The +stock_id for each icon is created by appending the enum_value's +nick to the given <em class="parameter"><code>stock_prefix</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-enum-stock-box-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>enum_type</p></td> +<td class="parameter_description"><p>the <span class="type">GType</span> of an enum.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>stock_prefix</p></td> +<td class="parameter_description"><p>the prefix of the group of stock ids to use.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>icon_size</p></td> +<td class="parameter_description"><p>the icon size for the stock icons</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback</p></td> +<td class="parameter_description"><p>a callback to connect to the "toggled" signal of each +<a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButton</span></a> that is created.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback_data</p></td> +<td class="parameter_description"><p>data to pass to the <em class="parameter"><code>callback</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>first_button</p></td> +<td class="parameter_description"><p>returns the first button in the created group.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-enum-stock-box-new.returns"></a><h4>Returns</h4> +<p> a new <a href="https://developer.gnome.org/gtk3/GtkHBox.html#GtkHBox-struct"><span class="type">GtkHBox</span></a> holding a group of <a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButtons</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-enum-stock-box-new-with-range"></a><h3>gimp_enum_stock_box_new_with_range ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_enum_stock_box_new_with_range (<em class="parameter"><code><span class="type">GType</span> enum_type</code></em>, + <em class="parameter"><code><span class="type">gint</span> minimum</code></em>, + <em class="parameter"><code><span class="type">gint</span> maximum</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *stock_prefix</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/gtk3-Themeable-Stock-Images.html#GtkIconSize"><span class="type">GtkIconSize</span></a> icon_size</code></em>, + <em class="parameter"><code><span class="type">GCallback</span> callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> callback_data</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> **first_button</code></em>);</pre> +<div class="warning"> +<p><code class="literal">gimp_enum_stock_box_new_with_range</code> is deprecated and should not be used in newly-written code.</p> +<p>GIMP 2.10</p> +</div> +<p>Just like <a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-new" title="gimp_enum_stock_box_new ()"><code class="function">gimp_enum_stock_box_new()</code></a>, this function creates a group +of radio buttons, but additionally it supports limiting the range +of available enum values.</p> +<div class="refsect3"> +<a name="gimp-enum-stock-box-new-with-range.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>enum_type</p></td> +<td class="parameter_description"><p>the <span class="type">GType</span> of an enum.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>minimum</p></td> +<td class="parameter_description"><p>the minumim enum value</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>maximum</p></td> +<td class="parameter_description"><p>the maximum enum value</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>stock_prefix</p></td> +<td class="parameter_description"><p>the prefix of the group of stock ids to use.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>icon_size</p></td> +<td class="parameter_description"><p>the icon size for the stock icons</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback</p></td> +<td class="parameter_description"><p>a callback to connect to the "toggled" signal of each +<a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButton</span></a> that is created.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback_data</p></td> +<td class="parameter_description"><p>data to pass to the <em class="parameter"><code>callback</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>first_button</p></td> +<td class="parameter_description"><p>returns the first button in the created group.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-enum-stock-box-new-with-range.returns"></a><h4>Returns</h4> +<p> a new <a href="https://developer.gnome.org/gtk3/GtkHBox.html#GtkHBox-struct"><span class="type">GtkHBox</span></a> holding a group of <a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButtons</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-enum-stock-box-set-child-padding"></a><h3>gimp_enum_stock_box_set_child_padding ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_enum_stock_box_set_child_padding (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *stock_box</code></em>, + <em class="parameter"><code><span class="type">gint</span> xpad</code></em>, + <em class="parameter"><code><span class="type">gint</span> ypad</code></em>);</pre> +<div class="warning"> +<p><code class="literal">gimp_enum_stock_box_set_child_padding</code> is deprecated and should not be used in newly-written code.</p> +<p>GIMP 2.10</p> +</div> +<p>Sets the padding of all buttons in a box created by +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-new" title="gimp_enum_stock_box_new ()"><code class="function">gimp_enum_stock_box_new()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-enum-stock-box-set-child-padding.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>stock_box</p></td> +<td class="parameter_description"><p>a stock box widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>xpad</p></td> +<td class="parameter_description"><p>horizontal padding</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>ypad</p></td> +<td class="parameter_description"><p>vertical padding</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-enum-icon-box-new"></a><h3>gimp_enum_icon_box_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_enum_icon_box_new (<em class="parameter"><code><span class="type">GType</span> enum_type</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *icon_prefix</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/gtk3-Themeable-Stock-Images.html#GtkIconSize"><span class="type">GtkIconSize</span></a> icon_size</code></em>, + <em class="parameter"><code><span class="type">GCallback</span> callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> callback_data</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> **first_button</code></em>);</pre> +<p>Creates a horizontal box of radio buttons with named icons. The +icon name for each icon is created by appending the enum_value's +nick to the given <em class="parameter"><code>icon_prefix</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-enum-icon-box-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>enum_type</p></td> +<td class="parameter_description"><p>the <span class="type">GType</span> of an enum.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>icon_prefix</p></td> +<td class="parameter_description"><p>the prefix of the group of icon names to use.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>icon_size</p></td> +<td class="parameter_description"><p>the icon size for the icons</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback</p></td> +<td class="parameter_description"><p>a callback to connect to the "toggled" signal of each +<a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButton</span></a> that is created.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback_data</p></td> +<td class="parameter_description"><p>data to pass to the <em class="parameter"><code>callback</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>first_button</p></td> +<td class="parameter_description"><p>returns the first button in the created group.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-enum-icon-box-new.returns"></a><h4>Returns</h4> +<p> a new <a href="https://developer.gnome.org/gtk3/GtkHBox.html#GtkHBox-struct"><span class="type">GtkHBox</span></a> holding a group of <a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButtons</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-enum-icon-box-new-with-range"></a><h3>gimp_enum_icon_box_new_with_range ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_enum_icon_box_new_with_range (<em class="parameter"><code><span class="type">GType</span> enum_type</code></em>, + <em class="parameter"><code><span class="type">gint</span> minimum</code></em>, + <em class="parameter"><code><span class="type">gint</span> maximum</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *icon_prefix</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/gtk3-Themeable-Stock-Images.html#GtkIconSize"><span class="type">GtkIconSize</span></a> icon_size</code></em>, + <em class="parameter"><code><span class="type">GCallback</span> callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> callback_data</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> **first_button</code></em>);</pre> +<p>Just like <a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-icon-box-new" title="gimp_enum_icon_box_new ()"><code class="function">gimp_enum_icon_box_new()</code></a>, this function creates a group +of radio buttons, but additionally it supports limiting the range +of available enum values.</p> +<div class="refsect3"> +<a name="gimp-enum-icon-box-new-with-range.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>enum_type</p></td> +<td class="parameter_description"><p>the <span class="type">GType</span> of an enum.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>minimum</p></td> +<td class="parameter_description"><p>the minumim enum value</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>maximum</p></td> +<td class="parameter_description"><p>the maximum enum value</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>icon_prefix</p></td> +<td class="parameter_description"><p>the prefix of the group of icon names to use.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>icon_size</p></td> +<td class="parameter_description"><p>the icon size for the icons</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback</p></td> +<td class="parameter_description"><p>a callback to connect to the "toggled" signal of each +<a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButton</span></a> that is created.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback_data</p></td> +<td class="parameter_description"><p>data to pass to the <em class="parameter"><code>callback</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>first_button</p></td> +<td class="parameter_description"><p>returns the first button in the created group.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-enum-icon-box-new-with-range.returns"></a><h4>Returns</h4> +<p> a new <a href="https://developer.gnome.org/gtk3/GtkHBox.html#GtkHBox-struct"><span class="type">GtkHBox</span></a> holding a group of <a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButtons</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-enum-icon-box-set-child-padding"></a><h3>gimp_enum_icon_box_set_child_padding ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_enum_icon_box_set_child_padding (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *icon_box</code></em>, + <em class="parameter"><code><span class="type">gint</span> xpad</code></em>, + <em class="parameter"><code><span class="type">gint</span> ypad</code></em>);</pre> +<p>Sets the padding of all buttons in a box created by +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-icon-box-new" title="gimp_enum_icon_box_new ()"><code class="function">gimp_enum_icon_box_new()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-enum-icon-box-set-child-padding.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>icon_box</p></td> +<td class="parameter_description"><p>an icon box widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>xpad</p></td> +<td class="parameter_description"><p>horizontal padding</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>ypad</p></td> +<td class="parameter_description"><p>vertical padding</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpHelpUI.html b/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpHelpUI.html new file mode 100644 index 0000000..ce1cb0f --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpHelpUI.html @@ -0,0 +1,409 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpHelpUI: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-utils.html" title="Part VI. GIMP Widgets Utilities"> +<link rel="prev" href="libgimpwidgets-GimpCairoUtils.html" title="GimpCairo-utils"> +<link rel="next" href="libgimpwidgets-GimpQueryBox.html" title="GimpQueryBox"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#libgimpwidgets-GimpHelpUI.description" class="shortcut">Description</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-utils.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="libgimpwidgets-GimpCairoUtils.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="libgimpwidgets-GimpQueryBox.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="libgimpwidgets-GimpHelpUI"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="libgimpwidgets-GimpHelpUI.top_of_page"></a>GimpHelpUI</span></h2> +<p>GimpHelpUI — Functions for setting tooltip and help identifier +used by the GIMP help system.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpHelpUI.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<span class="c_punctuation">(</span><a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc" title="GimpHelpFunc ()">*GimpHelpFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-enable-tooltips" title="gimp_help_enable_tooltips ()">gimp_help_enable_tooltips</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-disable-tooltips" title="gimp_help_disable_tooltips ()">gimp_help_disable_tooltips</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-standard-help-func" title="gimp_standard_help_func ()">gimp_standard_help_func</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-connect" title="gimp_help_connect ()">gimp_help_connect</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data" title="gimp_help_set_help_data ()">gimp_help_set_help_data</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data-with-markup" title="gimp_help_set_help_data_with_markup ()">gimp_help_set_help_data_with_markup</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-context-help" title="gimp_context_help ()">gimp_context_help</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpHelpUI.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody><tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpHelpUI.html#GIMP-HELP-ID:CAPS" title="GIMP_HELP_ID">GIMP_HELP_ID</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpHelpUI.description"></a><h2>Description</h2> +<p>Functions for setting tooltip and help identifier used by the GIMP +help system.</p> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpHelpUI.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="GimpHelpFunc"></a><h3>GimpHelpFunc ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +<span class="c_punctuation">(</span>*GimpHelpFunc<span class="c_punctuation">)</span> (<em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> help_data</code></em>);</pre> +<p>This is the prototype for all functions you pass as <em class="parameter"><code>help_func</code></em> + to +the various GIMP dialog constructors like <a class="link" href="GimpDialog.html#gimp-dialog-new" title="gimp_dialog_new ()"><code class="function">gimp_dialog_new()</code></a>, +<a class="link" href="libgimpwidgets-GimpQueryBox.html#gimp-query-int-box" title="gimp_query_int_box ()"><code class="function">gimp_query_int_box()</code></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 class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-connect" title="gimp_help_connect ()"><code class="function">gimp_help_connect()</code></a>.</p> +<p>In most cases it will be ok to use <a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-standard-help-func" title="gimp_standard_help_func ()"><code class="function">gimp_standard_help_func()</code></a> which +does nothing but passing the <em class="parameter"><code>help_id</code></em> + string to <a href="/local/head/share/gtk-doc/html/libgimp3/libgimp3-gimphelp.html#gimp-help"><code class="function">gimp_help()</code></a>. If +your plug-in needs some more sophisticated help handling you can +provide your own <em class="parameter"><code>help_func</code></em> + which has to call <a href="/local/head/share/gtk-doc/html/libgimp3/libgimp3-gimphelp.html#gimp-help"><code class="function">gimp_help()</code></a> to +actually display the help.</p> +<div class="refsect3"> +<a name="GimpHelpFunc.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>help_id</p></td> +<td class="parameter_description"><p>the help ID</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_data</p></td> +<td class="parameter_description"><p>the help user data</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-help-enable-tooltips"></a><h3>gimp_help_enable_tooltips ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_help_enable_tooltips (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<p>Enable tooltips to be shown in the GIMP user interface.</p> +<p>As a plug-in author, you don't need to care about this as this +function is called for you from <a href="/local/head/share/gtk-doc/html/libgimp3/libgimp3-gimpui.html#gimp-ui-init"><code class="function">gimp_ui_init()</code></a>. This ensures that +the user setting from the GIMP preferences dialog is respected in +all plug-in dialogs.</p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-help-disable-tooltips"></a><h3>gimp_help_disable_tooltips ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_help_disable_tooltips (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<p>Disable tooltips to be shown in the GIMP user interface.</p> +<p>As a plug-in author, you don't need to care about this as this +function is called for you from <a href="/local/head/share/gtk-doc/html/libgimp3/libgimp3-gimpui.html#gimp-ui-init"><code class="function">gimp_ui_init()</code></a>. This ensures that +the user setting from the GIMP preferences dialog is respected in +all plug-in dialogs.</p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-standard-help-func"></a><h3>gimp_standard_help_func ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_standard_help_func (<em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> help_data</code></em>);</pre> +<p>This is the standard GIMP help function which does nothing but calling +<a href="/local/head/share/gtk-doc/html/libgimp3/libgimp3-gimphelp.html#gimp-help"><code class="function">gimp_help()</code></a>. It is the right function to use in almost all cases.</p> +<div class="refsect3"> +<a name="gimp-standard-help-func.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>help_id</p></td> +<td class="parameter_description"><p>A unique help identifier.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_data</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>help_data</code></em> +passed to <a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-connect" title="gimp_help_connect ()"><code class="function">gimp_help_connect()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-help-connect"></a><h3>gimp_help_connect ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_help_connect (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>, + <em class="parameter"><code><a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc" title="GimpHelpFunc ()"><span class="type">GimpHelpFunc</span></a> help_func</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> help_data</code></em>);</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> +<div class="refsect3"> +<a name="gimp-help-connect.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>widget</p></td> +<td class="parameter_description"><p>The widget you want to connect the help accelerator for. Will +be a <a href="https://developer.gnome.org/gtk3/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> in most cases.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_func</p></td> +<td class="parameter_description"><p>The function which will be called if the user presses "F1".</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_id</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>help_id</code></em> +which will be passed to <em class="parameter"><code>help_func</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_data</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>help_data</code></em> +pointer which will be passed to <em class="parameter"><code>help_func</code></em> +.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-help-set-help-data"></a><h3>gimp_help_set_help_data ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_help_set_help_data (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *tooltip</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>);</pre> +<p>The reason why we don't use <a href="https://developer.gnome.org/gtk3/GtkWidget.html#gtk-widget-set-tooltip-text"><code class="function">gtk_widget_set_tooltip_text()</code></a> is that +elements in the GIMP user interface should, if possible, also have +a <em class="parameter"><code>help_id</code></em> + set for context-sensitive help.</p> +<p>This function can be called with <span class="type">NULL</span> for <em class="parameter"><code>tooltip</code></em> +. Use this feature +if you want to set a help link for a widget which shouldn't have +a visible tooltip.</p> +<div class="refsect3"> +<a name="gimp-help-set-help-data.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>widget</p></td> +<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> you want to set a <em class="parameter"><code>tooltip</code></em> +and/or <em class="parameter"><code>help_id</code></em> +for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>tooltip</p></td> +<td class="parameter_description"><p>The text for this widget's tooltip (or <code class="literal">NULL</code>).</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_id</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>help_id</code></em> +for the <span class="type">GtkTipsQuery</span> tooltips inspector.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-help-set-help-data-with-markup"></a><h3>gimp_help_set_help_data_with_markup ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_help_set_help_data_with_markup (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *tooltip</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>);</pre> +<p>Just like <a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data" title="gimp_help_set_help_data ()"><code class="function">gimp_help_set_help_data()</code></a>, but supports to pass text +which is marked up with <GTKDOCLINK HREF="PangoMarkupFormat">Pango +text markup language</GTKDOCLINK>.</p> +<div class="refsect3"> +<a name="gimp-help-set-help-data-with-markup.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>widget</p></td> +<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> you want to set a <em class="parameter"><code>tooltip</code></em> +and/or <em class="parameter"><code>help_id</code></em> +for.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>tooltip</p></td> +<td class="parameter_description"><p>The markup for this widget's tooltip (or <code class="literal">NULL</code>).</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_id</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>help_id</code></em> +for the <span class="type">GtkTipsQuery</span> tooltips inspector.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-context-help"></a><h3>gimp_context_help ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_context_help (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>);</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 <em class="parameter"><code>help_id</code></em> + string attached +(see <a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data" title="gimp_help_set_help_data ()"><code class="function">gimp_help_set_help_data()</code></a>), the corresponding help page will +be displayed. Otherwise the help system will ascend the widget hierarchy +until it finds an attached <em class="parameter"><code>help_id</code></em> + string (which should be the +case at least for every window/dialog).</p> +<div class="refsect3"> +<a name="gimp-context-help.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>widget</p></td> +<td class="parameter_description"><p>Any <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> on the screen.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +</div> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpHelpUI.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GIMP-HELP-ID:CAPS"></a><h3>GIMP_HELP_ID</h3> +<pre class="programlisting">#define GIMP_HELP_ID (gimp_help_id_quark ()) +</pre> +<p>The <span class="type">GQuark</span> used to attach GIMP help IDs to widgets.</p> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpIcons.html b/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpIcons.html new file mode 100644 index 0000000..587f8e8 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpIcons.html @@ -0,0 +1,5494 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpIcons: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-utils.html" title="Part VI. GIMP Widgets Utilities"> +<link rel="prev" href="libgimpwidgets-GimpQueryBox.html" title="GimpQueryBox"> +<link rel="next" href="libgimpwidgets-GimpEnumWidgets.html" title="GimpEnumWidgets"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#libgimpwidgets-GimpIcons.description" class="shortcut">Description</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-utils.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="libgimpwidgets-GimpQueryBox.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="libgimpwidgets-GimpEnumWidgets.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="libgimpwidgets-GimpIcons"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="libgimpwidgets-GimpIcons.top_of_page"></a>GimpIcons</span></h2> +<p>GimpIcons — Prebuilt common menu/toolbar items and +corresponding icons</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpIcons.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpIcons.html#gimp-stock-init" title="gimp_stock_init ()">gimp_stock_init</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpIcons.html#gimp-icons-init" title="gimp_icons_init ()">gimp_icons_init</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpIcons.html#gimp-icons-set-icon-theme" title="gimp_icons_set_icon_theme ()">gimp_icons_set_icon_theme</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpIcons.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-ATTACH:CAPS" title="GIMP_ICON_ATTACH">GIMP_ICON_ATTACH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DETACH:CAPS" title="GIMP_ICON_DETACH">GIMP_ICON_DETACH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-INVERT:CAPS" title="GIMP_ICON_INVERT">GIMP_ICON_INVERT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-RECORD:CAPS" title="GIMP_ICON_RECORD">GIMP_ICON_RECORD</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-RESET:CAPS" title="GIMP_ICON_RESET">GIMP_ICON_RESET</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SHRED:CAPS" title="GIMP_ICON_SHRED">GIMP_ICON_SHRED</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-BUSINESS-CARD:CAPS" title="GIMP_ICON_BUSINESS_CARD">GIMP_ICON_BUSINESS_CARD</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHAR-PICKER:CAPS" title="GIMP_ICON_CHAR_PICKER">GIMP_ICON_CHAR_PICKER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CURSOR:CAPS" title="GIMP_ICON_CURSOR">GIMP_ICON_CURSOR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY:CAPS" title="GIMP_ICON_DISPLAY">GIMP_ICON_DISPLAY</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GEGL:CAPS" title="GIMP_ICON_GEGL">GIMP_ICON_GEGL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LINKED:CAPS" title="GIMP_ICON_LINKED">GIMP_ICON_LINKED</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-MARKER:CAPS" title="GIMP_ICON_MARKER">GIMP_ICON_MARKER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SMARTPHONE:CAPS" title="GIMP_ICON_SMARTPHONE">GIMP_ICON_SMARTPHONE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TRANSPARENCY:CAPS" title="GIMP_ICON_TRANSPARENCY">GIMP_ICON_TRANSPARENCY</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-VIDEO:CAPS" title="GIMP_ICON_VIDEO">GIMP_ICON_VIDEO</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-VISIBLE:CAPS" title="GIMP_ICON_VISIBLE">GIMP_ICON_VISIBLE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-WEB:CAPS" title="GIMP_ICON_WEB">GIMP_ICON_WEB</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-BRUSH:CAPS" title="GIMP_ICON_BRUSH">GIMP_ICON_BRUSH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-BUFFER:CAPS" title="GIMP_ICON_BUFFER">GIMP_ICON_BUFFER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLORMAP:CAPS" title="GIMP_ICON_COLORMAP">GIMP_ICON_COLORMAP</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DYNAMICS:CAPS" title="GIMP_ICON_DYNAMICS">GIMP_ICON_DYNAMICS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FILE-MANAGER:CAPS" title="GIMP_ICON_FILE_MANAGER">GIMP_ICON_FILE_MANAGER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FONT:CAPS" title="GIMP_ICON_FONT">GIMP_ICON_FONT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT:CAPS" title="GIMP_ICON_GRADIENT">GIMP_ICON_GRADIENT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRID:CAPS" title="GIMP_ICON_GRID">GIMP_ICON_GRID</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-INPUT-DEVICE:CAPS" title="GIMP_ICON_INPUT_DEVICE">GIMP_ICON_INPUT_DEVICE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-MYPAINT-BRUSH:CAPS" title="GIMP_ICON_MYPAINT_BRUSH">GIMP_ICON_MYPAINT_BRUSH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PALETTE:CAPS" title="GIMP_ICON_PALETTE">GIMP_ICON_PALETTE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PATTERN:CAPS" title="GIMP_ICON_PATTERN">GIMP_ICON_PATTERN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PLUGIN:CAPS" title="GIMP_ICON_PLUGIN">GIMP_ICON_PLUGIN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SAMPLE-POINT:CAPS" title="GIMP_ICON_SAMPLE_POINT">GIMP_ICON_SAMPLE_POINT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SYMMETRY:CAPS" title="GIMP_ICON_SYMMETRY">GIMP_ICON_SYMMETRY</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TEMPLATE:CAPS" title="GIMP_ICON_TEMPLATE">GIMP_ICON_TEMPLATE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-PRESET:CAPS" title="GIMP_ICON_TOOL_PRESET">GIMP_ICON_TOOL_PRESET</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FRAME:CAPS" title="GIMP_ICON_FRAME">GIMP_ICON_FRAME</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TEXTURE:CAPS" title="GIMP_ICON_TEXTURE">GIMP_ICON_TEXTURE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-APPLICATION-EXIT:CAPS" title="GIMP_ICON_APPLICATION_EXIT">GIMP_ICON_APPLICATION_EXIT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-ASPECT-PORTRAIT:CAPS" title="GIMP_ICON_ASPECT_PORTRAIT">GIMP_ICON_ASPECT_PORTRAIT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-ASPECT-LANDSCAPE:CAPS" title="GIMP_ICON_ASPECT_LANDSCAPE">GIMP_ICON_ASPECT_LANDSCAPE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CAP-BUTT:CAPS" title="GIMP_ICON_CAP_BUTT">GIMP_ICON_CAP_BUTT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CAP-ROUND:CAPS" title="GIMP_ICON_CAP_ROUND">GIMP_ICON_CAP_ROUND</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CAP-SQUARE:CAPS" title="GIMP_ICON_CAP_SQUARE">GIMP_ICON_CAP_SQUARE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CENTER:CAPS" title="GIMP_ICON_CENTER">GIMP_ICON_CENTER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CENTER-HORIZONTAL:CAPS" title="GIMP_ICON_CENTER_HORIZONTAL">GIMP_ICON_CENTER_HORIZONTAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CENTER-VERTICAL:CAPS" title="GIMP_ICON_CENTER_VERTICAL">GIMP_ICON_CENTER_VERTICAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHAIN-HORIZONTAL:CAPS" title="GIMP_ICON_CHAIN_HORIZONTAL">GIMP_ICON_CHAIN_HORIZONTAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHAIN-HORIZONTAL-BROKEN:CAPS" title="GIMP_ICON_CHAIN_HORIZONTAL_BROKEN">GIMP_ICON_CHAIN_HORIZONTAL_BROKEN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHAIN-VERTICAL:CAPS" title="GIMP_ICON_CHAIN_VERTICAL">GIMP_ICON_CHAIN_VERTICAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHAIN-VERTICAL-BROKEN:CAPS" title="GIMP_ICON_CHAIN_VERTICAL_BROKEN">GIMP_ICON_CHAIN_VERTICAL_BROKEN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL:CAPS" title="GIMP_ICON_CHANNEL">GIMP_ICON_CHANNEL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL-ALPHA:CAPS" title="GIMP_ICON_CHANNEL_ALPHA">GIMP_ICON_CHANNEL_ALPHA</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL-BLUE:CAPS" title="GIMP_ICON_CHANNEL_BLUE">GIMP_ICON_CHANNEL_BLUE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL-GRAY:CAPS" title="GIMP_ICON_CHANNEL_GRAY">GIMP_ICON_CHANNEL_GRAY</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL-GREEN:CAPS" title="GIMP_ICON_CHANNEL_GREEN">GIMP_ICON_CHANNEL_GREEN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL-INDEXED:CAPS" title="GIMP_ICON_CHANNEL_INDEXED">GIMP_ICON_CHANNEL_INDEXED</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL-RED:CAPS" title="GIMP_ICON_CHANNEL_RED">GIMP_ICON_CHANNEL_RED</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CLOSE:CAPS" title="GIMP_ICON_CLOSE">GIMP_ICON_CLOSE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CLOSE-ALL:CAPS" title="GIMP_ICON_CLOSE_ALL">GIMP_ICON_CLOSE_ALL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-PICKER-BLACK:CAPS" title="GIMP_ICON_COLOR_PICKER_BLACK">GIMP_ICON_COLOR_PICKER_BLACK</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-PICKER-GRAY:CAPS" title="GIMP_ICON_COLOR_PICKER_GRAY">GIMP_ICON_COLOR_PICKER_GRAY</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-PICKER-WHITE:CAPS" title="GIMP_ICON_COLOR_PICKER_WHITE">GIMP_ICON_COLOR_PICKER_WHITE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-PICK-FROM-SCREEN:CAPS" title="GIMP_ICON_COLOR_PICK_FROM_SCREEN">GIMP_ICON_COLOR_PICK_FROM_SCREEN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-SELECTOR-CMYK:CAPS" title="GIMP_ICON_COLOR_SELECTOR_CMYK">GIMP_ICON_COLOR_SELECTOR_CMYK</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-SELECTOR-TRIANGLE:CAPS" title="GIMP_ICON_COLOR_SELECTOR_TRIANGLE">GIMP_ICON_COLOR_SELECTOR_TRIANGLE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-SELECTOR-WATER:CAPS" title="GIMP_ICON_COLOR_SELECTOR_WATER">GIMP_ICON_COLOR_SELECTOR_WATER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-SPACE-LINEAR:CAPS" title="GIMP_ICON_COLOR_SPACE_LINEAR">GIMP_ICON_COLOR_SPACE_LINEAR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-SPACE-NON-LINEAR:CAPS" title="GIMP_ICON_COLOR_SPACE_NON_LINEAR">GIMP_ICON_COLOR_SPACE_NON_LINEAR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-SPACE-PERCEPTUAL:CAPS" title="GIMP_ICON_COLOR_SPACE_PERCEPTUAL">GIMP_ICON_COLOR_SPACE_PERCEPTUAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLORS-DEFAULT:CAPS" title="GIMP_ICON_COLORS_DEFAULT">GIMP_ICON_COLORS_DEFAULT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLORS-SWAP:CAPS" title="GIMP_ICON_COLORS_SWAP">GIMP_ICON_COLORS_SWAP</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONTROLLER:CAPS" title="GIMP_ICON_CONTROLLER">GIMP_ICON_CONTROLLER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONTROLLER-KEYBOARD:CAPS" title="GIMP_ICON_CONTROLLER_KEYBOARD">GIMP_ICON_CONTROLLER_KEYBOARD</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONTROLLER-LINUX-INPUT:CAPS" title="GIMP_ICON_CONTROLLER_LINUX_INPUT">GIMP_ICON_CONTROLLER_LINUX_INPUT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONTROLLER-MIDI:CAPS" title="GIMP_ICON_CONTROLLER_MIDI">GIMP_ICON_CONTROLLER_MIDI</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONTROLLER-MOUSE:CAPS" title="GIMP_ICON_CONTROLLER_MOUSE">GIMP_ICON_CONTROLLER_MOUSE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONTROLLER-WHEEL:CAPS" title="GIMP_ICON_CONTROLLER_WHEEL">GIMP_ICON_CONTROLLER_WHEEL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONVERT-RGB:CAPS" title="GIMP_ICON_CONVERT_RGB">GIMP_ICON_CONVERT_RGB</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONVERT-GRAYSCALE:CAPS" title="GIMP_ICON_CONVERT_GRAYSCALE">GIMP_ICON_CONVERT_GRAYSCALE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONVERT-INDEXED:CAPS" title="GIMP_ICON_CONVERT_INDEXED">GIMP_ICON_CONVERT_INDEXED</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONVERT-PRECISION:CAPS" title="GIMP_ICON_CONVERT_PRECISION">GIMP_ICON_CONVERT_PRECISION</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CURVE-FREE:CAPS" title="GIMP_ICON_CURVE_FREE">GIMP_ICON_CURVE_FREE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-CURVE-SMOOTH:CAPS" title="GIMP_ICON_CURVE_SMOOTH">GIMP_ICON_CURVE_SMOOTH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-CHANNELS:CAPS" title="GIMP_ICON_DIALOG_CHANNELS">GIMP_ICON_DIALOG_CHANNELS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-DASHBOARD:CAPS" title="GIMP_ICON_DIALOG_DASHBOARD">GIMP_ICON_DIALOG_DASHBOARD</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-DEVICE-STATUS:CAPS" title="GIMP_ICON_DIALOG_DEVICE_STATUS">GIMP_ICON_DIALOG_DEVICE_STATUS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-ERROR:CAPS" title="GIMP_ICON_DIALOG_ERROR">GIMP_ICON_DIALOG_ERROR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-IMAGES:CAPS" title="GIMP_ICON_DIALOG_IMAGES">GIMP_ICON_DIALOG_IMAGES</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-INFORMATION:CAPS" title="GIMP_ICON_DIALOG_INFORMATION">GIMP_ICON_DIALOG_INFORMATION</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-LAYERS:CAPS" title="GIMP_ICON_DIALOG_LAYERS">GIMP_ICON_DIALOG_LAYERS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-NAVIGATION:CAPS" title="GIMP_ICON_DIALOG_NAVIGATION">GIMP_ICON_DIALOG_NAVIGATION</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-PATHS:CAPS" title="GIMP_ICON_DIALOG_PATHS">GIMP_ICON_DIALOG_PATHS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-QUESTION:CAPS" title="GIMP_ICON_DIALOG_QUESTION">GIMP_ICON_DIALOG_QUESTION</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-RESHOW-FILTER:CAPS" title="GIMP_ICON_DIALOG_RESHOW_FILTER">GIMP_ICON_DIALOG_RESHOW_FILTER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-TOOLS:CAPS" title="GIMP_ICON_DIALOG_TOOLS">GIMP_ICON_DIALOG_TOOLS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-TOOL-OPTIONS:CAPS" title="GIMP_ICON_DIALOG_TOOL_OPTIONS">GIMP_ICON_DIALOG_TOOL_OPTIONS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-UNDO-HISTORY:CAPS" title="GIMP_ICON_DIALOG_UNDO_HISTORY">GIMP_ICON_DIALOG_UNDO_HISTORY</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-WARNING:CAPS" title="GIMP_ICON_DIALOG_WARNING">GIMP_ICON_DIALOG_WARNING</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER:CAPS" title="GIMP_ICON_DISPLAY_FILTER">GIMP_ICON_DISPLAY_FILTER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER-CLIP-WARNING:CAPS" title="GIMP_ICON_DISPLAY_FILTER_CLIP_WARNING">GIMP_ICON_DISPLAY_FILTER_CLIP_WARNING</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER-COLORBLIND:CAPS" title="GIMP_ICON_DISPLAY_FILTER_COLORBLIND">GIMP_ICON_DISPLAY_FILTER_COLORBLIND</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER-CONTRAST:CAPS" title="GIMP_ICON_DISPLAY_FILTER_CONTRAST">GIMP_ICON_DISPLAY_FILTER_CONTRAST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER-GAMMA:CAPS" title="GIMP_ICON_DISPLAY_FILTER_GAMMA">GIMP_ICON_DISPLAY_FILTER_GAMMA</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER-LCMS:CAPS" title="GIMP_ICON_DISPLAY_FILTER_LCMS">GIMP_ICON_DISPLAY_FILTER_LCMS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER-PROOF:CAPS" title="GIMP_ICON_DISPLAY_FILTER_PROOF">GIMP_ICON_DISPLAY_FILTER_PROOF</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-NEW:CAPS" title="GIMP_ICON_DOCUMENT_NEW">GIMP_ICON_DOCUMENT_NEW</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-OPEN:CAPS" title="GIMP_ICON_DOCUMENT_OPEN">GIMP_ICON_DOCUMENT_OPEN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-OPEN-RECENT:CAPS" title="GIMP_ICON_DOCUMENT_OPEN_RECENT">GIMP_ICON_DOCUMENT_OPEN_RECENT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-PAGE-SETUP:CAPS" title="GIMP_ICON_DOCUMENT_PAGE_SETUP">GIMP_ICON_DOCUMENT_PAGE_SETUP</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-PRINT:CAPS" title="GIMP_ICON_DOCUMENT_PRINT">GIMP_ICON_DOCUMENT_PRINT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-PRINT-RESOLUTION:CAPS" title="GIMP_ICON_DOCUMENT_PRINT_RESOLUTION">GIMP_ICON_DOCUMENT_PRINT_RESOLUTION</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-PROPERTIES:CAPS" title="GIMP_ICON_DOCUMENT_PROPERTIES">GIMP_ICON_DOCUMENT_PROPERTIES</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-REVERT:CAPS" title="GIMP_ICON_DOCUMENT_REVERT">GIMP_ICON_DOCUMENT_REVERT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-SAVE:CAPS" title="GIMP_ICON_DOCUMENT_SAVE">GIMP_ICON_DOCUMENT_SAVE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-SAVE-AS:CAPS" title="GIMP_ICON_DOCUMENT_SAVE_AS">GIMP_ICON_DOCUMENT_SAVE_AS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT:CAPS" title="GIMP_ICON_EDIT">GIMP_ICON_EDIT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-CLEAR:CAPS" title="GIMP_ICON_EDIT_CLEAR">GIMP_ICON_EDIT_CLEAR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-COPY:CAPS" title="GIMP_ICON_EDIT_COPY">GIMP_ICON_EDIT_COPY</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-CUT:CAPS" title="GIMP_ICON_EDIT_CUT">GIMP_ICON_EDIT_CUT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-DELETE:CAPS" title="GIMP_ICON_EDIT_DELETE">GIMP_ICON_EDIT_DELETE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-FIND:CAPS" title="GIMP_ICON_EDIT_FIND">GIMP_ICON_EDIT_FIND</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-PASTE:CAPS" title="GIMP_ICON_EDIT_PASTE">GIMP_ICON_EDIT_PASTE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-PASTE-AS-NEW:CAPS" title="GIMP_ICON_EDIT_PASTE_AS_NEW">GIMP_ICON_EDIT_PASTE_AS_NEW</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-PASTE-INTO:CAPS" title="GIMP_ICON_EDIT_PASTE_INTO">GIMP_ICON_EDIT_PASTE_INTO</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-REDO:CAPS" title="GIMP_ICON_EDIT_REDO">GIMP_ICON_EDIT_REDO</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-UNDO:CAPS" title="GIMP_ICON_EDIT_UNDO">GIMP_ICON_EDIT_UNDO</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FILL-HORIZONTAL:CAPS" title="GIMP_ICON_FILL_HORIZONTAL">GIMP_ICON_FILL_HORIZONTAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FILL-VERTICAL:CAPS" title="GIMP_ICON_FILL_VERTICAL">GIMP_ICON_FILL_VERTICAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FOLDER-NEW:CAPS" title="GIMP_ICON_FOLDER_NEW">GIMP_ICON_FOLDER_NEW</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-INDENT-MORE:CAPS" title="GIMP_ICON_FORMAT_INDENT_MORE">GIMP_ICON_FORMAT_INDENT_MORE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-INDENT-LESS:CAPS" title="GIMP_ICON_FORMAT_INDENT_LESS">GIMP_ICON_FORMAT_INDENT_LESS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-JUSTIFY-CENTER:CAPS" title="GIMP_ICON_FORMAT_JUSTIFY_CENTER">GIMP_ICON_FORMAT_JUSTIFY_CENTER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-JUSTIFY-FILL:CAPS" title="GIMP_ICON_FORMAT_JUSTIFY_FILL">GIMP_ICON_FORMAT_JUSTIFY_FILL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-JUSTIFY-LEFT:CAPS" title="GIMP_ICON_FORMAT_JUSTIFY_LEFT">GIMP_ICON_FORMAT_JUSTIFY_LEFT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-JUSTIFY-RIGHT:CAPS" title="GIMP_ICON_FORMAT_JUSTIFY_RIGHT">GIMP_ICON_FORMAT_JUSTIFY_RIGHT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-BOLD:CAPS" title="GIMP_ICON_FORMAT_TEXT_BOLD">GIMP_ICON_FORMAT_TEXT_BOLD</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-ITALIC:CAPS" title="GIMP_ICON_FORMAT_TEXT_ITALIC">GIMP_ICON_FORMAT_TEXT_ITALIC</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-DIRECTION-LTR:CAPS" title="GIMP_ICON_FORMAT_TEXT_DIRECTION_LTR">GIMP_ICON_FORMAT_TEXT_DIRECTION_LTR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-DIRECTION-RTL:CAPS" title="GIMP_ICON_FORMAT_TEXT_DIRECTION_RTL">GIMP_ICON_FORMAT_TEXT_DIRECTION_RTL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-DIRECTION-TTB-LTR:CAPS" title="GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR">GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-DIRECTION-TTB-LTR-UPRIGHT:CAPS" title="GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR_UPRIGHT">GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR_UPRIGHT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-DIRECTION-TTB-RTL:CAPS" title="GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL">GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-DIRECTION-TTB-RTL-UPRIGHT:CAPS" title="GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL_UPRIGHT">GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL_UPRIGHT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-SPACING-LETTER:CAPS" title="GIMP_ICON_FORMAT_TEXT_SPACING_LETTER">GIMP_ICON_FORMAT_TEXT_SPACING_LETTER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-SPACING-LINE:CAPS" title="GIMP_ICON_FORMAT_TEXT_SPACING_LINE">GIMP_ICON_FORMAT_TEXT_SPACING_LINE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-STRIKETHROUGH:CAPS" title="GIMP_ICON_FORMAT_TEXT_STRIKETHROUGH">GIMP_ICON_FORMAT_TEXT_STRIKETHROUGH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-UNDERLINE:CAPS" title="GIMP_ICON_FORMAT_TEXT_UNDERLINE">GIMP_ICON_FORMAT_TEXT_UNDERLINE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-LINEAR:CAPS" title="GIMP_ICON_GRADIENT_LINEAR">GIMP_ICON_GRADIENT_LINEAR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-BILINEAR:CAPS" title="GIMP_ICON_GRADIENT_BILINEAR">GIMP_ICON_GRADIENT_BILINEAR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-RADIAL:CAPS" title="GIMP_ICON_GRADIENT_RADIAL">GIMP_ICON_GRADIENT_RADIAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-SQUARE:CAPS" title="GIMP_ICON_GRADIENT_SQUARE">GIMP_ICON_GRADIENT_SQUARE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-CONICAL-SYMMETRIC:CAPS" title="GIMP_ICON_GRADIENT_CONICAL_SYMMETRIC">GIMP_ICON_GRADIENT_CONICAL_SYMMETRIC</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-CONICAL-ASYMMETRIC:CAPS" title="GIMP_ICON_GRADIENT_CONICAL_ASYMMETRIC">GIMP_ICON_GRADIENT_CONICAL_ASYMMETRIC</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-SHAPEBURST-ANGULAR:CAPS" title="GIMP_ICON_GRADIENT_SHAPEBURST_ANGULAR">GIMP_ICON_GRADIENT_SHAPEBURST_ANGULAR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-SHAPEBURST-SPHERICAL:CAPS" title="GIMP_ICON_GRADIENT_SHAPEBURST_SPHERICAL">GIMP_ICON_GRADIENT_SHAPEBURST_SPHERICAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-SHAPEBURST-DIMPLED:CAPS" title="GIMP_ICON_GRADIENT_SHAPEBURST_DIMPLED">GIMP_ICON_GRADIENT_SHAPEBURST_DIMPLED</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-SPIRAL-CLOCKWISE:CAPS" title="GIMP_ICON_GRADIENT_SPIRAL_CLOCKWISE">GIMP_ICON_GRADIENT_SPIRAL_CLOCKWISE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-SPIRAL-ANTICLOCKWISE:CAPS" title="GIMP_ICON_GRADIENT_SPIRAL_ANTICLOCKWISE">GIMP_ICON_GRADIENT_SPIRAL_ANTICLOCKWISE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-EAST:CAPS" title="GIMP_ICON_GRAVITY_EAST">GIMP_ICON_GRAVITY_EAST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-NORTH:CAPS" title="GIMP_ICON_GRAVITY_NORTH">GIMP_ICON_GRAVITY_NORTH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-NORTH-EAST:CAPS" title="GIMP_ICON_GRAVITY_NORTH_EAST">GIMP_ICON_GRAVITY_NORTH_EAST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-NORTH-WEST:CAPS" title="GIMP_ICON_GRAVITY_NORTH_WEST">GIMP_ICON_GRAVITY_NORTH_WEST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-SOUTH:CAPS" title="GIMP_ICON_GRAVITY_SOUTH">GIMP_ICON_GRAVITY_SOUTH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-SOUTH-EAST:CAPS" title="GIMP_ICON_GRAVITY_SOUTH_EAST">GIMP_ICON_GRAVITY_SOUTH_EAST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-SOUTH-WEST:CAPS" title="GIMP_ICON_GRAVITY_SOUTH_WEST">GIMP_ICON_GRAVITY_SOUTH_WEST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-WEST:CAPS" title="GIMP_ICON_GRAVITY_WEST">GIMP_ICON_GRAVITY_WEST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-BOTTOM:CAPS" title="GIMP_ICON_GO_BOTTOM">GIMP_ICON_GO_BOTTOM</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-DOWN:CAPS" title="GIMP_ICON_GO_DOWN">GIMP_ICON_GO_DOWN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-FIRST:CAPS" title="GIMP_ICON_GO_FIRST">GIMP_ICON_GO_FIRST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-HOME:CAPS" title="GIMP_ICON_GO_HOME">GIMP_ICON_GO_HOME</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-LAST:CAPS" title="GIMP_ICON_GO_LAST">GIMP_ICON_GO_LAST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-TOP:CAPS" title="GIMP_ICON_GO_TOP">GIMP_ICON_GO_TOP</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-UP:CAPS" title="GIMP_ICON_GO_UP">GIMP_ICON_GO_UP</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-PREVIOUS:CAPS" title="GIMP_ICON_GO_PREVIOUS">GIMP_ICON_GO_PREVIOUS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-NEXT:CAPS" title="GIMP_ICON_GO_NEXT">GIMP_ICON_GO_NEXT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-HELP:CAPS" title="GIMP_ICON_HELP">GIMP_ICON_HELP</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-HELP-ABOUT:CAPS" title="GIMP_ICON_HELP_ABOUT">GIMP_ICON_HELP_ABOUT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-HELP-USER-MANUAL:CAPS" title="GIMP_ICON_HELP_USER_MANUAL">GIMP_ICON_HELP_USER_MANUAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-HISTOGRAM:CAPS" title="GIMP_ICON_HISTOGRAM">GIMP_ICON_HISTOGRAM</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-HISTOGRAM-LINEAR:CAPS" title="GIMP_ICON_HISTOGRAM_LINEAR">GIMP_ICON_HISTOGRAM_LINEAR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-HISTOGRAM-LOGARITHMIC:CAPS" title="GIMP_ICON_HISTOGRAM_LOGARITHMIC">GIMP_ICON_HISTOGRAM_LOGARITHMIC</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-IMAGE:CAPS" title="GIMP_ICON_IMAGE">GIMP_ICON_IMAGE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-IMAGE-OPEN:CAPS" title="GIMP_ICON_IMAGE_OPEN">GIMP_ICON_IMAGE_OPEN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-IMAGE-RELOAD:CAPS" title="GIMP_ICON_IMAGE_RELOAD">GIMP_ICON_IMAGE_RELOAD</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-JOIN-MITER:CAPS" title="GIMP_ICON_JOIN_MITER">GIMP_ICON_JOIN_MITER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-JOIN-ROUND:CAPS" title="GIMP_ICON_JOIN_ROUND">GIMP_ICON_JOIN_ROUND</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-JOIN-BEVEL:CAPS" title="GIMP_ICON_JOIN_BEVEL">GIMP_ICON_JOIN_BEVEL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER:CAPS" title="GIMP_ICON_LAYER">GIMP_ICON_LAYER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER-ANCHOR:CAPS" title="GIMP_ICON_LAYER_ANCHOR">GIMP_ICON_LAYER_ANCHOR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER-FLOATING-SELECTION:CAPS" title="GIMP_ICON_LAYER_FLOATING_SELECTION">GIMP_ICON_LAYER_FLOATING_SELECTION</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER-MASK:CAPS" title="GIMP_ICON_LAYER_MASK">GIMP_ICON_LAYER_MASK</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER-MERGE-DOWN:CAPS" title="GIMP_ICON_LAYER_MERGE_DOWN">GIMP_ICON_LAYER_MERGE_DOWN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER-TEXT-LAYER:CAPS" title="GIMP_ICON_LAYER_TEXT_LAYER">GIMP_ICON_LAYER_TEXT_LAYER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER-TO-IMAGESIZE:CAPS" title="GIMP_ICON_LAYER_TO_IMAGESIZE">GIMP_ICON_LAYER_TO_IMAGESIZE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LIST:CAPS" title="GIMP_ICON_LIST">GIMP_ICON_LIST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LIST-ADD:CAPS" title="GIMP_ICON_LIST_ADD">GIMP_ICON_LIST_ADD</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-LIST-REMOVE:CAPS" title="GIMP_ICON_LIST_REMOVE">GIMP_ICON_LIST_REMOVE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-MENU-LEFT:CAPS" title="GIMP_ICON_MENU_LEFT">GIMP_ICON_MENU_LEFT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-MENU-RIGHT:CAPS" title="GIMP_ICON_MENU_RIGHT">GIMP_ICON_MENU_RIGHT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-DUPLICATE:CAPS" title="GIMP_ICON_OBJECT_DUPLICATE">GIMP_ICON_OBJECT_DUPLICATE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-FLIP-HORIZONTAL:CAPS" title="GIMP_ICON_OBJECT_FLIP_HORIZONTAL">GIMP_ICON_OBJECT_FLIP_HORIZONTAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-FLIP-VERTICAL:CAPS" title="GIMP_ICON_OBJECT_FLIP_VERTICAL">GIMP_ICON_OBJECT_FLIP_VERTICAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-RESIZE:CAPS" title="GIMP_ICON_OBJECT_RESIZE">GIMP_ICON_OBJECT_RESIZE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-ROTATE-180:CAPS" title="GIMP_ICON_OBJECT_ROTATE_180">GIMP_ICON_OBJECT_ROTATE_180</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-ROTATE-270:CAPS" title="GIMP_ICON_OBJECT_ROTATE_270">GIMP_ICON_OBJECT_ROTATE_270</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-ROTATE-90:CAPS" title="GIMP_ICON_OBJECT_ROTATE_90">GIMP_ICON_OBJECT_ROTATE_90</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-SCALE:CAPS" title="GIMP_ICON_OBJECT_SCALE">GIMP_ICON_OBJECT_SCALE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PATH:CAPS" title="GIMP_ICON_PATH">GIMP_ICON_PATH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PATH-STROKE:CAPS" title="GIMP_ICON_PATH_STROKE">GIMP_ICON_PATH_STROKE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-CENTER:CAPS" title="GIMP_ICON_PIVOT_CENTER">GIMP_ICON_PIVOT_CENTER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-EAST:CAPS" title="GIMP_ICON_PIVOT_EAST">GIMP_ICON_PIVOT_EAST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-NORTH:CAPS" title="GIMP_ICON_PIVOT_NORTH">GIMP_ICON_PIVOT_NORTH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-NORTH-EAST:CAPS" title="GIMP_ICON_PIVOT_NORTH_EAST">GIMP_ICON_PIVOT_NORTH_EAST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-NORTH-WEST:CAPS" title="GIMP_ICON_PIVOT_NORTH_WEST">GIMP_ICON_PIVOT_NORTH_WEST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-SOUTH:CAPS" title="GIMP_ICON_PIVOT_SOUTH">GIMP_ICON_PIVOT_SOUTH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-SOUTH-EAST:CAPS" title="GIMP_ICON_PIVOT_SOUTH_EAST">GIMP_ICON_PIVOT_SOUTH_EAST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-SOUTH-WEST:CAPS" title="GIMP_ICON_PIVOT_SOUTH_WEST">GIMP_ICON_PIVOT_SOUTH_WEST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-WEST:CAPS" title="GIMP_ICON_PIVOT_WEST">GIMP_ICON_PIVOT_WEST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PREFERENCES-SYSTEM:CAPS" title="GIMP_ICON_PREFERENCES_SYSTEM">GIMP_ICON_PREFERENCES_SYSTEM</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-PROCESS-STOP:CAPS" title="GIMP_ICON_PROCESS_STOP">GIMP_ICON_PROCESS_STOP</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-QUICK-MASK-OFF:CAPS" title="GIMP_ICON_QUICK_MASK_OFF">GIMP_ICON_QUICK_MASK_OFF</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-QUICK-MASK-ON:CAPS" title="GIMP_ICON_QUICK_MASK_ON">GIMP_ICON_QUICK_MASK_ON</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION:CAPS" title="GIMP_ICON_SELECTION">GIMP_ICON_SELECTION</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-ADD:CAPS" title="GIMP_ICON_SELECTION_ADD">GIMP_ICON_SELECTION_ADD</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-ALL:CAPS" title="GIMP_ICON_SELECTION_ALL">GIMP_ICON_SELECTION_ALL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-BORDER:CAPS" title="GIMP_ICON_SELECTION_BORDER">GIMP_ICON_SELECTION_BORDER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-GROW:CAPS" title="GIMP_ICON_SELECTION_GROW">GIMP_ICON_SELECTION_GROW</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-INTERSECT:CAPS" title="GIMP_ICON_SELECTION_INTERSECT">GIMP_ICON_SELECTION_INTERSECT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-NONE:CAPS" title="GIMP_ICON_SELECTION_NONE">GIMP_ICON_SELECTION_NONE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-REPLACE:CAPS" title="GIMP_ICON_SELECTION_REPLACE">GIMP_ICON_SELECTION_REPLACE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-SHRINK:CAPS" title="GIMP_ICON_SELECTION_SHRINK">GIMP_ICON_SELECTION_SHRINK</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-STROKE:CAPS" title="GIMP_ICON_SELECTION_STROKE">GIMP_ICON_SELECTION_STROKE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-SUBTRACT:CAPS" title="GIMP_ICON_SELECTION_SUBTRACT">GIMP_ICON_SELECTION_SUBTRACT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-TO-CHANNEL:CAPS" title="GIMP_ICON_SELECTION_TO_CHANNEL">GIMP_ICON_SELECTION_TO_CHANNEL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-TO-PATH:CAPS" title="GIMP_ICON_SELECTION_TO_PATH">GIMP_ICON_SELECTION_TO_PATH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SHAPE-CIRCLE:CAPS" title="GIMP_ICON_SHAPE_CIRCLE">GIMP_ICON_SHAPE_CIRCLE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SHAPE-DIAMOND:CAPS" title="GIMP_ICON_SHAPE_DIAMOND">GIMP_ICON_SHAPE_DIAMOND</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SHAPE-SQUARE:CAPS" title="GIMP_ICON_SHAPE_SQUARE">GIMP_ICON_SHAPE_SQUARE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-SYSTEM-RUN:CAPS" title="GIMP_ICON_SYSTEM_RUN">GIMP_ICON_SYSTEM_RUN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-AIRBRUSH:CAPS" title="GIMP_ICON_TOOL_AIRBRUSH">GIMP_ICON_TOOL_AIRBRUSH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-ALIGN:CAPS" title="GIMP_ICON_TOOL_ALIGN">GIMP_ICON_TOOL_ALIGN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-BLUR:CAPS" title="GIMP_ICON_TOOL_BLUR">GIMP_ICON_TOOL_BLUR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-BRIGHTNESS-CONTRAST:CAPS" title="GIMP_ICON_TOOL_BRIGHTNESS_CONTRAST">GIMP_ICON_TOOL_BRIGHTNESS_CONTRAST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-BUCKET-FILL:CAPS" title="GIMP_ICON_TOOL_BUCKET_FILL">GIMP_ICON_TOOL_BUCKET_FILL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-BY-COLOR-SELECT:CAPS" title="GIMP_ICON_TOOL_BY_COLOR_SELECT">GIMP_ICON_TOOL_BY_COLOR_SELECT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-CAGE:CAPS" title="GIMP_ICON_TOOL_CAGE">GIMP_ICON_TOOL_CAGE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-CLONE:CAPS" title="GIMP_ICON_TOOL_CLONE">GIMP_ICON_TOOL_CLONE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-COLOR-TEMPERATURE:CAPS" title="GIMP_ICON_TOOL_COLOR_TEMPERATURE">GIMP_ICON_TOOL_COLOR_TEMPERATURE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-COLORIZE:CAPS" title="GIMP_ICON_TOOL_COLORIZE">GIMP_ICON_TOOL_COLORIZE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-COLOR-BALANCE:CAPS" title="GIMP_ICON_TOOL_COLOR_BALANCE">GIMP_ICON_TOOL_COLOR_BALANCE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-COLOR-PICKER:CAPS" title="GIMP_ICON_TOOL_COLOR_PICKER">GIMP_ICON_TOOL_COLOR_PICKER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-CROP:CAPS" title="GIMP_ICON_TOOL_CROP">GIMP_ICON_TOOL_CROP</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-CURVES:CAPS" title="GIMP_ICON_TOOL_CURVES">GIMP_ICON_TOOL_CURVES</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-DESATURATE:CAPS" title="GIMP_ICON_TOOL_DESATURATE">GIMP_ICON_TOOL_DESATURATE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-DODGE:CAPS" title="GIMP_ICON_TOOL_DODGE">GIMP_ICON_TOOL_DODGE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-ELLIPSE-SELECT:CAPS" title="GIMP_ICON_TOOL_ELLIPSE_SELECT">GIMP_ICON_TOOL_ELLIPSE_SELECT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-ERASER:CAPS" title="GIMP_ICON_TOOL_ERASER">GIMP_ICON_TOOL_ERASER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-EXPOSURE:CAPS" title="GIMP_ICON_TOOL_EXPOSURE">GIMP_ICON_TOOL_EXPOSURE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-FLIP:CAPS" title="GIMP_ICON_TOOL_FLIP">GIMP_ICON_TOOL_FLIP</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-FOREGROUND-SELECT:CAPS" title="GIMP_ICON_TOOL_FOREGROUND_SELECT">GIMP_ICON_TOOL_FOREGROUND_SELECT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-FREE-SELECT:CAPS" title="GIMP_ICON_TOOL_FREE_SELECT">GIMP_ICON_TOOL_FREE_SELECT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-FUZZY-SELECT:CAPS" title="GIMP_ICON_TOOL_FUZZY_SELECT">GIMP_ICON_TOOL_FUZZY_SELECT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-GRADIENT:CAPS" title="GIMP_ICON_TOOL_GRADIENT">GIMP_ICON_TOOL_GRADIENT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-HANDLE-TRANSFORM:CAPS" title="GIMP_ICON_TOOL_HANDLE_TRANSFORM">GIMP_ICON_TOOL_HANDLE_TRANSFORM</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-HEAL:CAPS" title="GIMP_ICON_TOOL_HEAL">GIMP_ICON_TOOL_HEAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-HUE-SATURATION:CAPS" title="GIMP_ICON_TOOL_HUE_SATURATION">GIMP_ICON_TOOL_HUE_SATURATION</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-INK:CAPS" title="GIMP_ICON_TOOL_INK">GIMP_ICON_TOOL_INK</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-ISCISSORS:CAPS" title="GIMP_ICON_TOOL_ISCISSORS">GIMP_ICON_TOOL_ISCISSORS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-LEVELS:CAPS" title="GIMP_ICON_TOOL_LEVELS">GIMP_ICON_TOOL_LEVELS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-MEASURE:CAPS" title="GIMP_ICON_TOOL_MEASURE">GIMP_ICON_TOOL_MEASURE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-MOVE:CAPS" title="GIMP_ICON_TOOL_MOVE">GIMP_ICON_TOOL_MOVE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-MYPAINT-BRUSH:CAPS" title="GIMP_ICON_TOOL_MYPAINT_BRUSH">GIMP_ICON_TOOL_MYPAINT_BRUSH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-N-POINT-DEFORMATION:CAPS" title="GIMP_ICON_TOOL_N_POINT_DEFORMATION">GIMP_ICON_TOOL_N_POINT_DEFORMATION</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-OFFSET:CAPS" title="GIMP_ICON_TOOL_OFFSET">GIMP_ICON_TOOL_OFFSET</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-PAINTBRUSH:CAPS" title="GIMP_ICON_TOOL_PAINTBRUSH">GIMP_ICON_TOOL_PAINTBRUSH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-PATH:CAPS" title="GIMP_ICON_TOOL_PATH">GIMP_ICON_TOOL_PATH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-PENCIL:CAPS" title="GIMP_ICON_TOOL_PENCIL">GIMP_ICON_TOOL_PENCIL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-PERSPECTIVE:CAPS" title="GIMP_ICON_TOOL_PERSPECTIVE">GIMP_ICON_TOOL_PERSPECTIVE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-PERSPECTIVE-CLONE:CAPS" title="GIMP_ICON_TOOL_PERSPECTIVE_CLONE">GIMP_ICON_TOOL_PERSPECTIVE_CLONE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-POSTERIZE:CAPS" title="GIMP_ICON_TOOL_POSTERIZE">GIMP_ICON_TOOL_POSTERIZE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-RECT-SELECT:CAPS" title="GIMP_ICON_TOOL_RECT_SELECT">GIMP_ICON_TOOL_RECT_SELECT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-ROTATE:CAPS" title="GIMP_ICON_TOOL_ROTATE">GIMP_ICON_TOOL_ROTATE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-SCALE:CAPS" title="GIMP_ICON_TOOL_SCALE">GIMP_ICON_TOOL_SCALE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-SEAMLESS-CLONE:CAPS" title="GIMP_ICON_TOOL_SEAMLESS_CLONE">GIMP_ICON_TOOL_SEAMLESS_CLONE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-SHADOWS-HIGHLIGHTS:CAPS" title="GIMP_ICON_TOOL_SHADOWS_HIGHLIGHTS">GIMP_ICON_TOOL_SHADOWS_HIGHLIGHTS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-SHEAR:CAPS" title="GIMP_ICON_TOOL_SHEAR">GIMP_ICON_TOOL_SHEAR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-SMUDGE:CAPS" title="GIMP_ICON_TOOL_SMUDGE">GIMP_ICON_TOOL_SMUDGE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-TEXT:CAPS" title="GIMP_ICON_TOOL_TEXT">GIMP_ICON_TOOL_TEXT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-THRESHOLD:CAPS" title="GIMP_ICON_TOOL_THRESHOLD">GIMP_ICON_TOOL_THRESHOLD</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-TRANSFORM-3D:CAPS" title="GIMP_ICON_TOOL_TRANSFORM_3D">GIMP_ICON_TOOL_TRANSFORM_3D</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-UNIFIED-TRANSFORM:CAPS" title="GIMP_ICON_TOOL_UNIFIED_TRANSFORM">GIMP_ICON_TOOL_UNIFIED_TRANSFORM</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-WARP:CAPS" title="GIMP_ICON_TOOL_WARP">GIMP_ICON_TOOL_WARP</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-ZOOM:CAPS" title="GIMP_ICON_TOOL_ZOOM">GIMP_ICON_TOOL_ZOOM</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TRANSFORM-3D-CAMERA:CAPS" title="GIMP_ICON_TRANSFORM_3D_CAMERA">GIMP_ICON_TRANSFORM_3D_CAMERA</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TRANSFORM-3D-MOVE:CAPS" title="GIMP_ICON_TRANSFORM_3D_MOVE">GIMP_ICON_TRANSFORM_3D_MOVE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-TRANSFORM-3D-ROTATE:CAPS" title="GIMP_ICON_TRANSFORM_3D_ROTATE">GIMP_ICON_TRANSFORM_3D_ROTATE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-VIEW-REFRESH:CAPS" title="GIMP_ICON_VIEW_REFRESH">GIMP_ICON_VIEW_REFRESH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-VIEW-FULLSCREEN:CAPS" title="GIMP_ICON_VIEW_FULLSCREEN">GIMP_ICON_VIEW_FULLSCREEN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-WILBER:CAPS" title="GIMP_ICON_WILBER">GIMP_ICON_WILBER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-WILBER-EEK:CAPS" title="GIMP_ICON_WILBER_EEK">GIMP_ICON_WILBER_EEK</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-WINDOW-CLOSE:CAPS" title="GIMP_ICON_WINDOW_CLOSE">GIMP_ICON_WINDOW_CLOSE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-WINDOW-MOVE-TO-SCREEN:CAPS" title="GIMP_ICON_WINDOW_MOVE_TO_SCREEN">GIMP_ICON_WINDOW_MOVE_TO_SCREEN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-WINDOW-NEW:CAPS" title="GIMP_ICON_WINDOW_NEW">GIMP_ICON_WINDOW_NEW</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-ZOOM-IN:CAPS" title="GIMP_ICON_ZOOM_IN">GIMP_ICON_ZOOM_IN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-ZOOM-ORIGINAL:CAPS" title="GIMP_ICON_ZOOM_ORIGINAL">GIMP_ICON_ZOOM_ORIGINAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-ZOOM-OUT:CAPS" title="GIMP_ICON_ZOOM_OUT">GIMP_ICON_ZOOM_OUT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-ZOOM-FIT-BEST:CAPS" title="GIMP_ICON_ZOOM_FIT_BEST">GIMP_ICON_ZOOM_FIT_BEST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-ICON-ZOOM-FOLLOW-WINDOW:CAPS" title="GIMP_ICON_ZOOM_FOLLOW_WINDOW">GIMP_ICON_ZOOM_FOLLOW_WINDOW</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-ANCHOR:CAPS" title="GIMP_STOCK_ANCHOR">GIMP_STOCK_ANCHOR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CENTER:CAPS" title="GIMP_STOCK_CENTER">GIMP_STOCK_CENTER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DUPLICATE:CAPS" title="GIMP_STOCK_DUPLICATE">GIMP_STOCK_DUPLICATE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-EDIT:CAPS" title="GIMP_STOCK_EDIT">GIMP_STOCK_EDIT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-RESET:CAPS" title="GIMP_STOCK_RESET">GIMP_STOCK_RESET</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CLOSE:CAPS" title="GIMP_STOCK_CLOSE">GIMP_STOCK_CLOSE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-MENU-LEFT:CAPS" title="GIMP_STOCK_MENU_LEFT">GIMP_STOCK_MENU_LEFT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-MENU-RIGHT:CAPS" title="GIMP_STOCK_MENU_RIGHT">GIMP_STOCK_MENU_RIGHT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-MOVE-TO-SCREEN:CAPS" title="GIMP_STOCK_MOVE_TO_SCREEN">GIMP_STOCK_MOVE_TO_SCREEN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-INVERT:CAPS" title="GIMP_STOCK_INVERT">GIMP_STOCK_INVERT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LAYER-TO-IMAGESIZE:CAPS" title="GIMP_STOCK_LAYER_TO_IMAGESIZE">GIMP_STOCK_LAYER_TO_IMAGESIZE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-MERGE-DOWN:CAPS" title="GIMP_STOCK_MERGE_DOWN">GIMP_STOCK_MERGE_DOWN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-NAVIGATION:CAPS" title="GIMP_STOCK_NAVIGATION">GIMP_STOCK_NAVIGATION</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PASTE-AS-NEW:CAPS" title="GIMP_STOCK_PASTE_AS_NEW">GIMP_STOCK_PASTE_AS_NEW</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PASTE-INTO:CAPS" title="GIMP_STOCK_PASTE_INTO">GIMP_STOCK_PASTE_INTO</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PATH-STROKE:CAPS" title="GIMP_STOCK_PATH_STROKE">GIMP_STOCK_PATH_STROKE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PLUGIN:CAPS" title="GIMP_STOCK_PLUGIN">GIMP_STOCK_PLUGIN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-QUICK-MASK-OFF:CAPS" title="GIMP_STOCK_QUICK_MASK_OFF">GIMP_STOCK_QUICK_MASK_OFF</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-QUICK-MASK-ON:CAPS" title="GIMP_STOCK_QUICK_MASK_ON">GIMP_STOCK_QUICK_MASK_ON</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-HISTOGRAM:CAPS" title="GIMP_STOCK_HISTOGRAM">GIMP_STOCK_HISTOGRAM</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-HISTOGRAM-LINEAR:CAPS" title="GIMP_STOCK_HISTOGRAM_LINEAR">GIMP_STOCK_HISTOGRAM_LINEAR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-HISTOGRAM-LOGARITHMIC:CAPS" title="GIMP_STOCK_HISTOGRAM_LOGARITHMIC">GIMP_STOCK_HISTOGRAM_LOGARITHMIC</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-RESHOW-FILTER:CAPS" title="GIMP_STOCK_RESHOW_FILTER">GIMP_STOCK_RESHOW_FILTER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-RESIZE:CAPS" title="GIMP_STOCK_RESIZE">GIMP_STOCK_RESIZE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-FLIP-HORIZONTAL:CAPS" title="GIMP_STOCK_FLIP_HORIZONTAL">GIMP_STOCK_FLIP_HORIZONTAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-FLIP-VERTICAL:CAPS" title="GIMP_STOCK_FLIP_VERTICAL">GIMP_STOCK_FLIP_VERTICAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-ROTATE-180:CAPS" title="GIMP_STOCK_ROTATE_180">GIMP_STOCK_ROTATE_180</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-ROTATE-270:CAPS" title="GIMP_STOCK_ROTATE_270">GIMP_STOCK_ROTATE_270</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-ROTATE-90:CAPS" title="GIMP_STOCK_ROTATE_90">GIMP_STOCK_ROTATE_90</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SCALE:CAPS" title="GIMP_STOCK_SCALE">GIMP_STOCK_SCALE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LINKED:CAPS" title="GIMP_STOCK_LINKED">GIMP_STOCK_LINKED</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-VISIBLE:CAPS" title="GIMP_STOCK_VISIBLE">GIMP_STOCK_VISIBLE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LIST:CAPS" title="GIMP_STOCK_LIST">GIMP_STOCK_LIST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRID:CAPS" title="GIMP_STOCK_GRID">GIMP_STOCK_GRID</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PORTRAIT:CAPS" title="GIMP_STOCK_PORTRAIT">GIMP_STOCK_PORTRAIT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LANDSCAPE:CAPS" title="GIMP_STOCK_LANDSCAPE">GIMP_STOCK_LANDSCAPE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-VIDEO:CAPS" title="GIMP_STOCK_VIDEO">GIMP_STOCK_VIDEO</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-WEB:CAPS" title="GIMP_STOCK_WEB">GIMP_STOCK_WEB</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-IMAGE:CAPS" title="GIMP_STOCK_IMAGE">GIMP_STOCK_IMAGE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LAYER:CAPS" title="GIMP_STOCK_LAYER">GIMP_STOCK_LAYER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LAYER-MASK:CAPS" title="GIMP_STOCK_LAYER_MASK">GIMP_STOCK_LAYER_MASK</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL:CAPS" title="GIMP_STOCK_CHANNEL">GIMP_STOCK_CHANNEL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL-RED:CAPS" title="GIMP_STOCK_CHANNEL_RED">GIMP_STOCK_CHANNEL_RED</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL-GREEN:CAPS" title="GIMP_STOCK_CHANNEL_GREEN">GIMP_STOCK_CHANNEL_GREEN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL-BLUE:CAPS" title="GIMP_STOCK_CHANNEL_BLUE">GIMP_STOCK_CHANNEL_BLUE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL-GRAY:CAPS" title="GIMP_STOCK_CHANNEL_GRAY">GIMP_STOCK_CHANNEL_GRAY</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL-INDEXED:CAPS" title="GIMP_STOCK_CHANNEL_INDEXED">GIMP_STOCK_CHANNEL_INDEXED</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL-ALPHA:CAPS" title="GIMP_STOCK_CHANNEL_ALPHA">GIMP_STOCK_CHANNEL_ALPHA</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PATH:CAPS" title="GIMP_STOCK_PATH">GIMP_STOCK_PATH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TEXT-LAYER:CAPS" title="GIMP_STOCK_TEXT_LAYER">GIMP_STOCK_TEXT_LAYER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-FLOATING-SELECTION:CAPS" title="GIMP_STOCK_FLOATING_SELECTION">GIMP_STOCK_FLOATING_SELECTION</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TEMPLATE:CAPS" title="GIMP_STOCK_TEMPLATE">GIMP_STOCK_TEMPLATE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-IMAGES:CAPS" title="GIMP_STOCK_IMAGES">GIMP_STOCK_IMAGES</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LAYERS:CAPS" title="GIMP_STOCK_LAYERS">GIMP_STOCK_LAYERS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNELS:CAPS" title="GIMP_STOCK_CHANNELS">GIMP_STOCK_CHANNELS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PATHS:CAPS" title="GIMP_STOCK_PATHS">GIMP_STOCK_PATHS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-COLORMAP:CAPS" title="GIMP_STOCK_COLORMAP">GIMP_STOCK_COLORMAP</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-INDEXED-PALETTE:CAPS" title="GIMP_STOCK_INDEXED_PALETTE">GIMP_STOCK_INDEXED_PALETTE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CURSOR:CAPS" title="GIMP_STOCK_CURSOR">GIMP_STOCK_CURSOR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SAMPLE-POINT:CAPS" title="GIMP_STOCK_SAMPLE_POINT">GIMP_STOCK_SAMPLE_POINT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SHAPE-CIRCLE:CAPS" title="GIMP_STOCK_SHAPE_CIRCLE">GIMP_STOCK_SHAPE_CIRCLE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SHAPE-SQUARE:CAPS" title="GIMP_STOCK_SHAPE_SQUARE">GIMP_STOCK_SHAPE_SQUARE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SHAPE-DIAMOND:CAPS" title="GIMP_STOCK_SHAPE_DIAMOND">GIMP_STOCK_SHAPE_DIAMOND</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CAP-BUTT:CAPS" title="GIMP_STOCK_CAP_BUTT">GIMP_STOCK_CAP_BUTT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CAP-ROUND:CAPS" title="GIMP_STOCK_CAP_ROUND">GIMP_STOCK_CAP_ROUND</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CAP-SQUARE:CAPS" title="GIMP_STOCK_CAP_SQUARE">GIMP_STOCK_CAP_SQUARE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-JOIN-MITER:CAPS" title="GIMP_STOCK_JOIN_MITER">GIMP_STOCK_JOIN_MITER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-JOIN-ROUND:CAPS" title="GIMP_STOCK_JOIN_ROUND">GIMP_STOCK_JOIN_ROUND</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-JOIN-BEVEL:CAPS" title="GIMP_STOCK_JOIN_BEVEL">GIMP_STOCK_JOIN_BEVEL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION:CAPS" title="GIMP_STOCK_SELECTION">GIMP_STOCK_SELECTION</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-ALL:CAPS" title="GIMP_STOCK_SELECTION_ALL">GIMP_STOCK_SELECTION_ALL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-NONE:CAPS" title="GIMP_STOCK_SELECTION_NONE">GIMP_STOCK_SELECTION_NONE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-GROW:CAPS" title="GIMP_STOCK_SELECTION_GROW">GIMP_STOCK_SELECTION_GROW</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-SHRINK:CAPS" title="GIMP_STOCK_SELECTION_SHRINK">GIMP_STOCK_SELECTION_SHRINK</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-BORDER:CAPS" title="GIMP_STOCK_SELECTION_BORDER">GIMP_STOCK_SELECTION_BORDER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-ADD:CAPS" title="GIMP_STOCK_SELECTION_ADD">GIMP_STOCK_SELECTION_ADD</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-SUBTRACT:CAPS" title="GIMP_STOCK_SELECTION_SUBTRACT">GIMP_STOCK_SELECTION_SUBTRACT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-REPLACE:CAPS" title="GIMP_STOCK_SELECTION_REPLACE">GIMP_STOCK_SELECTION_REPLACE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-INTERSECT:CAPS" title="GIMP_STOCK_SELECTION_INTERSECT">GIMP_STOCK_SELECTION_INTERSECT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-STROKE:CAPS" title="GIMP_STOCK_SELECTION_STROKE">GIMP_STOCK_SELECTION_STROKE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-TO-CHANNEL:CAPS" title="GIMP_STOCK_SELECTION_TO_CHANNEL">GIMP_STOCK_SELECTION_TO_CHANNEL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-TO-PATH:CAPS" title="GIMP_STOCK_SELECTION_TO_PATH">GIMP_STOCK_SELECTION_TO_PATH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-LINEAR:CAPS" title="GIMP_STOCK_GRADIENT_LINEAR">GIMP_STOCK_GRADIENT_LINEAR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-BILINEAR:CAPS" title="GIMP_STOCK_GRADIENT_BILINEAR">GIMP_STOCK_GRADIENT_BILINEAR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-RADIAL:CAPS" title="GIMP_STOCK_GRADIENT_RADIAL">GIMP_STOCK_GRADIENT_RADIAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-SQUARE:CAPS" title="GIMP_STOCK_GRADIENT_SQUARE">GIMP_STOCK_GRADIENT_SQUARE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-CONICAL-SYMMETRIC:CAPS" title="GIMP_STOCK_GRADIENT_CONICAL_SYMMETRIC">GIMP_STOCK_GRADIENT_CONICAL_SYMMETRIC</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-CONICAL-ASYMMETRIC:CAPS" title="GIMP_STOCK_GRADIENT_CONICAL_ASYMMETRIC">GIMP_STOCK_GRADIENT_CONICAL_ASYMMETRIC</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-SHAPEBURST-SPHERICAL:CAPS" title="GIMP_STOCK_GRADIENT_SHAPEBURST_SPHERICAL">GIMP_STOCK_GRADIENT_SHAPEBURST_SPHERICAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-SHAPEBURST-ANGULAR:CAPS" title="GIMP_STOCK_GRADIENT_SHAPEBURST_ANGULAR">GIMP_STOCK_GRADIENT_SHAPEBURST_ANGULAR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-SHAPEBURST-DIMPLED:CAPS" title="GIMP_STOCK_GRADIENT_SHAPEBURST_DIMPLED">GIMP_STOCK_GRADIENT_SHAPEBURST_DIMPLED</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-SPIRAL-CLOCKWISE:CAPS" title="GIMP_STOCK_GRADIENT_SPIRAL_CLOCKWISE">GIMP_STOCK_GRADIENT_SPIRAL_CLOCKWISE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-SPIRAL-ANTICLOCKWISE:CAPS" title="GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE">GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-NORTH-WEST:CAPS" title="GIMP_STOCK_GRAVITY_NORTH_WEST">GIMP_STOCK_GRAVITY_NORTH_WEST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-NORTH:CAPS" title="GIMP_STOCK_GRAVITY_NORTH">GIMP_STOCK_GRAVITY_NORTH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-NORTH-EAST:CAPS" title="GIMP_STOCK_GRAVITY_NORTH_EAST">GIMP_STOCK_GRAVITY_NORTH_EAST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-WEST:CAPS" title="GIMP_STOCK_GRAVITY_WEST">GIMP_STOCK_GRAVITY_WEST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-EAST:CAPS" title="GIMP_STOCK_GRAVITY_EAST">GIMP_STOCK_GRAVITY_EAST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-SOUTH-WEST:CAPS" title="GIMP_STOCK_GRAVITY_SOUTH_WEST">GIMP_STOCK_GRAVITY_SOUTH_WEST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-SOUTH:CAPS" title="GIMP_STOCK_GRAVITY_SOUTH">GIMP_STOCK_GRAVITY_SOUTH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-SOUTH-EAST:CAPS" title="GIMP_STOCK_GRAVITY_SOUTH_EAST">GIMP_STOCK_GRAVITY_SOUTH_EAST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-HCENTER:CAPS" title="GIMP_STOCK_HCENTER">GIMP_STOCK_HCENTER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-VCENTER:CAPS" title="GIMP_STOCK_VCENTER">GIMP_STOCK_VCENTER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHAR-PICKER:CAPS" title="GIMP_STOCK_CHAR_PICKER">GIMP_STOCK_CHAR_PICKER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LETTER-SPACING:CAPS" title="GIMP_STOCK_LETTER_SPACING">GIMP_STOCK_LETTER_SPACING</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LINE-SPACING:CAPS" title="GIMP_STOCK_LINE_SPACING">GIMP_STOCK_LINE_SPACING</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TEXT-DIR-LTR:CAPS" title="GIMP_STOCK_TEXT_DIR_LTR">GIMP_STOCK_TEXT_DIR_LTR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TEXT-DIR-RTL:CAPS" title="GIMP_STOCK_TEXT_DIR_RTL">GIMP_STOCK_TEXT_DIR_RTL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PRINT-RESOLUTION:CAPS" title="GIMP_STOCK_PRINT_RESOLUTION">GIMP_STOCK_PRINT_RESOLUTION</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOLS:CAPS" title="GIMP_STOCK_TOOLS">GIMP_STOCK_TOOLS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-OPTIONS:CAPS" title="GIMP_STOCK_TOOL_OPTIONS">GIMP_STOCK_TOOL_OPTIONS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DEVICE-STATUS:CAPS" title="GIMP_STOCK_DEVICE_STATUS">GIMP_STOCK_DEVICE_STATUS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-INPUT-DEVICE:CAPS" title="GIMP_STOCK_INPUT_DEVICE">GIMP_STOCK_INPUT_DEVICE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DISPLAY-FILTER:CAPS" title="GIMP_STOCK_DISPLAY_FILTER">GIMP_STOCK_DISPLAY_FILTER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CURVE-FREE:CAPS" title="GIMP_STOCK_CURVE_FREE">GIMP_STOCK_CURVE_FREE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CURVE-SMOOTH:CAPS" title="GIMP_STOCK_CURVE_SMOOTH">GIMP_STOCK_CURVE_SMOOTH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-COLOR-PICKER-BLACK:CAPS" title="GIMP_STOCK_COLOR_PICKER_BLACK">GIMP_STOCK_COLOR_PICKER_BLACK</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-COLOR-PICKER-GRAY:CAPS" title="GIMP_STOCK_COLOR_PICKER_GRAY">GIMP_STOCK_COLOR_PICKER_GRAY</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-COLOR-PICKER-WHITE:CAPS" title="GIMP_STOCK_COLOR_PICKER_WHITE">GIMP_STOCK_COLOR_PICKER_WHITE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-COLOR-TRIANGLE:CAPS" title="GIMP_STOCK_COLOR_TRIANGLE">GIMP_STOCK_COLOR_TRIANGLE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-COLOR-PICK-FROM-SCREEN:CAPS" title="GIMP_STOCK_COLOR_PICK_FROM_SCREEN">GIMP_STOCK_COLOR_PICK_FROM_SCREEN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONVERT-GRAYSCALE:CAPS" title="GIMP_STOCK_CONVERT_GRAYSCALE">GIMP_STOCK_CONVERT_GRAYSCALE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONVERT-INDEXED:CAPS" title="GIMP_STOCK_CONVERT_INDEXED">GIMP_STOCK_CONVERT_INDEXED</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONVERT-RGB:CAPS" title="GIMP_STOCK_CONVERT_RGB">GIMP_STOCK_CONVERT_RGB</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TRANSPARENCY:CAPS" title="GIMP_STOCK_TRANSPARENCY">GIMP_STOCK_TRANSPARENCY</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DEFAULT-COLORS:CAPS" title="GIMP_STOCK_DEFAULT_COLORS">GIMP_STOCK_DEFAULT_COLORS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SWAP-COLORS:CAPS" title="GIMP_STOCK_SWAP_COLORS">GIMP_STOCK_SWAP_COLORS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-UNDO-HISTORY:CAPS" title="GIMP_STOCK_UNDO_HISTORY">GIMP_STOCK_UNDO_HISTORY</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-HCHAIN:CAPS" title="GIMP_STOCK_HCHAIN">GIMP_STOCK_HCHAIN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-HCHAIN-BROKEN:CAPS" title="GIMP_STOCK_HCHAIN_BROKEN">GIMP_STOCK_HCHAIN_BROKEN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-VCHAIN:CAPS" title="GIMP_STOCK_VCHAIN">GIMP_STOCK_VCHAIN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-VCHAIN-BROKEN:CAPS" title="GIMP_STOCK_VCHAIN_BROKEN">GIMP_STOCK_VCHAIN_BROKEN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TEXTURE:CAPS" title="GIMP_STOCK_TEXTURE">GIMP_STOCK_TEXTURE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-FRAME:CAPS" title="GIMP_STOCK_FRAME">GIMP_STOCK_FRAME</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-ERROR:CAPS" title="GIMP_STOCK_ERROR">GIMP_STOCK_ERROR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-INFO:CAPS" title="GIMP_STOCK_INFO">GIMP_STOCK_INFO</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-QUESTION:CAPS" title="GIMP_STOCK_QUESTION">GIMP_STOCK_QUESTION</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-WARNING:CAPS" title="GIMP_STOCK_WARNING">GIMP_STOCK_WARNING</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GEGL:CAPS" title="GIMP_STOCK_GEGL">GIMP_STOCK_GEGL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-USER-MANUAL:CAPS" title="GIMP_STOCK_USER_MANUAL">GIMP_STOCK_USER_MANUAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-WILBER:CAPS" title="GIMP_STOCK_WILBER">GIMP_STOCK_WILBER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-WILBER-EEK:CAPS" title="GIMP_STOCK_WILBER_EEK">GIMP_STOCK_WILBER_EEK</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-ZOOM-FOLLOW-WINDOW:CAPS" title="GIMP_STOCK_ZOOM_FOLLOW_WINDOW">GIMP_STOCK_ZOOM_FOLLOW_WINDOW</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-AIRBRUSH:CAPS" title="GIMP_STOCK_TOOL_AIRBRUSH">GIMP_STOCK_TOOL_AIRBRUSH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-ALIGN:CAPS" title="GIMP_STOCK_TOOL_ALIGN">GIMP_STOCK_TOOL_ALIGN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-BLEND:CAPS" title="GIMP_STOCK_TOOL_BLEND">GIMP_STOCK_TOOL_BLEND</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-BLUR:CAPS" title="GIMP_STOCK_TOOL_BLUR">GIMP_STOCK_TOOL_BLUR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-BRIGHTNESS-CONTRAST:CAPS" title="GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST">GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-BUCKET-FILL:CAPS" title="GIMP_STOCK_TOOL_BUCKET_FILL">GIMP_STOCK_TOOL_BUCKET_FILL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-BY-COLOR-SELECT:CAPS" title="GIMP_STOCK_TOOL_BY_COLOR_SELECT">GIMP_STOCK_TOOL_BY_COLOR_SELECT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-CAGE:CAPS" title="GIMP_STOCK_TOOL_CAGE">GIMP_STOCK_TOOL_CAGE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-CLONE:CAPS" title="GIMP_STOCK_TOOL_CLONE">GIMP_STOCK_TOOL_CLONE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-COLOR-BALANCE:CAPS" title="GIMP_STOCK_TOOL_COLOR_BALANCE">GIMP_STOCK_TOOL_COLOR_BALANCE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-COLOR-PICKER:CAPS" title="GIMP_STOCK_TOOL_COLOR_PICKER">GIMP_STOCK_TOOL_COLOR_PICKER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-COLORIZE:CAPS" title="GIMP_STOCK_TOOL_COLORIZE">GIMP_STOCK_TOOL_COLORIZE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-CROP:CAPS" title="GIMP_STOCK_TOOL_CROP">GIMP_STOCK_TOOL_CROP</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-CURVES:CAPS" title="GIMP_STOCK_TOOL_CURVES">GIMP_STOCK_TOOL_CURVES</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-DESATURATE:CAPS" title="GIMP_STOCK_TOOL_DESATURATE">GIMP_STOCK_TOOL_DESATURATE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-DODGE:CAPS" title="GIMP_STOCK_TOOL_DODGE">GIMP_STOCK_TOOL_DODGE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-ELLIPSE-SELECT:CAPS" title="GIMP_STOCK_TOOL_ELLIPSE_SELECT">GIMP_STOCK_TOOL_ELLIPSE_SELECT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-ERASER:CAPS" title="GIMP_STOCK_TOOL_ERASER">GIMP_STOCK_TOOL_ERASER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-FLIP:CAPS" title="GIMP_STOCK_TOOL_FLIP">GIMP_STOCK_TOOL_FLIP</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-FOREGROUND-SELECT:CAPS" title="GIMP_STOCK_TOOL_FOREGROUND_SELECT">GIMP_STOCK_TOOL_FOREGROUND_SELECT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-FREE-SELECT:CAPS" title="GIMP_STOCK_TOOL_FREE_SELECT">GIMP_STOCK_TOOL_FREE_SELECT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-FUZZY-SELECT:CAPS" title="GIMP_STOCK_TOOL_FUZZY_SELECT">GIMP_STOCK_TOOL_FUZZY_SELECT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-HEAL:CAPS" title="GIMP_STOCK_TOOL_HEAL">GIMP_STOCK_TOOL_HEAL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-HUE-SATURATION:CAPS" title="GIMP_STOCK_TOOL_HUE_SATURATION">GIMP_STOCK_TOOL_HUE_SATURATION</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-INK:CAPS" title="GIMP_STOCK_TOOL_INK">GIMP_STOCK_TOOL_INK</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-ISCISSORS:CAPS" title="GIMP_STOCK_TOOL_ISCISSORS">GIMP_STOCK_TOOL_ISCISSORS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-LEVELS:CAPS" title="GIMP_STOCK_TOOL_LEVELS">GIMP_STOCK_TOOL_LEVELS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-MEASURE:CAPS" title="GIMP_STOCK_TOOL_MEASURE">GIMP_STOCK_TOOL_MEASURE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-MOVE:CAPS" title="GIMP_STOCK_TOOL_MOVE">GIMP_STOCK_TOOL_MOVE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-PAINTBRUSH:CAPS" title="GIMP_STOCK_TOOL_PAINTBRUSH">GIMP_STOCK_TOOL_PAINTBRUSH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-PATH:CAPS" title="GIMP_STOCK_TOOL_PATH">GIMP_STOCK_TOOL_PATH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-PENCIL:CAPS" title="GIMP_STOCK_TOOL_PENCIL">GIMP_STOCK_TOOL_PENCIL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-PERSPECTIVE:CAPS" title="GIMP_STOCK_TOOL_PERSPECTIVE">GIMP_STOCK_TOOL_PERSPECTIVE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-PERSPECTIVE-CLONE:CAPS" title="GIMP_STOCK_TOOL_PERSPECTIVE_CLONE">GIMP_STOCK_TOOL_PERSPECTIVE_CLONE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-POSTERIZE:CAPS" title="GIMP_STOCK_TOOL_POSTERIZE">GIMP_STOCK_TOOL_POSTERIZE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-RECT-SELECT:CAPS" title="GIMP_STOCK_TOOL_RECT_SELECT">GIMP_STOCK_TOOL_RECT_SELECT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-ROTATE:CAPS" title="GIMP_STOCK_TOOL_ROTATE">GIMP_STOCK_TOOL_ROTATE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-SCALE:CAPS" title="GIMP_STOCK_TOOL_SCALE">GIMP_STOCK_TOOL_SCALE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-SHEAR:CAPS" title="GIMP_STOCK_TOOL_SHEAR">GIMP_STOCK_TOOL_SHEAR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-SMUDGE:CAPS" title="GIMP_STOCK_TOOL_SMUDGE">GIMP_STOCK_TOOL_SMUDGE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-TEXT:CAPS" title="GIMP_STOCK_TOOL_TEXT">GIMP_STOCK_TOOL_TEXT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-THRESHOLD:CAPS" title="GIMP_STOCK_TOOL_THRESHOLD">GIMP_STOCK_TOOL_THRESHOLD</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-ZOOM:CAPS" title="GIMP_STOCK_TOOL_ZOOM">GIMP_STOCK_TOOL_ZOOM</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONTROLLER:CAPS" title="GIMP_STOCK_CONTROLLER">GIMP_STOCK_CONTROLLER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONTROLLER-KEYBOARD:CAPS" title="GIMP_STOCK_CONTROLLER_KEYBOARD">GIMP_STOCK_CONTROLLER_KEYBOARD</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONTROLLER-LINUX-INPUT:CAPS" title="GIMP_STOCK_CONTROLLER_LINUX_INPUT">GIMP_STOCK_CONTROLLER_LINUX_INPUT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONTROLLER-MIDI:CAPS" title="GIMP_STOCK_CONTROLLER_MIDI">GIMP_STOCK_CONTROLLER_MIDI</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONTROLLER-MOUSE:CAPS" title="GIMP_STOCK_CONTROLLER_MOUSE">GIMP_STOCK_CONTROLLER_MOUSE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONTROLLER-WHEEL:CAPS" title="GIMP_STOCK_CONTROLLER_WHEEL">GIMP_STOCK_CONTROLLER_WHEEL</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DISPLAY-FILTER-COLORBLIND:CAPS" title="GIMP_STOCK_DISPLAY_FILTER_COLORBLIND">GIMP_STOCK_DISPLAY_FILTER_COLORBLIND</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DISPLAY-FILTER-CONTRAST:CAPS" title="GIMP_STOCK_DISPLAY_FILTER_CONTRAST">GIMP_STOCK_DISPLAY_FILTER_CONTRAST</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DISPLAY-FILTER-GAMMA:CAPS" title="GIMP_STOCK_DISPLAY_FILTER_GAMMA">GIMP_STOCK_DISPLAY_FILTER_GAMMA</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DISPLAY-FILTER-LCMS:CAPS" title="GIMP_STOCK_DISPLAY_FILTER_LCMS">GIMP_STOCK_DISPLAY_FILTER_LCMS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DISPLAY-FILTER-PROOF:CAPS" title="GIMP_STOCK_DISPLAY_FILTER_PROOF">GIMP_STOCK_DISPLAY_FILTER_PROOF</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-QMASK-ON:CAPS" title="GIMP_STOCK_QMASK_ON">GIMP_STOCK_QMASK_ON</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-QMASK-OFF:CAPS" title="GIMP_STOCK_QMASK_OFF">GIMP_STOCK_QMASK_OFF</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-BRUSH:CAPS" title="GIMP_STOCK_BRUSH">GIMP_STOCK_BRUSH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DYNAMICS:CAPS" title="GIMP_STOCK_DYNAMICS">GIMP_STOCK_DYNAMICS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-BUFFER:CAPS" title="GIMP_STOCK_BUFFER">GIMP_STOCK_BUFFER</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DETACH:CAPS" title="GIMP_STOCK_DETACH">GIMP_STOCK_DETACH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-FONT:CAPS" title="GIMP_STOCK_FONT">GIMP_STOCK_FONT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT:CAPS" title="GIMP_STOCK_GRADIENT">GIMP_STOCK_GRADIENT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PALETTE:CAPS" title="GIMP_STOCK_PALETTE">GIMP_STOCK_PALETTE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PATTERN:CAPS" title="GIMP_STOCK_PATTERN">GIMP_STOCK_PATTERN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-PRESET:CAPS" title="GIMP_STOCK_TOOL_PRESET">GIMP_STOCK_TOOL_PRESET</a></td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpIcons.description"></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"> +<a name="libgimpwidgets-GimpIcons.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-stock-init"></a><h3>gimp_stock_init ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_stock_init (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<div class="warning"> +<p><code class="literal">gimp_stock_init</code> has been deprecated since version 2.10 and should not be used in newly-written code.</p> +<p>Use <a class="link" href="libgimpwidgets-GimpIcons.html#gimp-icons-init" title="gimp_icons_init ()"><code class="function">gimp_icons_init()</code></a> instead.</p> +</div> +<p>Initializes the GIMP stock icon factory.</p> +<p>You don't need to call this function as <a href="/local/head/share/gtk-doc/html/libgimp3/libgimp3-gimpui.html#gimp-ui-init"><code class="function">gimp_ui_init()</code></a> already does +this for you.</p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-icons-init"></a><h3>gimp_icons_init ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_icons_init (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<p>Initializes the GIMP stock icon factory.</p> +<p>You don't need to call this function as <a href="/local/head/share/gtk-doc/html/libgimp3/libgimp3-gimpui.html#gimp-ui-init"><code class="function">gimp_ui_init()</code></a> already does +this for you.</p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-icons-set-icon-theme"></a><h3>gimp_icons_set_icon_theme ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_icons_set_icon_theme (<em class="parameter"><code><span class="type">GFile</span> *path</code></em>);</pre> +</div> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpIcons.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GIMP-ICON-ATTACH:CAPS"></a><h3>GIMP_ICON_ATTACH</h3> +<pre class="programlisting">#define GIMP_ICON_ATTACH "gimp-attach" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DETACH:CAPS"></a><h3>GIMP_ICON_DETACH</h3> +<pre class="programlisting">#define GIMP_ICON_DETACH "gimp-detach" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-INVERT:CAPS"></a><h3>GIMP_ICON_INVERT</h3> +<pre class="programlisting">#define GIMP_ICON_INVERT "gimp-invert" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-RECORD:CAPS"></a><h3>GIMP_ICON_RECORD</h3> +<pre class="programlisting">#define GIMP_ICON_RECORD "media-record" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-RESET:CAPS"></a><h3>GIMP_ICON_RESET</h3> +<pre class="programlisting">#define GIMP_ICON_RESET "gimp-reset" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SHRED:CAPS"></a><h3>GIMP_ICON_SHRED</h3> +<pre class="programlisting">#define GIMP_ICON_SHRED "gimp-shred" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-BUSINESS-CARD:CAPS"></a><h3>GIMP_ICON_BUSINESS_CARD</h3> +<pre class="programlisting">#define GIMP_ICON_BUSINESS_CARD "gimp-business-card" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CHAR-PICKER:CAPS"></a><h3>GIMP_ICON_CHAR_PICKER</h3> +<pre class="programlisting">#define GIMP_ICON_CHAR_PICKER "gimp-char-picker" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CURSOR:CAPS"></a><h3>GIMP_ICON_CURSOR</h3> +<pre class="programlisting">#define GIMP_ICON_CURSOR "gimp-cursor" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DISPLAY:CAPS"></a><h3>GIMP_ICON_DISPLAY</h3> +<pre class="programlisting">#define GIMP_ICON_DISPLAY "gimp-display" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GEGL:CAPS"></a><h3>GIMP_ICON_GEGL</h3> +<pre class="programlisting">#define GIMP_ICON_GEGL "gimp-gegl" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-LINKED:CAPS"></a><h3>GIMP_ICON_LINKED</h3> +<pre class="programlisting">#define GIMP_ICON_LINKED "gimp-linked" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-MARKER:CAPS"></a><h3>GIMP_ICON_MARKER</h3> +<pre class="programlisting">#define GIMP_ICON_MARKER "gimp-marker" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SMARTPHONE:CAPS"></a><h3>GIMP_ICON_SMARTPHONE</h3> +<pre class="programlisting">#define GIMP_ICON_SMARTPHONE "gimp-smartphone" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TRANSPARENCY:CAPS"></a><h3>GIMP_ICON_TRANSPARENCY</h3> +<pre class="programlisting">#define GIMP_ICON_TRANSPARENCY "gimp-transparency" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-VIDEO:CAPS"></a><h3>GIMP_ICON_VIDEO</h3> +<pre class="programlisting">#define GIMP_ICON_VIDEO "gimp-video" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-VISIBLE:CAPS"></a><h3>GIMP_ICON_VISIBLE</h3> +<pre class="programlisting">#define GIMP_ICON_VISIBLE "gimp-visible" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-WEB:CAPS"></a><h3>GIMP_ICON_WEB</h3> +<pre class="programlisting">#define GIMP_ICON_WEB "gimp-web" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-BRUSH:CAPS"></a><h3>GIMP_ICON_BRUSH</h3> +<pre class="programlisting">#define GIMP_ICON_BRUSH GIMP_ICON_TOOL_PAINTBRUSH +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-BUFFER:CAPS"></a><h3>GIMP_ICON_BUFFER</h3> +<pre class="programlisting">#define GIMP_ICON_BUFFER GIMP_ICON_EDIT_PASTE +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-COLORMAP:CAPS"></a><h3>GIMP_ICON_COLORMAP</h3> +<pre class="programlisting">#define GIMP_ICON_COLORMAP "gimp-colormap" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DYNAMICS:CAPS"></a><h3>GIMP_ICON_DYNAMICS</h3> +<pre class="programlisting">#define GIMP_ICON_DYNAMICS "gimp-dynamics" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FILE-MANAGER:CAPS"></a><h3>GIMP_ICON_FILE_MANAGER</h3> +<pre class="programlisting">#define GIMP_ICON_FILE_MANAGER "gimp-file-manager" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FONT:CAPS"></a><h3>GIMP_ICON_FONT</h3> +<pre class="programlisting">#define GIMP_ICON_FONT "gtk-select-font" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRADIENT:CAPS"></a><h3>GIMP_ICON_GRADIENT</h3> +<pre class="programlisting">#define GIMP_ICON_GRADIENT GIMP_ICON_TOOL_GRADIENT +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRID:CAPS"></a><h3>GIMP_ICON_GRID</h3> +<pre class="programlisting">#define GIMP_ICON_GRID "gimp-grid" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-INPUT-DEVICE:CAPS"></a><h3>GIMP_ICON_INPUT_DEVICE</h3> +<pre class="programlisting">#define GIMP_ICON_INPUT_DEVICE "gimp-input-device" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-MYPAINT-BRUSH:CAPS"></a><h3>GIMP_ICON_MYPAINT_BRUSH</h3> +<pre class="programlisting">#define GIMP_ICON_MYPAINT_BRUSH GIMP_ICON_TOOL_MYPAINT_BRUSH +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-PALETTE:CAPS"></a><h3>GIMP_ICON_PALETTE</h3> +<pre class="programlisting">#define GIMP_ICON_PALETTE "gtk-select-color" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-PATTERN:CAPS"></a><h3>GIMP_ICON_PATTERN</h3> +<pre class="programlisting">#define GIMP_ICON_PATTERN "gimp-pattern" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-PLUGIN:CAPS"></a><h3>GIMP_ICON_PLUGIN</h3> +<pre class="programlisting">#define GIMP_ICON_PLUGIN "gimp-plugin" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SAMPLE-POINT:CAPS"></a><h3>GIMP_ICON_SAMPLE_POINT</h3> +<pre class="programlisting">#define GIMP_ICON_SAMPLE_POINT "gimp-sample-point" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SYMMETRY:CAPS"></a><h3>GIMP_ICON_SYMMETRY</h3> +<pre class="programlisting">#define GIMP_ICON_SYMMETRY "gimp-symmetry" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TEMPLATE:CAPS"></a><h3>GIMP_ICON_TEMPLATE</h3> +<pre class="programlisting">#define GIMP_ICON_TEMPLATE "gimp-template" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-PRESET:CAPS"></a><h3>GIMP_ICON_TOOL_PRESET</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_PRESET "gimp-tool-preset" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FRAME:CAPS"></a><h3>GIMP_ICON_FRAME</h3> +<pre class="programlisting">#define GIMP_ICON_FRAME "gimp-frame" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TEXTURE:CAPS"></a><h3>GIMP_ICON_TEXTURE</h3> +<pre class="programlisting">#define GIMP_ICON_TEXTURE "gimp-texture" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-APPLICATION-EXIT:CAPS"></a><h3>GIMP_ICON_APPLICATION_EXIT</h3> +<pre class="programlisting">#define GIMP_ICON_APPLICATION_EXIT "application-exit" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-ASPECT-PORTRAIT:CAPS"></a><h3>GIMP_ICON_ASPECT_PORTRAIT</h3> +<pre class="programlisting">#define GIMP_ICON_ASPECT_PORTRAIT "gimp-portrait" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-ASPECT-LANDSCAPE:CAPS"></a><h3>GIMP_ICON_ASPECT_LANDSCAPE</h3> +<pre class="programlisting">#define GIMP_ICON_ASPECT_LANDSCAPE "gimp-landscape" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CAP-BUTT:CAPS"></a><h3>GIMP_ICON_CAP_BUTT</h3> +<pre class="programlisting">#define GIMP_ICON_CAP_BUTT "gimp-cap-butt" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CAP-ROUND:CAPS"></a><h3>GIMP_ICON_CAP_ROUND</h3> +<pre class="programlisting">#define GIMP_ICON_CAP_ROUND "gimp-cap-round" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CAP-SQUARE:CAPS"></a><h3>GIMP_ICON_CAP_SQUARE</h3> +<pre class="programlisting">#define GIMP_ICON_CAP_SQUARE "gimp-cap-square" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CENTER:CAPS"></a><h3>GIMP_ICON_CENTER</h3> +<pre class="programlisting">#define GIMP_ICON_CENTER "gimp-center" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CENTER-HORIZONTAL:CAPS"></a><h3>GIMP_ICON_CENTER_HORIZONTAL</h3> +<pre class="programlisting">#define GIMP_ICON_CENTER_HORIZONTAL "gimp-hcenter" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CENTER-VERTICAL:CAPS"></a><h3>GIMP_ICON_CENTER_VERTICAL</h3> +<pre class="programlisting">#define GIMP_ICON_CENTER_VERTICAL "gimp-vcenter" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CHAIN-HORIZONTAL:CAPS"></a><h3>GIMP_ICON_CHAIN_HORIZONTAL</h3> +<pre class="programlisting">#define GIMP_ICON_CHAIN_HORIZONTAL "gimp-hchain" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CHAIN-HORIZONTAL-BROKEN:CAPS"></a><h3>GIMP_ICON_CHAIN_HORIZONTAL_BROKEN</h3> +<pre class="programlisting">#define GIMP_ICON_CHAIN_HORIZONTAL_BROKEN "gimp-hchain-broken" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CHAIN-VERTICAL:CAPS"></a><h3>GIMP_ICON_CHAIN_VERTICAL</h3> +<pre class="programlisting">#define GIMP_ICON_CHAIN_VERTICAL "gimp-vchain" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CHAIN-VERTICAL-BROKEN:CAPS"></a><h3>GIMP_ICON_CHAIN_VERTICAL_BROKEN</h3> +<pre class="programlisting">#define GIMP_ICON_CHAIN_VERTICAL_BROKEN "gimp-vchain-broken" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CHANNEL:CAPS"></a><h3>GIMP_ICON_CHANNEL</h3> +<pre class="programlisting">#define GIMP_ICON_CHANNEL "gimp-channel" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CHANNEL-ALPHA:CAPS"></a><h3>GIMP_ICON_CHANNEL_ALPHA</h3> +<pre class="programlisting">#define GIMP_ICON_CHANNEL_ALPHA "gimp-channel-alpha" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CHANNEL-BLUE:CAPS"></a><h3>GIMP_ICON_CHANNEL_BLUE</h3> +<pre class="programlisting">#define GIMP_ICON_CHANNEL_BLUE "gimp-channel-blue" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CHANNEL-GRAY:CAPS"></a><h3>GIMP_ICON_CHANNEL_GRAY</h3> +<pre class="programlisting">#define GIMP_ICON_CHANNEL_GRAY "gimp-channel-gray" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CHANNEL-GREEN:CAPS"></a><h3>GIMP_ICON_CHANNEL_GREEN</h3> +<pre class="programlisting">#define GIMP_ICON_CHANNEL_GREEN "gimp-channel-green" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CHANNEL-INDEXED:CAPS"></a><h3>GIMP_ICON_CHANNEL_INDEXED</h3> +<pre class="programlisting">#define GIMP_ICON_CHANNEL_INDEXED "gimp-channel-indexed" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CHANNEL-RED:CAPS"></a><h3>GIMP_ICON_CHANNEL_RED</h3> +<pre class="programlisting">#define GIMP_ICON_CHANNEL_RED "gimp-channel-red" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CLOSE:CAPS"></a><h3>GIMP_ICON_CLOSE</h3> +<pre class="programlisting">#define GIMP_ICON_CLOSE "gimp-close" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CLOSE-ALL:CAPS"></a><h3>GIMP_ICON_CLOSE_ALL</h3> +<pre class="programlisting">#define GIMP_ICON_CLOSE_ALL "gimp-close-all" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-COLOR-PICKER-BLACK:CAPS"></a><h3>GIMP_ICON_COLOR_PICKER_BLACK</h3> +<pre class="programlisting">#define GIMP_ICON_COLOR_PICKER_BLACK "gimp-color-picker-black" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-COLOR-PICKER-GRAY:CAPS"></a><h3>GIMP_ICON_COLOR_PICKER_GRAY</h3> +<pre class="programlisting">#define GIMP_ICON_COLOR_PICKER_GRAY "gimp-color-picker-gray" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-COLOR-PICKER-WHITE:CAPS"></a><h3>GIMP_ICON_COLOR_PICKER_WHITE</h3> +<pre class="programlisting">#define GIMP_ICON_COLOR_PICKER_WHITE "gimp-color-picker-white" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-COLOR-PICK-FROM-SCREEN:CAPS"></a><h3>GIMP_ICON_COLOR_PICK_FROM_SCREEN</h3> +<pre class="programlisting">#define GIMP_ICON_COLOR_PICK_FROM_SCREEN "gimp-color-pick-from-screen" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-COLOR-SELECTOR-CMYK:CAPS"></a><h3>GIMP_ICON_COLOR_SELECTOR_CMYK</h3> +<pre class="programlisting">#define GIMP_ICON_COLOR_SELECTOR_CMYK "gimp-color-cmyk" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-COLOR-SELECTOR-TRIANGLE:CAPS"></a><h3>GIMP_ICON_COLOR_SELECTOR_TRIANGLE</h3> +<pre class="programlisting">#define GIMP_ICON_COLOR_SELECTOR_TRIANGLE "gimp-color-triangle" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-COLOR-SELECTOR-WATER:CAPS"></a><h3>GIMP_ICON_COLOR_SELECTOR_WATER</h3> +<pre class="programlisting">#define GIMP_ICON_COLOR_SELECTOR_WATER "gimp-color-water" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-COLOR-SPACE-LINEAR:CAPS"></a><h3>GIMP_ICON_COLOR_SPACE_LINEAR</h3> +<pre class="programlisting">#define GIMP_ICON_COLOR_SPACE_LINEAR "gimp-color-space-linear" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-COLOR-SPACE-NON-LINEAR:CAPS"></a><h3>GIMP_ICON_COLOR_SPACE_NON_LINEAR</h3> +<pre class="programlisting">#define GIMP_ICON_COLOR_SPACE_NON_LINEAR "gimp-color-space-non-linear" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-COLOR-SPACE-PERCEPTUAL:CAPS"></a><h3>GIMP_ICON_COLOR_SPACE_PERCEPTUAL</h3> +<pre class="programlisting">#define GIMP_ICON_COLOR_SPACE_PERCEPTUAL "gimp-color-space-perceptual" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-COLORS-DEFAULT:CAPS"></a><h3>GIMP_ICON_COLORS_DEFAULT</h3> +<pre class="programlisting">#define GIMP_ICON_COLORS_DEFAULT "gimp-default-colors" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-COLORS-SWAP:CAPS"></a><h3>GIMP_ICON_COLORS_SWAP</h3> +<pre class="programlisting">#define GIMP_ICON_COLORS_SWAP "gimp-swap-colors" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CONTROLLER:CAPS"></a><h3>GIMP_ICON_CONTROLLER</h3> +<pre class="programlisting">#define GIMP_ICON_CONTROLLER "gimp-controller" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CONTROLLER-KEYBOARD:CAPS"></a><h3>GIMP_ICON_CONTROLLER_KEYBOARD</h3> +<pre class="programlisting">#define GIMP_ICON_CONTROLLER_KEYBOARD "gimp-controller-keyboard" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CONTROLLER-LINUX-INPUT:CAPS"></a><h3>GIMP_ICON_CONTROLLER_LINUX_INPUT</h3> +<pre class="programlisting">#define GIMP_ICON_CONTROLLER_LINUX_INPUT "gimp-controller-linux-input" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CONTROLLER-MIDI:CAPS"></a><h3>GIMP_ICON_CONTROLLER_MIDI</h3> +<pre class="programlisting">#define GIMP_ICON_CONTROLLER_MIDI "gimp-controller-midi" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CONTROLLER-MOUSE:CAPS"></a><h3>GIMP_ICON_CONTROLLER_MOUSE</h3> +<pre class="programlisting">#define GIMP_ICON_CONTROLLER_MOUSE GIMP_ICON_CURSOR +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CONTROLLER-WHEEL:CAPS"></a><h3>GIMP_ICON_CONTROLLER_WHEEL</h3> +<pre class="programlisting">#define GIMP_ICON_CONTROLLER_WHEEL "gimp-controller-wheel" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CONVERT-RGB:CAPS"></a><h3>GIMP_ICON_CONVERT_RGB</h3> +<pre class="programlisting">#define GIMP_ICON_CONVERT_RGB "gimp-convert-rgb" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CONVERT-GRAYSCALE:CAPS"></a><h3>GIMP_ICON_CONVERT_GRAYSCALE</h3> +<pre class="programlisting">#define GIMP_ICON_CONVERT_GRAYSCALE "gimp-convert-grayscale" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CONVERT-INDEXED:CAPS"></a><h3>GIMP_ICON_CONVERT_INDEXED</h3> +<pre class="programlisting">#define GIMP_ICON_CONVERT_INDEXED "gimp-convert-indexed" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CONVERT-PRECISION:CAPS"></a><h3>GIMP_ICON_CONVERT_PRECISION</h3> +<pre class="programlisting">#define GIMP_ICON_CONVERT_PRECISION GIMP_ICON_CONVERT_RGB +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CURVE-FREE:CAPS"></a><h3>GIMP_ICON_CURVE_FREE</h3> +<pre class="programlisting">#define GIMP_ICON_CURVE_FREE "gimp-curve-free" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-CURVE-SMOOTH:CAPS"></a><h3>GIMP_ICON_CURVE_SMOOTH</h3> +<pre class="programlisting">#define GIMP_ICON_CURVE_SMOOTH "gimp-curve-smooth" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DIALOG-CHANNELS:CAPS"></a><h3>GIMP_ICON_DIALOG_CHANNELS</h3> +<pre class="programlisting">#define GIMP_ICON_DIALOG_CHANNELS "gimp-channels" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DIALOG-DASHBOARD:CAPS"></a><h3>GIMP_ICON_DIALOG_DASHBOARD</h3> +<pre class="programlisting">#define GIMP_ICON_DIALOG_DASHBOARD "gimp-dashboard" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DIALOG-DEVICE-STATUS:CAPS"></a><h3>GIMP_ICON_DIALOG_DEVICE_STATUS</h3> +<pre class="programlisting">#define GIMP_ICON_DIALOG_DEVICE_STATUS "gimp-device-status" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DIALOG-ERROR:CAPS"></a><h3>GIMP_ICON_DIALOG_ERROR</h3> +<pre class="programlisting">#define GIMP_ICON_DIALOG_ERROR "gimp-error" /* use FDO */ +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DIALOG-IMAGES:CAPS"></a><h3>GIMP_ICON_DIALOG_IMAGES</h3> +<pre class="programlisting">#define GIMP_ICON_DIALOG_IMAGES "gimp-images" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DIALOG-INFORMATION:CAPS"></a><h3>GIMP_ICON_DIALOG_INFORMATION</h3> +<pre class="programlisting">#define GIMP_ICON_DIALOG_INFORMATION "gimp-info" /* use FDO */ +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DIALOG-LAYERS:CAPS"></a><h3>GIMP_ICON_DIALOG_LAYERS</h3> +<pre class="programlisting">#define GIMP_ICON_DIALOG_LAYERS "gimp-layers" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DIALOG-NAVIGATION:CAPS"></a><h3>GIMP_ICON_DIALOG_NAVIGATION</h3> +<pre class="programlisting">#define GIMP_ICON_DIALOG_NAVIGATION "gimp-navigation" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DIALOG-PATHS:CAPS"></a><h3>GIMP_ICON_DIALOG_PATHS</h3> +<pre class="programlisting">#define GIMP_ICON_DIALOG_PATHS "gimp-paths" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DIALOG-QUESTION:CAPS"></a><h3>GIMP_ICON_DIALOG_QUESTION</h3> +<pre class="programlisting">#define GIMP_ICON_DIALOG_QUESTION "gimp-question" /* use FDO */ +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DIALOG-RESHOW-FILTER:CAPS"></a><h3>GIMP_ICON_DIALOG_RESHOW_FILTER</h3> +<pre class="programlisting">#define GIMP_ICON_DIALOG_RESHOW_FILTER "gimp-reshow-filter" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DIALOG-TOOLS:CAPS"></a><h3>GIMP_ICON_DIALOG_TOOLS</h3> +<pre class="programlisting">#define GIMP_ICON_DIALOG_TOOLS "gimp-tools" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DIALOG-TOOL-OPTIONS:CAPS"></a><h3>GIMP_ICON_DIALOG_TOOL_OPTIONS</h3> +<pre class="programlisting">#define GIMP_ICON_DIALOG_TOOL_OPTIONS "gimp-tool-options" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DIALOG-UNDO-HISTORY:CAPS"></a><h3>GIMP_ICON_DIALOG_UNDO_HISTORY</h3> +<pre class="programlisting">#define GIMP_ICON_DIALOG_UNDO_HISTORY "gimp-undo-history" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DIALOG-WARNING:CAPS"></a><h3>GIMP_ICON_DIALOG_WARNING</h3> +<pre class="programlisting">#define GIMP_ICON_DIALOG_WARNING "gimp-warning" /* use FDO */ +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DISPLAY-FILTER:CAPS"></a><h3>GIMP_ICON_DISPLAY_FILTER</h3> +<pre class="programlisting">#define GIMP_ICON_DISPLAY_FILTER "gimp-display-filter" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DISPLAY-FILTER-CLIP-WARNING:CAPS"></a><h3>GIMP_ICON_DISPLAY_FILTER_CLIP_WARNING</h3> +<pre class="programlisting">#define GIMP_ICON_DISPLAY_FILTER_CLIP_WARNING "gimp-display-filter-clip-warning" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DISPLAY-FILTER-COLORBLIND:CAPS"></a><h3>GIMP_ICON_DISPLAY_FILTER_COLORBLIND</h3> +<pre class="programlisting">#define GIMP_ICON_DISPLAY_FILTER_COLORBLIND "gimp-display-filter-colorblind" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DISPLAY-FILTER-CONTRAST:CAPS"></a><h3>GIMP_ICON_DISPLAY_FILTER_CONTRAST</h3> +<pre class="programlisting">#define GIMP_ICON_DISPLAY_FILTER_CONTRAST "gimp-display-filter-contrast" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DISPLAY-FILTER-GAMMA:CAPS"></a><h3>GIMP_ICON_DISPLAY_FILTER_GAMMA</h3> +<pre class="programlisting">#define GIMP_ICON_DISPLAY_FILTER_GAMMA "gimp-display-filter-gamma" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DISPLAY-FILTER-LCMS:CAPS"></a><h3>GIMP_ICON_DISPLAY_FILTER_LCMS</h3> +<pre class="programlisting">#define GIMP_ICON_DISPLAY_FILTER_LCMS "gimp-display-filter-lcms" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DISPLAY-FILTER-PROOF:CAPS"></a><h3>GIMP_ICON_DISPLAY_FILTER_PROOF</h3> +<pre class="programlisting">#define GIMP_ICON_DISPLAY_FILTER_PROOF "gimp-display-filter-proof" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DOCUMENT-NEW:CAPS"></a><h3>GIMP_ICON_DOCUMENT_NEW</h3> +<pre class="programlisting">#define GIMP_ICON_DOCUMENT_NEW "document-new" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DOCUMENT-OPEN:CAPS"></a><h3>GIMP_ICON_DOCUMENT_OPEN</h3> +<pre class="programlisting">#define GIMP_ICON_DOCUMENT_OPEN "document-open" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DOCUMENT-OPEN-RECENT:CAPS"></a><h3>GIMP_ICON_DOCUMENT_OPEN_RECENT</h3> +<pre class="programlisting">#define GIMP_ICON_DOCUMENT_OPEN_RECENT "document-open-recent" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DOCUMENT-PAGE-SETUP:CAPS"></a><h3>GIMP_ICON_DOCUMENT_PAGE_SETUP</h3> +<pre class="programlisting">#define GIMP_ICON_DOCUMENT_PAGE_SETUP "document-page-setup" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DOCUMENT-PRINT:CAPS"></a><h3>GIMP_ICON_DOCUMENT_PRINT</h3> +<pre class="programlisting">#define GIMP_ICON_DOCUMENT_PRINT "document-print" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DOCUMENT-PRINT-RESOLUTION:CAPS"></a><h3>GIMP_ICON_DOCUMENT_PRINT_RESOLUTION</h3> +<pre class="programlisting">#define GIMP_ICON_DOCUMENT_PRINT_RESOLUTION "document-print" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DOCUMENT-PROPERTIES:CAPS"></a><h3>GIMP_ICON_DOCUMENT_PROPERTIES</h3> +<pre class="programlisting">#define GIMP_ICON_DOCUMENT_PROPERTIES "document-properties" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DOCUMENT-REVERT:CAPS"></a><h3>GIMP_ICON_DOCUMENT_REVERT</h3> +<pre class="programlisting">#define GIMP_ICON_DOCUMENT_REVERT "document-revert" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DOCUMENT-SAVE:CAPS"></a><h3>GIMP_ICON_DOCUMENT_SAVE</h3> +<pre class="programlisting">#define GIMP_ICON_DOCUMENT_SAVE "document-save" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-DOCUMENT-SAVE-AS:CAPS"></a><h3>GIMP_ICON_DOCUMENT_SAVE_AS</h3> +<pre class="programlisting">#define GIMP_ICON_DOCUMENT_SAVE_AS "document-save-as" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-EDIT:CAPS"></a><h3>GIMP_ICON_EDIT</h3> +<pre class="programlisting">#define GIMP_ICON_EDIT "gtk-edit" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-EDIT-CLEAR:CAPS"></a><h3>GIMP_ICON_EDIT_CLEAR</h3> +<pre class="programlisting">#define GIMP_ICON_EDIT_CLEAR "edit-clear" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-EDIT-COPY:CAPS"></a><h3>GIMP_ICON_EDIT_COPY</h3> +<pre class="programlisting">#define GIMP_ICON_EDIT_COPY "edit-copy" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-EDIT-CUT:CAPS"></a><h3>GIMP_ICON_EDIT_CUT</h3> +<pre class="programlisting">#define GIMP_ICON_EDIT_CUT "edit-cut" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-EDIT-DELETE:CAPS"></a><h3>GIMP_ICON_EDIT_DELETE</h3> +<pre class="programlisting">#define GIMP_ICON_EDIT_DELETE "edit-delete" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-EDIT-FIND:CAPS"></a><h3>GIMP_ICON_EDIT_FIND</h3> +<pre class="programlisting">#define GIMP_ICON_EDIT_FIND "edit-find" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-EDIT-PASTE:CAPS"></a><h3>GIMP_ICON_EDIT_PASTE</h3> +<pre class="programlisting">#define GIMP_ICON_EDIT_PASTE "edit-paste" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-EDIT-PASTE-AS-NEW:CAPS"></a><h3>GIMP_ICON_EDIT_PASTE_AS_NEW</h3> +<pre class="programlisting">#define GIMP_ICON_EDIT_PASTE_AS_NEW "gimp-paste-as-new" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-EDIT-PASTE-INTO:CAPS"></a><h3>GIMP_ICON_EDIT_PASTE_INTO</h3> +<pre class="programlisting">#define GIMP_ICON_EDIT_PASTE_INTO "gimp-paste-into" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-EDIT-REDO:CAPS"></a><h3>GIMP_ICON_EDIT_REDO</h3> +<pre class="programlisting">#define GIMP_ICON_EDIT_REDO "edit-redo" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-EDIT-UNDO:CAPS"></a><h3>GIMP_ICON_EDIT_UNDO</h3> +<pre class="programlisting">#define GIMP_ICON_EDIT_UNDO "edit-undo" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FILL-HORIZONTAL:CAPS"></a><h3>GIMP_ICON_FILL_HORIZONTAL</h3> +<pre class="programlisting">#define GIMP_ICON_FILL_HORIZONTAL "gimp-hfill" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FILL-VERTICAL:CAPS"></a><h3>GIMP_ICON_FILL_VERTICAL</h3> +<pre class="programlisting">#define GIMP_ICON_FILL_VERTICAL "gimp-vfill" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FOLDER-NEW:CAPS"></a><h3>GIMP_ICON_FOLDER_NEW</h3> +<pre class="programlisting">#define GIMP_ICON_FOLDER_NEW "folder-new" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FORMAT-INDENT-MORE:CAPS"></a><h3>GIMP_ICON_FORMAT_INDENT_MORE</h3> +<pre class="programlisting">#define GIMP_ICON_FORMAT_INDENT_MORE "format-indent-more" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FORMAT-INDENT-LESS:CAPS"></a><h3>GIMP_ICON_FORMAT_INDENT_LESS</h3> +<pre class="programlisting">#define GIMP_ICON_FORMAT_INDENT_LESS "format-indent-less" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FORMAT-JUSTIFY-CENTER:CAPS"></a><h3>GIMP_ICON_FORMAT_JUSTIFY_CENTER</h3> +<pre class="programlisting">#define GIMP_ICON_FORMAT_JUSTIFY_CENTER "format-justify-center" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FORMAT-JUSTIFY-FILL:CAPS"></a><h3>GIMP_ICON_FORMAT_JUSTIFY_FILL</h3> +<pre class="programlisting">#define GIMP_ICON_FORMAT_JUSTIFY_FILL "format-justify-fill" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FORMAT-JUSTIFY-LEFT:CAPS"></a><h3>GIMP_ICON_FORMAT_JUSTIFY_LEFT</h3> +<pre class="programlisting">#define GIMP_ICON_FORMAT_JUSTIFY_LEFT "format-justify-left" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FORMAT-JUSTIFY-RIGHT:CAPS"></a><h3>GIMP_ICON_FORMAT_JUSTIFY_RIGHT</h3> +<pre class="programlisting">#define GIMP_ICON_FORMAT_JUSTIFY_RIGHT "format-justify-right" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FORMAT-TEXT-BOLD:CAPS"></a><h3>GIMP_ICON_FORMAT_TEXT_BOLD</h3> +<pre class="programlisting">#define GIMP_ICON_FORMAT_TEXT_BOLD "format-text-bold" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FORMAT-TEXT-ITALIC:CAPS"></a><h3>GIMP_ICON_FORMAT_TEXT_ITALIC</h3> +<pre class="programlisting">#define GIMP_ICON_FORMAT_TEXT_ITALIC "format-text-italic" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FORMAT-TEXT-DIRECTION-LTR:CAPS"></a><h3>GIMP_ICON_FORMAT_TEXT_DIRECTION_LTR</h3> +<pre class="programlisting">#define GIMP_ICON_FORMAT_TEXT_DIRECTION_LTR "gimp-text-dir-ltr" /* use FDO */ +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FORMAT-TEXT-DIRECTION-RTL:CAPS"></a><h3>GIMP_ICON_FORMAT_TEXT_DIRECTION_RTL</h3> +<pre class="programlisting">#define GIMP_ICON_FORMAT_TEXT_DIRECTION_RTL "gimp-text-dir-rtl" /* use FDO */ +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FORMAT-TEXT-DIRECTION-TTB-LTR:CAPS"></a><h3>GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR</h3> +<pre class="programlisting">#define GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR "gimp-text-dir-ttb-ltr" /* use FDO */ +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FORMAT-TEXT-DIRECTION-TTB-LTR-UPRIGHT:CAPS"></a><h3>GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR_UPRIGHT</h3> +<pre class="programlisting">#define GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR_UPRIGHT "gimp-text-dir-ttb-ltr-upright" /* use FDO */ +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FORMAT-TEXT-DIRECTION-TTB-RTL:CAPS"></a><h3>GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL</h3> +<pre class="programlisting">#define GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL "gimp-text-dir-ttb-rtl" /* use FDO */ +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FORMAT-TEXT-DIRECTION-TTB-RTL-UPRIGHT:CAPS"></a><h3>GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL_UPRIGHT</h3> +<pre class="programlisting">#define GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL_UPRIGHT "gimp-text-dir-ttb-rtl-upright" /* use FDO */ +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FORMAT-TEXT-SPACING-LETTER:CAPS"></a><h3>GIMP_ICON_FORMAT_TEXT_SPACING_LETTER</h3> +<pre class="programlisting">#define GIMP_ICON_FORMAT_TEXT_SPACING_LETTER "gimp-letter-spacing" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FORMAT-TEXT-SPACING-LINE:CAPS"></a><h3>GIMP_ICON_FORMAT_TEXT_SPACING_LINE</h3> +<pre class="programlisting">#define GIMP_ICON_FORMAT_TEXT_SPACING_LINE "gimp-line-spacing" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FORMAT-TEXT-STRIKETHROUGH:CAPS"></a><h3>GIMP_ICON_FORMAT_TEXT_STRIKETHROUGH</h3> +<pre class="programlisting">#define GIMP_ICON_FORMAT_TEXT_STRIKETHROUGH "format-text-strikethrough" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-FORMAT-TEXT-UNDERLINE:CAPS"></a><h3>GIMP_ICON_FORMAT_TEXT_UNDERLINE</h3> +<pre class="programlisting">#define GIMP_ICON_FORMAT_TEXT_UNDERLINE "format-text-underline" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRADIENT-LINEAR:CAPS"></a><h3>GIMP_ICON_GRADIENT_LINEAR</h3> +<pre class="programlisting">#define GIMP_ICON_GRADIENT_LINEAR "gimp-gradient-linear" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRADIENT-BILINEAR:CAPS"></a><h3>GIMP_ICON_GRADIENT_BILINEAR</h3> +<pre class="programlisting">#define GIMP_ICON_GRADIENT_BILINEAR "gimp-gradient-bilinear" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRADIENT-RADIAL:CAPS"></a><h3>GIMP_ICON_GRADIENT_RADIAL</h3> +<pre class="programlisting">#define GIMP_ICON_GRADIENT_RADIAL "gimp-gradient-radial" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRADIENT-SQUARE:CAPS"></a><h3>GIMP_ICON_GRADIENT_SQUARE</h3> +<pre class="programlisting">#define GIMP_ICON_GRADIENT_SQUARE "gimp-gradient-square" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRADIENT-CONICAL-SYMMETRIC:CAPS"></a><h3>GIMP_ICON_GRADIENT_CONICAL_SYMMETRIC</h3> +<pre class="programlisting">#define GIMP_ICON_GRADIENT_CONICAL_SYMMETRIC "gimp-gradient-conical-symmetric" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRADIENT-CONICAL-ASYMMETRIC:CAPS"></a><h3>GIMP_ICON_GRADIENT_CONICAL_ASYMMETRIC</h3> +<pre class="programlisting">#define GIMP_ICON_GRADIENT_CONICAL_ASYMMETRIC "gimp-gradient-conical-asymmetric" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRADIENT-SHAPEBURST-ANGULAR:CAPS"></a><h3>GIMP_ICON_GRADIENT_SHAPEBURST_ANGULAR</h3> +<pre class="programlisting">#define GIMP_ICON_GRADIENT_SHAPEBURST_ANGULAR "gimp-gradient-shapeburst-angular" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRADIENT-SHAPEBURST-SPHERICAL:CAPS"></a><h3>GIMP_ICON_GRADIENT_SHAPEBURST_SPHERICAL</h3> +<pre class="programlisting">#define GIMP_ICON_GRADIENT_SHAPEBURST_SPHERICAL "gimp-gradient-shapeburst-spherical" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRADIENT-SHAPEBURST-DIMPLED:CAPS"></a><h3>GIMP_ICON_GRADIENT_SHAPEBURST_DIMPLED</h3> +<pre class="programlisting">#define GIMP_ICON_GRADIENT_SHAPEBURST_DIMPLED "gimp-gradient-shapeburst-dimpled" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRADIENT-SPIRAL-CLOCKWISE:CAPS"></a><h3>GIMP_ICON_GRADIENT_SPIRAL_CLOCKWISE</h3> +<pre class="programlisting">#define GIMP_ICON_GRADIENT_SPIRAL_CLOCKWISE "gimp-gradient-spiral-clockwise" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRADIENT-SPIRAL-ANTICLOCKWISE:CAPS"></a><h3>GIMP_ICON_GRADIENT_SPIRAL_ANTICLOCKWISE</h3> +<pre class="programlisting">#define GIMP_ICON_GRADIENT_SPIRAL_ANTICLOCKWISE "gimp-gradient-spiral-anticlockwise" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRAVITY-EAST:CAPS"></a><h3>GIMP_ICON_GRAVITY_EAST</h3> +<pre class="programlisting">#define GIMP_ICON_GRAVITY_EAST "gimp-gravity-east" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRAVITY-NORTH:CAPS"></a><h3>GIMP_ICON_GRAVITY_NORTH</h3> +<pre class="programlisting">#define GIMP_ICON_GRAVITY_NORTH "gimp-gravity-north" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRAVITY-NORTH-EAST:CAPS"></a><h3>GIMP_ICON_GRAVITY_NORTH_EAST</h3> +<pre class="programlisting">#define GIMP_ICON_GRAVITY_NORTH_EAST "gimp-gravity-north-east" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRAVITY-NORTH-WEST:CAPS"></a><h3>GIMP_ICON_GRAVITY_NORTH_WEST</h3> +<pre class="programlisting">#define GIMP_ICON_GRAVITY_NORTH_WEST "gimp-gravity-north-west" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRAVITY-SOUTH:CAPS"></a><h3>GIMP_ICON_GRAVITY_SOUTH</h3> +<pre class="programlisting">#define GIMP_ICON_GRAVITY_SOUTH "gimp-gravity-south" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRAVITY-SOUTH-EAST:CAPS"></a><h3>GIMP_ICON_GRAVITY_SOUTH_EAST</h3> +<pre class="programlisting">#define GIMP_ICON_GRAVITY_SOUTH_EAST "gimp-gravity-south-east" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRAVITY-SOUTH-WEST:CAPS"></a><h3>GIMP_ICON_GRAVITY_SOUTH_WEST</h3> +<pre class="programlisting">#define GIMP_ICON_GRAVITY_SOUTH_WEST "gimp-gravity-south-west" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GRAVITY-WEST:CAPS"></a><h3>GIMP_ICON_GRAVITY_WEST</h3> +<pre class="programlisting">#define GIMP_ICON_GRAVITY_WEST "gimp-gravity-west" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GO-BOTTOM:CAPS"></a><h3>GIMP_ICON_GO_BOTTOM</h3> +<pre class="programlisting">#define GIMP_ICON_GO_BOTTOM "go-bottom" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GO-DOWN:CAPS"></a><h3>GIMP_ICON_GO_DOWN</h3> +<pre class="programlisting">#define GIMP_ICON_GO_DOWN "go-down" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GO-FIRST:CAPS"></a><h3>GIMP_ICON_GO_FIRST</h3> +<pre class="programlisting">#define GIMP_ICON_GO_FIRST "go-first" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GO-HOME:CAPS"></a><h3>GIMP_ICON_GO_HOME</h3> +<pre class="programlisting">#define GIMP_ICON_GO_HOME "go-home" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GO-LAST:CAPS"></a><h3>GIMP_ICON_GO_LAST</h3> +<pre class="programlisting">#define GIMP_ICON_GO_LAST "go-last" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GO-TOP:CAPS"></a><h3>GIMP_ICON_GO_TOP</h3> +<pre class="programlisting">#define GIMP_ICON_GO_TOP "go-top" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GO-UP:CAPS"></a><h3>GIMP_ICON_GO_UP</h3> +<pre class="programlisting">#define GIMP_ICON_GO_UP "go-up" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GO-PREVIOUS:CAPS"></a><h3>GIMP_ICON_GO_PREVIOUS</h3> +<pre class="programlisting">#define GIMP_ICON_GO_PREVIOUS "go-previous" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-GO-NEXT:CAPS"></a><h3>GIMP_ICON_GO_NEXT</h3> +<pre class="programlisting">#define GIMP_ICON_GO_NEXT "go-next" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-HELP:CAPS"></a><h3>GIMP_ICON_HELP</h3> +<pre class="programlisting">#define GIMP_ICON_HELP "help" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-HELP-ABOUT:CAPS"></a><h3>GIMP_ICON_HELP_ABOUT</h3> +<pre class="programlisting">#define GIMP_ICON_HELP_ABOUT "help-about" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-HELP-USER-MANUAL:CAPS"></a><h3>GIMP_ICON_HELP_USER_MANUAL</h3> +<pre class="programlisting">#define GIMP_ICON_HELP_USER_MANUAL "gimp-user-manual" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-HISTOGRAM:CAPS"></a><h3>GIMP_ICON_HISTOGRAM</h3> +<pre class="programlisting">#define GIMP_ICON_HISTOGRAM "gimp-histogram" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-HISTOGRAM-LINEAR:CAPS"></a><h3>GIMP_ICON_HISTOGRAM_LINEAR</h3> +<pre class="programlisting">#define GIMP_ICON_HISTOGRAM_LINEAR "gimp-histogram-linear" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-HISTOGRAM-LOGARITHMIC:CAPS"></a><h3>GIMP_ICON_HISTOGRAM_LOGARITHMIC</h3> +<pre class="programlisting">#define GIMP_ICON_HISTOGRAM_LOGARITHMIC "gimp-histogram-logarithmic" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-IMAGE:CAPS"></a><h3>GIMP_ICON_IMAGE</h3> +<pre class="programlisting">#define GIMP_ICON_IMAGE "gimp-image" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-IMAGE-OPEN:CAPS"></a><h3>GIMP_ICON_IMAGE_OPEN</h3> +<pre class="programlisting">#define GIMP_ICON_IMAGE_OPEN "gimp-image-open" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-IMAGE-RELOAD:CAPS"></a><h3>GIMP_ICON_IMAGE_RELOAD</h3> +<pre class="programlisting">#define GIMP_ICON_IMAGE_RELOAD "gimp-image-reload" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-JOIN-MITER:CAPS"></a><h3>GIMP_ICON_JOIN_MITER</h3> +<pre class="programlisting">#define GIMP_ICON_JOIN_MITER "gimp-join-miter" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-JOIN-ROUND:CAPS"></a><h3>GIMP_ICON_JOIN_ROUND</h3> +<pre class="programlisting">#define GIMP_ICON_JOIN_ROUND "gimp-join-round" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-JOIN-BEVEL:CAPS"></a><h3>GIMP_ICON_JOIN_BEVEL</h3> +<pre class="programlisting">#define GIMP_ICON_JOIN_BEVEL "gimp-join-bevel" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-LAYER:CAPS"></a><h3>GIMP_ICON_LAYER</h3> +<pre class="programlisting">#define GIMP_ICON_LAYER "gimp-layer" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-LAYER-ANCHOR:CAPS"></a><h3>GIMP_ICON_LAYER_ANCHOR</h3> +<pre class="programlisting">#define GIMP_ICON_LAYER_ANCHOR "gimp-anchor" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-LAYER-FLOATING-SELECTION:CAPS"></a><h3>GIMP_ICON_LAYER_FLOATING_SELECTION</h3> +<pre class="programlisting">#define GIMP_ICON_LAYER_FLOATING_SELECTION "gimp-floating-selection" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-LAYER-MASK:CAPS"></a><h3>GIMP_ICON_LAYER_MASK</h3> +<pre class="programlisting">#define GIMP_ICON_LAYER_MASK "gimp-layer-mask" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-LAYER-MERGE-DOWN:CAPS"></a><h3>GIMP_ICON_LAYER_MERGE_DOWN</h3> +<pre class="programlisting">#define GIMP_ICON_LAYER_MERGE_DOWN "gimp-merge-down" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-LAYER-TEXT-LAYER:CAPS"></a><h3>GIMP_ICON_LAYER_TEXT_LAYER</h3> +<pre class="programlisting">#define GIMP_ICON_LAYER_TEXT_LAYER "gimp-text-layer" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-LAYER-TO-IMAGESIZE:CAPS"></a><h3>GIMP_ICON_LAYER_TO_IMAGESIZE</h3> +<pre class="programlisting">#define GIMP_ICON_LAYER_TO_IMAGESIZE "gimp-layer-to-imagesize" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-LIST:CAPS"></a><h3>GIMP_ICON_LIST</h3> +<pre class="programlisting">#define GIMP_ICON_LIST "gimp-list" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-LIST-ADD:CAPS"></a><h3>GIMP_ICON_LIST_ADD</h3> +<pre class="programlisting">#define GIMP_ICON_LIST_ADD "list-add" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-LIST-REMOVE:CAPS"></a><h3>GIMP_ICON_LIST_REMOVE</h3> +<pre class="programlisting">#define GIMP_ICON_LIST_REMOVE "list-remove" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-MENU-LEFT:CAPS"></a><h3>GIMP_ICON_MENU_LEFT</h3> +<pre class="programlisting">#define GIMP_ICON_MENU_LEFT "gimp-menu-left" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-MENU-RIGHT:CAPS"></a><h3>GIMP_ICON_MENU_RIGHT</h3> +<pre class="programlisting">#define GIMP_ICON_MENU_RIGHT "gimp-menu-right" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-OBJECT-DUPLICATE:CAPS"></a><h3>GIMP_ICON_OBJECT_DUPLICATE</h3> +<pre class="programlisting">#define GIMP_ICON_OBJECT_DUPLICATE "gimp-duplicate" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-OBJECT-FLIP-HORIZONTAL:CAPS"></a><h3>GIMP_ICON_OBJECT_FLIP_HORIZONTAL</h3> +<pre class="programlisting">#define GIMP_ICON_OBJECT_FLIP_HORIZONTAL "gimp-flip-horizontal" /* use FDO */ +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-OBJECT-FLIP-VERTICAL:CAPS"></a><h3>GIMP_ICON_OBJECT_FLIP_VERTICAL</h3> +<pre class="programlisting">#define GIMP_ICON_OBJECT_FLIP_VERTICAL "gimp-flip-vertical" /* use FDO */ +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-OBJECT-RESIZE:CAPS"></a><h3>GIMP_ICON_OBJECT_RESIZE</h3> +<pre class="programlisting">#define GIMP_ICON_OBJECT_RESIZE "gimp-resize" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-OBJECT-ROTATE-180:CAPS"></a><h3>GIMP_ICON_OBJECT_ROTATE_180</h3> +<pre class="programlisting">#define GIMP_ICON_OBJECT_ROTATE_180 "gimp-rotate-180" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-OBJECT-ROTATE-270:CAPS"></a><h3>GIMP_ICON_OBJECT_ROTATE_270</h3> +<pre class="programlisting">#define GIMP_ICON_OBJECT_ROTATE_270 "gimp-rotate-270" /* use FDO */ +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-OBJECT-ROTATE-90:CAPS"></a><h3>GIMP_ICON_OBJECT_ROTATE_90</h3> +<pre class="programlisting">#define GIMP_ICON_OBJECT_ROTATE_90 "gimp-rotate-90" /* use FDO */ +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-OBJECT-SCALE:CAPS"></a><h3>GIMP_ICON_OBJECT_SCALE</h3> +<pre class="programlisting">#define GIMP_ICON_OBJECT_SCALE "gimp-scale" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-PATH:CAPS"></a><h3>GIMP_ICON_PATH</h3> +<pre class="programlisting">#define GIMP_ICON_PATH "gimp-path" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-PATH-STROKE:CAPS"></a><h3>GIMP_ICON_PATH_STROKE</h3> +<pre class="programlisting">#define GIMP_ICON_PATH_STROKE "gimp-path-stroke" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-PIVOT-CENTER:CAPS"></a><h3>GIMP_ICON_PIVOT_CENTER</h3> +<pre class="programlisting">#define GIMP_ICON_PIVOT_CENTER "gimp-pivot-center" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-PIVOT-EAST:CAPS"></a><h3>GIMP_ICON_PIVOT_EAST</h3> +<pre class="programlisting">#define GIMP_ICON_PIVOT_EAST "gimp-pivot-east" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-PIVOT-NORTH:CAPS"></a><h3>GIMP_ICON_PIVOT_NORTH</h3> +<pre class="programlisting">#define GIMP_ICON_PIVOT_NORTH "gimp-pivot-north" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-PIVOT-NORTH-EAST:CAPS"></a><h3>GIMP_ICON_PIVOT_NORTH_EAST</h3> +<pre class="programlisting">#define GIMP_ICON_PIVOT_NORTH_EAST "gimp-pivot-north-east" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-PIVOT-NORTH-WEST:CAPS"></a><h3>GIMP_ICON_PIVOT_NORTH_WEST</h3> +<pre class="programlisting">#define GIMP_ICON_PIVOT_NORTH_WEST "gimp-pivot-north-west" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-PIVOT-SOUTH:CAPS"></a><h3>GIMP_ICON_PIVOT_SOUTH</h3> +<pre class="programlisting">#define GIMP_ICON_PIVOT_SOUTH "gimp-pivot-south" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-PIVOT-SOUTH-EAST:CAPS"></a><h3>GIMP_ICON_PIVOT_SOUTH_EAST</h3> +<pre class="programlisting">#define GIMP_ICON_PIVOT_SOUTH_EAST "gimp-pivot-south-east" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-PIVOT-SOUTH-WEST:CAPS"></a><h3>GIMP_ICON_PIVOT_SOUTH_WEST</h3> +<pre class="programlisting">#define GIMP_ICON_PIVOT_SOUTH_WEST "gimp-pivot-south-west" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-PIVOT-WEST:CAPS"></a><h3>GIMP_ICON_PIVOT_WEST</h3> +<pre class="programlisting">#define GIMP_ICON_PIVOT_WEST "gimp-pivot-west" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-PREFERENCES-SYSTEM:CAPS"></a><h3>GIMP_ICON_PREFERENCES_SYSTEM</h3> +<pre class="programlisting">#define GIMP_ICON_PREFERENCES_SYSTEM "preferences-system" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-PROCESS-STOP:CAPS"></a><h3>GIMP_ICON_PROCESS_STOP</h3> +<pre class="programlisting">#define GIMP_ICON_PROCESS_STOP "process-stop" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-QUICK-MASK-OFF:CAPS"></a><h3>GIMP_ICON_QUICK_MASK_OFF</h3> +<pre class="programlisting">#define GIMP_ICON_QUICK_MASK_OFF "gimp-quick-mask-off" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-QUICK-MASK-ON:CAPS"></a><h3>GIMP_ICON_QUICK_MASK_ON</h3> +<pre class="programlisting">#define GIMP_ICON_QUICK_MASK_ON "gimp-quick-mask-on" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SELECTION:CAPS"></a><h3>GIMP_ICON_SELECTION</h3> +<pre class="programlisting">#define GIMP_ICON_SELECTION "gimp-selection" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SELECTION-ADD:CAPS"></a><h3>GIMP_ICON_SELECTION_ADD</h3> +<pre class="programlisting">#define GIMP_ICON_SELECTION_ADD "gimp-selection-add" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SELECTION-ALL:CAPS"></a><h3>GIMP_ICON_SELECTION_ALL</h3> +<pre class="programlisting">#define GIMP_ICON_SELECTION_ALL "gimp-selection-all" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SELECTION-BORDER:CAPS"></a><h3>GIMP_ICON_SELECTION_BORDER</h3> +<pre class="programlisting">#define GIMP_ICON_SELECTION_BORDER "gimp-selection-border" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SELECTION-GROW:CAPS"></a><h3>GIMP_ICON_SELECTION_GROW</h3> +<pre class="programlisting">#define GIMP_ICON_SELECTION_GROW "gimp-selection-grow" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SELECTION-INTERSECT:CAPS"></a><h3>GIMP_ICON_SELECTION_INTERSECT</h3> +<pre class="programlisting">#define GIMP_ICON_SELECTION_INTERSECT "gimp-selection-intersect" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SELECTION-NONE:CAPS"></a><h3>GIMP_ICON_SELECTION_NONE</h3> +<pre class="programlisting">#define GIMP_ICON_SELECTION_NONE "gimp-selection-none" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SELECTION-REPLACE:CAPS"></a><h3>GIMP_ICON_SELECTION_REPLACE</h3> +<pre class="programlisting">#define GIMP_ICON_SELECTION_REPLACE "gimp-selection-replace" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SELECTION-SHRINK:CAPS"></a><h3>GIMP_ICON_SELECTION_SHRINK</h3> +<pre class="programlisting">#define GIMP_ICON_SELECTION_SHRINK "gimp-selection-shrink" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SELECTION-STROKE:CAPS"></a><h3>GIMP_ICON_SELECTION_STROKE</h3> +<pre class="programlisting">#define GIMP_ICON_SELECTION_STROKE "gimp-selection-stroke" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SELECTION-SUBTRACT:CAPS"></a><h3>GIMP_ICON_SELECTION_SUBTRACT</h3> +<pre class="programlisting">#define GIMP_ICON_SELECTION_SUBTRACT "gimp-selection-subtract" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SELECTION-TO-CHANNEL:CAPS"></a><h3>GIMP_ICON_SELECTION_TO_CHANNEL</h3> +<pre class="programlisting">#define GIMP_ICON_SELECTION_TO_CHANNEL "gimp-selection-to-channel" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SELECTION-TO-PATH:CAPS"></a><h3>GIMP_ICON_SELECTION_TO_PATH</h3> +<pre class="programlisting">#define GIMP_ICON_SELECTION_TO_PATH "gimp-selection-to-path" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SHAPE-CIRCLE:CAPS"></a><h3>GIMP_ICON_SHAPE_CIRCLE</h3> +<pre class="programlisting">#define GIMP_ICON_SHAPE_CIRCLE "gimp-shape-circle" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SHAPE-DIAMOND:CAPS"></a><h3>GIMP_ICON_SHAPE_DIAMOND</h3> +<pre class="programlisting">#define GIMP_ICON_SHAPE_DIAMOND "gimp-shape-diamond" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SHAPE-SQUARE:CAPS"></a><h3>GIMP_ICON_SHAPE_SQUARE</h3> +<pre class="programlisting">#define GIMP_ICON_SHAPE_SQUARE "gimp-shape-square" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-SYSTEM-RUN:CAPS"></a><h3>GIMP_ICON_SYSTEM_RUN</h3> +<pre class="programlisting">#define GIMP_ICON_SYSTEM_RUN "system-run" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-AIRBRUSH:CAPS"></a><h3>GIMP_ICON_TOOL_AIRBRUSH</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_AIRBRUSH "gimp-tool-airbrush" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-ALIGN:CAPS"></a><h3>GIMP_ICON_TOOL_ALIGN</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_ALIGN "gimp-tool-align" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-BLUR:CAPS"></a><h3>GIMP_ICON_TOOL_BLUR</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_BLUR "gimp-tool-blur" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-BRIGHTNESS-CONTRAST:CAPS"></a><h3>GIMP_ICON_TOOL_BRIGHTNESS_CONTRAST</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_BRIGHTNESS_CONTRAST "gimp-tool-brightness-contrast" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-BUCKET-FILL:CAPS"></a><h3>GIMP_ICON_TOOL_BUCKET_FILL</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_BUCKET_FILL "gimp-tool-bucket-fill" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-BY-COLOR-SELECT:CAPS"></a><h3>GIMP_ICON_TOOL_BY_COLOR_SELECT</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_BY_COLOR_SELECT "gimp-tool-by-color-select" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-CAGE:CAPS"></a><h3>GIMP_ICON_TOOL_CAGE</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_CAGE "gimp-tool-cage" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-CLONE:CAPS"></a><h3>GIMP_ICON_TOOL_CLONE</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_CLONE "gimp-tool-clone" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-COLOR-TEMPERATURE:CAPS"></a><h3>GIMP_ICON_TOOL_COLOR_TEMPERATURE</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_COLOR_TEMPERATURE "gimp-tool-color-temperature" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-COLORIZE:CAPS"></a><h3>GIMP_ICON_TOOL_COLORIZE</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_COLORIZE "gimp-tool-colorize" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-COLOR-BALANCE:CAPS"></a><h3>GIMP_ICON_TOOL_COLOR_BALANCE</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_COLOR_BALANCE "gimp-tool-color-balance" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-COLOR-PICKER:CAPS"></a><h3>GIMP_ICON_TOOL_COLOR_PICKER</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_COLOR_PICKER "gimp-tool-color-picker" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-CROP:CAPS"></a><h3>GIMP_ICON_TOOL_CROP</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_CROP "gimp-tool-crop" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-CURVES:CAPS"></a><h3>GIMP_ICON_TOOL_CURVES</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_CURVES "gimp-tool-curves" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-DESATURATE:CAPS"></a><h3>GIMP_ICON_TOOL_DESATURATE</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_DESATURATE "gimp-tool-desaturate" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-DODGE:CAPS"></a><h3>GIMP_ICON_TOOL_DODGE</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_DODGE "gimp-tool-dodge" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-ELLIPSE-SELECT:CAPS"></a><h3>GIMP_ICON_TOOL_ELLIPSE_SELECT</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_ELLIPSE_SELECT "gimp-tool-ellipse-select" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-ERASER:CAPS"></a><h3>GIMP_ICON_TOOL_ERASER</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_ERASER "gimp-tool-eraser" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-EXPOSURE:CAPS"></a><h3>GIMP_ICON_TOOL_EXPOSURE</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_EXPOSURE "gimp-tool-exposure" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-FLIP:CAPS"></a><h3>GIMP_ICON_TOOL_FLIP</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_FLIP "gimp-tool-flip" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-FOREGROUND-SELECT:CAPS"></a><h3>GIMP_ICON_TOOL_FOREGROUND_SELECT</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_FOREGROUND_SELECT "gimp-tool-foreground-select" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-FREE-SELECT:CAPS"></a><h3>GIMP_ICON_TOOL_FREE_SELECT</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_FREE_SELECT "gimp-tool-free-select" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-FUZZY-SELECT:CAPS"></a><h3>GIMP_ICON_TOOL_FUZZY_SELECT</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_FUZZY_SELECT "gimp-tool-fuzzy-select" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-GRADIENT:CAPS"></a><h3>GIMP_ICON_TOOL_GRADIENT</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_GRADIENT "gimp-tool-gradient" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-HANDLE-TRANSFORM:CAPS"></a><h3>GIMP_ICON_TOOL_HANDLE_TRANSFORM</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_HANDLE_TRANSFORM "gimp-tool-handle-transform" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-HEAL:CAPS"></a><h3>GIMP_ICON_TOOL_HEAL</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_HEAL "gimp-tool-heal" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-HUE-SATURATION:CAPS"></a><h3>GIMP_ICON_TOOL_HUE_SATURATION</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_HUE_SATURATION "gimp-tool-hue-saturation" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-INK:CAPS"></a><h3>GIMP_ICON_TOOL_INK</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_INK "gimp-tool-ink" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-ISCISSORS:CAPS"></a><h3>GIMP_ICON_TOOL_ISCISSORS</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_ISCISSORS "gimp-tool-iscissors" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-LEVELS:CAPS"></a><h3>GIMP_ICON_TOOL_LEVELS</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_LEVELS "gimp-tool-levels" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-MEASURE:CAPS"></a><h3>GIMP_ICON_TOOL_MEASURE</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_MEASURE "gimp-tool-measure" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-MOVE:CAPS"></a><h3>GIMP_ICON_TOOL_MOVE</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_MOVE "gimp-tool-move" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-MYPAINT-BRUSH:CAPS"></a><h3>GIMP_ICON_TOOL_MYPAINT_BRUSH</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_MYPAINT_BRUSH "gimp-tool-mypaint-brush" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-N-POINT-DEFORMATION:CAPS"></a><h3>GIMP_ICON_TOOL_N_POINT_DEFORMATION</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_N_POINT_DEFORMATION "gimp-tool-n-point-deformation" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-OFFSET:CAPS"></a><h3>GIMP_ICON_TOOL_OFFSET</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_OFFSET "gimp-tool-offset" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-PAINTBRUSH:CAPS"></a><h3>GIMP_ICON_TOOL_PAINTBRUSH</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_PAINTBRUSH "gimp-tool-paintbrush" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-PATH:CAPS"></a><h3>GIMP_ICON_TOOL_PATH</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_PATH "gimp-tool-path" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-PENCIL:CAPS"></a><h3>GIMP_ICON_TOOL_PENCIL</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_PENCIL "gimp-tool-pencil" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-PERSPECTIVE:CAPS"></a><h3>GIMP_ICON_TOOL_PERSPECTIVE</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_PERSPECTIVE "gimp-tool-perspective" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-PERSPECTIVE-CLONE:CAPS"></a><h3>GIMP_ICON_TOOL_PERSPECTIVE_CLONE</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_PERSPECTIVE_CLONE "gimp-tool-perspective-clone" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-POSTERIZE:CAPS"></a><h3>GIMP_ICON_TOOL_POSTERIZE</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_POSTERIZE "gimp-tool-posterize" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-RECT-SELECT:CAPS"></a><h3>GIMP_ICON_TOOL_RECT_SELECT</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_RECT_SELECT "gimp-tool-rect-select" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-ROTATE:CAPS"></a><h3>GIMP_ICON_TOOL_ROTATE</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_ROTATE "gimp-tool-rotate" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-SCALE:CAPS"></a><h3>GIMP_ICON_TOOL_SCALE</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_SCALE "gimp-tool-scale" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-SEAMLESS-CLONE:CAPS"></a><h3>GIMP_ICON_TOOL_SEAMLESS_CLONE</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_SEAMLESS_CLONE "gimp-tool-seamless-clone" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-SHADOWS-HIGHLIGHTS:CAPS"></a><h3>GIMP_ICON_TOOL_SHADOWS_HIGHLIGHTS</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_SHADOWS_HIGHLIGHTS "gimp-tool-shadows-highlights" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-SHEAR:CAPS"></a><h3>GIMP_ICON_TOOL_SHEAR</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_SHEAR "gimp-tool-shear" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-SMUDGE:CAPS"></a><h3>GIMP_ICON_TOOL_SMUDGE</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_SMUDGE "gimp-tool-smudge" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-TEXT:CAPS"></a><h3>GIMP_ICON_TOOL_TEXT</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_TEXT "gimp-tool-text" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-THRESHOLD:CAPS"></a><h3>GIMP_ICON_TOOL_THRESHOLD</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_THRESHOLD "gimp-tool-threshold" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-TRANSFORM-3D:CAPS"></a><h3>GIMP_ICON_TOOL_TRANSFORM_3D</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_TRANSFORM_3D "gimp-tool-transform-3d" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-UNIFIED-TRANSFORM:CAPS"></a><h3>GIMP_ICON_TOOL_UNIFIED_TRANSFORM</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_UNIFIED_TRANSFORM "gimp-tool-unified-transform" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-WARP:CAPS"></a><h3>GIMP_ICON_TOOL_WARP</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_WARP "gimp-tool-warp" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TOOL-ZOOM:CAPS"></a><h3>GIMP_ICON_TOOL_ZOOM</h3> +<pre class="programlisting">#define GIMP_ICON_TOOL_ZOOM "gimp-tool-zoom" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TRANSFORM-3D-CAMERA:CAPS"></a><h3>GIMP_ICON_TRANSFORM_3D_CAMERA</h3> +<pre class="programlisting">#define GIMP_ICON_TRANSFORM_3D_CAMERA "gimp-transform-3d-camera" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TRANSFORM-3D-MOVE:CAPS"></a><h3>GIMP_ICON_TRANSFORM_3D_MOVE</h3> +<pre class="programlisting">#define GIMP_ICON_TRANSFORM_3D_MOVE "gimp-transform-3d-move" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-TRANSFORM-3D-ROTATE:CAPS"></a><h3>GIMP_ICON_TRANSFORM_3D_ROTATE</h3> +<pre class="programlisting">#define GIMP_ICON_TRANSFORM_3D_ROTATE "gimp-transform-3d-rotate" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-VIEW-REFRESH:CAPS"></a><h3>GIMP_ICON_VIEW_REFRESH</h3> +<pre class="programlisting">#define GIMP_ICON_VIEW_REFRESH "view-refresh" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-VIEW-FULLSCREEN:CAPS"></a><h3>GIMP_ICON_VIEW_FULLSCREEN</h3> +<pre class="programlisting">#define GIMP_ICON_VIEW_FULLSCREEN "view-fullscreen" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-WILBER:CAPS"></a><h3>GIMP_ICON_WILBER</h3> +<pre class="programlisting">#define GIMP_ICON_WILBER "gimp-wilber" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-WILBER-EEK:CAPS"></a><h3>GIMP_ICON_WILBER_EEK</h3> +<pre class="programlisting">#define GIMP_ICON_WILBER_EEK "gimp-wilber-eek" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-WINDOW-CLOSE:CAPS"></a><h3>GIMP_ICON_WINDOW_CLOSE</h3> +<pre class="programlisting">#define GIMP_ICON_WINDOW_CLOSE "window-close" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-WINDOW-MOVE-TO-SCREEN:CAPS"></a><h3>GIMP_ICON_WINDOW_MOVE_TO_SCREEN</h3> +<pre class="programlisting">#define GIMP_ICON_WINDOW_MOVE_TO_SCREEN "gimp-move-to-screen" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-WINDOW-NEW:CAPS"></a><h3>GIMP_ICON_WINDOW_NEW</h3> +<pre class="programlisting">#define GIMP_ICON_WINDOW_NEW "window-new" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-ZOOM-IN:CAPS"></a><h3>GIMP_ICON_ZOOM_IN</h3> +<pre class="programlisting">#define GIMP_ICON_ZOOM_IN "zoom-in" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-ZOOM-ORIGINAL:CAPS"></a><h3>GIMP_ICON_ZOOM_ORIGINAL</h3> +<pre class="programlisting">#define GIMP_ICON_ZOOM_ORIGINAL "zoom-original" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-ZOOM-OUT:CAPS"></a><h3>GIMP_ICON_ZOOM_OUT</h3> +<pre class="programlisting">#define GIMP_ICON_ZOOM_OUT "zoom-out" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-ZOOM-FIT-BEST:CAPS"></a><h3>GIMP_ICON_ZOOM_FIT_BEST</h3> +<pre class="programlisting">#define GIMP_ICON_ZOOM_FIT_BEST "zoom-fit-best" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-ICON-ZOOM-FOLLOW-WINDOW:CAPS"></a><h3>GIMP_ICON_ZOOM_FOLLOW_WINDOW</h3> +<pre class="programlisting">#define GIMP_ICON_ZOOM_FOLLOW_WINDOW "gimp-zoom-follow-window" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-ANCHOR:CAPS"></a><h3>GIMP_STOCK_ANCHOR</h3> +<pre class="programlisting">#define GIMP_STOCK_ANCHOR "gimp-anchor" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_ANCHOR</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CENTER:CAPS"></a><h3>GIMP_STOCK_CENTER</h3> +<pre class="programlisting">#define GIMP_STOCK_CENTER "gimp-center" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CENTER</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-DUPLICATE:CAPS"></a><h3>GIMP_STOCK_DUPLICATE</h3> +<pre class="programlisting">#define GIMP_STOCK_DUPLICATE "gimp-duplicate" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_DUPLICATE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-EDIT:CAPS"></a><h3>GIMP_STOCK_EDIT</h3> +<pre class="programlisting">#define GIMP_STOCK_EDIT "gtk-edit" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_EDIT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-RESET:CAPS"></a><h3>GIMP_STOCK_RESET</h3> +<pre class="programlisting">#define GIMP_STOCK_RESET "gimp-reset" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_RESET</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CLOSE:CAPS"></a><h3>GIMP_STOCK_CLOSE</h3> +<pre class="programlisting">#define GIMP_STOCK_CLOSE "gimp-close" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CLOSE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-MENU-LEFT:CAPS"></a><h3>GIMP_STOCK_MENU_LEFT</h3> +<pre class="programlisting">#define GIMP_STOCK_MENU_LEFT "gimp-menu-left" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_MENU_LEFT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-MENU-RIGHT:CAPS"></a><h3>GIMP_STOCK_MENU_RIGHT</h3> +<pre class="programlisting">#define GIMP_STOCK_MENU_RIGHT "gimp-menu-right" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_MENU_RIGHT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-MOVE-TO-SCREEN:CAPS"></a><h3>GIMP_STOCK_MOVE_TO_SCREEN</h3> +<pre class="programlisting">#define GIMP_STOCK_MOVE_TO_SCREEN "gimp-move-to-screen" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_MOVE_TO_SCREEN</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-INVERT:CAPS"></a><h3>GIMP_STOCK_INVERT</h3> +<pre class="programlisting">#define GIMP_STOCK_INVERT "gimp-invert" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_INVERT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-LAYER-TO-IMAGESIZE:CAPS"></a><h3>GIMP_STOCK_LAYER_TO_IMAGESIZE</h3> +<pre class="programlisting">#define GIMP_STOCK_LAYER_TO_IMAGESIZE "gimp-layer-to-imagesize" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_LAYER_TO_IMAGESIZE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-MERGE-DOWN:CAPS"></a><h3>GIMP_STOCK_MERGE_DOWN</h3> +<pre class="programlisting">#define GIMP_STOCK_MERGE_DOWN "gimp-merge-down" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_MERGE_DOWN</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-NAVIGATION:CAPS"></a><h3>GIMP_STOCK_NAVIGATION</h3> +<pre class="programlisting">#define GIMP_STOCK_NAVIGATION "gimp-navigation" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_NAVIGATION</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-PASTE-AS-NEW:CAPS"></a><h3>GIMP_STOCK_PASTE_AS_NEW</h3> +<pre class="programlisting">#define GIMP_STOCK_PASTE_AS_NEW "gimp-paste-as-new" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_PASTE_AS_NEW</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-PASTE-INTO:CAPS"></a><h3>GIMP_STOCK_PASTE_INTO</h3> +<pre class="programlisting">#define GIMP_STOCK_PASTE_INTO "gimp-paste-into" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_PASTE_INTO</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-PATH-STROKE:CAPS"></a><h3>GIMP_STOCK_PATH_STROKE</h3> +<pre class="programlisting">#define GIMP_STOCK_PATH_STROKE "gimp-path-stroke" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_PATH_STROKE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-PLUGIN:CAPS"></a><h3>GIMP_STOCK_PLUGIN</h3> +<pre class="programlisting">#define GIMP_STOCK_PLUGIN "gimp-plugin" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_PLUGIN</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-QUICK-MASK-OFF:CAPS"></a><h3>GIMP_STOCK_QUICK_MASK_OFF</h3> +<pre class="programlisting">#define GIMP_STOCK_QUICK_MASK_OFF "gimp-quick-mask-off" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_QUICK_MASK_OFF</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-QUICK-MASK-ON:CAPS"></a><h3>GIMP_STOCK_QUICK_MASK_ON</h3> +<pre class="programlisting">#define GIMP_STOCK_QUICK_MASK_ON "gimp-quick-mask-on" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_QUICK_MASK_ON</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-HISTOGRAM:CAPS"></a><h3>GIMP_STOCK_HISTOGRAM</h3> +<pre class="programlisting">#define GIMP_STOCK_HISTOGRAM "gimp-histogram" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_HISTOGRAM</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-HISTOGRAM-LINEAR:CAPS"></a><h3>GIMP_STOCK_HISTOGRAM_LINEAR</h3> +<pre class="programlisting">#define GIMP_STOCK_HISTOGRAM_LINEAR "gimp-histogram-linear" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_HISTOGRAM_LINEAR</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-HISTOGRAM-LOGARITHMIC:CAPS"></a><h3>GIMP_STOCK_HISTOGRAM_LOGARITHMIC</h3> +<pre class="programlisting">#define GIMP_STOCK_HISTOGRAM_LOGARITHMIC "gimp-histogram-logarithmic" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_HISTOGRAM_LOGARITHMIC</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-RESHOW-FILTER:CAPS"></a><h3>GIMP_STOCK_RESHOW_FILTER</h3> +<pre class="programlisting">#define GIMP_STOCK_RESHOW_FILTER "gimp-reshow-filter" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_RESHOW_FILTER</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-RESIZE:CAPS"></a><h3>GIMP_STOCK_RESIZE</h3> +<pre class="programlisting">#define GIMP_STOCK_RESIZE "gimp-resize" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_RESIZE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-FLIP-HORIZONTAL:CAPS"></a><h3>GIMP_STOCK_FLIP_HORIZONTAL</h3> +<pre class="programlisting">#define GIMP_STOCK_FLIP_HORIZONTAL "gimp-flip-horizontal" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_FLIP_HORIZONTAL</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-FLIP-VERTICAL:CAPS"></a><h3>GIMP_STOCK_FLIP_VERTICAL</h3> +<pre class="programlisting">#define GIMP_STOCK_FLIP_VERTICAL "gimp-flip-vertical" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_FLIP_VERTICAL</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-ROTATE-180:CAPS"></a><h3>GIMP_STOCK_ROTATE_180</h3> +<pre class="programlisting">#define GIMP_STOCK_ROTATE_180 "gimp-rotate-180" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_ROTATE_180</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-ROTATE-270:CAPS"></a><h3>GIMP_STOCK_ROTATE_270</h3> +<pre class="programlisting">#define GIMP_STOCK_ROTATE_270 "gimp-rotate-270" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_ROTATE_270</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-ROTATE-90:CAPS"></a><h3>GIMP_STOCK_ROTATE_90</h3> +<pre class="programlisting">#define GIMP_STOCK_ROTATE_90 "gimp-rotate-90" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_ROTATE_90</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SCALE:CAPS"></a><h3>GIMP_STOCK_SCALE</h3> +<pre class="programlisting">#define GIMP_STOCK_SCALE "gimp-scale" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SCALE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-LINKED:CAPS"></a><h3>GIMP_STOCK_LINKED</h3> +<pre class="programlisting">#define GIMP_STOCK_LINKED "gimp-linked" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_LINKED</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-VISIBLE:CAPS"></a><h3>GIMP_STOCK_VISIBLE</h3> +<pre class="programlisting">#define GIMP_STOCK_VISIBLE "gimp-visible" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_VISIBLE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-LIST:CAPS"></a><h3>GIMP_STOCK_LIST</h3> +<pre class="programlisting">#define GIMP_STOCK_LIST "gimp-list" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_LIST</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRID:CAPS"></a><h3>GIMP_STOCK_GRID</h3> +<pre class="programlisting">#define GIMP_STOCK_GRID "gimp-grid" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRID</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-PORTRAIT:CAPS"></a><h3>GIMP_STOCK_PORTRAIT</h3> +<pre class="programlisting">#define GIMP_STOCK_PORTRAIT "gimp-portrait" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_PORTRAIT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-LANDSCAPE:CAPS"></a><h3>GIMP_STOCK_LANDSCAPE</h3> +<pre class="programlisting">#define GIMP_STOCK_LANDSCAPE "gimp-landscape" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_LANDSCAPE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-VIDEO:CAPS"></a><h3>GIMP_STOCK_VIDEO</h3> +<pre class="programlisting">#define GIMP_STOCK_VIDEO "gimp-video" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_VIDEO</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-WEB:CAPS"></a><h3>GIMP_STOCK_WEB</h3> +<pre class="programlisting">#define GIMP_STOCK_WEB "gimp-web" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_WEB</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-IMAGE:CAPS"></a><h3>GIMP_STOCK_IMAGE</h3> +<pre class="programlisting">#define GIMP_STOCK_IMAGE "gimp-image" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_IMAGE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-LAYER:CAPS"></a><h3>GIMP_STOCK_LAYER</h3> +<pre class="programlisting">#define GIMP_STOCK_LAYER "gimp-layer" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_LAYER</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-LAYER-MASK:CAPS"></a><h3>GIMP_STOCK_LAYER_MASK</h3> +<pre class="programlisting">#define GIMP_STOCK_LAYER_MASK "gimp-layer-mask" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_LAYER_MASK</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CHANNEL:CAPS"></a><h3>GIMP_STOCK_CHANNEL</h3> +<pre class="programlisting">#define GIMP_STOCK_CHANNEL "gimp-channel" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CHANNEL</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CHANNEL-RED:CAPS"></a><h3>GIMP_STOCK_CHANNEL_RED</h3> +<pre class="programlisting">#define GIMP_STOCK_CHANNEL_RED "gimp-channel-red" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CHANNEL_RED</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CHANNEL-GREEN:CAPS"></a><h3>GIMP_STOCK_CHANNEL_GREEN</h3> +<pre class="programlisting">#define GIMP_STOCK_CHANNEL_GREEN "gimp-channel-green" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CHANNEL_GREEN</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CHANNEL-BLUE:CAPS"></a><h3>GIMP_STOCK_CHANNEL_BLUE</h3> +<pre class="programlisting">#define GIMP_STOCK_CHANNEL_BLUE "gimp-channel-blue" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CHANNEL_BLUE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CHANNEL-GRAY:CAPS"></a><h3>GIMP_STOCK_CHANNEL_GRAY</h3> +<pre class="programlisting">#define GIMP_STOCK_CHANNEL_GRAY "gimp-channel-gray" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CHANNEL_GRAY</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CHANNEL-INDEXED:CAPS"></a><h3>GIMP_STOCK_CHANNEL_INDEXED</h3> +<pre class="programlisting">#define GIMP_STOCK_CHANNEL_INDEXED "gimp-channel-indexed" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CHANNEL_INDEXED</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CHANNEL-ALPHA:CAPS"></a><h3>GIMP_STOCK_CHANNEL_ALPHA</h3> +<pre class="programlisting">#define GIMP_STOCK_CHANNEL_ALPHA "gimp-channel-alpha" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CHANNEL_ALPHA</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-PATH:CAPS"></a><h3>GIMP_STOCK_PATH</h3> +<pre class="programlisting">#define GIMP_STOCK_PATH "gimp-path" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_PATH</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TEXT-LAYER:CAPS"></a><h3>GIMP_STOCK_TEXT_LAYER</h3> +<pre class="programlisting">#define GIMP_STOCK_TEXT_LAYER "gimp-text-layer" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TEXT_LAYER</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-FLOATING-SELECTION:CAPS"></a><h3>GIMP_STOCK_FLOATING_SELECTION</h3> +<pre class="programlisting">#define GIMP_STOCK_FLOATING_SELECTION "gimp-floating-selection" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_FLOATING_SELECTION</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TEMPLATE:CAPS"></a><h3>GIMP_STOCK_TEMPLATE</h3> +<pre class="programlisting">#define GIMP_STOCK_TEMPLATE "gimp-template" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TEMPLATE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-IMAGES:CAPS"></a><h3>GIMP_STOCK_IMAGES</h3> +<pre class="programlisting">#define GIMP_STOCK_IMAGES "gimp-images" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_IMAGES</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-LAYERS:CAPS"></a><h3>GIMP_STOCK_LAYERS</h3> +<pre class="programlisting">#define GIMP_STOCK_LAYERS "gimp-layers" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_LAYERS</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CHANNELS:CAPS"></a><h3>GIMP_STOCK_CHANNELS</h3> +<pre class="programlisting">#define GIMP_STOCK_CHANNELS "gimp-channels" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CHANNELS</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-PATHS:CAPS"></a><h3>GIMP_STOCK_PATHS</h3> +<pre class="programlisting">#define GIMP_STOCK_PATHS "gimp-paths" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_PATHS</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-COLORMAP:CAPS"></a><h3>GIMP_STOCK_COLORMAP</h3> +<pre class="programlisting">#define GIMP_STOCK_COLORMAP "gimp-colormap" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_COLORMAP</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-INDEXED-PALETTE:CAPS"></a><h3>GIMP_STOCK_INDEXED_PALETTE</h3> +<pre class="programlisting">#define GIMP_STOCK_INDEXED_PALETTE "gimp-colormap" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_INDEXED_PALETTE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CURSOR:CAPS"></a><h3>GIMP_STOCK_CURSOR</h3> +<pre class="programlisting">#define GIMP_STOCK_CURSOR "gimp-cursor" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CURSOR</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SAMPLE-POINT:CAPS"></a><h3>GIMP_STOCK_SAMPLE_POINT</h3> +<pre class="programlisting">#define GIMP_STOCK_SAMPLE_POINT "gimp-sample-point" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SAMPLE_POINT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SHAPE-CIRCLE:CAPS"></a><h3>GIMP_STOCK_SHAPE_CIRCLE</h3> +<pre class="programlisting">#define GIMP_STOCK_SHAPE_CIRCLE "gimp-shape-circle" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SHAPE_CIRCLE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SHAPE-SQUARE:CAPS"></a><h3>GIMP_STOCK_SHAPE_SQUARE</h3> +<pre class="programlisting">#define GIMP_STOCK_SHAPE_SQUARE "gimp-shape-square" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SHAPE_SQUARE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SHAPE-DIAMOND:CAPS"></a><h3>GIMP_STOCK_SHAPE_DIAMOND</h3> +<pre class="programlisting">#define GIMP_STOCK_SHAPE_DIAMOND "gimp-shape-diamond" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SHAPE_DIAMOND</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CAP-BUTT:CAPS"></a><h3>GIMP_STOCK_CAP_BUTT</h3> +<pre class="programlisting">#define GIMP_STOCK_CAP_BUTT "gimp-cap-butt" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CAP_BUTT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CAP-ROUND:CAPS"></a><h3>GIMP_STOCK_CAP_ROUND</h3> +<pre class="programlisting">#define GIMP_STOCK_CAP_ROUND "gimp-cap-round" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CAP_ROUND</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CAP-SQUARE:CAPS"></a><h3>GIMP_STOCK_CAP_SQUARE</h3> +<pre class="programlisting">#define GIMP_STOCK_CAP_SQUARE "gimp-cap-square" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CAP_SQUARE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-JOIN-MITER:CAPS"></a><h3>GIMP_STOCK_JOIN_MITER</h3> +<pre class="programlisting">#define GIMP_STOCK_JOIN_MITER "gimp-join-miter" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_JOIN_MITER</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-JOIN-ROUND:CAPS"></a><h3>GIMP_STOCK_JOIN_ROUND</h3> +<pre class="programlisting">#define GIMP_STOCK_JOIN_ROUND "gimp-join-round" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_JOIN_ROUND</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-JOIN-BEVEL:CAPS"></a><h3>GIMP_STOCK_JOIN_BEVEL</h3> +<pre class="programlisting">#define GIMP_STOCK_JOIN_BEVEL "gimp-join-bevel" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_JOIN_BEVEL</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SELECTION:CAPS"></a><h3>GIMP_STOCK_SELECTION</h3> +<pre class="programlisting">#define GIMP_STOCK_SELECTION "gimp-selection" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SELECTION</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SELECTION-ALL:CAPS"></a><h3>GIMP_STOCK_SELECTION_ALL</h3> +<pre class="programlisting">#define GIMP_STOCK_SELECTION_ALL "gimp-selection-all" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SELECTION_ALL</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SELECTION-NONE:CAPS"></a><h3>GIMP_STOCK_SELECTION_NONE</h3> +<pre class="programlisting">#define GIMP_STOCK_SELECTION_NONE "gimp-selection-none" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SELECTION_NONE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SELECTION-GROW:CAPS"></a><h3>GIMP_STOCK_SELECTION_GROW</h3> +<pre class="programlisting">#define GIMP_STOCK_SELECTION_GROW "gimp-selection-grow" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SELECTION_GROW</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SELECTION-SHRINK:CAPS"></a><h3>GIMP_STOCK_SELECTION_SHRINK</h3> +<pre class="programlisting">#define GIMP_STOCK_SELECTION_SHRINK "gimp-selection-shrink" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SELECTION_SHRINK</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SELECTION-BORDER:CAPS"></a><h3>GIMP_STOCK_SELECTION_BORDER</h3> +<pre class="programlisting">#define GIMP_STOCK_SELECTION_BORDER "gimp-selection-border" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SELECTION_BORDER</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SELECTION-ADD:CAPS"></a><h3>GIMP_STOCK_SELECTION_ADD</h3> +<pre class="programlisting">#define GIMP_STOCK_SELECTION_ADD "gimp-selection-add" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SELECTION_ADD</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SELECTION-SUBTRACT:CAPS"></a><h3>GIMP_STOCK_SELECTION_SUBTRACT</h3> +<pre class="programlisting">#define GIMP_STOCK_SELECTION_SUBTRACT "gimp-selection-subtract" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SELECTION_SUBTRACT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SELECTION-REPLACE:CAPS"></a><h3>GIMP_STOCK_SELECTION_REPLACE</h3> +<pre class="programlisting">#define GIMP_STOCK_SELECTION_REPLACE "gimp-selection-replace" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SELECTION_REPLACE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SELECTION-INTERSECT:CAPS"></a><h3>GIMP_STOCK_SELECTION_INTERSECT</h3> +<pre class="programlisting">#define GIMP_STOCK_SELECTION_INTERSECT "gimp-selection-intersect" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SELECTION_INTERSECT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SELECTION-STROKE:CAPS"></a><h3>GIMP_STOCK_SELECTION_STROKE</h3> +<pre class="programlisting">#define GIMP_STOCK_SELECTION_STROKE "gimp-selection-stroke" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SELECTION_STROKE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SELECTION-TO-CHANNEL:CAPS"></a><h3>GIMP_STOCK_SELECTION_TO_CHANNEL</h3> +<pre class="programlisting">#define GIMP_STOCK_SELECTION_TO_CHANNEL "gimp-selection-to-channel" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SELECTION_TO_CHANNEL</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SELECTION-TO-PATH:CAPS"></a><h3>GIMP_STOCK_SELECTION_TO_PATH</h3> +<pre class="programlisting">#define GIMP_STOCK_SELECTION_TO_PATH "gimp-selection-to-path" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SELECTION_TO_PATH</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRADIENT-LINEAR:CAPS"></a><h3>GIMP_STOCK_GRADIENT_LINEAR</h3> +<pre class="programlisting">#define GIMP_STOCK_GRADIENT_LINEAR "gimp-gradient-linear" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRADIENT_LINEAR</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRADIENT-BILINEAR:CAPS"></a><h3>GIMP_STOCK_GRADIENT_BILINEAR</h3> +<pre class="programlisting">#define GIMP_STOCK_GRADIENT_BILINEAR "gimp-gradient-bilinear" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRADIENT_BILINEAR</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRADIENT-RADIAL:CAPS"></a><h3>GIMP_STOCK_GRADIENT_RADIAL</h3> +<pre class="programlisting">#define GIMP_STOCK_GRADIENT_RADIAL "gimp-gradient-radial" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRADIENT_RADIAL</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRADIENT-SQUARE:CAPS"></a><h3>GIMP_STOCK_GRADIENT_SQUARE</h3> +<pre class="programlisting">#define GIMP_STOCK_GRADIENT_SQUARE "gimp-gradient-square" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRADIENT_SQUARE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRADIENT-CONICAL-SYMMETRIC:CAPS"></a><h3>GIMP_STOCK_GRADIENT_CONICAL_SYMMETRIC</h3> +<pre class="programlisting">#define GIMP_STOCK_GRADIENT_CONICAL_SYMMETRIC "gimp-gradient-conical-symmetric" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRADIENT_CONICAL_SYMMETRIC</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRADIENT-CONICAL-ASYMMETRIC:CAPS"></a><h3>GIMP_STOCK_GRADIENT_CONICAL_ASYMMETRIC</h3> +<pre class="programlisting">#define GIMP_STOCK_GRADIENT_CONICAL_ASYMMETRIC "gimp-gradient-conical-asymmetric" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRADIENT_CONICAL_ASYMMETRIC</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRADIENT-SHAPEBURST-SPHERICAL:CAPS"></a><h3>GIMP_STOCK_GRADIENT_SHAPEBURST_SPHERICAL</h3> +<pre class="programlisting">#define GIMP_STOCK_GRADIENT_SHAPEBURST_SPHERICAL "gimp-gradient-shapeburst-spherical" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRADIENT_SHAPEBURST_SPHERICAL</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRADIENT-SHAPEBURST-ANGULAR:CAPS"></a><h3>GIMP_STOCK_GRADIENT_SHAPEBURST_ANGULAR</h3> +<pre class="programlisting">#define GIMP_STOCK_GRADIENT_SHAPEBURST_ANGULAR "gimp-gradient-shapeburst-angular" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRADIENT_SHAPEBURST_ANGULAR</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRADIENT-SHAPEBURST-DIMPLED:CAPS"></a><h3>GIMP_STOCK_GRADIENT_SHAPEBURST_DIMPLED</h3> +<pre class="programlisting">#define GIMP_STOCK_GRADIENT_SHAPEBURST_DIMPLED "gimp-gradient-shapeburst-dimpled" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRADIENT_SHAPEBURST_DIMPLED</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRADIENT-SPIRAL-CLOCKWISE:CAPS"></a><h3>GIMP_STOCK_GRADIENT_SPIRAL_CLOCKWISE</h3> +<pre class="programlisting">#define GIMP_STOCK_GRADIENT_SPIRAL_CLOCKWISE "gimp-gradient-spiral-clockwise" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRADIENT_SPIRAL_CLOCKWISE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRADIENT-SPIRAL-ANTICLOCKWISE:CAPS"></a><h3>GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE</h3> +<pre class="programlisting">#define GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE "gimp-gradient-spiral-anticlockwise" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRAVITY-NORTH-WEST:CAPS"></a><h3>GIMP_STOCK_GRAVITY_NORTH_WEST</h3> +<pre class="programlisting">#define GIMP_STOCK_GRAVITY_NORTH_WEST "gimp-gravity-north-west" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRAVITY_NORTH_WEST</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRAVITY-NORTH:CAPS"></a><h3>GIMP_STOCK_GRAVITY_NORTH</h3> +<pre class="programlisting">#define GIMP_STOCK_GRAVITY_NORTH "gimp-gravity-north" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRAVITY_NORTH</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRAVITY-NORTH-EAST:CAPS"></a><h3>GIMP_STOCK_GRAVITY_NORTH_EAST</h3> +<pre class="programlisting">#define GIMP_STOCK_GRAVITY_NORTH_EAST "gimp-gravity-north-east" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRAVITY_NORTH_EAST</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRAVITY-WEST:CAPS"></a><h3>GIMP_STOCK_GRAVITY_WEST</h3> +<pre class="programlisting">#define GIMP_STOCK_GRAVITY_WEST "gimp-gravity-west" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRAVITY_WEST</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRAVITY-EAST:CAPS"></a><h3>GIMP_STOCK_GRAVITY_EAST</h3> +<pre class="programlisting">#define GIMP_STOCK_GRAVITY_EAST "gimp-gravity-east" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRAVITY_EAST</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRAVITY-SOUTH-WEST:CAPS"></a><h3>GIMP_STOCK_GRAVITY_SOUTH_WEST</h3> +<pre class="programlisting">#define GIMP_STOCK_GRAVITY_SOUTH_WEST "gimp-gravity-south-west" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRAVITY_SOUTH_WEST</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRAVITY-SOUTH:CAPS"></a><h3>GIMP_STOCK_GRAVITY_SOUTH</h3> +<pre class="programlisting">#define GIMP_STOCK_GRAVITY_SOUTH "gimp-gravity-south" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRAVITY_SOUTH</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRAVITY-SOUTH-EAST:CAPS"></a><h3>GIMP_STOCK_GRAVITY_SOUTH_EAST</h3> +<pre class="programlisting">#define GIMP_STOCK_GRAVITY_SOUTH_EAST "gimp-gravity-south-east" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRAVITY_SOUTH_EAST</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-HCENTER:CAPS"></a><h3>GIMP_STOCK_HCENTER</h3> +<pre class="programlisting">#define GIMP_STOCK_HCENTER "gimp-hcenter" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_HCENTER</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-VCENTER:CAPS"></a><h3>GIMP_STOCK_VCENTER</h3> +<pre class="programlisting">#define GIMP_STOCK_VCENTER "gimp-vcenter" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_VCENTER</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CHAR-PICKER:CAPS"></a><h3>GIMP_STOCK_CHAR_PICKER</h3> +<pre class="programlisting">#define GIMP_STOCK_CHAR_PICKER "gimp-char-picker" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CHAR_PICKER</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-LETTER-SPACING:CAPS"></a><h3>GIMP_STOCK_LETTER_SPACING</h3> +<pre class="programlisting">#define GIMP_STOCK_LETTER_SPACING "gimp-letter-spacing" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_LETTER_SPACING</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-LINE-SPACING:CAPS"></a><h3>GIMP_STOCK_LINE_SPACING</h3> +<pre class="programlisting">#define GIMP_STOCK_LINE_SPACING "gimp-line-spacing" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_LINE_SPACING</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TEXT-DIR-LTR:CAPS"></a><h3>GIMP_STOCK_TEXT_DIR_LTR</h3> +<pre class="programlisting">#define GIMP_STOCK_TEXT_DIR_LTR "gimp-text-dir-ltr" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TEXT_DIR_LTR</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TEXT-DIR-RTL:CAPS"></a><h3>GIMP_STOCK_TEXT_DIR_RTL</h3> +<pre class="programlisting">#define GIMP_STOCK_TEXT_DIR_RTL "gimp-text-dir-rtl" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TEXT_DIR_RTL</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-PRINT-RESOLUTION:CAPS"></a><h3>GIMP_STOCK_PRINT_RESOLUTION</h3> +<pre class="programlisting">#define GIMP_STOCK_PRINT_RESOLUTION "document-print" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_PRINT_RESOLUTION</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOLS:CAPS"></a><h3>GIMP_STOCK_TOOLS</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOLS "gimp-tools" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOLS</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-OPTIONS:CAPS"></a><h3>GIMP_STOCK_TOOL_OPTIONS</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_OPTIONS "gimp-tool-options" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_OPTIONS</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-DEVICE-STATUS:CAPS"></a><h3>GIMP_STOCK_DEVICE_STATUS</h3> +<pre class="programlisting">#define GIMP_STOCK_DEVICE_STATUS "gimp-device-status" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_DEVICE_STATUS</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-INPUT-DEVICE:CAPS"></a><h3>GIMP_STOCK_INPUT_DEVICE</h3> +<pre class="programlisting">#define GIMP_STOCK_INPUT_DEVICE "gimp-input-device" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_INPUT_DEVICE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-DISPLAY-FILTER:CAPS"></a><h3>GIMP_STOCK_DISPLAY_FILTER</h3> +<pre class="programlisting">#define GIMP_STOCK_DISPLAY_FILTER "gimp-display-filter" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_DISPLAY_FILTER</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CURVE-FREE:CAPS"></a><h3>GIMP_STOCK_CURVE_FREE</h3> +<pre class="programlisting">#define GIMP_STOCK_CURVE_FREE "gimp-curve-free" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CURVE_FREE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CURVE-SMOOTH:CAPS"></a><h3>GIMP_STOCK_CURVE_SMOOTH</h3> +<pre class="programlisting">#define GIMP_STOCK_CURVE_SMOOTH "gimp-curve-smooth" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CURVE_SMOOTH</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-COLOR-PICKER-BLACK:CAPS"></a><h3>GIMP_STOCK_COLOR_PICKER_BLACK</h3> +<pre class="programlisting">#define GIMP_STOCK_COLOR_PICKER_BLACK "gimp-color-picker-black" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_COLOR_PICKER_BLACK</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-COLOR-PICKER-GRAY:CAPS"></a><h3>GIMP_STOCK_COLOR_PICKER_GRAY</h3> +<pre class="programlisting">#define GIMP_STOCK_COLOR_PICKER_GRAY "gimp-color-picker-gray" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_COLOR_PICKER_GRAY</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-COLOR-PICKER-WHITE:CAPS"></a><h3>GIMP_STOCK_COLOR_PICKER_WHITE</h3> +<pre class="programlisting">#define GIMP_STOCK_COLOR_PICKER_WHITE "gimp-color-picker-white" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_COLOR_PICKER_WHITE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-COLOR-TRIANGLE:CAPS"></a><h3>GIMP_STOCK_COLOR_TRIANGLE</h3> +<pre class="programlisting">#define GIMP_STOCK_COLOR_TRIANGLE "gimp-color-triangle" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_COLOR_TRIANGLE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-COLOR-PICK-FROM-SCREEN:CAPS"></a><h3>GIMP_STOCK_COLOR_PICK_FROM_SCREEN</h3> +<pre class="programlisting">#define GIMP_STOCK_COLOR_PICK_FROM_SCREEN "gimp-color-pick-from-screen" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_COLOR_PICK_FROM_SCREEN</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CONVERT-GRAYSCALE:CAPS"></a><h3>GIMP_STOCK_CONVERT_GRAYSCALE</h3> +<pre class="programlisting">#define GIMP_STOCK_CONVERT_GRAYSCALE "gimp-convert-grayscale" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CONVERT_GRAYSCALE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CONVERT-INDEXED:CAPS"></a><h3>GIMP_STOCK_CONVERT_INDEXED</h3> +<pre class="programlisting">#define GIMP_STOCK_CONVERT_INDEXED "gimp-convert-indexed" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CONVERT_INDEXED</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CONVERT-RGB:CAPS"></a><h3>GIMP_STOCK_CONVERT_RGB</h3> +<pre class="programlisting">#define GIMP_STOCK_CONVERT_RGB "gimp-convert-rgb" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CONVERT_RGB</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TRANSPARENCY:CAPS"></a><h3>GIMP_STOCK_TRANSPARENCY</h3> +<pre class="programlisting">#define GIMP_STOCK_TRANSPARENCY "gimp-transparency" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TRANSPARENCY</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-DEFAULT-COLORS:CAPS"></a><h3>GIMP_STOCK_DEFAULT_COLORS</h3> +<pre class="programlisting">#define GIMP_STOCK_DEFAULT_COLORS "gimp-default-colors" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_DEFAULT_COLORS</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-SWAP-COLORS:CAPS"></a><h3>GIMP_STOCK_SWAP_COLORS</h3> +<pre class="programlisting">#define GIMP_STOCK_SWAP_COLORS "gimp-swap-colors" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_SWAP_COLORS</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-UNDO-HISTORY:CAPS"></a><h3>GIMP_STOCK_UNDO_HISTORY</h3> +<pre class="programlisting">#define GIMP_STOCK_UNDO_HISTORY "gimp-undo-history" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_UNDO_HISTORY</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-HCHAIN:CAPS"></a><h3>GIMP_STOCK_HCHAIN</h3> +<pre class="programlisting">#define GIMP_STOCK_HCHAIN "gimp-hchain" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_HCHAIN</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-HCHAIN-BROKEN:CAPS"></a><h3>GIMP_STOCK_HCHAIN_BROKEN</h3> +<pre class="programlisting">#define GIMP_STOCK_HCHAIN_BROKEN "gimp-hchain-broken" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_HCHAIN_BROKEN</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-VCHAIN:CAPS"></a><h3>GIMP_STOCK_VCHAIN</h3> +<pre class="programlisting">#define GIMP_STOCK_VCHAIN "gimp-vchain" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_VCHAIN</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-VCHAIN-BROKEN:CAPS"></a><h3>GIMP_STOCK_VCHAIN_BROKEN</h3> +<pre class="programlisting">#define GIMP_STOCK_VCHAIN_BROKEN "gimp-vchain-broken" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_VCHAIN_BROKEN</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TEXTURE:CAPS"></a><h3>GIMP_STOCK_TEXTURE</h3> +<pre class="programlisting">#define GIMP_STOCK_TEXTURE "gimp-texture" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TEXTURE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-FRAME:CAPS"></a><h3>GIMP_STOCK_FRAME</h3> +<pre class="programlisting">#define GIMP_STOCK_FRAME "gimp-frame" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_FRAME</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-ERROR:CAPS"></a><h3>GIMP_STOCK_ERROR</h3> +<pre class="programlisting">#define GIMP_STOCK_ERROR "gimp-error" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_ERROR</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-INFO:CAPS"></a><h3>GIMP_STOCK_INFO</h3> +<pre class="programlisting">#define GIMP_STOCK_INFO "gimp-info" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_INFO</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-QUESTION:CAPS"></a><h3>GIMP_STOCK_QUESTION</h3> +<pre class="programlisting">#define GIMP_STOCK_QUESTION "gimp-question" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_QUESTION</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-WARNING:CAPS"></a><h3>GIMP_STOCK_WARNING</h3> +<pre class="programlisting">#define GIMP_STOCK_WARNING "gimp-warning" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_WARNING</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GEGL:CAPS"></a><h3>GIMP_STOCK_GEGL</h3> +<pre class="programlisting">#define GIMP_STOCK_GEGL "gimp-gegl" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GEGL</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-USER-MANUAL:CAPS"></a><h3>GIMP_STOCK_USER_MANUAL</h3> +<pre class="programlisting">#define GIMP_STOCK_USER_MANUAL "gimp-user-manual" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_USER_MANUAL</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-WILBER:CAPS"></a><h3>GIMP_STOCK_WILBER</h3> +<pre class="programlisting">#define GIMP_STOCK_WILBER "gimp-wilber" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_WILBER</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-WILBER-EEK:CAPS"></a><h3>GIMP_STOCK_WILBER_EEK</h3> +<pre class="programlisting">#define GIMP_STOCK_WILBER_EEK "gimp-wilber-eek" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_WILBER_EEK</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-ZOOM-FOLLOW-WINDOW:CAPS"></a><h3>GIMP_STOCK_ZOOM_FOLLOW_WINDOW</h3> +<pre class="programlisting">#define GIMP_STOCK_ZOOM_FOLLOW_WINDOW "gimp-zoom-follow-window" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_ZOOM_FOLLOW_WINDOW</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-AIRBRUSH:CAPS"></a><h3>GIMP_STOCK_TOOL_AIRBRUSH</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_AIRBRUSH "gimp-tool-airbrush" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_AIRBRUSH</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-ALIGN:CAPS"></a><h3>GIMP_STOCK_TOOL_ALIGN</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_ALIGN "gimp-tool-align" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_ALIGN</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-BLEND:CAPS"></a><h3>GIMP_STOCK_TOOL_BLEND</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_BLEND "gimp-tool-gradient" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_BLEND</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-BLUR:CAPS"></a><h3>GIMP_STOCK_TOOL_BLUR</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_BLUR "gimp-tool-blur" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_BLUR</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-BRIGHTNESS-CONTRAST:CAPS"></a><h3>GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST "gimp-tool-brightness-contrast" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-BUCKET-FILL:CAPS"></a><h3>GIMP_STOCK_TOOL_BUCKET_FILL</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_BUCKET_FILL "gimp-tool-bucket-fill" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_BUCKET_FILL</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-BY-COLOR-SELECT:CAPS"></a><h3>GIMP_STOCK_TOOL_BY_COLOR_SELECT</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_BY_COLOR_SELECT "gimp-tool-by-color-select" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_BY_COLOR_SELECT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-CAGE:CAPS"></a><h3>GIMP_STOCK_TOOL_CAGE</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_CAGE "gimp-tool-cage" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_CAGE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-CLONE:CAPS"></a><h3>GIMP_STOCK_TOOL_CLONE</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_CLONE "gimp-tool-clone" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_CLONE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-COLOR-BALANCE:CAPS"></a><h3>GIMP_STOCK_TOOL_COLOR_BALANCE</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_COLOR_BALANCE "gimp-tool-color-balance" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_COLOR_BALANCE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-COLOR-PICKER:CAPS"></a><h3>GIMP_STOCK_TOOL_COLOR_PICKER</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_COLOR_PICKER "gimp-tool-color-picker" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_COLOR_PICKER</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-COLORIZE:CAPS"></a><h3>GIMP_STOCK_TOOL_COLORIZE</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_COLORIZE "gimp-tool-colorize" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_COLORIZE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-CROP:CAPS"></a><h3>GIMP_STOCK_TOOL_CROP</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_CROP "gimp-tool-crop" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_CROP</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-CURVES:CAPS"></a><h3>GIMP_STOCK_TOOL_CURVES</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_CURVES "gimp-tool-curves" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_CURVES</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-DESATURATE:CAPS"></a><h3>GIMP_STOCK_TOOL_DESATURATE</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_DESATURATE "gimp-tool-desaturate" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_DESATURATE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-DODGE:CAPS"></a><h3>GIMP_STOCK_TOOL_DODGE</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_DODGE "gimp-tool-dodge" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_DODGE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-ELLIPSE-SELECT:CAPS"></a><h3>GIMP_STOCK_TOOL_ELLIPSE_SELECT</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_ELLIPSE_SELECT "gimp-tool-ellipse-select" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_ELLIPSE_SELECT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-ERASER:CAPS"></a><h3>GIMP_STOCK_TOOL_ERASER</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_ERASER "gimp-tool-eraser" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_ERASER</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-FLIP:CAPS"></a><h3>GIMP_STOCK_TOOL_FLIP</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_FLIP "gimp-tool-flip" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_FLIP</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-FOREGROUND-SELECT:CAPS"></a><h3>GIMP_STOCK_TOOL_FOREGROUND_SELECT</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_FOREGROUND_SELECT "gimp-tool-foreground-select" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_FOREGROUND_SELECT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-FREE-SELECT:CAPS"></a><h3>GIMP_STOCK_TOOL_FREE_SELECT</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_FREE_SELECT "gimp-tool-free-select" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_FREE_SELECT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-FUZZY-SELECT:CAPS"></a><h3>GIMP_STOCK_TOOL_FUZZY_SELECT</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_FUZZY_SELECT "gimp-tool-fuzzy-select" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_FUZZY_SELECT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-HEAL:CAPS"></a><h3>GIMP_STOCK_TOOL_HEAL</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_HEAL "gimp-tool-heal" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_HEAL</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-HUE-SATURATION:CAPS"></a><h3>GIMP_STOCK_TOOL_HUE_SATURATION</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_HUE_SATURATION "gimp-tool-hue-saturation" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_HUE_SATURATION</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-INK:CAPS"></a><h3>GIMP_STOCK_TOOL_INK</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_INK "gimp-tool-ink" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_INK</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-ISCISSORS:CAPS"></a><h3>GIMP_STOCK_TOOL_ISCISSORS</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_ISCISSORS "gimp-tool-iscissors" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_ISCISSORS</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-LEVELS:CAPS"></a><h3>GIMP_STOCK_TOOL_LEVELS</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_LEVELS "gimp-tool-levels" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_LEVELS</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-MEASURE:CAPS"></a><h3>GIMP_STOCK_TOOL_MEASURE</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_MEASURE "gimp-tool-measure" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_MEASURE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-MOVE:CAPS"></a><h3>GIMP_STOCK_TOOL_MOVE</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_MOVE "gimp-tool-move" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_MOVE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-PAINTBRUSH:CAPS"></a><h3>GIMP_STOCK_TOOL_PAINTBRUSH</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_PAINTBRUSH "gimp-tool-paintbrush" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_PAINTBRUSH</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-PATH:CAPS"></a><h3>GIMP_STOCK_TOOL_PATH</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_PATH "gimp-tool-path" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_PATH</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-PENCIL:CAPS"></a><h3>GIMP_STOCK_TOOL_PENCIL</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_PENCIL "gimp-tool-pencil" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_PENCIL</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-PERSPECTIVE:CAPS"></a><h3>GIMP_STOCK_TOOL_PERSPECTIVE</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_PERSPECTIVE "gimp-tool-perspective" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_PERSPECTIVE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-PERSPECTIVE-CLONE:CAPS"></a><h3>GIMP_STOCK_TOOL_PERSPECTIVE_CLONE</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_PERSPECTIVE_CLONE "gimp-tool-perspective-clone" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_PERSPECTIVE_CLONE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-POSTERIZE:CAPS"></a><h3>GIMP_STOCK_TOOL_POSTERIZE</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_POSTERIZE "gimp-tool-posterize" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_POSTERIZE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-RECT-SELECT:CAPS"></a><h3>GIMP_STOCK_TOOL_RECT_SELECT</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_RECT_SELECT "gimp-tool-rect-select" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_RECT_SELECT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-ROTATE:CAPS"></a><h3>GIMP_STOCK_TOOL_ROTATE</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_ROTATE "gimp-tool-rotate" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_ROTATE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-SCALE:CAPS"></a><h3>GIMP_STOCK_TOOL_SCALE</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_SCALE "gimp-tool-scale" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_SCALE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-SHEAR:CAPS"></a><h3>GIMP_STOCK_TOOL_SHEAR</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_SHEAR "gimp-tool-shear" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_SHEAR</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-SMUDGE:CAPS"></a><h3>GIMP_STOCK_TOOL_SMUDGE</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_SMUDGE "gimp-tool-smudge" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_SMUDGE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-TEXT:CAPS"></a><h3>GIMP_STOCK_TOOL_TEXT</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_TEXT "gimp-tool-text" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_TEXT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-THRESHOLD:CAPS"></a><h3>GIMP_STOCK_TOOL_THRESHOLD</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_THRESHOLD "gimp-tool-threshold" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_THRESHOLD</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-ZOOM:CAPS"></a><h3>GIMP_STOCK_TOOL_ZOOM</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_ZOOM "gimp-tool-zoom" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_ZOOM</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CONTROLLER:CAPS"></a><h3>GIMP_STOCK_CONTROLLER</h3> +<pre class="programlisting">#define GIMP_STOCK_CONTROLLER "gimp-controller" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CONTROLLER</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CONTROLLER-KEYBOARD:CAPS"></a><h3>GIMP_STOCK_CONTROLLER_KEYBOARD</h3> +<pre class="programlisting">#define GIMP_STOCK_CONTROLLER_KEYBOARD "gimp-controller-keyboard" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CONTROLLER_KEYBOARD</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CONTROLLER-LINUX-INPUT:CAPS"></a><h3>GIMP_STOCK_CONTROLLER_LINUX_INPUT</h3> +<pre class="programlisting">#define GIMP_STOCK_CONTROLLER_LINUX_INPUT "gimp-controller-linux-input" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CONTROLLER_LINUX_INPUT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CONTROLLER-MIDI:CAPS"></a><h3>GIMP_STOCK_CONTROLLER_MIDI</h3> +<pre class="programlisting">#define GIMP_STOCK_CONTROLLER_MIDI "gimp-controller-midi" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CONTROLLER_MIDI</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CONTROLLER-MOUSE:CAPS"></a><h3>GIMP_STOCK_CONTROLLER_MOUSE</h3> +<pre class="programlisting">#define GIMP_STOCK_CONTROLLER_MOUSE GIMP_STOCK_CURSOR +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CONTROLLER_MOUSE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-CONTROLLER-WHEEL:CAPS"></a><h3>GIMP_STOCK_CONTROLLER_WHEEL</h3> +<pre class="programlisting">#define GIMP_STOCK_CONTROLLER_WHEEL "gimp-controller-wheel" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_CONTROLLER_WHEEL</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-DISPLAY-FILTER-COLORBLIND:CAPS"></a><h3>GIMP_STOCK_DISPLAY_FILTER_COLORBLIND</h3> +<pre class="programlisting">#define GIMP_STOCK_DISPLAY_FILTER_COLORBLIND "gimp-display-filter-colorblind" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_DISPLAY_FILTER_COLORBLIND</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-DISPLAY-FILTER-CONTRAST:CAPS"></a><h3>GIMP_STOCK_DISPLAY_FILTER_CONTRAST</h3> +<pre class="programlisting">#define GIMP_STOCK_DISPLAY_FILTER_CONTRAST "gimp-display-filter-contrast" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_DISPLAY_FILTER_CONTRAST</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-DISPLAY-FILTER-GAMMA:CAPS"></a><h3>GIMP_STOCK_DISPLAY_FILTER_GAMMA</h3> +<pre class="programlisting">#define GIMP_STOCK_DISPLAY_FILTER_GAMMA "gimp-display-filter-gamma" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_DISPLAY_FILTER_GAMMA</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-DISPLAY-FILTER-LCMS:CAPS"></a><h3>GIMP_STOCK_DISPLAY_FILTER_LCMS</h3> +<pre class="programlisting">#define GIMP_STOCK_DISPLAY_FILTER_LCMS "gimp-display-filter-lcms" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_DISPLAY_FILTER_LCMS</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-DISPLAY-FILTER-PROOF:CAPS"></a><h3>GIMP_STOCK_DISPLAY_FILTER_PROOF</h3> +<pre class="programlisting">#define GIMP_STOCK_DISPLAY_FILTER_PROOF "gimp-display-filter-proof" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_DISPLAY_FILTER_PROOF</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-QMASK-ON:CAPS"></a><h3>GIMP_STOCK_QMASK_ON</h3> +<pre class="programlisting">#define GIMP_STOCK_QMASK_ON "gimp-quick-mask-on" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_QMASK_ON</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-QMASK-OFF:CAPS"></a><h3>GIMP_STOCK_QMASK_OFF</h3> +<pre class="programlisting">#define GIMP_STOCK_QMASK_OFF "gimp-quick-mask-off" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_QMASK_OFF</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-BRUSH:CAPS"></a><h3>GIMP_STOCK_BRUSH</h3> +<pre class="programlisting">#define GIMP_STOCK_BRUSH GIMP_STOCK_TOOL_PAINTBRUSH +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_BRUSH</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-DYNAMICS:CAPS"></a><h3>GIMP_STOCK_DYNAMICS</h3> +<pre class="programlisting">#define GIMP_STOCK_DYNAMICS "gimp-dynamics" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_DYNAMICS</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-BUFFER:CAPS"></a><h3>GIMP_STOCK_BUFFER</h3> +<pre class="programlisting">#define GIMP_STOCK_BUFFER "edit-paste" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_BUFFER</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-DETACH:CAPS"></a><h3>GIMP_STOCK_DETACH</h3> +<pre class="programlisting">#define GIMP_STOCK_DETACH GTK_STOCK_CONVERT +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_DETACH</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-FONT:CAPS"></a><h3>GIMP_STOCK_FONT</h3> +<pre class="programlisting">#define GIMP_STOCK_FONT GTK_STOCK_SELECT_FONT +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_FONT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-GRADIENT:CAPS"></a><h3>GIMP_STOCK_GRADIENT</h3> +<pre class="programlisting">#define GIMP_STOCK_GRADIENT GIMP_STOCK_TOOL_BLEND +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_GRADIENT</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-PALETTE:CAPS"></a><h3>GIMP_STOCK_PALETTE</h3> +<pre class="programlisting">#define GIMP_STOCK_PALETTE GTK_STOCK_SELECT_COLOR +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_PALETTE</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-PATTERN:CAPS"></a><h3>GIMP_STOCK_PATTERN</h3> +<pre class="programlisting">#define GIMP_STOCK_PATTERN "gimp-pattern" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_PATTERN</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-STOCK-TOOL-PRESET:CAPS"></a><h3>GIMP_STOCK_TOOL_PRESET</h3> +<pre class="programlisting">#define GIMP_STOCK_TOOL_PRESET "gimp-tool-preset" +</pre> +<div class="warning"><p><code class="literal">GIMP_STOCK_TOOL_PRESET</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpOldWidgets.html b/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpOldWidgets.html new file mode 100644 index 0000000..232684d --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpOldWidgets.html @@ -0,0 +1,644 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpOldWidgets: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-deprecated.html" title="Part VII. Deprecated API"> +<link rel="prev" href="libgimpwidgets-deprecated.html" title="Part VII. Deprecated API"> +<link rel="next" href="GimpPixmap.html" title="GimpPixmap"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#libgimpwidgets-GimpOldWidgets.description" class="shortcut">Description</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-deprecated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="libgimpwidgets-deprecated.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpPixmap.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="libgimpwidgets-GimpOldWidgets"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="libgimpwidgets-GimpOldWidgets.top_of_page"></a>GimpOldWidgets</span></h2> +<p>GimpOldWidgets — Old API that is still available but declared +as deprecated.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpOldWidgets.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-int-option-menu-new" title="gimp_int_option_menu_new ()">gimp_int_option_menu_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-int-option-menu-set-history" title="gimp_int_option_menu_set_history ()">gimp_int_option_menu_set_history</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<span class="c_punctuation">(</span><a class="link" href="libgimpwidgets-GimpOldWidgets.html#GimpIntOptionMenuSensitivityCallback" title="GimpIntOptionMenuSensitivityCallback ()">*GimpIntOptionMenuSensitivityCallback</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-int-option-menu-set-sensitive" title="gimp_int_option_menu_set_sensitive ()">gimp_int_option_menu_set_sensitive</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-new" title="gimp_option_menu_new ()">gimp_option_menu_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-new2" title="gimp_option_menu_new2 ()">gimp_option_menu_new2</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-set-history" title="gimp_option_menu_set_history ()">gimp_option_menu_set_history</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<span class="c_punctuation">(</span><a class="link" href="libgimpwidgets-GimpOldWidgets.html#GimpOptionMenuSensitivityCallback" title="GimpOptionMenuSensitivityCallback ()">*GimpOptionMenuSensitivityCallback</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-set-sensitive" title="gimp_option_menu_set_sensitive ()">gimp_option_menu_set_sensitive</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-menu-item-update" title="gimp_menu_item_update ()">gimp_menu_item_update</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-toggle-button-sensitive-update" title="gimp_toggle_button_sensitive_update ()">gimp_toggle_button_sensitive_update</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-pixmap-button-new" title="gimp_pixmap_button_new ()">gimp_pixmap_button_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-unit-menu-update" title="gimp_unit_menu_update ()">gimp_unit_menu_update</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpOldWidgets.description"></a><h2>Description</h2> +<p>These functions are not defined if you #define GIMP_DISABLE_DEPRECATED.</p> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpOldWidgets.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-int-option-menu-new"></a><h3>gimp_int_option_menu_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_int_option_menu_new (<em class="parameter"><code><span class="type">gboolean</span> menu_only</code></em>, + <em class="parameter"><code><span class="type">GCallback</span> menu_item_callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> menu_item_callback_data</code></em>, + <em class="parameter"><code><span class="type">gint</span> initial</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_int_option_menu_new</code> 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 <a href="https://developer.gnome.org/gtk3/GtkMenu.html#GtkMenu-struct"><span class="type">GtkMenu</span></a>. This +function does the same thing as the deprecated function +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-new2" title="gimp_option_menu_new2 ()"><code class="function">gimp_option_menu_new2()</code></a>, but it takes integers as <em class="parameter"><code>item_data</code></em> + +instead of pointers, since that is a very common case (mapping an +enum to a menu).</p> +<div class="refsect3"> +<a name="gimp-int-option-menu-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>menu_only</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if the function should return a <a href="https://developer.gnome.org/gtk3/GtkMenu.html#GtkMenu-struct"><span class="type">GtkMenu</span></a> only.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>menu_item_callback</p></td> +<td class="parameter_description"><p>The callback each menu item's "activate" signal will +be connected with.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>menu_item_callback_data</p></td> +<td class="parameter_description"><p>The data which will be passed to <code class="function">g_signal_connect()</code>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>initial</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>item_data</code></em> +of the initially selected menu item.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>...</p></td> +<td class="parameter_description"><p>A <code class="literal">NULL</code>-terminated <em class="parameter"><code>va_list</code></em> +describing the menu items.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-int-option-menu-new.returns"></a><h4>Returns</h4> +<p> A <span class="type">GtkOptionMenu</span> or a <a href="https://developer.gnome.org/gtk3/GtkMenu.html#GtkMenu-struct"><span class="type">GtkMenu</span></a> (depending on <em class="parameter"><code>menu_only</code></em> +).</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-option-menu-set-history"></a><h3>gimp_int_option_menu_set_history ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_int_option_menu_set_history (<em class="parameter"><code><span class="type">GtkOptionMenu</span> *option_menu</code></em>, + <em class="parameter"><code><span class="type">gint</span> item_data</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_int_option_menu_set_history</code> 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 <em class="parameter"><code>item_data</code></em> +. Probably only makes sense to use with a <span class="type">GtkOptionMenu</span> +that was created using <a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-int-option-menu-new" title="gimp_int_option_menu_new ()"><code class="function">gimp_int_option_menu_new()</code></a>. This function does the +same thing as <a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-set-history" title="gimp_option_menu_set_history ()"><code class="function">gimp_option_menu_set_history()</code></a>, but takes integers as +<em class="parameter"><code>item_data</code></em> + instead of pointers.</p> +<div class="refsect3"> +<a name="gimp-int-option-menu-set-history.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>option_menu</p></td> +<td class="parameter_description"><p>A <span class="type">GtkOptionMenu</span> as returned by <a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-int-option-menu-new" title="gimp_int_option_menu_new ()"><code class="function">gimp_int_option_menu_new()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>item_data</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>item_data</code></em> +of the menu item you want to select.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GimpIntOptionMenuSensitivityCallback"></a><h3>GimpIntOptionMenuSensitivityCallback ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +<span class="c_punctuation">(</span>*GimpIntOptionMenuSensitivityCallback<span class="c_punctuation">)</span> + (<em class="parameter"><code><span class="type">gint</span> item_data</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> callback_data</code></em>);</pre> +<div class="warning"><p><code class="literal">GimpIntOptionMenuSensitivityCallback</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-option-menu-set-sensitive"></a><h3>gimp_int_option_menu_set_sensitive ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_int_option_menu_set_sensitive (<em class="parameter"><code><span class="type">GtkOptionMenu</span> *option_menu</code></em>, + <em class="parameter"><code><a class="link" href="libgimpwidgets-GimpOldWidgets.html#GimpIntOptionMenuSensitivityCallback" title="GimpIntOptionMenuSensitivityCallback ()"><span class="type">GimpIntOptionMenuSensitivityCallback</span></a> callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> callback_data</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_int_option_menu_set_sensitive</code> is deprecated and should not be used in newly-written code.</p></div> +<p>Calls the given <em class="parameter"><code>callback</code></em> + for each item in the menu and passes it the +item_data and the <em class="parameter"><code>callback_data</code></em> +. The menu item's sensitivity is set +according to the return value of this function. This function does the +same thing as <a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-set-sensitive" title="gimp_option_menu_set_sensitive ()"><code class="function">gimp_option_menu_set_sensitive()</code></a>, but takes integers as +<em class="parameter"><code>item_data</code></em> + instead of pointers.</p> +<div class="refsect3"> +<a name="gimp-int-option-menu-set-sensitive.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>option_menu</p></td> +<td class="parameter_description"><p>a <span class="type">GtkOptionMenu</span> as returned by <a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-new" title="gimp_option_menu_new ()"><code class="function">gimp_option_menu_new()</code></a> or +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-new2" title="gimp_option_menu_new2 ()"><code class="function">gimp_option_menu_new2()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback</p></td> +<td class="parameter_description"><p>a function called for each item in the menu to determine the +the sensitivity state.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback_data</p></td> +<td class="parameter_description"><p>data to pass to the <em class="parameter"><code>callback</code></em> +function.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-option-menu-new"></a><h3>gimp_option_menu_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_option_menu_new (<em class="parameter"><code><span class="type">gboolean</span> menu_only</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_option_menu_new</code> 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 <a href="https://developer.gnome.org/gtk3/GtkMenu.html#GtkMenu-struct"><span class="type">GtkMenu</span></a>.</p> +<div class="refsect3"> +<a name="gimp-option-menu-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>menu_only</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if the function should return a <a href="https://developer.gnome.org/gtk3/GtkMenu.html#GtkMenu-struct"><span class="type">GtkMenu</span></a> only.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>...</p></td> +<td class="parameter_description"><p>A <code class="literal">NULL</code>-terminated <em class="parameter"><code>va_list</code></em> +describing the menu items.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-option-menu-new.returns"></a><h4>Returns</h4> +<p> A <span class="type">GtkOptionMenu</span> or a <a href="https://developer.gnome.org/gtk3/GtkMenu.html#GtkMenu-struct"><span class="type">GtkMenu</span></a> (depending on <em class="parameter"><code>menu_only</code></em> +).</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-option-menu-new2"></a><h3>gimp_option_menu_new2 ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_option_menu_new2 (<em class="parameter"><code><span class="type">gboolean</span> menu_only</code></em>, + <em class="parameter"><code><span class="type">GCallback</span> menu_item_callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> menu_item_callback_data</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> initial</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_option_menu_new2</code> 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 <a href="https://developer.gnome.org/gtk3/GtkMenu.html#GtkMenu-struct"><span class="type">GtkMenu</span></a>.</p> +<div class="refsect3"> +<a name="gimp-option-menu-new2.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>menu_only</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if the function should return a <a href="https://developer.gnome.org/gtk3/GtkMenu.html#GtkMenu-struct"><span class="type">GtkMenu</span></a> only.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>menu_item_callback</p></td> +<td class="parameter_description"><p>The callback each menu item's "activate" signal will +be connected with.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>menu_item_callback_data</p></td> +<td class="parameter_description"><p>The data which will be passed to <code class="function">g_signal_connect()</code>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>initial</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>item_data</code></em> +of the initially selected menu item.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>...</p></td> +<td class="parameter_description"><p>A <code class="literal">NULL</code>-terminated <em class="parameter"><code>va_list</code></em> +describing the menu items.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-option-menu-new2.returns"></a><h4>Returns</h4> +<p> A <span class="type">GtkOptionMenu</span> or a <a href="https://developer.gnome.org/gtk3/GtkMenu.html#GtkMenu-struct"><span class="type">GtkMenu</span></a> (depending on <em class="parameter"><code>menu_only</code></em> +).</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-option-menu-set-history"></a><h3>gimp_option_menu_set_history ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_option_menu_set_history (<em class="parameter"><code><span class="type">GtkOptionMenu</span> *option_menu</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> item_data</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_option_menu_set_history</code> 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 <em class="parameter"><code>item_data</code></em> +. Probably only makes sense to use with +a <span class="type">GtkOptionMenu</span> that was created using <a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-new" title="gimp_option_menu_new ()"><code class="function">gimp_option_menu_new()</code></a> or +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-new2" title="gimp_option_menu_new2 ()"><code class="function">gimp_option_menu_new2()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-option-menu-set-history.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>option_menu</p></td> +<td class="parameter_description"><p>A <span class="type">GtkOptionMenu</span> as returned by <a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-new" title="gimp_option_menu_new ()"><code class="function">gimp_option_menu_new()</code></a> or +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-new2" title="gimp_option_menu_new2 ()"><code class="function">gimp_option_menu_new2()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>item_data</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>item_data</code></em> +of the menu item you want to select.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GimpOptionMenuSensitivityCallback"></a><h3>GimpOptionMenuSensitivityCallback ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +<span class="c_punctuation">(</span>*GimpOptionMenuSensitivityCallback<span class="c_punctuation">)</span> (<em class="parameter"><code><span class="type">gpointer</span> item_data</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> callback_data</code></em>);</pre> +<div class="warning"><p><code class="literal">GimpOptionMenuSensitivityCallback</code> is deprecated and should not be used in newly-written code.</p></div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-option-menu-set-sensitive"></a><h3>gimp_option_menu_set_sensitive ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_option_menu_set_sensitive (<em class="parameter"><code><span class="type">GtkOptionMenu</span> *option_menu</code></em>, + <em class="parameter"><code><a class="link" href="libgimpwidgets-GimpOldWidgets.html#GimpOptionMenuSensitivityCallback" title="GimpOptionMenuSensitivityCallback ()"><span class="type">GimpOptionMenuSensitivityCallback</span></a> callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> callback_data</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_option_menu_set_sensitive</code> is deprecated and should not be used in newly-written code.</p></div> +<p>Calls the given <em class="parameter"><code>callback</code></em> + for each item in the menu and passes it the +item_data and the <em class="parameter"><code>callback_data</code></em> +. The menu item's sensitivity is set +according to the return value of this function.</p> +<div class="refsect3"> +<a name="gimp-option-menu-set-sensitive.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>option_menu</p></td> +<td class="parameter_description"><p>a <span class="type">GtkOptionMenu</span> as returned by <a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-new" title="gimp_option_menu_new ()"><code class="function">gimp_option_menu_new()</code></a> or +<a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-new2" title="gimp_option_menu_new2 ()"><code class="function">gimp_option_menu_new2()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback</p></td> +<td class="parameter_description"><p>a function called for each item in the menu to determine the +the sensitivity state.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback_data</p></td> +<td class="parameter_description"><p>data to pass to the <em class="parameter"><code>callback</code></em> +function.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-menu-item-update"></a><h3>gimp_menu_item_update ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_menu_item_update (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_menu_item_update</code> is deprecated and should not be used in newly-written code.</p></div> +<div class="refsect3"> +<a name="gimp-menu-item-update.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>widget</p></td> +<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gtk3/GtkMenuItem.html#GtkMenuItem-struct"><span class="type">GtkMenuItem</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>A pointer to a <span class="type">gint</span> variable which will store the value of +GPOINTER_TO_INT (g_object_get_data (<em class="parameter"><code>widget</code></em> +, "gimp-item-data")).</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-toggle-button-sensitive-update"></a><h3>gimp_toggle_button_sensitive_update ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_toggle_button_sensitive_update (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkToggleButton.html#GtkToggleButton-struct"><span class="type">GtkToggleButton</span></a> *toggle_button</code></em>);</pre> +<div class="warning"> +<p><code class="literal">gimp_toggle_button_sensitive_update</code> is deprecated and should not be used in newly-written code.</p> +<p>use <code class="function">g_object_bind_property()</code> instead of using the + "set_sensitive" and "inverse_sensitive" data pointers.</p> +</div> +<p>If you attached a pointer to a <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> with <code class="function">g_object_set_data()</code> and +the "set_sensitive" key to the <a href="https://developer.gnome.org/gtk3/GtkToggleButton.html#GtkToggleButton-struct"><span class="type">GtkToggleButton</span></a>, 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> +<div class="refsect3"> +<a name="gimp-toggle-button-sensitive-update.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>toggle_button</p></td> +<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gtk3/GtkToggleButton.html#GtkToggleButton-struct"><span class="type">GtkToggleButton</span></a> the "set_sensitive" and +"inverse_sensitive" lists are attached to.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-pixmap-button-new"></a><h3>gimp_pixmap_button_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_pixmap_button_new (<em class="parameter"><code><span class="type">gchar</span> **xpm_data</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_pixmap_button_new</code> is deprecated and should not be used in newly-written code.</p></div> +<p>Convenience function that creates a <a href="https://developer.gnome.org/gtk3/GtkButton.html#GtkButton-struct"><span class="type">GtkButton</span></a> with a <a class="link" href="GimpPixmap.html" title="GimpPixmap"><span class="type">GimpPixmap</span></a> +and an optional <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a>.</p> +<div class="refsect3"> +<a name="gimp-pixmap-button-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>xpm_data</p></td> +<td class="parameter_description"><p>The XPM data which will be passed to <a class="link" href="GimpPixmap.html#gimp-pixmap-new" title="gimp_pixmap_new ()"><code class="function">gimp_pixmap_new()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>text</p></td> +<td class="parameter_description"><p>An optional text which will appear right of the pixmap.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-pixmap-button-new.returns"></a><h4>Returns</h4> +<p> The new <a href="https://developer.gnome.org/gtk3/GtkButton.html#GtkButton-struct"><span class="type">GtkButton</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-unit-menu-update"></a><h3>gimp_unit_menu_update ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_unit_menu_update (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<div class="warning"> +<p><code class="literal">gimp_unit_menu_update</code> is deprecated and should not be used in newly-written code.</p> +<p>use <a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox"><span class="type">GimpUnitComboBox</span></a> instead.</p> +</div> +<p>This callback can set the number of decimal digits of an arbitrary number +of <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a>'s. To use this functionality, attach the spinbuttons +as list of data pointers attached with <code class="function">g_object_set_data()</code> with the +"set_digits" key.</p> +<p>See <a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-toggle-button-sensitive-update" title="gimp_toggle_button_sensitive_update ()"><code class="function">gimp_toggle_button_sensitive_update()</code></a> for a description of how +to set up the list.</p> +<div class="refsect3"> +<a name="gimp-unit-menu-update.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>widget</p></td> +<td class="parameter_description"><p>A <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>A pointer to a <a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> variable which will store the unit menu's +value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpOldWidgets.see-also"></a><h2>See Also</h2> +<p><a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a></p> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpPropWidgets.html b/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpPropWidgets.html new file mode 100644 index 0000000..095695e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpPropWidgets.html @@ -0,0 +1,1988 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpPropWidgets: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-utils.html" title="Part VI. GIMP Widgets Utilities"> +<link rel="prev" href="libgimpwidgets-GimpEnumWidgets.html" title="GimpEnumWidgets"> +<link rel="next" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#libgimpwidgets-GimpPropWidgets.description" class="shortcut">Description</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-utils.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="libgimpwidgets-GimpEnumWidgets.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="libgimpwidgets-GimpWidgets.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="libgimpwidgets-GimpPropWidgets"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="libgimpwidgets-GimpPropWidgets.top_of_page"></a>GimpPropWidgets</span></h2> +<p>GimpPropWidgets — Editable views on <span class="type">GObject</span> properties.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpPropWidgets.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-combo-box-new" title="gimp_prop_boolean_combo_box_new ()">gimp_prop_boolean_combo_box_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-radio-frame-new" title="gimp_prop_boolean_radio_frame_new ()">gimp_prop_boolean_radio_frame_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-check-button-new" title="gimp_prop_check_button_new ()">gimp_prop_check_button_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-color-area-new" title="gimp_prop_color_area_new ()">gimp_prop_color_area_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-connect" title="gimp_prop_coordinates_connect ()">gimp_prop_coordinates_connect</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-new" title="gimp_prop_coordinates_new ()">gimp_prop_coordinates_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-entry-new" title="gimp_prop_entry_new ()">gimp_prop_entry_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-pointer-combo-box-new" title="gimp_prop_pointer_combo_box_new ()">gimp_prop_pointer_combo_box_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-check-button-new" title="gimp_prop_enum_check_button_new ()">gimp_prop_enum_check_button_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-combo-box-new" title="gimp_prop_enum_combo_box_new ()">gimp_prop_enum_combo_box_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-label-new" title="gimp_prop_enum_label_new ()">gimp_prop_enum_label_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-box-new" title="gimp_prop_enum_radio_box_new ()">gimp_prop_enum_radio_box_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-frame-new" title="gimp_prop_enum_radio_frame_new ()">gimp_prop_enum_radio_frame_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-stock-box-new" title="gimp_prop_enum_stock_box_new ()">gimp_prop_enum_stock_box_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-icon-box-new" title="gimp_prop_enum_icon_box_new ()">gimp_prop_enum_icon_box_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-expander-new" title="gimp_prop_expander_new ()">gimp_prop_expander_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-file-chooser-button-new" title="gimp_prop_file_chooser_button_new ()">gimp_prop_file_chooser_button_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-file-chooser-button-new-with-dialog" title="gimp_prop_file_chooser_button_new_with_dialog ()">gimp_prop_file_chooser_button_new_with_dialog</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-hscale-new" title="gimp_prop_hscale_new ()">gimp_prop_hscale_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-icon-image-new" title="gimp_prop_icon_image_new ()">gimp_prop_icon_image_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-int-combo-box-new" title="gimp_prop_int_combo_box_new ()">gimp_prop_int_combo_box_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-label-new" title="gimp_prop_label_new ()">gimp_prop_label_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-memsize-entry-new" title="gimp_prop_memsize_entry_new ()">gimp_prop_memsize_entry_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">GtkObject</span> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-opacity-entry-new" title="gimp_prop_opacity_entry_new ()">gimp_prop_opacity_entry_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-path-editor-new" title="gimp_prop_path_editor_new ()">gimp_prop_path_editor_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">GtkObject</span> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-scale-entry-new" title="gimp_prop_scale_entry_new ()">gimp_prop_scale_entry_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-size-entry-new" title="gimp_prop_size_entry_new ()">gimp_prop_size_entry_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-spin-button-new" title="gimp_prop_spin_button_new ()">gimp_prop_spin_button_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-stock-image-new" title="gimp_prop_stock_image_new ()">gimp_prop_stock_image_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-string-combo-box-new" title="gimp_prop_string_combo_box_new ()">gimp_prop_string_combo_box_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkTextBuffer.html#GtkTextBuffer-struct"><span class="returnvalue">GtkTextBuffer</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-text-buffer-new" title="gimp_prop_text_buffer_new ()">gimp_prop_text_buffer_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-unit-combo-box-new" title="gimp_prop_unit_combo_box_new ()">gimp_prop_unit_combo_box_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-unit-menu-new" title="gimp_prop_unit_menu_new ()">gimp_prop_unit_menu_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpPropWidgets.description"></a><h2>Description</h2> +<p>Editable views on <span class="type">GObject</span> properties.</p> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpPropWidgets.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-prop-boolean-combo-box-new"></a><h3>gimp_prop_boolean_combo_box_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_boolean_combo_box_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *true_text</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *false_text</code></em>);</pre> +<p>Creates a <a href="https://developer.gnome.org/gtk3/GtkComboBox.html#GtkComboBox-struct"><span class="type">GtkComboBox</span></a> widget to display and set the specified +boolean property. The combo box will have two entries, one +displaying the <em class="parameter"><code>true_text</code></em> + label, the other displaying the +<em class="parameter"><code>false_text</code></em> + label.</p> +<div class="refsect3"> +<a name="gimp-prop-boolean-combo-box-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of boolean property controlled by combo box.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>true_text</p></td> +<td class="parameter_description"><p>Label used for entry corresponding to <code class="literal">TRUE</code> value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>false_text</p></td> +<td class="parameter_description"><p>Label used for entry corresponding to <code class="literal">FALSE</code> value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-boolean-combo-box-new.returns"></a><h4>Returns</h4> +<p> The newly created <a href="https://developer.gnome.org/gtk3/GtkComboBox.html#GtkComboBox-struct"><span class="type">GtkComboBox</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-boolean-radio-frame-new"></a><h3>gimp_prop_boolean_radio_frame_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_boolean_radio_frame_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *true_text</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *false_text</code></em>);</pre> +<p>Creates a pair of radio buttons which function to set and display +the specified boolean property. +If <em class="parameter"><code>title</code></em> + is <span class="type">NULL</span>, the <em class="parameter"><code>property_name</code></em> +'s nick will be used as label +of the returned frame.</p> +<div class="refsect3"> +<a name="gimp-prop-boolean-radio-frame-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of boolean property controlled by the radio buttons.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>title</p></td> +<td class="parameter_description"><p>Label for the frame.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>true_text</p></td> +<td class="parameter_description"><p>Label for the button corresponding to <code class="literal">TRUE</code>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>false_text</p></td> +<td class="parameter_description"><p>Label for the button corresponding to <code class="literal">FALSE</code>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-boolean-radio-frame-new.returns"></a><h4>Returns</h4> +<p> A <a class="link" href="GimpFrame.html" title="GimpFrame"><span class="type">GimpFrame</span></a> containing the radio buttons.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-check-button-new"></a><h3>gimp_prop_check_button_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_check_button_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre> +<p>Creates a <a href="https://developer.gnome.org/gtk3/GtkCheckButton.html#GtkCheckButton-struct"><span class="type">GtkCheckButton</span></a> that displays and sets the specified +boolean property. +If <em class="parameter"><code>label</code></em> + is <span class="type">NULL</span>, the <em class="parameter"><code>property_name</code></em> +'s nick will be used as label +of the returned button.</p> +<div class="refsect3"> +<a name="gimp-prop-check-button-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of boolean property controlled by checkbutton.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>label</p></td> +<td class="parameter_description"><p>Label to give checkbutton (including mnemonic).</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-check-button-new.returns"></a><h4>Returns</h4> +<p> The newly created <a href="https://developer.gnome.org/gtk3/GtkCheckButton.html#GtkCheckButton-struct"><span class="type">GtkCheckButton</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-color-area-new"></a><h3>gimp_prop_color_area_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_color_area_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code><span class="type">gint</span> width</code></em>, + <em class="parameter"><code><span class="type">gint</span> height</code></em>, + <em class="parameter"><code><a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType"><span class="type">GimpColorAreaType</span></a> type</code></em>);</pre> +<p>Creates a <a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a> to set and display the value of an RGB +property.</p> +<div class="refsect3"> +<a name="gimp-prop-color-area-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of RGB property.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>width</p></td> +<td class="parameter_description"><p>Width of color area.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>height</p></td> +<td class="parameter_description"><p>Height of color area.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>type</p></td> +<td class="parameter_description"><p>How transparency is represented.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-color-area-new.returns"></a><h4>Returns</h4> +<p> A new <a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-coordinates-connect"></a><h3>gimp_prop_coordinates_connect ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_prop_coordinates_connect (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *x_property_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *y_property_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *unit_property_name</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *sizeentry</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *chainbutton</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> xresolution</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> yresolution</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-coordinates-new"></a><h3>gimp_prop_coordinates_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_coordinates_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *x_property_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *y_property_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *unit_property_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *unit_format</code></em>, + <em class="parameter"><code><a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy" title="enum GimpSizeEntryUpdatePolicy"><span class="type">GimpSizeEntryUpdatePolicy</span></a> update_policy</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> xresolution</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> yresolution</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> has_chainbutton</code></em>);</pre> +<p>Creates a <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> to set and display two double or int +properties, which will usually represent X and Y coordinates, and +their associated unit property.</p> +<div class="refsect3"> +<a name="gimp-prop-coordinates-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>x_property_name</p></td> +<td class="parameter_description"><p>Name of int or double property for X coordinate.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>y_property_name</p></td> +<td class="parameter_description"><p>Name of int or double property for Y coordinate.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>unit_property_name</p></td> +<td class="parameter_description"><p>Name of unit property.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>unit_format</p></td> +<td class="parameter_description"><p>A printf-like unit-format string as is used with +<a class="link" href="GimpUnitMenu.html#gimp-unit-menu-new" title="gimp_unit_menu_new ()"><code class="function">gimp_unit_menu_new()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>update_policy</p></td> +<td class="parameter_description"><p>How the automatic pixel <-> real-world-unit +calculations should be done.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>xresolution</p></td> +<td class="parameter_description"><p>The resolution (in dpi) for the X coordinate.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>yresolution</p></td> +<td class="parameter_description"><p>The resolution (in dpi) for the Y coordinate.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>has_chainbutton</p></td> +<td class="parameter_description"><p>Whether to add a chainbutton to the size entry.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-coordinates-new.returns"></a><h4>Returns</h4> +<p> A new <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-entry-new"></a><h3>gimp_prop_entry_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_entry_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code><span class="type">gint</span> max_len</code></em>);</pre> +<p>Creates a <a href="https://developer.gnome.org/gtk3/GtkEntry.html#GtkEntry-struct"><span class="type">GtkEntry</span></a> to set and display the value of the specified +string property.</p> +<div class="refsect3"> +<a name="gimp-prop-entry-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of string property.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>max_len</p></td> +<td class="parameter_description"><p>Maximum allowed length of string.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-entry-new.returns"></a><h4>Returns</h4> +<p> A new <a href="https://developer.gnome.org/gtk3/GtkEntry.html#GtkEntry-struct"><span class="type">GtkEntry</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-pointer-combo-box-new"></a><h3>gimp_prop_pointer_combo_box_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_pointer_combo_box_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code><a class="link" href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a> *store</code></em>);</pre> +<p>Creates a <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> widget to display and set the specified +property. The contents of the widget are determined by <em class="parameter"><code>store</code></em> +, +which should be created using <a class="link" href="GimpIntStore.html#gimp-int-store-new" title="gimp_int_store_new ()"><code class="function">gimp_int_store_new()</code></a>. +Values are GType/gpointer data, and therefore must be stored in the +"user-data" column, instead of the usual "value" column.</p> +<div class="refsect3"> +<a name="gimp-prop-pointer-combo-box-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of GType/gpointer property controlled by combo box.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>store</p></td> +<td class="parameter_description"><p><a class="link" href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a> holding list of labels, values, etc.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-pointer-combo-box-new.returns"></a><h4>Returns</h4> +<p> The newly created <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-enum-check-button-new"></a><h3>gimp_prop_enum_check_button_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_enum_check_button_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>, + <em class="parameter"><code><span class="type">gint</span> false_value</code></em>, + <em class="parameter"><code><span class="type">gint</span> true_value</code></em>);</pre> +<p>Creates a <a href="https://developer.gnome.org/gtk3/GtkCheckButton.html#GtkCheckButton-struct"><span class="type">GtkCheckButton</span></a> that displays and sets the specified +property of type Enum. Note that this widget only allows two values +for the enum, one corresponding to the "checked" state and the +other to the "unchecked" state. +If <em class="parameter"><code>label</code></em> + is <span class="type">NULL</span>, the <em class="parameter"><code>property_name</code></em> +'s nick will be used as label +of the returned button.</p> +<div class="refsect3"> +<a name="gimp-prop-enum-check-button-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of enum property controlled by checkbutton.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>label</p></td> +<td class="parameter_description"><p>Label to give checkbutton (including mnemonic).</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>false_value</p></td> +<td class="parameter_description"><p>Enum value corresponding to unchecked state.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>true_value</p></td> +<td class="parameter_description"><p>Enum value corresponding to checked state.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-enum-check-button-new.returns"></a><h4>Returns</h4> +<p> The newly created <a href="https://developer.gnome.org/gtk3/GtkCheckButton.html#GtkCheckButton-struct"><span class="type">GtkCheckButton</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-enum-combo-box-new"></a><h3>gimp_prop_enum_combo_box_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_enum_combo_box_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code><span class="type">gint</span> minimum</code></em>, + <em class="parameter"><code><span class="type">gint</span> maximum</code></em>);</pre> +<p>Creates a <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> widget to display and set the specified +enum property. The <em class="parameter"><code>mimimum_value</code></em> + and <em class="parameter"><code>maximum_value</code></em> + give the +possibility of restricting the allowed range to a subset of the +enum. If the two values are equal (e.g., 0, 0), then the full +range of the Enum is used.</p> +<div class="refsect3"> +<a name="gimp-prop-enum-combo-box-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of enum property controlled by combo box.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>minimum</p></td> +<td class="parameter_description"><p>Smallest allowed value of enum.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>maximum</p></td> +<td class="parameter_description"><p>Largest allowed value of enum.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-enum-combo-box-new.returns"></a><h4>Returns</h4> +<p> The newly created <a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox"><span class="type">GimpEnumComboBox</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-enum-label-new"></a><h3>gimp_prop_enum_label_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_enum_label_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-prop-enum-label-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of enum property to be displayed.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-enum-label-new.returns"></a><h4>Returns</h4> +<p> The newly created <a class="link" href="GimpEnumLabel.html" title="GimpEnumLabel"><span class="type">GimpEnumLabel</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-enum-radio-box-new"></a><h3>gimp_prop_enum_radio_box_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_enum_radio_box_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code><span class="type">gint</span> minimum</code></em>, + <em class="parameter"><code><span class="type">gint</span> maximum</code></em>);</pre> +<p>Creates a group of radio buttons which function to set and display +the specified enum property. The <em class="parameter"><code>minimum</code></em> + and <em class="parameter"><code>maximum</code></em> + arguments +allow only a subset of the enum to be used. If the two arguments +are equal (e.g., 0, 0), then the full range of the enum will be used. +If you want to assign a label to the group of radio buttons, use +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-frame-new" title="gimp_prop_enum_radio_frame_new ()"><code class="function">gimp_prop_enum_radio_frame_new()</code></a> instead of this function.</p> +<div class="refsect3"> +<a name="gimp-prop-enum-radio-box-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of enum property controlled by the radio buttons.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>minimum</p></td> +<td class="parameter_description"><p>Smallest value of enum to be included.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>maximum</p></td> +<td class="parameter_description"><p>Largest value of enum to be included.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-enum-radio-box-new.returns"></a><h4>Returns</h4> +<p> A <a href="https://developer.gnome.org/gtk3/GtkVBox.html#GtkVBox-struct"><span class="type">GtkVBox</span></a> containing the radio buttons.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-enum-radio-frame-new"></a><h3>gimp_prop_enum_radio_frame_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_enum_radio_frame_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>, + <em class="parameter"><code><span class="type">gint</span> minimum</code></em>, + <em class="parameter"><code><span class="type">gint</span> maximum</code></em>);</pre> +<p>Creates a group of radio buttons which function to set and display +the specified enum property. The <em class="parameter"><code>minimum</code></em> + and <em class="parameter"><code>maximum</code></em> + arguments +allow only a subset of the enum to be used. If the two arguments +are equal (e.g., 0, 0), then the full range of the enum will be used. +If <em class="parameter"><code>title</code></em> + is <span class="type">NULL</span>, the <em class="parameter"><code>property_name</code></em> +'s nick will be used as label +of the returned frame.</p> +<div class="refsect3"> +<a name="gimp-prop-enum-radio-frame-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of enum property controlled by the radio buttons.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>title</p></td> +<td class="parameter_description"><p>Label for the frame holding the buttons</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>minimum</p></td> +<td class="parameter_description"><p>Smallest value of enum to be included.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>maximum</p></td> +<td class="parameter_description"><p>Largest value of enum to be included.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-enum-radio-frame-new.returns"></a><h4>Returns</h4> +<p> A <a class="link" href="GimpFrame.html" title="GimpFrame"><span class="type">GimpFrame</span></a> containing the radio buttons.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-enum-stock-box-new"></a><h3>gimp_prop_enum_stock_box_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_enum_stock_box_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *stock_prefix</code></em>, + <em class="parameter"><code><span class="type">gint</span> minimum</code></em>, + <em class="parameter"><code><span class="type">gint</span> maximum</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_prop_enum_stock_box_new</code> has been deprecated since version 2.10 and should not be used in newly-written code.</p></div> +<p>Creates a horizontal box of radio buttons with stock icons, which +function to set and display the value of the specified Enum +property. The stock_id for each icon is created by appending the +enum_value's nick to the given <em class="parameter"><code>stock_prefix</code></em> +. See +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-new" title="gimp_enum_stock_box_new ()"><code class="function">gimp_enum_stock_box_new()</code></a> for more information.</p> +<div class="refsect3"> +<a name="gimp-prop-enum-stock-box-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of enum property controlled by the radio buttons.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>stock_prefix</p></td> +<td class="parameter_description"><p>The prefix of the group of stock ids to use.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>minimum</p></td> +<td class="parameter_description"><p>Smallest value of enum to be included.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>maximum</p></td> +<td class="parameter_description"><p>Largest value of enum to be included.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-enum-stock-box-new.returns"></a><h4>Returns</h4> +<p> A <span class="type">libgimpwidgets-gimpenumstockbox</span> containing the radio buttons.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-enum-icon-box-new"></a><h3>gimp_prop_enum_icon_box_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_enum_icon_box_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *icon_prefix</code></em>, + <em class="parameter"><code><span class="type">gint</span> minimum</code></em>, + <em class="parameter"><code><span class="type">gint</span> maximum</code></em>);</pre> +<p>Creates a horizontal box of radio buttons with named icons, which +function to set and display the value of the specified Enum +property. The icon name for each icon is created by appending the +enum_value's nick to the given <em class="parameter"><code>icon_prefix</code></em> +. See +<a class="link" href="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-icon-box-new" title="gimp_enum_icon_box_new ()"><code class="function">gimp_enum_icon_box_new()</code></a> for more information.</p> +<div class="refsect3"> +<a name="gimp-prop-enum-icon-box-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of enum property controlled by the radio buttons.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>icon_prefix</p></td> +<td class="parameter_description"><p>The prefix of the group of icon names to use.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>minimum</p></td> +<td class="parameter_description"><p>Smallest value of enum to be included.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>maximum</p></td> +<td class="parameter_description"><p>Largest value of enum to be included.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-enum-icon-box-new.returns"></a><h4>Returns</h4> +<p> A <span class="type">libgimpwidgets-gimpenumiconbox</span> containing the radio buttons.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-expander-new"></a><h3>gimp_prop_expander_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_expander_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre> +<p>Creates a <a href="https://developer.gnome.org/gtk3/GtkExpander.html#GtkExpander-struct"><span class="type">GtkExpander</span></a> controlled by the specified boolean property. +A value of <code class="literal">TRUE</code> for the property corresponds to the expanded state +for the widget. +If <em class="parameter"><code>label</code></em> + is <span class="type">NULL</span>, the <em class="parameter"><code>property_name</code></em> +'s nick will be used as label +of the returned widget.</p> +<div class="refsect3"> +<a name="gimp-prop-expander-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of boolean property.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>label</p></td> +<td class="parameter_description"><p>Label for expander.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-expander-new.returns"></a><h4>Returns</h4> +<p> A new <a href="https://developer.gnome.org/gtk3/GtkExpander.html#GtkExpander-struct"><span class="type">GtkExpander</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-file-chooser-button-new"></a><h3>gimp_prop_file_chooser_button_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_file_chooser_button_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkFileChooser.html#GtkFileChooserAction"><span class="type">GtkFileChooserAction</span></a> action</code></em>);</pre> +<p>Creates a <a href="https://developer.gnome.org/gtk3/GtkFileChooserButton.html#GtkFileChooserButton-struct"><span class="type">GtkFileChooserButton</span></a> to edit the specified path property.</p> +<p>Note that <a href="https://developer.gnome.org/gtk3/GtkFileChooserButton.html#GtkFileChooserButton-struct"><span class="type">GtkFileChooserButton</span></a> implements the <a href="https://developer.gnome.org/gtk3/GtkFileChooser.html#GtkFileChooser-struct"><span class="type">GtkFileChooser</span></a> +interface; you can use the <a href="https://developer.gnome.org/gtk3/GtkFileChooser.html#GtkFileChooser-struct"><span class="type">GtkFileChooser</span></a> API with it.</p> +<div class="refsect3"> +<a name="gimp-prop-file-chooser-button-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>name of path property.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>title</p></td> +<td class="parameter_description"><p>the title of the browse dialog.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>action</p></td> +<td class="parameter_description"><p>the open mode for the widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-file-chooser-button-new.returns"></a><h4>Returns</h4> +<p> A new <a href="https://developer.gnome.org/gtk3/GtkFileChooserButton.html#GtkFileChooserButton-struct"><span class="type">GtkFileChooserButton</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-file-chooser-button-new-with-dialog"></a><h3>gimp_prop_file_chooser_button_new_with_dialog ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_file_chooser_button_new_with_dialog + (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *dialog</code></em>);</pre> +<p>Creates a <a href="https://developer.gnome.org/gtk3/GtkFileChooserButton.html#GtkFileChooserButton-struct"><span class="type">GtkFileChooserButton</span></a> to edit the specified path property.</p> +<p>The button uses <em class="parameter"><code>dialog</code></em> + as it's file-picking window. Note that <em class="parameter"><code>dialog</code></em> + +must be a <a href="https://developer.gnome.org/gtk3/GtkFileChooserDialog.html#GtkFileChooserDialog-struct"><span class="type">GtkFileChooserDialog</span></a> (or subclass) and must not have +<a href="https://developer.gnome.org/gtk3/GtkDialog.html#GTK-DIALOG-DESTROY-WITH-PARENT:CAPS"><code class="literal">GTK_DIALOG_DESTROY_WITH_PARENT</code></a> set.</p> +<p>Note that <a href="https://developer.gnome.org/gtk3/GtkFileChooserButton.html#GtkFileChooserButton-struct"><span class="type">GtkFileChooserButton</span></a> implements the <a href="https://developer.gnome.org/gtk3/GtkFileChooser.html#GtkFileChooser-struct"><span class="type">GtkFileChooser</span></a> +interface; you can use the <a href="https://developer.gnome.org/gtk3/GtkFileChooser.html#GtkFileChooser-struct"><span class="type">GtkFileChooser</span></a> API with it.</p> +<div class="refsect3"> +<a name="gimp-prop-file-chooser-button-new-with-dialog.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>name of path property.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>dialog</p></td> +<td class="parameter_description"><p>the <a href="https://developer.gnome.org/gtk3/GtkFileChooserDialog.html#GtkFileChooserDialog-struct"><span class="type">GtkFileChooserDialog</span></a> widget to use.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-file-chooser-button-new-with-dialog.returns"></a><h4>Returns</h4> +<p> A new <a href="https://developer.gnome.org/gtk3/GtkFileChooserButton.html#GtkFileChooserButton-struct"><span class="type">GtkFileChooserButton</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-hscale-new"></a><h3>gimp_prop_hscale_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_hscale_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> step_increment</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> page_increment</code></em>, + <em class="parameter"><code><span class="type">gint</span> digits</code></em>);</pre> +<p>Creates a horizontal scale to control the value of the specified +integer or double property.</p> +<div class="refsect3"> +<a name="gimp-prop-hscale-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of integer or double property controlled by the scale.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>step_increment</p></td> +<td class="parameter_description"><p>Step size.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>page_increment</p></td> +<td class="parameter_description"><p>Page size.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>digits</p></td> +<td class="parameter_description"><p>Number of digits after decimal point to display.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-hscale-new.returns"></a><h4>Returns</h4> +<p> A new <a href="https://developer.gnome.org/gtk3/GtkScale.html#GtkScale-struct"><span class="type">GtkScale</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-icon-image-new"></a><h3>gimp_prop_icon_image_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_icon_image_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/gtk3-Themeable-Stock-Images.html#GtkIconSize"><span class="type">GtkIconSize</span></a> icon_size</code></em>);</pre> +<p>Creates a widget to display a icon image representing the value of the +specified string property, which should encode an icon name. +See <a href="https://developer.gnome.org/gtk3/GtkImage.html#gtk-image-new-from-icon-name"><code class="function">gtk_image_new_from_icon_name()</code></a> for more information.</p> +<div class="refsect3"> +<a name="gimp-prop-icon-image-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of string property.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>icon_size</p></td> +<td class="parameter_description"><p>Size of desired icon image.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-icon-image-new.returns"></a><h4>Returns</h4> +<p> A new <a href="https://developer.gnome.org/gtk3/GtkImage.html#GtkImage-struct"><span class="type">GtkImage</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-int-combo-box-new"></a><h3>gimp_prop_int_combo_box_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_int_combo_box_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code><a class="link" href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a> *store</code></em>);</pre> +<p>Creates a <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> widget to display and set the specified +property. The contents of the widget are determined by <em class="parameter"><code>store</code></em> +, +which should be created using <a class="link" href="GimpIntStore.html#gimp-int-store-new" title="gimp_int_store_new ()"><code class="function">gimp_int_store_new()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-prop-int-combo-box-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of int property controlled by combo box.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>store</p></td> +<td class="parameter_description"><p><a class="link" href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a> holding list of labels, values, etc.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-int-combo-box-new.returns"></a><h4>Returns</h4> +<p> The newly created <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-label-new"></a><h3>gimp_prop_label_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_label_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);</pre> +<p>Creates a <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a> to display the value of the specified property. +The property should be a string property or at least transformable +to a string. If the user should be able to edit the string, use +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-entry-new" title="gimp_prop_entry_new ()"><code class="function">gimp_prop_entry_new()</code></a> instead.</p> +<div class="refsect3"> +<a name="gimp-prop-label-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of string property.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-label-new.returns"></a><h4>Returns</h4> +<p> A new <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-memsize-entry-new"></a><h3>gimp_prop_memsize_entry_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_memsize_entry_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);</pre> +<p>Creates a <a class="link" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry"><span class="type">GimpMemsizeEntry</span></a> (spin button and option menu) to set +and display the value of the specified memsize property. See +<a class="link" href="GimpMemsizeEntry.html#gimp-memsize-entry-new" title="gimp_memsize_entry_new ()"><code class="function">gimp_memsize_entry_new()</code></a> for more information.</p> +<div class="refsect3"> +<a name="gimp-prop-memsize-entry-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of memsize property.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-memsize-entry-new.returns"></a><h4>Returns</h4> +<p> A new <a class="link" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry"><span class="type">GimpMemsizeEntry</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-opacity-entry-new"></a><h3>gimp_prop_opacity_entry_new ()</h3> +<pre class="programlisting"><span class="returnvalue">GtkObject</span> * +gimp_prop_opacity_entry_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkTable.html#GtkTable-struct"><span class="type">GtkTable</span></a> *table</code></em>, + <em class="parameter"><code><span class="type">gint</span> column</code></em>, + <em class="parameter"><code><span class="type">gint</span> row</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre> +<p>Creates a <span class="type">libgimpwidgets-gimpscaleentry</span> (slider and spin button) +to set and display the value of the specified double property, +which should represent an "opacity" variable with range 0 to 100. +See <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a> for more information.</p> +<div class="refsect3"> +<a name="gimp-prop-opacity-entry-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of double property controlled by the spin button.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>table</p></td> +<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gtk3/GtkTable.html#GtkTable-struct"><span class="type">GtkTable</span></a> the widgets will be attached to.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>column</p></td> +<td class="parameter_description"><p>The column to start with.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>row</p></td> +<td class="parameter_description"><p>The row to attach the widgets.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>label</p></td> +<td class="parameter_description"><p>The text for the <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a> which will appear left of the +<a href="https://developer.gnome.org/gtk3/GtkHScale.html#GtkHScale-struct"><span class="type">GtkHScale</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-opacity-entry-new.returns"></a><h4>Returns</h4> +<p> The <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a>'s <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-path-editor-new"></a><h3>gimp_prop_path_editor_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_path_editor_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *path_property_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *writable_property_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *filesel_title</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-scale-entry-new"></a><h3>gimp_prop_scale_entry_new ()</h3> +<pre class="programlisting"><span class="returnvalue">GtkObject</span> * +gimp_prop_scale_entry_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkTable.html#GtkTable-struct"><span class="type">GtkTable</span></a> *table</code></em>, + <em class="parameter"><code><span class="type">gint</span> column</code></em>, + <em class="parameter"><code><span class="type">gint</span> row</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> step_increment</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> page_increment</code></em>, + <em class="parameter"><code><span class="type">gint</span> digits</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> limit_scale</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> lower_limit</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> upper_limit</code></em>);</pre> +<p>Creates a <span class="type">libgimpwidgets-gimpscaleentry</span> (slider and spin button) +to set and display the value of the specified double property. See +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a> for more information. +If <em class="parameter"><code>label</code></em> + is <span class="type">NULL</span>, the <em class="parameter"><code>property_name</code></em> +'s nick will be used as label +of the returned object.</p> +<p>Note that the <em class="parameter"><code>scale_limits</code></em> + boolean is the inverse of +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a>'s "constrain" parameter.</p> +<div class="refsect3"> +<a name="gimp-prop-scale-entry-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of double property controlled by the spin button.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>table</p></td> +<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gtk3/GtkTable.html#GtkTable-struct"><span class="type">GtkTable</span></a> the widgets will be attached to.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>column</p></td> +<td class="parameter_description"><p>The column to start with.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>row</p></td> +<td class="parameter_description"><p>The row to attach the widgets.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>label</p></td> +<td class="parameter_description"><p>The text for the <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a> which will appear left of +the <a href="https://developer.gnome.org/gtk3/GtkHScale.html#GtkHScale-struct"><span class="type">GtkHScale</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>step_increment</p></td> +<td class="parameter_description"><p>Step size.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>page_increment</p></td> +<td class="parameter_description"><p>Page size.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>digits</p></td> +<td class="parameter_description"><p>Number of digits after decimal point to display.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>limit_scale</p></td> +<td class="parameter_description"><p><code class="literal">FALSE</code> if the range of possible values of the +GtkHScale should be the same as of the GtkSpinButton.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>lower_limit</p></td> +<td class="parameter_description"><p>The scale's lower boundary if <em class="parameter"><code>scale_limits</code></em> +is <code class="literal">TRUE</code>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>upper_limit</p></td> +<td class="parameter_description"><p>The scale's upper boundary if <em class="parameter"><code>scale_limits</code></em> +is <code class="literal">TRUE</code>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-scale-entry-new.returns"></a><h4>Returns</h4> +<p> The <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a>'s <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-size-entry-new"></a><h3>gimp_prop_size_entry_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_size_entry_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> property_is_pixel</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *unit_property_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *unit_format</code></em>, + <em class="parameter"><code><a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy" title="enum GimpSizeEntryUpdatePolicy"><span class="type">GimpSizeEntryUpdatePolicy</span></a> update_policy</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> resolution</code></em>);</pre> +<p>Creates a <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> to set and display the specified double or +int property, and its associated unit property. Note that this +function is only suitable for creating a size entry holding a +single value. Use <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-new" title="gimp_prop_coordinates_new ()"><code class="function">gimp_prop_coordinates_new()</code></a> to create a size +entry holding two values.</p> +<div class="refsect3"> +<a name="gimp-prop-size-entry-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of int or double property.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_is_pixel</p></td> +<td class="parameter_description"><p>When <code class="literal">TRUE</code>, the property value is in pixels, +and in the selected unit otherwise.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>unit_property_name</p></td> +<td class="parameter_description"><p>Name of unit property.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>unit_format</p></td> +<td class="parameter_description"><p>A printf-like unit-format string as is used with +<a class="link" href="GimpUnitMenu.html#gimp-unit-menu-new" title="gimp_unit_menu_new ()"><code class="function">gimp_unit_menu_new()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>update_policy</p></td> +<td class="parameter_description"><p>How the automatic pixel <-> real-world-unit +calculations should be done.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>resolution</p></td> +<td class="parameter_description"><p>The resolution (in dpi) for the field.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-size-entry-new.returns"></a><h4>Returns</h4> +<p> A new <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-spin-button-new"></a><h3>gimp_prop_spin_button_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_spin_button_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> step_increment</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> page_increment</code></em>, + <em class="parameter"><code><span class="type">gint</span> digits</code></em>);</pre> +<p>Creates a spin button to set and display the value of the +specified double property.</p> +<div class="refsect3"> +<a name="gimp-prop-spin-button-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of double property controlled by the spin button.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>step_increment</p></td> +<td class="parameter_description"><p>Step size.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>page_increment</p></td> +<td class="parameter_description"><p>Page size.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>digits</p></td> +<td class="parameter_description"><p>Number of digits after decimal point to display.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-spin-button-new.returns"></a><h4>Returns</h4> +<p> A new <span class="type">libgimpwidgets-gimpspinbutton</span>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-stock-image-new"></a><h3>gimp_prop_stock_image_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_stock_image_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/gtk3-Themeable-Stock-Images.html#GtkIconSize"><span class="type">GtkIconSize</span></a> icon_size</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_prop_stock_image_new</code> has been deprecated since version 2.10 and should not be used in newly-written code.</p></div> +<p>Creates a widget to display a stock image representing the value of the +specified string property, which should encode a Stock ID. +See <a href="https://developer.gnome.org/gtk3/GtkImage.html#gtk-image-new-from-stock"><code class="function">gtk_image_new_from_stock()</code></a> for more information.</p> +<div class="refsect3"> +<a name="gimp-prop-stock-image-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of string property.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>icon_size</p></td> +<td class="parameter_description"><p>Size of desired stock image.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-stock-image-new.returns"></a><h4>Returns</h4> +<p> A new <a href="https://developer.gnome.org/gtk3/GtkImage.html#GtkImage-struct"><span class="type">GtkImage</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-string-combo-box-new"></a><h3>gimp_prop_string_combo_box_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_string_combo_box_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkTreeModel.html#GtkTreeModel-struct"><span class="type">GtkTreeModel</span></a> *model</code></em>, + <em class="parameter"><code><span class="type">gint</span> id_column</code></em>, + <em class="parameter"><code><span class="type">gint</span> label_column</code></em>);</pre> +<p>Creates a <a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox"><span class="type">GimpStringComboBox</span></a> widget to display and set the +specified property. The contents of the widget are determined by +<em class="parameter"><code>store</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-prop-string-combo-box-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of int property controlled by combo box.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>model</p></td> +<td class="parameter_description"><p><a href="https://developer.gnome.org/gtk3/GtkTreeStore.html#GtkTreeStore-struct"><span class="type">GtkTreeStore</span></a> holding list of values</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>id_column</p></td> +<td class="parameter_description"><p>column in <em class="parameter"><code>store</code></em> +that holds string IDs</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>label_column</p></td> +<td class="parameter_description"><p>column in <em class="parameter"><code>store</code></em> +that holds labels to use in the combo-box</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-string-combo-box-new.returns"></a><h4>Returns</h4> +<p> The newly created <a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox"><span class="type">GimpStringComboBox</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-text-buffer-new"></a><h3>gimp_prop_text_buffer_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkTextBuffer.html#GtkTextBuffer-struct"><span class="returnvalue">GtkTextBuffer</span></a> * +gimp_prop_text_buffer_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code><span class="type">gint</span> max_len</code></em>);</pre> +<p>Creates a <a href="https://developer.gnome.org/gtk3/GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a> to set and display the value of the +specified string property. Unless the string is expected to +contain multiple lines or a large amount of text, use +<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-entry-new" title="gimp_prop_entry_new ()"><code class="function">gimp_prop_entry_new()</code></a> instead. See <a href="https://developer.gnome.org/gtk3/GtkTextView.html#GtkTextView-struct"><span class="type">GtkTextView</span></a> for information on +how to insert a text buffer into a visible widget.</p> +<p>If <em class="parameter"><code>max_len</code></em> + is 0 or negative, the text buffer allows an unlimited +number of characters to be entered.</p> +<div class="refsect3"> +<a name="gimp-prop-text-buffer-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of string property.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>max_len</p></td> +<td class="parameter_description"><p>Maximum allowed length of text (in characters).</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-text-buffer-new.returns"></a><h4>Returns</h4> +<p> A new <a href="https://developer.gnome.org/gtk3/GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-unit-combo-box-new"></a><h3>gimp_prop_unit_combo_box_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_unit_combo_box_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);</pre> +<p>Creates a <a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox"><span class="type">GimpUnitComboBox</span></a> to set and display the value of a Unit +property. See <a class="link" href="GimpUnitComboBox.html#gimp-unit-combo-box-new" title="gimp_unit_combo_box_new ()"><code class="function">gimp_unit_combo_box_new()</code></a> for more information.</p> +<div class="refsect3"> +<a name="gimp-prop-unit-combo-box-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of Unit property.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-unit-combo-box-new.returns"></a><h4>Returns</h4> +<p> A new <a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox"><span class="type">GimpUnitComboBox</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-prop-unit-menu-new"></a><h3>gimp_prop_unit_menu_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_prop_unit_menu_new (<em class="parameter"><code><span class="type">GObject</span> *config</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *unit_format</code></em>);</pre> +<div class="warning"><p><code class="literal">gimp_prop_unit_menu_new</code> has been deprecated since version 2.10 and should not be used in newly-written code.</p></div> +<p>Creates a <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> to set and display the value of a Unit +property. See <a class="link" href="GimpUnitMenu.html#gimp-unit-menu-new" title="gimp_unit_menu_new ()"><code class="function">gimp_unit_menu_new()</code></a> for more information.</p> +<div class="refsect3"> +<a name="gimp-prop-unit-menu-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>config</p></td> +<td class="parameter_description"><p>Object to which property is attached.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>property_name</p></td> +<td class="parameter_description"><p>Name of Unit property.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>unit_format</p></td> +<td class="parameter_description"><p>A printf-like format string which is used to create +the unit strings.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-prop-unit-menu-new.returns"></a><h4>Returns</h4> +<p> A new <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> widget.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpQueryBox.html b/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpQueryBox.html new file mode 100644 index 0000000..dbef685 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpQueryBox.html @@ -0,0 +1,857 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpQueryBox: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-utils.html" title="Part VI. GIMP Widgets Utilities"> +<link rel="prev" href="libgimpwidgets-GimpHelpUI.html" title="GimpHelpUI"> +<link rel="next" href="libgimpwidgets-GimpIcons.html" title="GimpIcons"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#libgimpwidgets-GimpQueryBox.description" class="shortcut">Description</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-utils.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="libgimpwidgets-GimpHelpUI.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="libgimpwidgets-GimpIcons.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="libgimpwidgets-GimpQueryBox"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="libgimpwidgets-GimpQueryBox.top_of_page"></a>GimpQueryBox</span></h2> +<p>GimpQueryBox — Some simple dialogs to enter a single int, +double, string or boolean value.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpQueryBox.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<span class="c_punctuation">(</span><a class="link" href="libgimpwidgets-GimpQueryBox.html#GimpQueryStringCallback" title="GimpQueryStringCallback ()">*GimpQueryStringCallback</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<span class="c_punctuation">(</span><a class="link" href="libgimpwidgets-GimpQueryBox.html#GimpQueryIntCallback" title="GimpQueryIntCallback ()">*GimpQueryIntCallback</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<span class="c_punctuation">(</span><a class="link" href="libgimpwidgets-GimpQueryBox.html#GimpQueryDoubleCallback" title="GimpQueryDoubleCallback ()">*GimpQueryDoubleCallback</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<span class="c_punctuation">(</span><a class="link" href="libgimpwidgets-GimpQueryBox.html#GimpQuerySizeCallback" title="GimpQuerySizeCallback ()">*GimpQuerySizeCallback</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<span class="c_punctuation">(</span><a class="link" href="libgimpwidgets-GimpQueryBox.html#GimpQueryBooleanCallback" title="GimpQueryBooleanCallback ()">*GimpQueryBooleanCallback</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpQueryBox.html#gimp-query-string-box" title="gimp_query_string_box ()">gimp_query_string_box</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpQueryBox.html#gimp-query-int-box" title="gimp_query_int_box ()">gimp_query_int_box</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpQueryBox.html#gimp-query-double-box" title="gimp_query_double_box ()">gimp_query_double_box</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpQueryBox.html#gimp-query-size-box" title="gimp_query_size_box ()">gimp_query_size_box</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpQueryBox.html#gimp-query-boolean-box" title="gimp_query_boolean_box ()">gimp_query_boolean_box</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpQueryBox.html#GIMP-QUERY-BOX-VBOX:CAPS" title="GIMP_QUERY_BOX_VBOX()">GIMP_QUERY_BOX_VBOX</a><span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpQueryBox.description"></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 <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a> which has to be shown with +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#gtk-widget-show"><code class="function">gtk_widget_show()</code></a> 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"> +<a name="libgimpwidgets-GimpQueryBox.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="GimpQueryStringCallback"></a><h3>GimpQueryStringCallback ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +<span class="c_punctuation">(</span>*GimpQueryStringCallback<span class="c_punctuation">)</span> (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *query_box</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *string</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<p>Note that you must not <code class="function">g_free()</code> the passed string.</p> +<div class="refsect3"> +<a name="GimpQueryStringCallback.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>query_box</p></td> +<td class="parameter_description"><p>The query box.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>string</p></td> +<td class="parameter_description"><p>The entered string.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>The user data.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GimpQueryIntCallback"></a><h3>GimpQueryIntCallback ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +<span class="c_punctuation">(</span>*GimpQueryIntCallback<span class="c_punctuation">)</span> (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *query_box</code></em>, + <em class="parameter"><code><span class="type">gint</span> value</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<p>The callback for an int query box.</p> +<div class="refsect3"> +<a name="GimpQueryIntCallback.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>query_box</p></td> +<td class="parameter_description"><p>The query box.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>value</p></td> +<td class="parameter_description"><p>The entered integer value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>The user data.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GimpQueryDoubleCallback"></a><h3>GimpQueryDoubleCallback ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +<span class="c_punctuation">(</span>*GimpQueryDoubleCallback<span class="c_punctuation">)</span> (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *query_box</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> value</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<p>The callback for a double query box.</p> +<div class="refsect3"> +<a name="GimpQueryDoubleCallback.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>query_box</p></td> +<td class="parameter_description"><p>The query box.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>value</p></td> +<td class="parameter_description"><p>The entered double value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>The user data.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GimpQuerySizeCallback"></a><h3>GimpQuerySizeCallback ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +<span class="c_punctuation">(</span>*GimpQuerySizeCallback<span class="c_punctuation">)</span> (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *query_box</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> size</code></em>, + <em class="parameter"><code><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<p>The callback for a size query box.</p> +<div class="refsect3"> +<a name="GimpQuerySizeCallback.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>query_box</p></td> +<td class="parameter_description"><p>The query box.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>size</p></td> +<td class="parameter_description"><p>The entered size in pixels.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>unit</p></td> +<td class="parameter_description"><p>The selected unit from the <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>The user data.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GimpQueryBooleanCallback"></a><h3>GimpQueryBooleanCallback ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +<span class="c_punctuation">(</span>*GimpQueryBooleanCallback<span class="c_punctuation">)</span> (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *query_box</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> value</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<p>The callback for a boolean query box.</p> +<div class="refsect3"> +<a name="GimpQueryBooleanCallback.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>query_box</p></td> +<td class="parameter_description"><p>The query box.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>value</p></td> +<td class="parameter_description"><p>The entered boolean value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>The user data.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-query-string-box"></a><h3>gimp_query_string_box ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_query_string_box (<em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *parent</code></em>, + <em class="parameter"><code><a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc" title="GimpHelpFunc ()"><span class="type">GimpHelpFunc</span></a> help_func</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *message</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *initial</code></em>, + <em class="parameter"><code><span class="type">GObject</span> *object</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *signal</code></em>, + <em class="parameter"><code><a class="link" href="libgimpwidgets-GimpQueryBox.html#GimpQueryStringCallback" title="GimpQueryStringCallback ()"><span class="type">GimpQueryStringCallback</span></a> callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<p>Creates a new <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a> that queries the user for a string value.</p> +<div class="refsect3"> +<a name="gimp-query-string-box.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>title</p></td> +<td class="parameter_description"><p>The query box dialog's title.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>parent</p></td> +<td class="parameter_description"><p>The dialog's parent widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_func</p></td> +<td class="parameter_description"><p>The help function to show this dialog's help page.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_id</p></td> +<td class="parameter_description"><p>A string identifying this dialog's help page.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>message</p></td> +<td class="parameter_description"><p>A string which will be shown above the dialog's entry widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>initial</p></td> +<td class="parameter_description"><p>The initial value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>object</p></td> +<td class="parameter_description"><p>The object this query box is associated with.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>signal</p></td> +<td class="parameter_description"><p>The object's signal which will cause the query box to be closed.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback</p></td> +<td class="parameter_description"><p>The function which will be called when the user selects "OK".</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>The callback's user data.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-query-string-box.returns"></a><h4>Returns</h4> +<p> A pointer to the new <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-query-int-box"></a><h3>gimp_query_int_box ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_query_int_box (<em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *parent</code></em>, + <em class="parameter"><code><a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc" title="GimpHelpFunc ()"><span class="type">GimpHelpFunc</span></a> help_func</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *message</code></em>, + <em class="parameter"><code><span class="type">gint</span> initial</code></em>, + <em class="parameter"><code><span class="type">gint</span> lower</code></em>, + <em class="parameter"><code><span class="type">gint</span> upper</code></em>, + <em class="parameter"><code><span class="type">GObject</span> *object</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *signal</code></em>, + <em class="parameter"><code><a class="link" href="libgimpwidgets-GimpQueryBox.html#GimpQueryIntCallback" title="GimpQueryIntCallback ()"><span class="type">GimpQueryIntCallback</span></a> callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<p>Creates a new <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a> that queries the user for an integer value.</p> +<div class="refsect3"> +<a name="gimp-query-int-box.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>title</p></td> +<td class="parameter_description"><p>The query box dialog's title.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>parent</p></td> +<td class="parameter_description"><p>The dialog's parent widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_func</p></td> +<td class="parameter_description"><p>The help function to show this dialog's help page.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_id</p></td> +<td class="parameter_description"><p>A string identifying this dialog's help page.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>message</p></td> +<td class="parameter_description"><p>A string which will be shown above the dialog's entry widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>initial</p></td> +<td class="parameter_description"><p>The initial value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>lower</p></td> +<td class="parameter_description"><p>The lower boundary of the range of possible values.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>upper</p></td> +<td class="parameter_description"><p>The upper boundray of the range of possible values.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>object</p></td> +<td class="parameter_description"><p>The object this query box is associated with.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>signal</p></td> +<td class="parameter_description"><p>The object's signal which will cause the query box to be closed.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback</p></td> +<td class="parameter_description"><p>The function which will be called when the user selects "OK".</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>The callback's user data.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-query-int-box.returns"></a><h4>Returns</h4> +<p> A pointer to the new <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-query-double-box"></a><h3>gimp_query_double_box ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_query_double_box (<em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *parent</code></em>, + <em class="parameter"><code><a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc" title="GimpHelpFunc ()"><span class="type">GimpHelpFunc</span></a> help_func</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *message</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> initial</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> lower</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> upper</code></em>, + <em class="parameter"><code><span class="type">gint</span> digits</code></em>, + <em class="parameter"><code><span class="type">GObject</span> *object</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *signal</code></em>, + <em class="parameter"><code><a class="link" href="libgimpwidgets-GimpQueryBox.html#GimpQueryDoubleCallback" title="GimpQueryDoubleCallback ()"><span class="type">GimpQueryDoubleCallback</span></a> callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<p>Creates a new <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a> that queries the user for a double value.</p> +<div class="refsect3"> +<a name="gimp-query-double-box.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>title</p></td> +<td class="parameter_description"><p>The query box dialog's title.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>parent</p></td> +<td class="parameter_description"><p>The dialog's parent widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_func</p></td> +<td class="parameter_description"><p>The help function to show this dialog's help page.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_id</p></td> +<td class="parameter_description"><p>A string identifying this dialog's help page.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>message</p></td> +<td class="parameter_description"><p>A string which will be shown above the dialog's entry widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>initial</p></td> +<td class="parameter_description"><p>The initial value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>lower</p></td> +<td class="parameter_description"><p>The lower boundary of the range of possible values.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>upper</p></td> +<td class="parameter_description"><p>The upper boundray of the range of possible values.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>digits</p></td> +<td class="parameter_description"><p>The number of decimal digits the <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a> will provide.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>object</p></td> +<td class="parameter_description"><p>The object this query box is associated with.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>signal</p></td> +<td class="parameter_description"><p>The object's signal which will cause the query box to be closed.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback</p></td> +<td class="parameter_description"><p>The function which will be called when the user selects "OK".</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>The callback's user data.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-query-double-box.returns"></a><h4>Returns</h4> +<p> A pointer to the new <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-query-size-box"></a><h3>gimp_query_size_box ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_query_size_box (<em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *parent</code></em>, + <em class="parameter"><code><a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc" title="GimpHelpFunc ()"><span class="type">GimpHelpFunc</span></a> help_func</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *message</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> initial</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> lower</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> upper</code></em>, + <em class="parameter"><code><span class="type">gint</span> digits</code></em>, + <em class="parameter"><code><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> resolution</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> dot_for_dot</code></em>, + <em class="parameter"><code><span class="type">GObject</span> *object</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *signal</code></em>, + <em class="parameter"><code><a class="link" href="libgimpwidgets-GimpQueryBox.html#GimpQuerySizeCallback" title="GimpQuerySizeCallback ()"><span class="type">GimpQuerySizeCallback</span></a> callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<p>Creates a new <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a> that queries the user for a size using a +<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.</p> +<div class="refsect3"> +<a name="gimp-query-size-box.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>title</p></td> +<td class="parameter_description"><p>The query box dialog's title.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>parent</p></td> +<td class="parameter_description"><p>The dialog's parent widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_func</p></td> +<td class="parameter_description"><p>The help function to show this dialog's help page.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_id</p></td> +<td class="parameter_description"><p>A string identifying this dialog's help page.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>message</p></td> +<td class="parameter_description"><p>A string which will be shown above the dialog's entry widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>initial</p></td> +<td class="parameter_description"><p>The initial value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>lower</p></td> +<td class="parameter_description"><p>The lower boundary of the range of possible values.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>upper</p></td> +<td class="parameter_description"><p>The upper boundray of the range of possible values.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>digits</p></td> +<td class="parameter_description"><p>The number of decimal digits the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> provide in +"pixel" mode.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>unit</p></td> +<td class="parameter_description"><p>The unit initially shown by the <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>resolution</p></td> +<td class="parameter_description"><p>The resolution (in dpi) which will be used for pixel/unit +calculations.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>dot_for_dot</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if the <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>'s initial unit should be "pixels".</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>object</p></td> +<td class="parameter_description"><p>The object this query box is associated with.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>signal</p></td> +<td class="parameter_description"><p>The object's signal which will cause the query box +to be closed.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback</p></td> +<td class="parameter_description"><p>The function which will be called when the user selects "OK".</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>The callback's user data.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-query-size-box.returns"></a><h4>Returns</h4> +<p> A pointer to the new <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-query-boolean-box"></a><h3>gimp_query_boolean_box ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_query_boolean_box (<em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *parent</code></em>, + <em class="parameter"><code><a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc" title="GimpHelpFunc ()"><span class="type">GimpHelpFunc</span></a> help_func</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *icon_name</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *message</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *true_button</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *false_button</code></em>, + <em class="parameter"><code><span class="type">GObject</span> *object</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *signal</code></em>, + <em class="parameter"><code><a class="link" href="libgimpwidgets-GimpQueryBox.html#GimpQueryBooleanCallback" title="GimpQueryBooleanCallback ()"><span class="type">GimpQueryBooleanCallback</span></a> callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<p>Creates a new <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a> that asks the user to do a boolean decision.</p> +<div class="refsect3"> +<a name="gimp-query-boolean-box.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>title</p></td> +<td class="parameter_description"><p>The query box dialog's title.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>parent</p></td> +<td class="parameter_description"><p>The dialog's parent widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_func</p></td> +<td class="parameter_description"><p>The help function to show this dialog's help page.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_id</p></td> +<td class="parameter_description"><p>A string identifying this dialog's help page.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>icon_name</p></td> +<td class="parameter_description"><p>An icon name to specify an icon to appear on the left +on the dialog's message.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>message</p></td> +<td class="parameter_description"><p>A string which will be shown in the query box.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>true_button</p></td> +<td class="parameter_description"><p>The string to be shown in the dialog's left button.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>false_button</p></td> +<td class="parameter_description"><p>The string to be shown in the dialog's right button.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>object</p></td> +<td class="parameter_description"><p>The object this query box is associated with.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>signal</p></td> +<td class="parameter_description"><p>The object's signal which will cause the query box +to be closed.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>callback</p></td> +<td class="parameter_description"><p>The function which will be called when the user clicks one +of the buttons.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>The callback's user data.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-query-boolean-box.returns"></a><h4>Returns</h4> +<p> A pointer to the new <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-QUERY-BOX-VBOX:CAPS"></a><h3>GIMP_QUERY_BOX_VBOX()</h3> +<pre class="programlisting">#define GIMP_QUERY_BOX_VBOX(qbox)</pre> +<p>A macro to access the <a href="https://developer.gnome.org/gtk3/GtkVBox.html#GtkVBox-struct"><span class="type">GtkVBox</span></a> in a <span class="type">libgimpwidgets-gimpquerybox</span>. +Useful if you want to add more widgets.</p> +<div class="refsect3"> +<a name="GIMP-QUERY-BOX-VBOX.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>qbox</p></td> +<td class="parameter_description"><p>The query box.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +</div> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpQueryBox.see-also"></a><h2>See Also</h2> +<p><a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>, <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a></p> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpWidgets.html b/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpWidgets.html new file mode 100644 index 0000000..bf0c4df --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpWidgets.html @@ -0,0 +1,1607 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpWidgets: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-utils.html" title="Part VI. GIMP Widgets Utilities"> +<link rel="prev" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets"> +<link rel="next" href="libgimpwidgets-GimpWidgetsUtils.html" title="GimpWidgetsUtils"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#libgimpwidgets-GimpWidgets.description" class="shortcut">Description</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-utils.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="libgimpwidgets-GimpPropWidgets.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="libgimpwidgets-GimpWidgetsUtils.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="libgimpwidgets-GimpWidgets"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="libgimpwidgets-GimpWidgets.top_of_page"></a>GimpWidgets</span></h2> +<p>GimpWidgets — A collection of convenient widget constructors, +standard callbacks and helper functions.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpWidgets.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new" title="gimp_radio_group_new ()">gimp_radio_group_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new2" title="gimp_radio_group_new2 ()">gimp_radio_group_new2</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-set-active" title="gimp_radio_group_set_active ()">gimp_radio_group_set_active</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-int-radio-group-new" title="gimp_int_radio_group_new ()">gimp_int_radio_group_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-int-radio-group-set-active" title="gimp_int_radio_group_set_active ()">gimp_int_radio_group_set_active</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-spin-button-new" title="gimp_spin_button_new ()">gimp_spin_button_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-LABEL:CAPS" title="GIMP_SCALE_ENTRY_LABEL()">GIMP_SCALE_ENTRY_LABEL</a><span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SCALE:CAPS" title="GIMP_SCALE_ENTRY_SCALE()">GIMP_SCALE_ENTRY_SCALE</a><span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SCALE-ADJ:CAPS" title="GIMP_SCALE_ENTRY_SCALE_ADJ()">GIMP_SCALE_ENTRY_SCALE_ADJ</a><span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SPINBUTTON:CAPS" title="GIMP_SCALE_ENTRY_SPINBUTTON()">GIMP_SCALE_ENTRY_SPINBUTTON</a><span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SPINBUTTON-ADJ:CAPS" title="GIMP_SCALE_ENTRY_SPINBUTTON_ADJ()">GIMP_SCALE_ENTRY_SPINBUTTON_ADJ</a><span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">GtkObject</span> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()">gimp_scale_entry_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-set-sensitive" title="gimp_scale_entry_set_sensitive ()">gimp_scale_entry_set_sensitive</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-set-logarithmic" title="gimp_scale_entry_set_logarithmic ()">gimp_scale_entry_set_logarithmic</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gboolean</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-get-logarithmic" title="gimp_scale_entry_get_logarithmic ()">gimp_scale_entry_get_logarithmic</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">GtkObject</span> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-color-scale-entry-new" title="gimp_color_scale_entry_new ()">gimp_color_scale_entry_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-SPINBUTTON:CAPS" title="GIMP_RANDOM_SEED_SPINBUTTON()">GIMP_RANDOM_SEED_SPINBUTTON</a><span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-SPINBUTTON-ADJ:CAPS" title="GIMP_RANDOM_SEED_SPINBUTTON_ADJ()">GIMP_RANDOM_SEED_SPINBUTTON_ADJ</a><span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-TOGGLE:CAPS" title="GIMP_RANDOM_SEED_TOGGLE()">GIMP_RANDOM_SEED_TOGGLE</a><span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-random-seed-new" title="gimp_random_seed_new ()">gimp_random_seed_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-COORDINATES-CHAINBUTTON:CAPS" title="GIMP_COORDINATES_CHAINBUTTON()">GIMP_COORDINATES_CHAINBUTTON</a><span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new" title="gimp_coordinates_new ()">gimp_coordinates_new</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-update" title="gimp_toggle_button_update ()">gimp_toggle_button_update</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-button-update" title="gimp_radio_button_update ()">gimp_radio_button_update</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-int-adjustment-update" title="gimp_int_adjustment_update ()">gimp_int_adjustment_update</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-uint-adjustment-update" title="gimp_uint_adjustment_update ()">gimp_uint_adjustment_update</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-float-adjustment-update" title="gimp_float_adjustment_update ()">gimp_float_adjustment_update</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-double-adjustment-update" title="gimp_double_adjustment_update ()">gimp_double_adjustment_update</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">GQuark</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-widgets-error-quark" title="gimp_widgets_error_quark ()">gimp_widgets_error_quark</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpWidgets.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="datatype_keyword">enum</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpWidgets.html#GimpWidgetsError" title="enum GimpWidgetsError">GimpWidgetsError</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-WIDGETS-ERROR:CAPS" title="GIMP_WIDGETS_ERROR">GIMP_WIDGETS_ERROR</a></td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpWidgets.description"></a><h2>Description</h2> +<p>A collection of convenient widget constructors, standard callbacks +and helper functions.</p> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpWidgets.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-radio-group-new"></a><h3>gimp_radio_group_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_radio_group_new (<em class="parameter"><code><span class="type">gboolean</span> in_frame</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *frame_title</code></em>);</pre> +<p>Convenience function to create a group of radio buttons embedded into +a <a href="https://developer.gnome.org/gtk3/GtkFrame.html#GtkFrame-struct"><span class="type">GtkFrame</span></a> or <a href="https://developer.gnome.org/gtk3/GtkVBox.html#GtkVBox-struct"><span class="type">GtkVBox</span></a>.</p> +<div class="refsect3"> +<a name="gimp-radio-group-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>in_frame</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if you want a <a href="https://developer.gnome.org/gtk3/GtkFrame.html#GtkFrame-struct"><span class="type">GtkFrame</span></a> around the radio button group.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>frame_title</p></td> +<td class="parameter_description"><p>The title of the Frame or <code class="literal">NULL</code> if you don't want a title.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>...</p></td> +<td class="parameter_description"><p>A <code class="literal">NULL</code>-terminated <em class="parameter"><code>va_list</code></em> +describing the radio buttons.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-radio-group-new.returns"></a><h4>Returns</h4> +<p> A <a href="https://developer.gnome.org/gtk3/GtkFrame.html#GtkFrame-struct"><span class="type">GtkFrame</span></a> or <a href="https://developer.gnome.org/gtk3/GtkVBox.html#GtkVBox-struct"><span class="type">GtkVBox</span></a> (depending on <em class="parameter"><code>in_frame</code></em> +).</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-radio-group-new2"></a><h3>gimp_radio_group_new2 ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_radio_group_new2 (<em class="parameter"><code><span class="type">gboolean</span> in_frame</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *frame_title</code></em>, + <em class="parameter"><code><span class="type">GCallback</span> radio_button_callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> radio_button_callback_data</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> initial</code></em>);</pre> +<p>Convenience function to create a group of radio buttons embedded into +a <a href="https://developer.gnome.org/gtk3/GtkFrame.html#GtkFrame-struct"><span class="type">GtkFrame</span></a> or <a href="https://developer.gnome.org/gtk3/GtkVBox.html#GtkVBox-struct"><span class="type">GtkVBox</span></a>.</p> +<div class="refsect3"> +<a name="gimp-radio-group-new2.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>in_frame</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if you want a <a href="https://developer.gnome.org/gtk3/GtkFrame.html#GtkFrame-struct"><span class="type">GtkFrame</span></a> around the +radio button group.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>frame_title</p></td> +<td class="parameter_description"><p>The title of the Frame or <code class="literal">NULL</code> if you don't want +a title.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>radio_button_callback</p></td> +<td class="parameter_description"><p>The callback each button's "toggled" signal will +be connected with.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>radio_button_callback_data</p></td> +<td class="parameter_description"><p>The data which will be passed to <code class="function">g_signal_connect()</code>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>initial</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>item_data</code></em> +of the initially pressed radio button.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>...</p></td> +<td class="parameter_description"><p>A <code class="literal">NULL</code>-terminated <em class="parameter"><code>va_list</code></em> +describing +the radio buttons.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-radio-group-new2.returns"></a><h4>Returns</h4> +<p> A <a href="https://developer.gnome.org/gtk3/GtkFrame.html#GtkFrame-struct"><span class="type">GtkFrame</span></a> or <a href="https://developer.gnome.org/gtk3/GtkVBox.html#GtkVBox-struct"><span class="type">GtkVBox</span></a> (depending on <em class="parameter"><code>in_frame</code></em> +).</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-radio-group-set-active"></a><h3>gimp_radio_group_set_active ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_radio_group_set_active (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButton</span></a> *radio_button</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> item_data</code></em>);</pre> +<p>Calls <a href="https://developer.gnome.org/gtk3/GtkToggleButton.html#gtk-toggle-button-set-active"><code class="function">gtk_toggle_button_set_active()</code></a> with the radio button that was +created with a matching <em class="parameter"><code>item_data</code></em> +.</p> +<div class="refsect3"> +<a name="gimp-radio-group-set-active.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>radio_button</p></td> +<td class="parameter_description"><p>Pointer to a <a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButton</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>item_data</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>item_data</code></em> +of the radio button you want to select.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-radio-group-new"></a><h3>gimp_int_radio_group_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_int_radio_group_new (<em class="parameter"><code><span class="type">gboolean</span> in_frame</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *frame_title</code></em>, + <em class="parameter"><code><span class="type">GCallback</span> radio_button_callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> radio_button_callback_data</code></em>, + <em class="parameter"><code><span class="type">gint</span> initial</code></em>);</pre> +<p>Convenience function to create a group of radio buttons embedded into +a <a href="https://developer.gnome.org/gtk3/GtkFrame.html#GtkFrame-struct"><span class="type">GtkFrame</span></a> or <a href="https://developer.gnome.org/gtk3/GtkVBox.html#GtkVBox-struct"><span class="type">GtkVBox</span></a>. This function does the same thing as +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new2" title="gimp_radio_group_new2 ()"><code class="function">gimp_radio_group_new2()</code></a>, but it takes integers as <em class="parameter"><code>item_data</code></em> + instead of +pointers, since that is a very common case (mapping an enum to a radio +group).</p> +<div class="refsect3"> +<a name="gimp-int-radio-group-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>in_frame</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if you want a <a href="https://developer.gnome.org/gtk3/GtkFrame.html#GtkFrame-struct"><span class="type">GtkFrame</span></a> around the +radio button group.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>frame_title</p></td> +<td class="parameter_description"><p>The title of the Frame or <code class="literal">NULL</code> if you don't want +a title.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>radio_button_callback</p></td> +<td class="parameter_description"><p>The callback each button's "toggled" signal will +be connected with.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>radio_button_callback_data</p></td> +<td class="parameter_description"><p>The data which will be passed to <code class="function">g_signal_connect()</code>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>initial</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>item_data</code></em> +of the initially pressed radio button.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>...</p></td> +<td class="parameter_description"><p>A <code class="literal">NULL</code>-terminated <em class="parameter"><code>va_list</code></em> +describing +the radio buttons.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-int-radio-group-new.returns"></a><h4>Returns</h4> +<p> A <a href="https://developer.gnome.org/gtk3/GtkFrame.html#GtkFrame-struct"><span class="type">GtkFrame</span></a> or <a href="https://developer.gnome.org/gtk3/GtkVBox.html#GtkVBox-struct"><span class="type">GtkVBox</span></a> (depending on <em class="parameter"><code>in_frame</code></em> +).</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-radio-group-set-active"></a><h3>gimp_int_radio_group_set_active ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_int_radio_group_set_active (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButton</span></a> *radio_button</code></em>, + <em class="parameter"><code><span class="type">gint</span> item_data</code></em>);</pre> +<p>Calls <a href="https://developer.gnome.org/gtk3/GtkToggleButton.html#gtk-toggle-button-set-active"><code class="function">gtk_toggle_button_set_active()</code></a> with the radio button that was created +with a matching <em class="parameter"><code>item_data</code></em> +. This function does the same thing as +<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-set-active" title="gimp_radio_group_set_active ()"><code class="function">gimp_radio_group_set_active()</code></a>, but takes integers as <em class="parameter"><code>item_data</code></em> + instead +of pointers.</p> +<div class="refsect3"> +<a name="gimp-int-radio-group-set-active.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>radio_button</p></td> +<td class="parameter_description"><p>Pointer to a <a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButton</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>item_data</p></td> +<td class="parameter_description"><p>The <em class="parameter"><code>item_data</code></em> +of the radio button you want to select.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-spin-button-new"></a><h3>gimp_spin_button_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_spin_button_new (<em class="parameter"><code><span class="type">GtkObject</span> **adjustment</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> value</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> lower</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> upper</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> step_increment</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> page_increment</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> page_size</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> climb_rate</code></em>, + <em class="parameter"><code><span class="type">guint</span> digits</code></em>);</pre> +<div class="warning"> +<p><code class="literal">gimp_spin_button_new</code> has been deprecated since version 2.10 and should not be used in newly-written code.</p> +<p>Use <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#gtk-spin-button-new"><code class="function">gtk_spin_button_new()</code></a> instead.</p> +</div> +<p>This function is a shortcut for <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#gtk-adjustment-new"><code class="function">gtk_adjustment_new()</code></a> and a +subsequent <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#gtk-spin-button-new"><code class="function">gtk_spin_button_new()</code></a>. It also calls +<a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#gtk-spin-button-set-numeric"><code class="function">gtk_spin_button_set_numeric()</code></a> so that non-numeric text cannot be +entered.</p> +<div class="refsect3"> +<a name="gimp-spin-button-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>adjustment</p></td> +<td class="parameter_description"><p>Returns the spinbutton's <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>value</p></td> +<td class="parameter_description"><p>The initial value of the spinbutton.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>lower</p></td> +<td class="parameter_description"><p>The lower boundary.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>upper</p></td> +<td class="parameter_description"><p>The upper boundary.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>step_increment</p></td> +<td class="parameter_description"><p>The spinbutton's step increment.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>page_increment</p></td> +<td class="parameter_description"><p>The spinbutton's page increment (mouse button 2).</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>page_size</p></td> +<td class="parameter_description"><p>Ignored, spin buttons must always have a zero page size.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>climb_rate</p></td> +<td class="parameter_description"><p>The spinbutton's climb rate.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>digits</p></td> +<td class="parameter_description"><p>The spinbutton's number of decimal digits.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-spin-button-new.returns"></a><h4>Returns</h4> +<p> A <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a> and its <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10-10.html#api-index-2.10.10">2.10.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-SCALE-ENTRY-LABEL:CAPS"></a><h3>GIMP_SCALE_ENTRY_LABEL()</h3> +<pre class="programlisting">#define GIMP_SCALE_ENTRY_LABEL(adj)</pre> +<div class="refsect3"> +<a name="GIMP-SCALE-ENTRY-LABEL.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>adj</p></td> +<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="GIMP-SCALE-ENTRY-LABEL.returns"></a><h4>Returns</h4> +<p> the scale_entry's <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-SCALE-ENTRY-SCALE:CAPS"></a><h3>GIMP_SCALE_ENTRY_SCALE()</h3> +<pre class="programlisting">#define GIMP_SCALE_ENTRY_SCALE(adj)</pre> +<div class="refsect3"> +<a name="GIMP-SCALE-ENTRY-SCALE.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>adj</p></td> +<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="GIMP-SCALE-ENTRY-SCALE.returns"></a><h4>Returns</h4> +<p> the scale_entry's <a href="https://developer.gnome.org/gtk3/GtkHScale.html#GtkHScale-struct"><span class="type">GtkHScale</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-SCALE-ENTRY-SCALE-ADJ:CAPS"></a><h3>GIMP_SCALE_ENTRY_SCALE_ADJ()</h3> +<pre class="programlisting">#define GIMP_SCALE_ENTRY_SCALE_ADJ(adj)</pre> +<div class="refsect3"> +<a name="GIMP-SCALE-ENTRY-SCALE-ADJ.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>adj</p></td> +<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="GIMP-SCALE-ENTRY-SCALE-ADJ.returns"></a><h4>Returns</h4> +<p> the <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a> of the scale_entry's <a href="https://developer.gnome.org/gtk3/GtkHScale.html#GtkHScale-struct"><span class="type">GtkHScale</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-SCALE-ENTRY-SPINBUTTON:CAPS"></a><h3>GIMP_SCALE_ENTRY_SPINBUTTON()</h3> +<pre class="programlisting">#define GIMP_SCALE_ENTRY_SPINBUTTON(adj)</pre> +<div class="refsect3"> +<a name="GIMP-SCALE-ENTRY-SPINBUTTON.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>adj</p></td> +<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="GIMP-SCALE-ENTRY-SPINBUTTON.returns"></a><h4>Returns</h4> +<p> the scale_entry's <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-SCALE-ENTRY-SPINBUTTON-ADJ:CAPS"></a><h3>GIMP_SCALE_ENTRY_SPINBUTTON_ADJ()</h3> +<pre class="programlisting">#define GIMP_SCALE_ENTRY_SPINBUTTON_ADJ(adj)</pre> +<div class="refsect3"> +<a name="GIMP-SCALE-ENTRY-SPINBUTTON-ADJ.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>adj</p></td> +<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="GIMP-SCALE-ENTRY-SPINBUTTON-ADJ.returns"></a><h4>Returns</h4> +<p> the <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a> of the scale_entry's <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-scale-entry-new"></a><h3>gimp_scale_entry_new ()</h3> +<pre class="programlisting"><span class="returnvalue">GtkObject</span> * +gimp_scale_entry_new (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkTable.html#GtkTable-struct"><span class="type">GtkTable</span></a> *table</code></em>, + <em class="parameter"><code><span class="type">gint</span> column</code></em>, + <em class="parameter"><code><span class="type">gint</span> row</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>, + <em class="parameter"><code><span class="type">gint</span> scale_width</code></em>, + <em class="parameter"><code><span class="type">gint</span> spinbutton_width</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> value</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> lower</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> upper</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> step_increment</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> page_increment</code></em>, + <em class="parameter"><code><span class="type">guint</span> digits</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> constrain</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> unconstrained_lower</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> unconstrained_upper</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *tooltip</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>);</pre> +<p>This function creates a <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a>, a <a href="https://developer.gnome.org/gtk3/GtkHScale.html#GtkHScale-struct"><span class="type">GtkHScale</span></a> and a <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a> and +attaches them to a 3-column <a href="https://developer.gnome.org/gtk3/GtkTable.html#GtkTable-struct"><span class="type">GtkTable</span></a>.</p> +<div class="refsect3"> +<a name="gimp-scale-entry-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>table</p></td> +<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gtk3/GtkTable.html#GtkTable-struct"><span class="type">GtkTable</span></a> the widgets will be attached to.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>column</p></td> +<td class="parameter_description"><p>The column to start with.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>row</p></td> +<td class="parameter_description"><p>The row to attach the widgets.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>text</p></td> +<td class="parameter_description"><p>The text for the <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a> which will appear +left of the <a href="https://developer.gnome.org/gtk3/GtkHScale.html#GtkHScale-struct"><span class="type">GtkHScale</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>scale_width</p></td> +<td class="parameter_description"><p>The minimum horizontal size of the <a href="https://developer.gnome.org/gtk3/GtkHScale.html#GtkHScale-struct"><span class="type">GtkHScale</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>spinbutton_width</p></td> +<td class="parameter_description"><p>The minimum horizontal size of the <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>value</p></td> +<td class="parameter_description"><p>The initial value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>lower</p></td> +<td class="parameter_description"><p>The lower boundary.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>upper</p></td> +<td class="parameter_description"><p>The upper boundary.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>step_increment</p></td> +<td class="parameter_description"><p>The step increment.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>page_increment</p></td> +<td class="parameter_description"><p>The page increment.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>digits</p></td> +<td class="parameter_description"><p>The number of decimal digits.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>constrain</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if the range of possible values of the +<a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a> should be the same as of the <a href="https://developer.gnome.org/gtk3/GtkHScale.html#GtkHScale-struct"><span class="type">GtkHScale</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>unconstrained_lower</p></td> +<td class="parameter_description"><p>The spinbutton's lower boundary +if <em class="parameter"><code>constrain</code></em> +== <code class="literal">FALSE</code>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>unconstrained_upper</p></td> +<td class="parameter_description"><p>The spinbutton's upper boundary +if <em class="parameter"><code>constrain</code></em> +== <code class="literal">FALSE</code>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>tooltip</p></td> +<td class="parameter_description"><p>A tooltip message for the scale and the spinbutton.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_id</p></td> +<td class="parameter_description"><p>The widgets' help_id (see <a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data" title="gimp_help_set_help_data ()"><code class="function">gimp_help_set_help_data()</code></a>).</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-scale-entry-new.returns"></a><h4>Returns</h4> +<p> The <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a>'s <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-scale-entry-set-sensitive"></a><h3>gimp_scale_entry_set_sensitive ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_scale_entry_set_sensitive (<em class="parameter"><code><span class="type">GtkObject</span> *adjustment</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> sensitive</code></em>);</pre> +<p>Sets the sensitivity of the scale_entry's <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a>, <a href="https://developer.gnome.org/gtk3/GtkHScale.html#GtkHScale-struct"><span class="type">GtkHScale</span></a> and +<a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a>.</p> +<div class="refsect3"> +<a name="gimp-scale-entry-set-sensitive.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>adjustment</p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>sensitive</p></td> +<td class="parameter_description"><p>a boolean value with the same semantics as the <em class="parameter"><code>sensitive</code></em> +parameter of <a href="https://developer.gnome.org/gtk3/GtkWidget.html#gtk-widget-set-sensitive"><code class="function">gtk_widget_set_sensitive()</code></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-scale-entry-set-logarithmic"></a><h3>gimp_scale_entry_set_logarithmic ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_scale_entry_set_logarithmic (<em class="parameter"><code><span class="type">GtkObject</span> *adjustment</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> logarithmic</code></em>);</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> +<div class="refsect3"> +<a name="gimp-scale-entry-set-logarithmic.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>adjustment</p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a> as returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>logarithmic</p></td> +<td class="parameter_description"><p>a boolean value to set or reset logarithmic behaviour +of the scale widget</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-scale-entry-get-logarithmic"></a><h3>gimp_scale_entry_get_logarithmic ()</h3> +<pre class="programlisting"><span class="returnvalue">gboolean</span> +gimp_scale_entry_get_logarithmic (<em class="parameter"><code><span class="type">GtkObject</span> *adjustment</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-scale-entry-get-logarithmic.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>adjustment</p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a> as returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-scale-entry-get-logarithmic.returns"></a><h4>Returns</h4> +<p> <code class="literal">TRUE</code> if the the entry's scale widget will behave in +logharithmic fashion, <code class="literal">FALSE</code> for linear behaviour.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-color-scale-entry-new"></a><h3>gimp_color_scale_entry_new ()</h3> +<pre class="programlisting"><span class="returnvalue">GtkObject</span> * +gimp_color_scale_entry_new (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkTable.html#GtkTable-struct"><span class="type">GtkTable</span></a> *table</code></em>, + <em class="parameter"><code><span class="type">gint</span> column</code></em>, + <em class="parameter"><code><span class="type">gint</span> row</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>, + <em class="parameter"><code><span class="type">gint</span> scale_width</code></em>, + <em class="parameter"><code><span class="type">gint</span> spinbutton_width</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> value</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> lower</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> upper</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> step_increment</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> page_increment</code></em>, + <em class="parameter"><code><span class="type">guint</span> digits</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *tooltip</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>);</pre> +<p>This function creates a <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a>, a <a class="link" href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> and a +<a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a> and attaches them to a 3-column <a href="https://developer.gnome.org/gtk3/GtkTable.html#GtkTable-struct"><span class="type">GtkTable</span></a>.</p> +<div class="refsect3"> +<a name="gimp-color-scale-entry-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>table</p></td> +<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gtk3/GtkTable.html#GtkTable-struct"><span class="type">GtkTable</span></a> the widgets will be attached to.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>column</p></td> +<td class="parameter_description"><p>The column to start with.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>row</p></td> +<td class="parameter_description"><p>The row to attach the widgets.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>text</p></td> +<td class="parameter_description"><p>The text for the <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a> which will appear +left of the <a href="https://developer.gnome.org/gtk3/GtkHScale.html#GtkHScale-struct"><span class="type">GtkHScale</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>scale_width</p></td> +<td class="parameter_description"><p>The minimum horizontal size of the <a href="https://developer.gnome.org/gtk3/GtkHScale.html#GtkHScale-struct"><span class="type">GtkHScale</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>spinbutton_width</p></td> +<td class="parameter_description"><p>The minimum horizontal size of the <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>value</p></td> +<td class="parameter_description"><p>The initial value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>lower</p></td> +<td class="parameter_description"><p>The lower boundary.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>upper</p></td> +<td class="parameter_description"><p>The upper boundary.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>step_increment</p></td> +<td class="parameter_description"><p>The step increment.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>page_increment</p></td> +<td class="parameter_description"><p>The page increment.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>digits</p></td> +<td class="parameter_description"><p>The number of decimal digits.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>tooltip</p></td> +<td class="parameter_description"><p>A tooltip message for the scale and the spinbutton.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>help_id</p></td> +<td class="parameter_description"><p>The widgets' help_id (see <a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data" title="gimp_help_set_help_data ()"><code class="function">gimp_help_set_help_data()</code></a>).</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-color-scale-entry-new.returns"></a><h4>Returns</h4> +<p> The <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a>'s <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-RANDOM-SEED-SPINBUTTON:CAPS"></a><h3>GIMP_RANDOM_SEED_SPINBUTTON()</h3> +<pre class="programlisting">#define GIMP_RANDOM_SEED_SPINBUTTON(hbox)</pre> +<div class="refsect3"> +<a name="GIMP-RANDOM-SEED-SPINBUTTON.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>hbox</p></td> +<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gtk3/GtkHBox.html#GtkHBox-struct"><span class="type">GtkHBox</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-random-seed-new" title="gimp_random_seed_new ()"><code class="function">gimp_random_seed_new()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="GIMP-RANDOM-SEED-SPINBUTTON.returns"></a><h4>Returns</h4> +<p> the random_seed's <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-RANDOM-SEED-SPINBUTTON-ADJ:CAPS"></a><h3>GIMP_RANDOM_SEED_SPINBUTTON_ADJ()</h3> +<pre class="programlisting">#define GIMP_RANDOM_SEED_SPINBUTTON_ADJ(hbox)</pre> +<div class="refsect3"> +<a name="GIMP-RANDOM-SEED-SPINBUTTON-ADJ.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>hbox</p></td> +<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gtk3/GtkHBox.html#GtkHBox-struct"><span class="type">GtkHBox</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-random-seed-new" title="gimp_random_seed_new ()"><code class="function">gimp_random_seed_new()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="GIMP-RANDOM-SEED-SPINBUTTON-ADJ.returns"></a><h4>Returns</h4> +<p> the <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a> of the random_seed's <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-RANDOM-SEED-TOGGLE:CAPS"></a><h3>GIMP_RANDOM_SEED_TOGGLE()</h3> +<pre class="programlisting">#define GIMP_RANDOM_SEED_TOGGLE(hbox)</pre> +<div class="refsect3"> +<a name="GIMP-RANDOM-SEED-TOGGLE.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>hbox</p></td> +<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gtk3/GtkHBox.html#GtkHBox-struct"><span class="type">GtkHBox</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-random-seed-new" title="gimp_random_seed_new ()"><code class="function">gimp_random_seed_new()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="GIMP-RANDOM-SEED-TOGGLE.returns"></a><h4>Returns</h4> +<p> the random_seed's <a href="https://developer.gnome.org/gtk3/GtkToggleButton.html#GtkToggleButton-struct"><span class="type">GtkToggleButton</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-random-seed-new"></a><h3>gimp_random_seed_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_random_seed_new (<em class="parameter"><code><span class="type">guint32</span> *seed</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> *random_seed</code></em>);</pre> +<p>Creates a widget that allows the user to control how the random number +generator is initialized.</p> +<div class="refsect3"> +<a name="gimp-random-seed-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>seed</p></td> +<td class="parameter_description"><p>A pointer to the variable which stores the random seed.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>random_seed</p></td> +<td class="parameter_description"><p>A pointer to a boolean indicating whether seed should be +initialised randomly or not.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-random-seed-new.returns"></a><h4>Returns</h4> +<p> A <a href="https://developer.gnome.org/gtk3/GtkHBox.html#GtkHBox-struct"><span class="type">GtkHBox</span></a> containing a <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a> for the seed and +a <a href="https://developer.gnome.org/gtk3/GtkButton.html#GtkButton-struct"><span class="type">GtkButton</span></a> for setting a random seed.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-COORDINATES-CHAINBUTTON:CAPS"></a><h3>GIMP_COORDINATES_CHAINBUTTON()</h3> +<pre class="programlisting">#define GIMP_COORDINATES_CHAINBUTTON(sizeentry)</pre> +<div class="refsect3"> +<a name="GIMP-COORDINATES-CHAINBUTTON.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>sizeentry</p></td> +<td class="parameter_description"><p>The <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new" title="gimp_coordinates_new ()"><code class="function">gimp_coordinates_new()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="GIMP-COORDINATES-CHAINBUTTON.returns"></a><h4>Returns</h4> +<p> the <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> which is attached to the +<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-coordinates-new"></a><h3>gimp_coordinates_new ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_coordinates_new (<em class="parameter"><code><a href="../html/libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *unit_format</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> menu_show_pixels</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> menu_show_percent</code></em>, + <em class="parameter"><code><span class="type">gint</span> spinbutton_width</code></em>, + <em class="parameter"><code><a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy" title="enum GimpSizeEntryUpdatePolicy"><span class="type">GimpSizeEntryUpdatePolicy</span></a> update_policy</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> chainbutton_active</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> chain_constrains_ratio</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *xlabel</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> x</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> xres</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> lower_boundary_x</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> upper_boundary_x</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> xsize_0</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> xsize_100</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *ylabel</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> y</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> yres</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> lower_boundary_y</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> upper_boundary_y</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> ysize_0</code></em>, + <em class="parameter"><code><span class="type">gdouble</span> ysize_100</code></em>);</pre> +<p>Convenience function that creates a <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> with two fields for x/y +coordinates/sizes with a <a class="link" 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> +<div class="refsect3"> +<a name="gimp-coordinates-new.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>unit</p></td> +<td class="parameter_description"><p>The initial unit of the <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>unit_format</p></td> +<td class="parameter_description"><p>A printf-like unit-format string as is used with +<a class="link" href="GimpUnitMenu.html#gimp-unit-menu-new" title="gimp_unit_menu_new ()"><code class="function">gimp_unit_menu_new()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>menu_show_pixels</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if the <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> should contain an item +for GIMP_UNIT_PIXEL.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>menu_show_percent</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if the <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> should contain an item +for GIMP_UNIT_PERCENT.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>spinbutton_width</p></td> +<td class="parameter_description"><p>The horizontal size of the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s +<a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButton</span></a>'s.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>update_policy</p></td> +<td class="parameter_description"><p>The update policy for the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>chainbutton_active</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if the attached <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> should be +active.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>chain_constrains_ratio</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if the chainbutton should constrain the +fields' aspect ratio. If <code class="literal">FALSE</code>, the values will +be constrained.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>xlabel</p></td> +<td class="parameter_description"><p>The label for the X coordinate.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>x</p></td> +<td class="parameter_description"><p>The initial value of the X coordinate.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>xres</p></td> +<td class="parameter_description"><p>The horizontal resolution in DPI.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>lower_boundary_x</p></td> +<td class="parameter_description"><p>The lower boundary of the X coordinate.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>upper_boundary_x</p></td> +<td class="parameter_description"><p>The upper boundary of the X coordinate.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>xsize_0</p></td> +<td class="parameter_description"><p>The X value which will be treated as 0%.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>xsize_100</p></td> +<td class="parameter_description"><p>The X value which will be treated as 100%.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>ylabel</p></td> +<td class="parameter_description"><p>The label for the Y coordinate.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>y</p></td> +<td class="parameter_description"><p>The initial value of the Y coordinate.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>yres</p></td> +<td class="parameter_description"><p>The vertical resolution in DPI.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>lower_boundary_y</p></td> +<td class="parameter_description"><p>The lower boundary of the Y coordinate.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>upper_boundary_y</p></td> +<td class="parameter_description"><p>The upper boundary of the Y coordinate.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>ysize_0</p></td> +<td class="parameter_description"><p>The Y value which will be treated as 0%.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>ysize_100</p></td> +<td class="parameter_description"><p>The Y value which will be treated as 100%.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-coordinates-new.returns"></a><h4>Returns</h4> +<p> The new <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-toggle-button-update"></a><h3>gimp_toggle_button_update ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_toggle_button_update (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<p>Note that this function calls <a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-toggle-button-sensitive-update" title="gimp_toggle_button_sensitive_update ()"><code class="function">gimp_toggle_button_sensitive_update()</code></a> +which is a deprecated hack you shouldn't use. See that function's +documentation for a proper replacement of its functionality.</p> +<div class="refsect3"> +<a name="gimp-toggle-button-update.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>widget</p></td> +<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gtk3/GtkToggleButton.html#GtkToggleButton-struct"><span class="type">GtkToggleButton</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>A pointer to a <span class="type">gint</span> variable which will store the value of +<a href="https://developer.gnome.org/gtk3/GtkToggleButton.html#gtk-toggle-button-get-active"><code class="function">gtk_toggle_button_get_active()</code></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-radio-button-update"></a><h3>gimp_radio_button_update ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_radio_button_update (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<p>Note that this function calls <a class="link" href="libgimpwidgets-GimpOldWidgets.html#gimp-toggle-button-sensitive-update" title="gimp_toggle_button_sensitive_update ()"><code class="function">gimp_toggle_button_sensitive_update()</code></a> +which is a deprecated hack you shouldn't use. See that function's +documentation for a proper replacement of its functionality.</p> +<div class="refsect3"> +<a name="gimp-radio-button-update.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>widget</p></td> +<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gtk3/GtkRadioButton.html#GtkRadioButton-struct"><span class="type">GtkRadioButton</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>A pointer to a <span class="type">gint</span> variable which will store the value of +GPOINTER_TO_INT (g_object_get_data (<em class="parameter"><code>widget</code></em> +, "gimp-item-data")).</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-int-adjustment-update"></a><h3>gimp_int_adjustment_update ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_int_adjustment_update (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<p>Note that the <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a>'s value (which is a <span class="type">gdouble</span>) will be +rounded with <a href="../html/libgimpmath-GimpMath.html#RINT:CAPS"><code class="function">RINT()</code></a>.</p> +<div class="refsect3"> +<a name="gimp-int-adjustment-update.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>adjustment</p></td> +<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>A pointer to a <span class="type">gint</span> variable which will store the +<em class="parameter"><code>adjustment</code></em> +'s value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-uint-adjustment-update"></a><h3>gimp_uint_adjustment_update ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_uint_adjustment_update (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<p>Note that the <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a>'s value (which is a <span class="type">gdouble</span>) will be rounded +with (<span class="type">guint</span>) (value + 0.5).</p> +<div class="refsect3"> +<a name="gimp-uint-adjustment-update.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>adjustment</p></td> +<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>A pointer to a <span class="type">guint</span> variable which will store the +<em class="parameter"><code>adjustment</code></em> +'s value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-float-adjustment-update"></a><h3>gimp_float_adjustment_update ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_float_adjustment_update (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-float-adjustment-update.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>adjustment</p></td> +<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>A pointer to a <span class="type">gfloat</span> variable which will store the +<em class="parameter"><code>adjustment</code></em> +'s value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-double-adjustment-update"></a><h3>gimp_double_adjustment_update ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_double_adjustment_update (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> +<div class="refsect3"> +<a name="gimp-double-adjustment-update.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>adjustment</p></td> +<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gtk3/GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustment</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>data</p></td> +<td class="parameter_description"><p>A pointer to a <span class="type">gdouble</span> variable which will store the +<em class="parameter"><code>adjustment</code></em> +'s value.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-widgets-error-quark"></a><h3>gimp_widgets_error_quark ()</h3> +<pre class="programlisting"><span class="returnvalue">GQuark</span> +gimp_widgets_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<p>This function is never called directly. Use <a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-WIDGETS-ERROR:CAPS" title="GIMP_WIDGETS_ERROR"><code class="function">GIMP_WIDGETS_ERROR()</code></a> instead.</p> +<div class="refsect3"> +<a name="gimp-widgets-error-quark.returns"></a><h4>Returns</h4> +<p> the <span class="type">GQuark</span> that defines the GIMP widgets error domain.</p> +</div> +</div> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpWidgets.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GimpWidgetsError"></a><h3>enum GimpWidgetsError</h3> +<p>Types of errors returned by libgimpwidgets functions</p> +<div class="refsect3"> +<a name="GimpWidgetsError.members"></a><h4>Members</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="300px" class="enum_members_name"> +<col class="enum_members_description"> +<col width="200px" class="enum_members_annotations"> +</colgroup> +<tbody><tr> +<td class="enum_member_name"><p><a name="GIMP-WIDGETS-PARSE-ERROR:CAPS"></a>GIMP_WIDGETS_PARSE_ERROR</p></td> +<td class="enum_member_description"> +<p>A parse error has occured</p> +</td> +<td class="enum_member_annotations"> </td> +</tr></tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="GIMP-WIDGETS-ERROR:CAPS"></a><h3>GIMP_WIDGETS_ERROR</h3> +<pre class="programlisting">#define GIMP_WIDGETS_ERROR (gimp_widgets_error_quark ()) +</pre> +<p>The GIMP widgets error domain.</p> +<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpWidgetsUtils.html b/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpWidgetsUtils.html new file mode 100644 index 0000000..5c41b6b --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpWidgetsUtils.html @@ -0,0 +1,355 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GimpWidgetsUtils: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-utils.html" title="Part VI. GIMP Widgets Utilities"> +<link rel="prev" href="libgimpwidgets-GimpWidgets.html" title="GimpWidgets"> +<link rel="next" href="libgimpwidgets-deprecated.html" title="Part VII. Deprecated API"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#libgimpwidgets-GimpWidgetsUtils.description" class="shortcut">Description</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-utils.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="libgimpwidgets-GimpWidgets.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="libgimpwidgets-deprecated.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="libgimpwidgets-GimpWidgetsUtils"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="libgimpwidgets-GimpWidgetsUtils.top_of_page"></a>GimpWidgetsUtils</span></h2> +<p>GimpWidgetsUtils — A collection of helper functions.</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpWidgetsUtils.functions"></a><h2>Functions</h2> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> +</colgroup> +<tbody> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgetsUtils.html#gimp-table-attach-aligned" title="gimp_table_attach_aligned ()">gimp_table_attach_aligned</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgetsUtils.html#gimp-label-set-attributes" title="gimp_label_set_attributes ()">gimp_label_set_attributes</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gint</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgetsUtils.html#gimp-widget-get-monitor" title="gimp_widget_get_monitor ()">gimp_widget_get_monitor</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">gint</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgetsUtils.html#gimp-get-monitor-at-pointer" title="gimp_get_monitor_at_pointer ()">gimp_get_monitor_at_pointer</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgetsUtils.html#gimp-widget-track-monitor" title="gimp_widget_track_monitor ()">gimp_widget_track_monitor</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="/local/head/share/gtk-doc/html/libgimpcolor3/GimpColorProfile.html#GimpColorProfile-struct"><span class="returnvalue">GimpColorProfile</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgetsUtils.html#gimp-screen-get-color-profile" title="gimp_screen_get_color_profile ()">gimp_screen_get_color_profile</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="/local/head/share/gtk-doc/html/libgimpcolor3/GimpColorProfile.html#GimpColorProfile-struct"><span class="returnvalue">GimpColorProfile</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgetsUtils.html#gimp-widget-get-color-profile" title="gimp_widget_get_color_profile ()">gimp_widget_get_color_profile</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="/local/head/share/gtk-doc/html/libgimpcolor3/GimpColorTransform.html#GimpColorTransform-struct"><span class="returnvalue">GimpColorTransform</span></a> * +</td> +<td class="function_name"> +<a class="link" href="libgimpwidgets-GimpWidgetsUtils.html#gimp-widget-get-color-transform" title="gimp_widget_get_color_transform ()">gimp_widget_get_color_transform</a> <span class="c_punctuation">()</span> +</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpWidgetsUtils.description"></a><h2>Description</h2> +<p>A collection of helper functions.</p> +</div> +<div class="refsect1"> +<a name="libgimpwidgets-GimpWidgetsUtils.functions_details"></a><h2>Functions</h2> +<div class="refsect2"> +<a name="gimp-table-attach-aligned"></a><h3>gimp_table_attach_aligned ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * +gimp_table_attach_aligned (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkTable.html#GtkTable-struct"><span class="type">GtkTable</span></a> *table</code></em>, + <em class="parameter"><code><span class="type">gint</span> column</code></em>, + <em class="parameter"><code><span class="type">gint</span> row</code></em>, + <em class="parameter"><code>const <span class="type">gchar</span> *label_text</code></em>, + <em class="parameter"><code><span class="type">gfloat</span> xalign</code></em>, + <em class="parameter"><code><span class="type">gfloat</span> yalign</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>, + <em class="parameter"><code><span class="type">gint</span> colspan</code></em>, + <em class="parameter"><code><span class="type">gboolean</span> left_align</code></em>);</pre> +<p>Note that the <em class="parameter"><code>label_text</code></em> + can be <code class="literal">NULL</code> and that the widget will be +attached starting at (<em class="parameter"><code>column</code></em> + + 1) in this case, too.</p> +<div class="refsect3"> +<a name="gimp-table-attach-aligned.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>table</p></td> +<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gtk3/GtkTable.html#GtkTable-struct"><span class="type">GtkTable</span></a> the widgets will be attached to.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>column</p></td> +<td class="parameter_description"><p>The column to start with.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>row</p></td> +<td class="parameter_description"><p>The row to attach the widgets.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>label_text</p></td> +<td class="parameter_description"><p>The text for the <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a> which will be attached left of +the widget.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>xalign</p></td> +<td class="parameter_description"><p>The horizontal alignment of the <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>yalign</p></td> +<td class="parameter_description"><p>The vertical alignment of the <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>widget</p></td> +<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> to attach right of the label.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>colspan</p></td> +<td class="parameter_description"><p>The number of columns the widget will use.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>left_align</p></td> +<td class="parameter_description"><p><code class="literal">TRUE</code> if the widget should be left-aligned.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-table-attach-aligned.returns"></a><h4>Returns</h4> +<p> The created <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a>.</p> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-label-set-attributes"></a><h3>gimp_label_set_attributes ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_label_set_attributes (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a> *label</code></em>, + <em class="parameter"><code>...</code></em>);</pre> +<p>Sets Pango attributes on a <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a> in a more convenient way than +<a href="https://developer.gnome.org/gtk3/GtkLabel.html#gtk-label-set-attributes"><code class="function">gtk_label_set_attributes()</code></a>.</p> +<p>This function is useful if you want to change the font attributes +of a <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a>. This is an alternative to using PangoMarkup which +is slow to parse and awkward 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> +<div class="refsect3"> +<a name="gimp-label-set-attributes.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>label</p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>...</p></td> +<td class="parameter_description"><p>a list of PangoAttrType and value pairs terminated by -1.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-widget-get-monitor"></a><h3>gimp_widget_get_monitor ()</h3> +<pre class="programlisting"><span class="returnvalue">gint</span> +gimp_widget_get_monitor (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-get-monitor-at-pointer"></a><h3>gimp_get_monitor_at_pointer ()</h3> +<pre class="programlisting"><span class="returnvalue">gint</span> +gimp_get_monitor_at_pointer (<em class="parameter"><code><a href="https://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> **screen</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-widget-track-monitor"></a><h3>gimp_widget_track_monitor ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +gimp_widget_track_monitor (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>, + <em class="parameter"><code><span class="type">GCallback</span> monitor_changed_callback</code></em>, + <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> +<p>This function behaves as if <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> had a signal</p> +<p>GtkWidget::monitor_changed(GtkWidget *widget, gpointer user_data)</p> +<p>That is emitted whenever <em class="parameter"><code>widget</code></em> +'s toplevel window is moved from +one monitor to another. This function automatically connects to +the right toplevel <a href="https://developer.gnome.org/gtk3/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a>, even across moving <em class="parameter"><code>widget</code></em> + between +toplevel windows.</p> +<p>Note that this function tracks the toplevel, not <em class="parameter"><code>widget</code></em> + itself, so +all a window's widgets are always considered to be on the same +monitor. This is because this function is mainly used for fetching +the new monitor's color profile, and it makes little sense to use +different profiles for the widgets of one window.</p> +<div class="refsect3"> +<a name="gimp-widget-track-monitor.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>widget</p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>monitor_changed_callback</p></td> +<td class="parameter_description"><p>the callback when <em class="parameter"><code>widget</code></em> +'s monitor changes</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>data passed to <em class="parameter"><code>monitor_changed_callback</code></em> +</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-screen-get-color-profile"></a><h3>gimp_screen_get_color_profile ()</h3> +<pre class="programlisting"><a href="/local/head/share/gtk-doc/html/libgimpcolor3/GimpColorProfile.html#GimpColorProfile-struct"><span class="returnvalue">GimpColorProfile</span></a> * +gimp_screen_get_color_profile (<em class="parameter"><code><a href="https://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *screen</code></em>, + <em class="parameter"><code><span class="type">gint</span> monitor</code></em>);</pre> +<p>This function returns the <a href="/local/head/share/gtk-doc/html/libgimpcolor3/GimpColorProfile.html#GimpColorProfile-struct"><span class="type">GimpColorProfile</span></a> of monitor number <em class="parameter"><code>monitor</code></em> + +of <em class="parameter"><code>screen</code></em> +, or <code class="literal">NULL</code> if there is no profile configured.</p> +<div class="refsect3"> +<a name="gimp-screen-get-color-profile.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>screen</p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>monitor</p></td> +<td class="parameter_description"><p>the monitor number</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="gimp-screen-get-color-profile.returns"></a><h4>Returns</h4> +<p> the monitor's <a href="/local/head/share/gtk-doc/html/libgimpcolor3/GimpColorProfile.html#GimpColorProfile-struct"><span class="type">GimpColorProfile</span></a>, or <code class="literal">NULL</code>.</p> +</div> +<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-widget-get-color-profile"></a><h3>gimp_widget_get_color_profile ()</h3> +<pre class="programlisting"><a href="/local/head/share/gtk-doc/html/libgimpcolor3/GimpColorProfile.html#GimpColorProfile-struct"><span class="returnvalue">GimpColorProfile</span></a> * +gimp_widget_get_color_profile (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre> +</div> +<hr> +<div class="refsect2"> +<a name="gimp-widget-get-color-transform"></a><h3>gimp_widget_get_color_transform ()</h3> +<pre class="programlisting"><a href="/local/head/share/gtk-doc/html/libgimpcolor3/GimpColorTransform.html#GimpColorTransform-struct"><span class="returnvalue">GimpColorTransform</span></a> * +gimp_widget_get_color_transform (<em class="parameter"><code><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>, + <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpconfig3/GimpColorConfig.html#GimpColorConfig-struct"><span class="type">GimpColorConfig</span></a> *config</code></em>, + <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpcolor3/GimpColorProfile.html#GimpColorProfile-struct"><span class="type">GimpColorProfile</span></a> *src_profile</code></em>, + <em class="parameter"><code>const <span class="type">Babl</span> *src_format</code></em>, + <em class="parameter"><code>const <span class="type">Babl</span> *dest_format</code></em>);</pre> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets-cell-renderers.html b/devel-docs/libgimpwidgets/html/libgimpwidgets-cell-renderers.html new file mode 100644 index 0000000..ffc80b5 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets-cell-renderers.html @@ -0,0 +1,41 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Part II. Cell Renderers for GtkTreeView: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" 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="GimpZoomModel.html" title="GimpZoomModel"> +<link rel="next" href="GimpCellRendererColor.html" title="GimpCellRendererColor"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><img src="up-insensitive.png" width="16" height="16" border="0"></td> +<td><a accesskey="p" href="GimpZoomModel.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpCellRendererColor.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="part"> +<div class="titlepage"><div><div><h1 class="title"> +<a name="libgimpwidgets-cell-renderers"></a>Part II. Cell Renderers for GtkTreeView</h1></div></div></div> +<div class="toc"> +<p><b>Table of Contents</b></p> +<dl class="toc"> +<dt> +<span class="refentrytitle"><a href="GimpCellRendererColor.html">GimpCellRendererColor</a></span><span class="refpurpose"> — A <span class="type">GtkCellRenderer</span> to display a <span class="type">GimpRGB</span> color.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpCellRendererToggle.html">GimpCellRendererToggle</a></span><span class="refpurpose"> — A <span class="type">GtkCellRendererToggle</span> that displays icons instead +of a checkbox.</span> +</dt> +</dl> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets-colordisplay.html b/devel-docs/libgimpwidgets/html/libgimpwidgets-colordisplay.html new file mode 100644 index 0000000..dd4e173 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets-colordisplay.html @@ -0,0 +1,40 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Part III. GIMP Display Filters: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" 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.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><img src="up-insensitive.png" width="16" height="16" border="0"></td> +<td><a accesskey="p" href="GimpCellRendererToggle.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpColorDisplay.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="part"> +<div class="titlepage"><div><div><h1 class="title"> +<a name="libgimpwidgets-colordisplay"></a>Part III. GIMP Display Filters</h1></div></div></div> +<div class="toc"> +<p><b>Table of Contents</b></p> +<dl class="toc"> +<dt> +<span class="refentrytitle"><a href="GimpColorDisplay.html">GimpColorDisplay</a></span><span class="refpurpose"> — Pluggable GIMP display color correction modules.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorDisplayStack.html">GimpColorDisplayStack</a></span><span class="refpurpose"> — A stack of color correction modules.</span> +</dt> +</dl> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets-colorselector.html b/devel-docs/libgimpwidgets/html/libgimpwidgets-colorselector.html new file mode 100644 index 0000000..ce12c5e --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets-colorselector.html @@ -0,0 +1,46 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Part IV. GIMP Color Selectors: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" 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.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><img src="up-insensitive.png" width="16" height="16" border="0"></td> +<td><a accesskey="p" href="GimpColorDisplayStack.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpColorSelector.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="part"> +<div class="titlepage"><div><div><h1 class="title"> +<a name="libgimpwidgets-colorselector"></a>Part IV. GIMP Color Selectors</h1></div></div></div> +<div class="toc"> +<p><b>Table of Contents</b></p> +<dl class="toc"> +<dt> +<span class="refentrytitle"><a href="GimpColorSelector.html">GimpColorSelector</a></span><span class="refpurpose"> — Pluggable GIMP color selector modules.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorNotebook.html">GimpColorNotebook</a></span><span class="refpurpose"> — A <span class="type">GimpColorSelector</span> implementation.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorScales.html">GimpColorScales</a></span><span class="refpurpose"> — A <span class="type">GimpColorSelector</span> implementation.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorSelect.html">GimpColorSelect</a></span><span class="refpurpose"> — A <span class="type">GimpColorSelector</span> implementation.</span> +</dt> +</dl> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets-controller.html b/devel-docs/libgimpwidgets/html/libgimpwidgets-controller.html new file mode 100644 index 0000000..75c5ef8 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets-controller.html @@ -0,0 +1,38 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Part V. GIMP Controllers: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" 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.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><img src="up-insensitive.png" width="16" height="16" border="0"></td> +<td><a accesskey="p" href="GimpColorSelect.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpController.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="part"> +<div class="titlepage"><div><div><h1 class="title"> +<a name="libgimpwidgets-controller"></a>Part V. GIMP Controllers</h1></div></div></div> +<div class="toc"> +<p><b>Table of Contents</b></p> +<dl class="toc"><dt> +<span class="refentrytitle"><a href="GimpController.html">GimpController</a></span><span class="refpurpose"> — Pluggable GIMP input controller modules.</span> +</dt></dl> +</div> +<p> + Note that the controller API is work in progress. + </p> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets-deprecated.html b/devel-docs/libgimpwidgets/html/libgimpwidgets-deprecated.html new file mode 100644 index 0000000..de945f6 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets-deprecated.html @@ -0,0 +1,44 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Part VII. Deprecated API: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" 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-GimpWidgetsUtils.html" title="GimpWidgetsUtils"> +<link rel="next" href="libgimpwidgets-GimpOldWidgets.html" title="GimpOldWidgets"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><img src="up-insensitive.png" width="16" height="16" border="0"></td> +<td><a accesskey="p" href="libgimpwidgets-GimpWidgetsUtils.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="libgimpwidgets-GimpOldWidgets.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="part"> +<div class="titlepage"><div><div><h1 class="title"> +<a name="libgimpwidgets-deprecated"></a>Part VII. Deprecated API</h1></div></div></div> +<div class="toc"> +<p><b>Table of Contents</b></p> +<dl class="toc"> +<dt> +<span class="refentrytitle"><a href="libgimpwidgets-GimpOldWidgets.html">GimpOldWidgets</a></span><span class="refpurpose"> — Old API that is still available but declared +as deprecated.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpPixmap.html">GimpPixmap</a></span><span class="refpurpose"> — Widget which creates a <span class="type">GtkPixmap</span> from XPM data.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpUnitMenu.html">GimpUnitMenu</a></span><span class="refpurpose"> — Widget for selecting a <span class="type">GimpUnit</span>.</span> +</dt> +</dl> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets-gallery.html b/devel-docs/libgimpwidgets/html/libgimpwidgets-gallery.html new file mode 100644 index 0000000..24c22ca --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets-gallery.html @@ -0,0 +1,100 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Widget Gallery: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy"> +<link rel="next" href="GimpBrowser.html" title="GimpBrowser"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="libgimpwidgets-hierarchy.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="GimpBrowser.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="chapter"> +<div class="titlepage"><div><div><h2 class="title"> +<a name="libgimpwidgets-gallery"></a>Widget Gallery</h2></div></div></div> +<div class="container"> +<div class="gallery-spacer"></div> + + <div class="gallery-float"><a class="link" href="GimpButton.html" title="GimpButton"> + <img src="gimp-widget-button.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpChainButton.html" title="GimpChainButton"> + <img src="gimp-widget-chain-button.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpColorArea.html" title="GimpColorArea"> + <img src="gimp-widget-color-area.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpColorButton.html" title="GimpColorButton"> + <img src="gimp-widget-color-button.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry"> + <img src="gimp-widget-color-hex-entry.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpColorScale.html" title="GimpColorScale"> + <img src="gimp-widget-color-scale.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpColorSelection.html" title="GimpColorSelection"> + <img src="gimp-widget-color-selection.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"> + <img src="gimp-widget-color-profile-combo-box.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpDialog.html" title="GimpDialog"> + <img src="gimp-widget-dialog.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox"> + <img src="gimp-widget-enum-combo-box.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpFileEntry.html" title="GimpFileEntry"> + <img src="gimp-widget-file-entry.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpFrame.html" title="GimpFrame"> + <img src="gimp-widget-frame.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"> + <img src="gimp-widget-int-combo-box.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry"> + <img src="gimp-widget-memsize-entry.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"> + <img src="gimp-widget-number-pair-entry.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea"> + <img src="gimp-widget-offset-area.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpPageSelector.html" title="GimpPageSelector"> + <img src="gimp-widget-page-selector.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpPathEditor.html" title="GimpPathEditor"> + <img src="gimp-widget-path-editor.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpPickButton.html" title="GimpPickButton"> + <img src="gimp-widget-pick-button.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"> + <img src="gimp-widget-preview-area.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox"> + <img src="gimp-widget-string-combo-box.png"> + </a></div> + <div class="gallery-float"><a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"> + <img src="gimp-widget-unit-menu.png"> + </a></div> +<div class="gallery-spacer"></div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets-hierarchy.html b/devel-docs/libgimpwidgets/html/libgimpwidgets-hierarchy.html new file mode 100644 index 0000000..e994d41 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets-hierarchy.html @@ -0,0 +1,110 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Object Hierarchy: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual"> +<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="prev" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets"> +<link rel="next" href="libgimpwidgets-gallery.html" title="Widget Gallery"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="libgimpwidgets-widgets.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="libgimpwidgets-gallery.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="chapter"> +<div class="titlepage"><div><div><h2 class="title"> +<a name="libgimpwidgets-hierarchy"></a>Object Hierarchy</h2></div></div></div> +<pre class="screen"> + GObject + <span class="lineart">├──</span> GInitiallyUnowned + <span class="lineart">│</span> <span class="lineart">╰──</span> GtkObject + <span class="lineart">│</span> <span class="lineart">├──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="https://developer.gnome.org/gtk3/GtkPaned.html#GtkPaned-struct">GtkPaned</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkHPaned.html#GtkHPaned-struct">GtkHPaned</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="https://developer.gnome.org/gtk3/GtkBin.html#GtkBin-struct">GtkBin</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="https://developer.gnome.org/gtk3/GtkAlignment.html#GtkAlignment-struct">GtkAlignment</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a href="/local/head/share/gtk-doc/html/libgimpwidgets3/GimpBusyBox.html#GimpBusyBox-struct">GimpBusyBox</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="https://developer.gnome.org/gtk3/GtkButton.html#GtkButton-struct">GtkButton</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpButton.html" title="GimpButton">GimpButton</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> GtkOptionMenu + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="https://developer.gnome.org/gtk3/GtkWindow.html#GtkWindow-struct">GtkWindow</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct">GtkDialog</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="https://developer.gnome.org/gtk3/GtkFileChooserDialog.html#GtkFileChooserDialog-struct">GtkFileChooserDialog</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpColorProfileChooserDialog.html" title="GimpColorProfileChooserDialog">GimpColorProfileChooserDialog</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="https://developer.gnome.org/gtk3/GtkComboBox.html#GtkComboBox-struct">GtkComboBox</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox">GimpEnumComboBox</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox">GimpStringComboBox</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpUnitComboBox.html" title="GimpUnitComboBox">GimpUnitComboBox</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkFrame.html#GtkFrame-struct">GtkFrame</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpFrame.html" title="GimpFrame">GimpFrame</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="https://developer.gnome.org/gtk3/GtkTable.html#GtkTable-struct">GtkTable</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="https://developer.gnome.org/gtk3/GtkBox.html#GtkBox-struct">GtkBox</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook">GimpColorNotebook</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpColorScales.html" title="GimpColorScales">GimpColorScales</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpColorSelect.html" title="GimpColorSelect">GimpColorSelect</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpHintBox.html" title="GimpHintBox">GimpHintBox</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry">GimpMemsizeEntry</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkTextView.html#GtkTextView-struct">GtkTextView</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpColorProfileView.html" title="GimpColorProfileView">GimpColorProfileView</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="https://developer.gnome.org/gtk3/GtkDrawingArea.html#GtkDrawingArea-struct">GtkDrawingArea</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="https://developer.gnome.org/gtk3/GtkEntry.html#GtkEntry-struct">GtkEntry</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkSpinButton.html#GtkSpinButton-struct">GtkSpinButton</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> GimpSpinButton + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="https://developer.gnome.org/gtk3/GtkRange.html#GtkRange-struct">GtkRange</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkScale.html#GtkScale-struct">GtkScale</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="https://developer.gnome.org/gtk3/GtkMisc.html#GtkMisc-struct">GtkMisc</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="https://developer.gnome.org/gtk3/GtkLabel.html#GtkLabel-struct">GtkLabel</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpEnumLabel.html" title="GimpEnumLabel">GimpEnumLabel</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkImage.html#GtkImage-struct">GtkImage</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpPixmap.html" title="GimpPixmap">GimpPixmap</a> + <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpRuler.html" title="GimpRuler">GimpRuler</a> + <span class="lineart">│</span> <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkCellRenderer.html#GtkCellRenderer-struct">GtkCellRenderer</a> + <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpCellRendererColor.html" title="GimpCellRendererColor">GimpCellRendererColor</a> + <span class="lineart">│</span> <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkCellRendererToggle.html#GtkCellRendererToggle-struct">GtkCellRendererToggle</a> + <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> + <span class="lineart">├──</span> <a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> + <span class="lineart">├──</span> <a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> + <span class="lineart">├──</span> <a href="https://developer.gnome.org/gtk3/GtkListStore.html#GtkListStore-struct">GtkListStore</a> + <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore">GimpColorProfileStore</a> + <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpIntStore.html" title="GimpIntStore">GimpIntStore</a> + <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> + <span class="lineart">├──</span> <a class="link" href="GimpController.html" title="GimpController">GimpController</a> + <span class="lineart">├──</span> <a class="link" href="GimpUnitStore.html" title="GimpUnitStore">GimpUnitStore</a> + <span class="lineart">╰──</span> <a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> +</pre> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets-utils.html b/devel-docs/libgimpwidgets/html/libgimpwidgets-utils.html new file mode 100644 index 0000000..28779e1 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets-utils.html @@ -0,0 +1,63 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Part VI. GIMP Widgets Utilities: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" 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-GimpCairoUtils.html" title="GimpCairo-utils"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><img src="up-insensitive.png" width="16" height="16" border="0"></td> +<td><a accesskey="p" href="GimpController.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="libgimpwidgets-GimpCairoUtils.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="part"> +<div class="titlepage"><div><div><h1 class="title"> +<a name="libgimpwidgets-utils"></a>Part VI. GIMP Widgets Utilities</h1></div></div></div> +<div class="toc"> +<p><b>Table of Contents</b></p> +<dl class="toc"> +<dt> +<span class="refentrytitle"><a href="libgimpwidgets-GimpCairoUtils.html">GimpCairo-utils</a></span><span class="refpurpose"> — Utility functions for cairo</span> +</dt> +<dt> +<span class="refentrytitle"><a href="libgimpwidgets-GimpHelpUI.html">GimpHelpUI</a></span><span class="refpurpose"> — Functions for setting tooltip and help identifier +used by the GIMP help system.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="libgimpwidgets-GimpQueryBox.html">GimpQueryBox</a></span><span class="refpurpose"> — Some simple dialogs to enter a single int, +double, string or boolean value.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="libgimpwidgets-GimpIcons.html">GimpIcons</a></span><span class="refpurpose"> — Prebuilt common menu/toolbar items and +corresponding icons</span> +</dt> +<dt> +<span class="refentrytitle"><a href="libgimpwidgets-GimpEnumWidgets.html">GimpEnumWidgets</a></span><span class="refpurpose"> — A set of utility functions to create widgets +based on enums.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="libgimpwidgets-GimpPropWidgets.html">GimpPropWidgets</a></span><span class="refpurpose"> — Editable views on <span class="type">GObject</span> properties.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="libgimpwidgets-GimpWidgets.html">GimpWidgets</a></span><span class="refpurpose"> — A collection of convenient widget constructors, +standard callbacks and helper functions.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="libgimpwidgets-GimpWidgetsUtils.html">GimpWidgetsUtils</a></span><span class="refpurpose"> — A collection of helper functions.</span> +</dt> +</dl> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets-widgets.html b/devel-docs/libgimpwidgets/html/libgimpwidgets-widgets.html new file mode 100644 index 0000000..6221d3b --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets-widgets.html @@ -0,0 +1,152 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Part I. GIMP Widgets: GIMP Widgets Library Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> +<link rel="home" 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.32 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><img src="up-insensitive.png" width="16" height="16" border="0"></td> +<td><a accesskey="p" href="index.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="libgimpwidgets-hierarchy.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="part"> +<div class="titlepage"><div><div><h1 class="title"> +<a name="libgimpwidgets-widgets"></a>Part I. GIMP Widgets</h1></div></div></div> +<div class="toc"> +<p><b>Table of Contents</b></p> +<dl class="toc"> +<dt><span class="chapter"><a href="libgimpwidgets-hierarchy.html">Object Hierarchy</a></span></dt> +<dt><span class="chapter"><a href="libgimpwidgets-gallery.html">Widget Gallery</a></span></dt> +<dt> +<span class="refentrytitle"><a href="GimpBrowser.html">GimpBrowser</a></span><span class="refpurpose"> — A base class for a documentation browser.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpButton.html">GimpButton</a></span><span class="refpurpose"> — A <span class="type">GtkButton</span> with a little extra functionality.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpChainButton.html">GimpChainButton</a></span><span class="refpurpose"> — Widget to visually connect two entry widgets.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorArea.html">GimpColorArea</a></span><span class="refpurpose"> — Displays a <span class="type">GimpRGB</span> color, optionally with +alpha-channel.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorButton.html">GimpColorButton</a></span><span class="refpurpose"> — Widget for selecting a color from a simple button.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorHexEntry.html">GimpColorHexEntry</a></span><span class="refpurpose"> — Widget for entering a color's hex triplet.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorScale.html">GimpColorScale</a></span><span class="refpurpose"> — Fancy colored sliders.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorSelection.html">GimpColorSelection</a></span><span class="refpurpose"> — Widget for doing a color selection.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorProfileChooserDialog.html">GimpColorProfileChooserDialog</a></span><span class="refpurpose"> — A file chooser for selecting color profiles.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorProfileStore.html">GimpColorProfileStore</a></span><span class="refpurpose"> — A <span class="type">GtkListStore</span> subclass that keep color profiles.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorProfileComboBox.html">GimpColorProfileComboBox</a></span><span class="refpurpose"> — A combo box for selecting color profiles.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpColorProfileView.html">GimpColorProfileView</a></span><span class="refpurpose"> — A widget for viewing color profile properties</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpDialog.html">GimpDialog</a></span><span class="refpurpose"> — Constructors for <span class="type">GtkDialog</span>'s and action_areas as +well as other dialog-related stuff.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpEnumStore.html">GimpEnumStore</a></span><span class="refpurpose"> — A <span class="type">GimpIntStore</span> subclass that keeps enum values.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpEnumComboBox.html">GimpEnumComboBox</a></span><span class="refpurpose"> — A <span class="type">GimpIntComboBox</span> subclass for selecting an enum value.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpEnumLabel.html">GimpEnumLabel</a></span><span class="refpurpose"> — A <span class="type">GtkLabel</span> subclass that displays an enum value.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpFileEntry.html">GimpFileEntry</a></span><span class="refpurpose"> — Widget for entering a filename.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpFrame.html">GimpFrame</a></span><span class="refpurpose"> — A widget providing a HIG-compliant subclass +of <span class="type">GtkFrame</span>.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpHintBox.html">GimpHintBox</a></span><span class="refpurpose"> — Displays a wilber icon and a text.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpIntComboBox.html">GimpIntComboBox</a></span><span class="refpurpose"> — A widget providing a popup menu of integer +values (e.g. enums).</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpIntStore.html">GimpIntStore</a></span><span class="refpurpose"> — A model for integer based name-value pairs +(e.g. enums)</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpMemsizeEntry.html">GimpMemSizeEntry</a></span><span class="refpurpose"> — A composite widget to enter a memory size.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpNumberPairEntry.html">GimpNumberPairEntry</a></span><span class="refpurpose"> — A <span class="type">GtkEntry</span> subclass to enter ratios.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpOffsetArea.html">GimpOffsetArea</a></span><span class="refpurpose"> — Widget to control image offsets.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpPageSelector.html">GimpPageSelector</a></span><span class="refpurpose"> — A widget to select pages from multi-page things.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpPathEditor.html">GimpPathEditor</a></span><span class="refpurpose"> — Widget for editing a file search path.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpPickButton.html">GimpPickButton</a></span><span class="refpurpose"> — Widget to pick a color from screen.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpPreviewArea.html">GimpPreviewArea</a></span><span class="refpurpose"> — A general purpose preview widget which caches +its pixel data.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpPreview.html">GimpPreview</a></span><span class="refpurpose"> — A widget providing a <span class="type">GimpPreviewArea</span> plus +framework to update the preview.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpRuler.html">GimpRuler</a></span><span class="refpurpose"> — A ruler widget with configurable unit and orientation.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpScrolledPreview.html">GimpScrolledPreview</a></span><span class="refpurpose"> — A widget providing a <span class="type">GimpPreview</span> enhanced by +scrolling capabilities.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpSizeEntry.html">GimpSizeEntry</a></span><span class="refpurpose"> — Widget for entering pixel values and resolutions.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpStringComboBox.html">GimpStringComboBox</a></span><span class="refpurpose"> — A <span class="type">GtkComboBox</span> subclass to select strings.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpUnitStore.html">GimpUnitStore</a></span><span class="refpurpose"> — A model for units</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpUnitComboBox.html">GimpUnitComboBox</a></span><span class="refpurpose"> — A <span class="type">GtkComboBox</span> to select a <span class="type">GimpUnit</span>.</span> +</dt> +<dt> +<span class="refentrytitle"><a href="GimpZoomModel.html">GimpZoomModel</a></span><span class="refpurpose"> — A model for zoom values.</span> +</dt> +</dl> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.32</div> +</body> +</html>
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/libgimpwidgets.devhelp2 b/devel-docs/libgimpwidgets/html/libgimpwidgets.devhelp2 new file mode 100644 index 0000000..61a38b4 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/libgimpwidgets.devhelp2 @@ -0,0 +1,1256 @@ +<?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" version="2" language="c"> + <chapters> + <sub name="GIMP Widgets" link="libgimpwidgets-widgets.html"> + <sub name="Object Hierarchy" link="libgimpwidgets-hierarchy.html"/> + <sub name="Widget Gallery" link="libgimpwidgets-gallery.html"/> + <sub name="GimpBrowser" link="GimpBrowser.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="GimpColorProfileChooserDialog" link="GimpColorProfileChooserDialog.html"/> + <sub name="GimpColorProfileStore" link="GimpColorProfileStore.html"/> + <sub name="GimpColorProfileComboBox" link="GimpColorProfileComboBox.html"/> + <sub name="GimpColorProfileView" link="GimpColorProfileView.html"/> + <sub name="GimpDialog" link="GimpDialog.html"/> + <sub name="GimpEnumStore" link="GimpEnumStore.html"/> + <sub name="GimpEnumComboBox" link="GimpEnumComboBox.html"/> + <sub name="GimpEnumLabel" link="GimpEnumLabel.html"/> + <sub name="GimpFileEntry" link="GimpFileEntry.html"/> + <sub name="GimpFrame" link="GimpFrame.html"/> + <sub name="GimpHintBox" link="GimpHintBox.html"/> + <sub name="GimpIntComboBox" link="GimpIntComboBox.html"/> + <sub name="GimpIntStore" link="GimpIntStore.html"/> + <sub name="GimpMemSizeEntry" link="GimpMemsizeEntry.html"/> + <sub name="GimpNumberPairEntry" link="GimpNumberPairEntry.html"/> + <sub name="GimpOffsetArea" link="GimpOffsetArea.html"/> + <sub name="GimpPageSelector" link="GimpPageSelector.html"/> + <sub name="GimpPathEditor" link="GimpPathEditor.html"/> + <sub name="GimpPickButton" link="GimpPickButton.html"/> + <sub name="GimpPreviewArea" link="GimpPreviewArea.html"/> + <sub name="GimpPreview" link="GimpPreview.html"/> + <sub name="GimpRuler" link="GimpRuler.html"/> + <sub name="GimpScrolledPreview" link="GimpScrolledPreview.html"/> + <sub name="GimpSizeEntry" link="GimpSizeEntry.html"/> + <sub name="GimpStringComboBox" link="GimpStringComboBox.html"/> + <sub name="GimpUnitStore" link="GimpUnitStore.html"/> + <sub name="GimpUnitComboBox" link="GimpUnitComboBox.html"/> + <sub name="GimpZoomModel" link="GimpZoomModel.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="GimpCairo-utils" link="libgimpwidgets-GimpCairoUtils.html"/> + <sub name="GimpHelpUI" link="libgimpwidgets-GimpHelpUI.html"/> + <sub name="GimpQueryBox" link="libgimpwidgets-GimpQueryBox.html"/> + <sub name="GimpIcons" link="libgimpwidgets-GimpIcons.html"/> + <sub name="GimpEnumWidgets" link="libgimpwidgets-GimpEnumWidgets.html"/> + <sub name="GimpPropWidgets" link="libgimpwidgets-GimpPropWidgets.html"/> + <sub name="GimpWidgets" link="libgimpwidgets-GimpWidgets.html"/> + <sub name="GimpWidgetsUtils" link="libgimpwidgets-GimpWidgetsUtils.html"/> + </sub> + <sub name="Deprecated API" link="libgimpwidgets-deprecated.html"> + <sub name="GimpOldWidgets" link="libgimpwidgets-GimpOldWidgets.html"/> + <sub name="GimpPixmap" link="GimpPixmap.html"/> + <sub name="GimpUnitMenu" link="GimpUnitMenu.html"/> + </sub> + <sub name="Index" link="api-index-full.html"/> + <sub name="Index of new symbols in GIMP 2.2" link="api-index-2-2.html"/> + <sub name="Index of new symbols in GIMP 2.4" link="api-index-2-4.html"/> + <sub name="Index of new symbols in GIMP 2.6" link="api-index-2-6.html"/> + <sub name="Index of new symbols in GIMP 2.8" link="api-index-2-8.html"/> + <sub name="Index of new symbols in GIMP 2.10" link="api-index-2-10.html"/> + <sub name="Index of new symbols in GIMP 2.10.4" link="api-index-2-10-4.html"/> + <sub name="Index of new symbols in GIMP 2.10.10" link="api-index-2-10-10.html"/> + <sub name="Index of deprecated symbols" link="api-index-deprecated.html"/> + </chapters> + <functions> + <keyword type="function" name="gimp_browser_new ()" link="GimpBrowser.html#gimp-browser-new" since="2.4"/> + <keyword type="function" name="gimp_browser_add_search_types ()" link="GimpBrowser.html#gimp-browser-add-search-types" since="2.4"/> + <keyword type="function" name="gimp_browser_set_widget ()" link="GimpBrowser.html#gimp-browser-set-widget" since="2.4"/> + <keyword type="function" name="gimp_browser_show_message ()" link="GimpBrowser.html#gimp-browser-show-message" since="2.4"/> + <keyword type="struct" name="GimpBrowser" link="GimpBrowser.html#GimpBrowser-struct"/> + <keyword type="signal" name="The “search” signal" link="GimpBrowser.html#GimpBrowser-search"/> + <keyword type="function" name="gimp_button_new ()" link="GimpButton.html#gimp-button-new"/> + <keyword type="function" name="gimp_button_extended_clicked ()" link="GimpButton.html#gimp-button-extended-clicked"/> + <keyword type="struct" name="GimpButton" link="GimpButton.html#GimpButton-struct"/> + <keyword type="signal" name="The “extended-clicked” signal" link="GimpButton.html#GimpButton-extended-clicked"/> + <keyword type="function" name="gimp_chain_button_new ()" link="GimpChainButton.html#gimp-chain-button-new"/> + <keyword type="function" name="gimp_chain_button_get_icon_size ()" link="GimpChainButton.html#gimp-chain-button-get-icon-size" since="2.10.10"/> + <keyword type="function" name="gimp_chain_button_set_icon_size ()" link="GimpChainButton.html#gimp-chain-button-set-icon-size" since="2.10.10"/> + <keyword type="function" name="gimp_chain_button_set_active ()" link="GimpChainButton.html#gimp-chain-button-set-active"/> + <keyword type="function" name="gimp_chain_button_get_active ()" link="GimpChainButton.html#gimp-chain-button-get-active"/> + <keyword type="struct" name="GimpChainButton" link="GimpChainButton.html#GimpChainButton-struct"/> + <keyword type="enum" name="enum GimpChainPosition" link="GimpChainButton.html#GimpChainPosition"/> + <keyword type="property" name="The “active” property" link="GimpChainButton.html#GimpChainButton--active"/> + <keyword type="property" name="The “icon-size” property" link="GimpChainButton.html#GimpChainButton--icon-size"/> + <keyword type="property" name="The “position” property" link="GimpChainButton.html#GimpChainButton--position"/> + <keyword type="signal" name="The “toggled” signal" link="GimpChainButton.html#GimpChainButton-toggled"/> + <keyword type="function" name="gimp_color_area_new ()" link="GimpColorArea.html#gimp-color-area-new"/> + <keyword type="function" name="gimp_color_area_set_color ()" link="GimpColorArea.html#gimp-color-area-set-color"/> + <keyword type="function" name="gimp_color_area_get_color ()" link="GimpColorArea.html#gimp-color-area-get-color"/> + <keyword type="function" name="gimp_color_area_has_alpha ()" link="GimpColorArea.html#gimp-color-area-has-alpha"/> + <keyword type="function" name="gimp_color_area_set_type ()" link="GimpColorArea.html#gimp-color-area-set-type"/> + <keyword type="function" name="gimp_color_area_set_draw_border ()" link="GimpColorArea.html#gimp-color-area-set-draw-border"/> + <keyword type="function" name="gimp_color_area_set_color_config ()" link="GimpColorArea.html#gimp-color-area-set-color-config" since="2.10"/> + <keyword type="struct" name="GimpColorArea" link="GimpColorArea.html#GimpColorArea-struct"/> + <keyword type="enum" name="enum GimpColorAreaType" link="GimpColorArea.html#GimpColorAreaType"/> + <keyword type="property" name="The “color” property" link="GimpColorArea.html#GimpColorArea--color"/> + <keyword type="property" name="The “drag-mask” property" link="GimpColorArea.html#GimpColorArea--drag-mask"/> + <keyword type="property" name="The “draw-border” property" link="GimpColorArea.html#GimpColorArea--draw-border"/> + <keyword type="property" name="The “type” property" link="GimpColorArea.html#GimpColorArea--type"/> + <keyword type="signal" name="The “color-changed” signal" link="GimpColorArea.html#GimpColorArea-color-changed"/> + <keyword type="function" name="gimp_color_button_new ()" link="GimpColorButton.html#gimp-color-button-new"/> + <keyword type="function" name="gimp_color_button_set_title ()" link="GimpColorButton.html#gimp-color-button-set-title" since="2.10"/> + <keyword type="function" name="gimp_color_button_get_title ()" link="GimpColorButton.html#gimp-color-button-get-title" since="2.10"/> + <keyword type="function" name="gimp_color_button_set_color ()" link="GimpColorButton.html#gimp-color-button-set-color"/> + <keyword type="function" name="gimp_color_button_get_color ()" link="GimpColorButton.html#gimp-color-button-get-color"/> + <keyword type="function" name="gimp_color_button_set_update ()" link="GimpColorButton.html#gimp-color-button-set-update"/> + <keyword type="function" name="gimp_color_button_get_update ()" link="GimpColorButton.html#gimp-color-button-get-update"/> + <keyword type="function" name="gimp_color_button_has_alpha ()" link="GimpColorButton.html#gimp-color-button-has-alpha"/> + <keyword type="function" name="gimp_color_button_set_type ()" link="GimpColorButton.html#gimp-color-button-set-type"/> + <keyword type="function" name="gimp_color_button_set_color_config ()" link="GimpColorButton.html#gimp-color-button-set-color-config" since="2.10"/> + <keyword type="function" name="gimp_color_button_get_ui_manager ()" link="GimpColorButton.html#gimp-color-button-get-ui-manager" since="2.10"/> + <keyword type="struct" name="GimpColorButton" link="GimpColorButton.html#GimpColorButton-struct"/> + <keyword type="property" name="The “area-height” property" link="GimpColorButton.html#GimpColorButton--area-height"/> + <keyword type="property" name="The “area-width” property" link="GimpColorButton.html#GimpColorButton--area-width"/> + <keyword type="property" name="The “color” property" link="GimpColorButton.html#GimpColorButton--color"/> + <keyword type="property" name="The “color-config” property" link="GimpColorButton.html#GimpColorButton--color-config"/> + <keyword type="property" name="The “continuous-update” property" link="GimpColorButton.html#GimpColorButton--continuous-update"/> + <keyword type="property" name="The “title” property" link="GimpColorButton.html#GimpColorButton--title"/> + <keyword type="property" name="The “type” property" link="GimpColorButton.html#GimpColorButton--type"/> + <keyword type="signal" name="The “color-changed” signal" link="GimpColorButton.html#GimpColorButton-color-changed"/> + <keyword type="function" name="gimp_color_hex_entry_new ()" link="GimpColorHexEntry.html#gimp-color-hex-entry-new" since="2.2"/> + <keyword type="function" name="gimp_color_hex_entry_set_color ()" link="GimpColorHexEntry.html#gimp-color-hex-entry-set-color" since="2.2"/> + <keyword type="function" name="gimp_color_hex_entry_get_color ()" link="GimpColorHexEntry.html#gimp-color-hex-entry-get-color" since="2.2"/> + <keyword type="struct" name="GimpColorHexEntry" link="GimpColorHexEntry.html#GimpColorHexEntry-struct"/> + <keyword type="signal" name="The “color-changed” signal" link="GimpColorHexEntry.html#GimpColorHexEntry-color-changed"/> + <keyword type="function" name="gimp_color_scale_new ()" link="GimpColorScale.html#gimp-color-scale-new"/> + <keyword type="function" name="gimp_color_scale_set_channel ()" link="GimpColorScale.html#gimp-color-scale-set-channel"/> + <keyword type="function" name="gimp_color_scale_set_color ()" link="GimpColorScale.html#gimp-color-scale-set-color"/> + <keyword type="function" name="gimp_color_scale_set_color_config ()" link="GimpColorScale.html#gimp-color-scale-set-color-config" since="2.10"/> + <keyword type="struct" name="GimpColorScale" link="GimpColorScale.html#GimpColorScale-struct"/> + <keyword type="property" name="The “channel” property" link="GimpColorScale.html#GimpColorScale--channel"/> + <keyword type="function" name="gimp_color_selection_new ()" link="GimpColorSelection.html#gimp-color-selection-new"/> + <keyword type="function" name="gimp_color_selection_set_show_alpha ()" link="GimpColorSelection.html#gimp-color-selection-set-show-alpha"/> + <keyword type="function" name="gimp_color_selection_get_show_alpha ()" link="GimpColorSelection.html#gimp-color-selection-get-show-alpha"/> + <keyword type="function" name="gimp_color_selection_set_color ()" link="GimpColorSelection.html#gimp-color-selection-set-color"/> + <keyword type="function" name="gimp_color_selection_get_color ()" link="GimpColorSelection.html#gimp-color-selection-get-color"/> + <keyword type="function" name="gimp_color_selection_set_old_color ()" link="GimpColorSelection.html#gimp-color-selection-set-old-color"/> + <keyword type="function" name="gimp_color_selection_get_old_color ()" link="GimpColorSelection.html#gimp-color-selection-get-old-color"/> + <keyword type="function" name="gimp_color_selection_reset ()" link="GimpColorSelection.html#gimp-color-selection-reset"/> + <keyword type="function" name="gimp_color_selection_color_changed ()" link="GimpColorSelection.html#gimp-color-selection-color-changed"/> + <keyword type="function" name="gimp_color_selection_set_config ()" link="GimpColorSelection.html#gimp-color-selection-set-config" since="2.4"/> + <keyword type="struct" name="GimpColorSelection" link="GimpColorSelection.html#GimpColorSelection-struct"/> + <keyword type="property" name="The “config” property" link="GimpColorSelection.html#GimpColorSelection--config"/> + <keyword type="signal" name="The “color-changed” signal" link="GimpColorSelection.html#GimpColorSelection-color-changed"/> + <keyword type="function" name="gimp_color_profile_chooser_dialog_new ()" link="GimpColorProfileChooserDialog.html#gimp-color-profile-chooser-dialog-new"/> + <keyword type="function" name="gimp_color_profile_store_new ()" link="GimpColorProfileStore.html#gimp-color-profile-store-new" since="2.4"/> + <keyword type="function" name="gimp_color_profile_store_add ()" link="GimpColorProfileStore.html#gimp-color-profile-store-add" deprecated="use gimp_color_profile_store_add_file() instead." since="2.4"/> + <keyword type="function" name="gimp_color_profile_store_add_file ()" link="GimpColorProfileStore.html#gimp-color-profile-store-add-file" since="2.10"/> + <keyword type="struct" name="GimpColorProfileStore" link="GimpColorProfileStore.html#GimpColorProfileStore-struct"/> + <keyword type="property" name="The “history” property" link="GimpColorProfileStore.html#GimpColorProfileStore--history"/> + <keyword type="function" name="gimp_color_profile_combo_box_new ()" link="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-new" since="2.4"/> + <keyword type="function" name="gimp_color_profile_combo_box_new_with_model ()" link="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-new-with-model" since="2.4"/> + <keyword type="function" name="gimp_color_profile_combo_box_add ()" link="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-add" deprecated="use gimp_color_profile_combo_box_add_file() instead." since="2.4"/> + <keyword type="function" name="gimp_color_profile_combo_box_add_file ()" link="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-add-file" since="2.10"/> + <keyword type="function" name="gimp_color_profile_combo_box_set_active ()" link="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-set-active" deprecated="use gimp_color_profile_combo_box_set_active_file() instead." since="2.4"/> + <keyword type="function" name="gimp_color_profile_combo_box_set_active_file ()" link="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-set-active-file" since="2.10"/> + <keyword type="function" name="gimp_color_profile_combo_box_get_active ()" link="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-get-active" deprecated="use gimp_color_profile_combo_box_get_active_file() instead." since="2.4"/> + <keyword type="function" name="gimp_color_profile_combo_box_get_active_file ()" link="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-get-active-file" since="2.10"/> + <keyword type="struct" name="GimpColorProfileComboBox" link="GimpColorProfileComboBox.html#GimpColorProfileComboBox-struct"/> + <keyword type="property" name="The “dialog” property" link="GimpColorProfileComboBox.html#GimpColorProfileComboBox--dialog"/> + <keyword type="property" name="The “model” property" link="GimpColorProfileComboBox.html#GimpColorProfileComboBox--model"/> + <keyword type="function" name="gimp_color_profile_view_new ()" link="GimpColorProfileView.html#gimp-color-profile-view-new"/> + <keyword type="function" name="gimp_color_profile_view_set_profile ()" link="GimpColorProfileView.html#gimp-color-profile-view-set-profile"/> + <keyword type="function" name="gimp_color_profile_view_set_error ()" link="GimpColorProfileView.html#gimp-color-profile-view-set-error"/> + <keyword type="function" name="gimp_dialog_new ()" link="GimpDialog.html#gimp-dialog-new"/> + <keyword type="function" name="gimp_dialog_new_valist ()" link="GimpDialog.html#gimp-dialog-new-valist"/> + <keyword type="function" name="gimp_dialog_add_button ()" link="GimpDialog.html#gimp-dialog-add-button"/> + <keyword type="function" name="gimp_dialog_add_buttons ()" link="GimpDialog.html#gimp-dialog-add-buttons"/> + <keyword type="function" name="gimp_dialog_add_buttons_valist ()" link="GimpDialog.html#gimp-dialog-add-buttons-valist"/> + <keyword type="function" name="gimp_dialog_run ()" link="GimpDialog.html#gimp-dialog-run"/> + <keyword type="function" name="gimp_dialogs_show_help_button ()" link="GimpDialog.html#gimp-dialogs-show-help-button" since="2.2"/> + <keyword type="struct" name="GimpDialog" link="GimpDialog.html#GimpDialog-struct"/> + <keyword type="property" name="The “help-func” property" link="GimpDialog.html#GimpDialog--help-func"/> + <keyword type="property" name="The “help-id” property" link="GimpDialog.html#GimpDialog--help-id"/> + <keyword type="property" name="The “parent” property" link="GimpDialog.html#GimpDialog--parent"/> + <keyword type="function" name="gimp_enum_store_new ()" link="GimpEnumStore.html#gimp-enum-store-new" since="2.4"/> + <keyword type="function" name="gimp_enum_store_new_with_range ()" link="GimpEnumStore.html#gimp-enum-store-new-with-range" since="2.4"/> + <keyword type="function" name="gimp_enum_store_new_with_values ()" link="GimpEnumStore.html#gimp-enum-store-new-with-values" since="2.4"/> + <keyword type="function" name="gimp_enum_store_new_with_values_valist ()" link="GimpEnumStore.html#gimp-enum-store-new-with-values-valist" since="2.4"/> + <keyword type="function" name="gimp_enum_store_set_stock_prefix ()" link="GimpEnumStore.html#gimp-enum-store-set-stock-prefix" deprecated="GIMP 2.10" since="2.4"/> + <keyword type="function" name="gimp_enum_store_set_icon_prefix ()" link="GimpEnumStore.html#gimp-enum-store-set-icon-prefix" since="2.10"/> + <keyword type="struct" name="GimpEnumStore" link="GimpEnumStore.html#GimpEnumStore-struct"/> + <keyword type="property" name="The “enum-type” property" link="GimpEnumStore.html#GimpEnumStore--enum-type"/> + <keyword type="function" name="gimp_enum_combo_box_new ()" link="GimpEnumComboBox.html#gimp-enum-combo-box-new" since="2.4"/> + <keyword type="function" name="gimp_enum_combo_box_new_with_model ()" link="GimpEnumComboBox.html#gimp-enum-combo-box-new-with-model" since="2.4"/> + <keyword type="function" name="gimp_enum_combo_box_set_stock_prefix ()" link="GimpEnumComboBox.html#gimp-enum-combo-box-set-stock-prefix" deprecated="GIMP 2.10" since="2.4"/> + <keyword type="function" name="gimp_enum_combo_box_set_icon_prefix ()" link="GimpEnumComboBox.html#gimp-enum-combo-box-set-icon-prefix" since="2.10"/> + <keyword type="struct" name="GimpEnumComboBox" link="GimpEnumComboBox.html#GimpEnumComboBox-struct"/> + <keyword type="property" name="The “model” property" link="GimpEnumComboBox.html#GimpEnumComboBox--model"/> + <keyword type="function" name="gimp_enum_label_new ()" link="GimpEnumLabel.html#gimp-enum-label-new" since="2.4"/> + <keyword type="function" name="gimp_enum_label_set_value ()" link="GimpEnumLabel.html#gimp-enum-label-set-value" since="2.4"/> + <keyword type="struct" name="GimpEnumLabel" link="GimpEnumLabel.html#GimpEnumLabel-struct"/> + <keyword type="property" name="The “enum-type” property" link="GimpEnumLabel.html#GimpEnumLabel--enum-type"/> + <keyword type="property" name="The “enum-value” property" link="GimpEnumLabel.html#GimpEnumLabel--enum-value"/> + <keyword type="function" name="gimp_file_entry_new ()" link="GimpFileEntry.html#gimp-file-entry-new" deprecated=""/> + <keyword type="function" name="gimp_file_entry_get_filename ()" link="GimpFileEntry.html#gimp-file-entry-get-filename" deprecated=""/> + <keyword type="function" name="gimp_file_entry_set_filename ()" link="GimpFileEntry.html#gimp-file-entry-set-filename" deprecated=""/> + <keyword type="struct" name="GimpFileEntry" link="GimpFileEntry.html#GimpFileEntry-struct"/> + <keyword type="signal" name="The “filename-changed” signal" link="GimpFileEntry.html#GimpFileEntry-filename-changed"/> + <keyword type="function" name="gimp_frame_new ()" link="GimpFrame.html#gimp-frame-new" since="2.2"/> + <keyword type="struct" name="GimpFrame" link="GimpFrame.html#GimpFrame-struct"/> + <keyword type="property" name="The “label-bold” style property" link="GimpFrame.html#GimpFrame--s-label-bold"/> + <keyword type="property" name="The “label-spacing” style property" link="GimpFrame.html#GimpFrame--s-label-spacing"/> + <keyword type="function" name="gimp_hint_box_new ()" link="GimpHintBox.html#gimp-hint-box-new"/> + <keyword type="struct" name="GimpHintBox" link="GimpHintBox.html#GimpHintBox-struct"/> + <keyword type="property" name="The “hint” property" link="GimpHintBox.html#GimpHintBox--hint"/> + <keyword type="property" name="The “icon-name” property" link="GimpHintBox.html#GimpHintBox--icon-name"/> + <keyword type="property" name="The “stock-id” property" link="GimpHintBox.html#GimpHintBox--stock-id"/> + <keyword type="function" name="GimpIntSensitivityFunc ()" link="GimpIntComboBox.html#GimpIntSensitivityFunc"/> + <keyword type="function" name="gimp_int_combo_box_new ()" link="GimpIntComboBox.html#gimp-int-combo-box-new" since="2.2"/> + <keyword type="function" name="gimp_int_combo_box_new_valist ()" link="GimpIntComboBox.html#gimp-int-combo-box-new-valist" since="2.2"/> + <keyword type="function" name="gimp_int_combo_box_new_array ()" link="GimpIntComboBox.html#gimp-int-combo-box-new-array" since="2.2"/> + <keyword type="function" name="gimp_int_combo_box_prepend ()" link="GimpIntComboBox.html#gimp-int-combo-box-prepend" since="2.2"/> + <keyword type="function" name="gimp_int_combo_box_append ()" link="GimpIntComboBox.html#gimp-int-combo-box-append" since="2.2"/> + <keyword type="function" name="gimp_int_combo_box_set_active ()" link="GimpIntComboBox.html#gimp-int-combo-box-set-active" since="2.2"/> + <keyword type="function" name="gimp_int_combo_box_get_active ()" link="GimpIntComboBox.html#gimp-int-combo-box-get-active" since="2.2"/> + <keyword type="function" name="gimp_int_combo_box_set_active_by_user_data ()" link="GimpIntComboBox.html#gimp-int-combo-box-set-active-by-user-data" since="2.10"/> + <keyword type="function" name="gimp_int_combo_box_get_active_user_data ()" link="GimpIntComboBox.html#gimp-int-combo-box-get-active-user-data" since="2.10"/> + <keyword type="function" name="gimp_int_combo_box_set_label ()" link="GimpIntComboBox.html#gimp-int-combo-box-set-label" since="2.10"/> + <keyword type="function" name="gimp_int_combo_box_get_label ()" link="GimpIntComboBox.html#gimp-int-combo-box-get-label" since="2.10"/> + <keyword type="function" name="gimp_int_combo_box_set_layout ()" link="GimpIntComboBox.html#gimp-int-combo-box-set-layout" since="2.10"/> + <keyword type="function" name="gimp_int_combo_box_get_layout ()" link="GimpIntComboBox.html#gimp-int-combo-box-get-layout" since="2.10"/> + <keyword type="function" name="gimp_int_combo_box_connect ()" link="GimpIntComboBox.html#gimp-int-combo-box-connect" since="2.2"/> + <keyword type="function" name="gimp_int_combo_box_set_sensitivity ()" link="GimpIntComboBox.html#gimp-int-combo-box-set-sensitivity" since="2.4"/> + <keyword type="struct" name="GimpIntComboBox" link="GimpIntComboBox.html#GimpIntComboBox-struct"/> + <keyword type="enum" name="enum GimpIntComboBoxLayout" link="GimpIntComboBox.html#GimpIntComboBoxLayout" since="2.10"/> + <keyword type="property" name="The “ellipsize” property" link="GimpIntComboBox.html#GimpIntComboBox--ellipsize"/> + <keyword type="property" name="The “label” property" link="GimpIntComboBox.html#GimpIntComboBox--label"/> + <keyword type="property" name="The “layout” property" link="GimpIntComboBox.html#GimpIntComboBox--layout"/> + <keyword type="function" name="gimp_int_store_new ()" link="GimpIntStore.html#gimp-int-store-new" since="2.2"/> + <keyword type="function" name="gimp_int_store_lookup_by_value ()" link="GimpIntStore.html#gimp-int-store-lookup-by-value" since="2.2"/> + <keyword type="function" name="gimp_int_store_lookup_by_user_data ()" link="GimpIntStore.html#gimp-int-store-lookup-by-user-data" since="2.10"/> + <keyword type="struct" name="GimpIntStore" link="GimpIntStore.html#GimpIntStore-struct"/> + <keyword type="enum" name="enum GimpIntStoreColumns" link="GimpIntStore.html#GimpIntStoreColumns"/> + <keyword type="property" name="The “user-data-type” property" link="GimpIntStore.html#GimpIntStore--user-data-type"/> + <keyword type="function" name="gimp_memsize_entry_new ()" link="GimpMemsizeEntry.html#gimp-memsize-entry-new"/> + <keyword type="function" name="gimp_memsize_entry_set_value ()" link="GimpMemsizeEntry.html#gimp-memsize-entry-set-value"/> + <keyword type="function" name="gimp_memsize_entry_get_value ()" link="GimpMemsizeEntry.html#gimp-memsize-entry-get-value"/> + <keyword type="struct" name="GimpMemsizeEntry" link="GimpMemsizeEntry.html#GimpMemsizeEntry-struct"/> + <keyword type="signal" name="The “value-changed” signal" link="GimpMemsizeEntry.html#GimpMemsizeEntry-value-changed"/> + <keyword type="function" name="gimp_number_pair_entry_new ()" link="GimpNumberPairEntry.html#gimp-number-pair-entry-new" since="2.4"/> + <keyword type="function" name="gimp_number_pair_entry_set_default_values ()" link="GimpNumberPairEntry.html#gimp-number-pair-entry-set-default-values" since="2.4"/> + <keyword type="function" name="gimp_number_pair_entry_get_default_values ()" link="GimpNumberPairEntry.html#gimp-number-pair-entry-get-default-values" since="2.4"/> + <keyword type="function" name="gimp_number_pair_entry_set_values ()" link="GimpNumberPairEntry.html#gimp-number-pair-entry-set-values" since="2.4"/> + <keyword type="function" name="gimp_number_pair_entry_get_values ()" link="GimpNumberPairEntry.html#gimp-number-pair-entry-get-values" since="2.4"/> + <keyword type="function" name="gimp_number_pair_entry_get_aspect ()" link="GimpNumberPairEntry.html#gimp-number-pair-entry-get-aspect" since="2.4"/> + <keyword type="function" name="gimp_number_pair_entry_set_aspect ()" link="GimpNumberPairEntry.html#gimp-number-pair-entry-set-aspect" since="2.4"/> + <keyword type="function" name="gimp_number_pair_entry_get_ratio ()" link="GimpNumberPairEntry.html#gimp-number-pair-entry-get-ratio" since="2.4"/> + <keyword type="function" name="gimp_number_pair_entry_set_ratio ()" link="GimpNumberPairEntry.html#gimp-number-pair-entry-set-ratio" since="2.4"/> + <keyword type="function" name="gimp_number_pair_entry_get_user_override ()" link="GimpNumberPairEntry.html#gimp-number-pair-entry-get-user-override" since="2.4"/> + <keyword type="function" name="gimp_number_pair_entry_set_user_override ()" link="GimpNumberPairEntry.html#gimp-number-pair-entry-set-user-override" since="2.4"/> + <keyword type="function" name="gimp_number_pair_entry_get_default_text ()" link="GimpNumberPairEntry.html#gimp-number-pair-entry-get-default-text" since="2.4"/> + <keyword type="function" name="gimp_number_pair_entry_set_default_text ()" link="GimpNumberPairEntry.html#gimp-number-pair-entry-set-default-text" since="2.4"/> + <keyword type="struct" name="GimpNumberPairEntry" link="GimpNumberPairEntry.html#GimpNumberPairEntry-struct"/> + <keyword type="enum" name="enum GimpAspectType" link="GimpNumberPairEntry.html#GimpAspectType"/> + <keyword type="property" name="The “allow-simplification” property" link="GimpNumberPairEntry.html#GimpNumberPairEntry--allow-simplification"/> + <keyword type="property" name="The “aspect” property" link="GimpNumberPairEntry.html#GimpNumberPairEntry--aspect"/> + <keyword type="property" name="The “default-left-number” property" link="GimpNumberPairEntry.html#GimpNumberPairEntry--default-left-number"/> + <keyword type="property" name="The “default-right-number” property" link="GimpNumberPairEntry.html#GimpNumberPairEntry--default-right-number"/> + <keyword type="property" name="The “default-text” property" link="GimpNumberPairEntry.html#GimpNumberPairEntry--default-text"/> + <keyword type="property" name="The “left-number” property" link="GimpNumberPairEntry.html#GimpNumberPairEntry--left-number"/> + <keyword type="property" name="The “max-valid-value” property" link="GimpNumberPairEntry.html#GimpNumberPairEntry--max-valid-value"/> + <keyword type="property" name="The “min-valid-value” property" link="GimpNumberPairEntry.html#GimpNumberPairEntry--min-valid-value"/> + <keyword type="property" name="The “ratio” property" link="GimpNumberPairEntry.html#GimpNumberPairEntry--ratio"/> + <keyword type="property" name="The “right-number” property" link="GimpNumberPairEntry.html#GimpNumberPairEntry--right-number"/> + <keyword type="property" name="The “separators” property" link="GimpNumberPairEntry.html#GimpNumberPairEntry--separators"/> + <keyword type="property" name="The “user-override” property" link="GimpNumberPairEntry.html#GimpNumberPairEntry--user-override"/> + <keyword type="signal" name="The “numbers-changed” signal" link="GimpNumberPairEntry.html#GimpNumberPairEntry-numbers-changed"/> + <keyword type="signal" name="The “ratio-changed” signal" link="GimpNumberPairEntry.html#GimpNumberPairEntry-ratio-changed"/> + <keyword type="function" name="gimp_offset_area_new ()" link="GimpOffsetArea.html#gimp-offset-area-new"/> + <keyword type="function" name="gimp_offset_area_set_size ()" link="GimpOffsetArea.html#gimp-offset-area-set-size"/> + <keyword type="function" name="gimp_offset_area_set_offsets ()" link="GimpOffsetArea.html#gimp-offset-area-set-offsets"/> + <keyword type="function" name="gimp_offset_area_set_pixbuf ()" link="GimpOffsetArea.html#gimp-offset-area-set-pixbuf" since="2.2"/> + <keyword type="struct" name="GimpOffsetArea" link="GimpOffsetArea.html#GimpOffsetArea-struct"/> + <keyword type="signal" name="The “offsets-changed” signal" link="GimpOffsetArea.html#GimpOffsetArea-offsets-changed"/> + <keyword type="function" name="gimp_page_selector_new ()" link="GimpPageSelector.html#gimp-page-selector-new" since="2.4"/> + <keyword type="function" name="gimp_page_selector_set_n_pages ()" link="GimpPageSelector.html#gimp-page-selector-set-n-pages" since="2.4"/> + <keyword type="function" name="gimp_page_selector_get_n_pages ()" link="GimpPageSelector.html#gimp-page-selector-get-n-pages" since="2.4"/> + <keyword type="function" name="gimp_page_selector_set_target ()" link="GimpPageSelector.html#gimp-page-selector-set-target" since="2.4"/> + <keyword type="function" name="gimp_page_selector_get_target ()" link="GimpPageSelector.html#gimp-page-selector-get-target" since="2.4"/> + <keyword type="function" name="gimp_page_selector_set_page_thumbnail ()" link="GimpPageSelector.html#gimp-page-selector-set-page-thumbnail" since="2.4"/> + <keyword type="function" name="gimp_page_selector_get_page_thumbnail ()" link="GimpPageSelector.html#gimp-page-selector-get-page-thumbnail" since="2.4"/> + <keyword type="function" name="gimp_page_selector_set_page_label ()" link="GimpPageSelector.html#gimp-page-selector-set-page-label" since="2.4"/> + <keyword type="function" name="gimp_page_selector_get_page_label ()" link="GimpPageSelector.html#gimp-page-selector-get-page-label" since="2.4"/> + <keyword type="function" name="gimp_page_selector_select_all ()" link="GimpPageSelector.html#gimp-page-selector-select-all" since="2.4"/> + <keyword type="function" name="gimp_page_selector_unselect_all ()" link="GimpPageSelector.html#gimp-page-selector-unselect-all" since="2.4"/> + <keyword type="function" name="gimp_page_selector_select_page ()" link="GimpPageSelector.html#gimp-page-selector-select-page" since="2.4"/> + <keyword type="function" name="gimp_page_selector_unselect_page ()" link="GimpPageSelector.html#gimp-page-selector-unselect-page" since="2.4"/> + <keyword type="function" name="gimp_page_selector_page_is_selected ()" link="GimpPageSelector.html#gimp-page-selector-page-is-selected" since="2.4"/> + <keyword type="function" name="gimp_page_selector_get_selected_pages ()" link="GimpPageSelector.html#gimp-page-selector-get-selected-pages" since="2.4"/> + <keyword type="function" name="gimp_page_selector_select_range ()" link="GimpPageSelector.html#gimp-page-selector-select-range" since="2.4"/> + <keyword type="function" name="gimp_page_selector_get_selected_range ()" link="GimpPageSelector.html#gimp-page-selector-get-selected-range" since="2.4"/> + <keyword type="struct" name="GimpPageSelector" link="GimpPageSelector.html#GimpPageSelector-struct"/> + <keyword type="enum" name="enum GimpPageSelectorTarget" link="GimpPageSelector.html#GimpPageSelectorTarget"/> + <keyword type="property" name="The “n-pages” property" link="GimpPageSelector.html#GimpPageSelector--n-pages"/> + <keyword type="property" name="The “target” property" link="GimpPageSelector.html#GimpPageSelector--target"/> + <keyword type="signal" name="The “activate” signal" link="GimpPageSelector.html#GimpPageSelector-activate"/> + <keyword type="signal" name="The “selection-changed” signal" link="GimpPageSelector.html#GimpPageSelector-selection-changed"/> + <keyword type="function" name="gimp_path_editor_new ()" link="GimpPathEditor.html#gimp-path-editor-new"/> + <keyword type="function" name="gimp_path_editor_get_path ()" link="GimpPathEditor.html#gimp-path-editor-get-path"/> + <keyword type="function" name="gimp_path_editor_set_path ()" link="GimpPathEditor.html#gimp-path-editor-set-path"/> + <keyword type="function" name="gimp_path_editor_get_writable_path ()" link="GimpPathEditor.html#gimp-path-editor-get-writable-path"/> + <keyword type="function" name="gimp_path_editor_set_writable_path ()" link="GimpPathEditor.html#gimp-path-editor-set-writable-path"/> + <keyword type="function" name="gimp_path_editor_get_dir_writable ()" link="GimpPathEditor.html#gimp-path-editor-get-dir-writable"/> + <keyword type="function" name="gimp_path_editor_set_dir_writable ()" link="GimpPathEditor.html#gimp-path-editor-set-dir-writable"/> + <keyword type="struct" name="GimpPathEditor" link="GimpPathEditor.html#GimpPathEditor-struct"/> + <keyword type="signal" name="The “path-changed” signal" link="GimpPathEditor.html#GimpPathEditor-path-changed"/> + <keyword type="signal" name="The “writable-changed” signal" link="GimpPathEditor.html#GimpPathEditor-writable-changed"/> + <keyword type="function" name="gimp_pick_button_new ()" link="GimpPickButton.html#gimp-pick-button-new"/> + <keyword type="struct" name="GimpPickButton" link="GimpPickButton.html#GimpPickButton-struct"/> + <keyword type="signal" name="The “color-picked” signal" link="GimpPickButton.html#GimpPickButton-color-picked"/> + <keyword type="function" name="gimp_preview_area_new ()" link="GimpPreviewArea.html#gimp-preview-area-new"/> + <keyword type="function" name="gimp_preview_area_draw ()" link="GimpPreviewArea.html#gimp-preview-area-draw"/> + <keyword type="function" name="gimp_preview_area_fill ()" link="GimpPreviewArea.html#gimp-preview-area-fill"/> + <keyword type="function" name="gimp_preview_area_blend ()" link="GimpPreviewArea.html#gimp-preview-area-blend"/> + <keyword type="function" name="gimp_preview_area_mask ()" link="GimpPreviewArea.html#gimp-preview-area-mask"/> + <keyword type="function" name="gimp_preview_area_set_offsets ()" link="GimpPreviewArea.html#gimp-preview-area-set-offsets" since="2.2"/> + <keyword type="function" name="gimp_preview_area_set_colormap ()" link="GimpPreviewArea.html#gimp-preview-area-set-colormap"/> + <keyword type="function" name="gimp_preview_area_set_max_size ()" link="GimpPreviewArea.html#gimp-preview-area-set-max-size" since="2.2"/> + <keyword type="function" name="gimp_preview_area_menu_popup ()" link="GimpPreviewArea.html#gimp-preview-area-menu-popup" since="2.2"/> + <keyword type="function" name="gimp_preview_area_set_color_config ()" link="GimpPreviewArea.html#gimp-preview-area-set-color-config" since="2.10"/> + <keyword type="struct" name="GimpPreviewArea" link="GimpPreviewArea.html#GimpPreviewArea-struct"/> + <keyword type="property" name="The “check-size” property" link="GimpPreviewArea.html#GimpPreviewArea--check-size"/> + <keyword type="property" name="The “check-type” property" link="GimpPreviewArea.html#GimpPreviewArea--check-type"/> + <keyword type="function" name="gimp_preview_get_update ()" link="GimpPreview.html#gimp-preview-get-update" since="2.2"/> + <keyword type="function" name="gimp_preview_set_update ()" link="GimpPreview.html#gimp-preview-set-update" since="2.2"/> + <keyword type="function" name="gimp_preview_set_bounds ()" link="GimpPreview.html#gimp-preview-set-bounds" since="2.2"/> + <keyword type="function" name="gimp_preview_get_size ()" link="GimpPreview.html#gimp-preview-get-size" since="2.2"/> + <keyword type="function" name="gimp_preview_get_position ()" link="GimpPreview.html#gimp-preview-get-position" since="2.2"/> + <keyword type="function" name="gimp_preview_transform ()" link="GimpPreview.html#gimp-preview-transform" since="2.4"/> + <keyword type="function" name="gimp_preview_untransform ()" link="GimpPreview.html#gimp-preview-untransform" since="2.4"/> + <keyword type="function" name="gimp_preview_get_area ()" link="GimpPreview.html#gimp-preview-get-area" since="2.4"/> + <keyword type="function" name="gimp_preview_draw ()" link="GimpPreview.html#gimp-preview-draw" since="2.2"/> + <keyword type="function" name="gimp_preview_draw_buffer ()" link="GimpPreview.html#gimp-preview-draw-buffer" since="2.2"/> + <keyword type="function" name="gimp_preview_invalidate ()" link="GimpPreview.html#gimp-preview-invalidate" since="2.2"/> + <keyword type="function" name="gimp_preview_set_default_cursor ()" link="GimpPreview.html#gimp-preview-set-default-cursor" since="2.2"/> + <keyword type="function" name="gimp_preview_get_controls ()" link="GimpPreview.html#gimp-preview-get-controls" since="2.4"/> + <keyword type="struct" name="GimpPreview" link="GimpPreview.html#GimpPreview-struct"/> + <keyword type="property" name="The “update” property" link="GimpPreview.html#GimpPreview--update"/> + <keyword type="property" name="The “size” style property" link="GimpPreview.html#GimpPreview--s-size"/> + <keyword type="signal" name="The “invalidated” signal" link="GimpPreview.html#GimpPreview-invalidated"/> + <keyword type="function" name="gimp_ruler_new ()" link="GimpRuler.html#gimp-ruler-new" since="2.8"/> + <keyword type="function" name="gimp_ruler_set_unit ()" link="GimpRuler.html#gimp-ruler-set-unit" since="2.8"/> + <keyword type="function" name="gimp_ruler_get_unit ()" link="GimpRuler.html#gimp-ruler-get-unit" since="2.8"/> + <keyword type="function" name="gimp_ruler_set_position ()" link="GimpRuler.html#gimp-ruler-set-position" since="2.8"/> + <keyword type="function" name="gimp_ruler_get_position ()" link="GimpRuler.html#gimp-ruler-get-position" since="2.8"/> + <keyword type="function" name="gimp_ruler_set_range ()" link="GimpRuler.html#gimp-ruler-set-range" since="2.8"/> + <keyword type="function" name="gimp_ruler_get_range ()" link="GimpRuler.html#gimp-ruler-get-range" since="2.8"/> + <keyword type="function" name="gimp_ruler_add_track_widget ()" link="GimpRuler.html#gimp-ruler-add-track-widget" since="2.8"/> + <keyword type="function" name="gimp_ruler_remove_track_widget ()" link="GimpRuler.html#gimp-ruler-remove-track-widget" since="2.8"/> + <keyword type="struct" name="GimpRuler" link="GimpRuler.html#GimpRuler-struct"/> + <keyword type="property" name="The “lower” property" link="GimpRuler.html#GimpRuler--lower"/> + <keyword type="property" name="The “max-size” property" link="GimpRuler.html#GimpRuler--max-size"/> + <keyword type="property" name="The “orientation” property" link="GimpRuler.html#GimpRuler--orientation"/> + <keyword type="property" name="The “position” property" link="GimpRuler.html#GimpRuler--position"/> + <keyword type="property" name="The “unit” property" link="GimpRuler.html#GimpRuler--unit"/> + <keyword type="property" name="The “upper” property" link="GimpRuler.html#GimpRuler--upper"/> + <keyword type="property" name="The “font-scale” style property" link="GimpRuler.html#GimpRuler--s-font-scale"/> + <keyword type="function" name="gimp_scrolled_preview_set_position ()" link="GimpScrolledPreview.html#gimp-scrolled-preview-set-position" since="2.4"/> + <keyword type="function" name="gimp_scrolled_preview_set_policy ()" link="GimpScrolledPreview.html#gimp-scrolled-preview-set-policy" since="2.4"/> + <keyword type="function" name="gimp_scrolled_preview_freeze ()" link="GimpScrolledPreview.html#gimp-scrolled-preview-freeze" since="2.4"/> + <keyword type="function" name="gimp_scrolled_preview_thaw ()" link="GimpScrolledPreview.html#gimp-scrolled-preview-thaw" since="2.4"/> + <keyword type="struct" name="GimpScrolledPreview" link="GimpScrolledPreview.html#GimpScrolledPreview-struct"/> + <keyword type="function" name="gimp_size_entry_new ()" link="GimpSizeEntry.html#gimp-size-entry-new"/> + <keyword type="function" name="gimp_size_entry_add_field ()" link="GimpSizeEntry.html#gimp-size-entry-add-field"/> + <keyword type="function" name="gimp_size_entry_attach_label ()" link="GimpSizeEntry.html#gimp-size-entry-attach-label"/> + <keyword type="function" name="gimp_size_entry_set_resolution ()" link="GimpSizeEntry.html#gimp-size-entry-set-resolution"/> + <keyword type="function" name="gimp_size_entry_set_size ()" link="GimpSizeEntry.html#gimp-size-entry-set-size"/> + <keyword type="function" name="gimp_size_entry_set_value_boundaries ()" link="GimpSizeEntry.html#gimp-size-entry-set-value-boundaries"/> + <keyword type="function" name="gimp_size_entry_get_value ()" link="GimpSizeEntry.html#gimp-size-entry-get-value"/> + <keyword type="function" name="gimp_size_entry_set_value ()" link="GimpSizeEntry.html#gimp-size-entry-set-value"/> + <keyword type="function" name="gimp_size_entry_set_refval_boundaries ()" link="GimpSizeEntry.html#gimp-size-entry-set-refval-boundaries"/> + <keyword type="function" name="gimp_size_entry_set_refval_digits ()" link="GimpSizeEntry.html#gimp-size-entry-set-refval-digits"/> + <keyword type="function" name="gimp_size_entry_get_refval ()" link="GimpSizeEntry.html#gimp-size-entry-get-refval"/> + <keyword type="function" name="gimp_size_entry_set_refval ()" link="GimpSizeEntry.html#gimp-size-entry-set-refval"/> + <keyword type="function" name="gimp_size_entry_get_unit ()" link="GimpSizeEntry.html#gimp-size-entry-get-unit"/> + <keyword type="function" name="gimp_size_entry_set_unit ()" link="GimpSizeEntry.html#gimp-size-entry-set-unit"/> + <keyword type="function" name="gimp_size_entry_set_pixel_digits ()" link="GimpSizeEntry.html#gimp-size-entry-set-pixel-digits"/> + <keyword type="function" name="gimp_size_entry_show_unit_menu ()" link="GimpSizeEntry.html#gimp-size-entry-show-unit-menu" since="2.4"/> + <keyword type="function" name="gimp_size_entry_grab_focus ()" link="GimpSizeEntry.html#gimp-size-entry-grab-focus"/> + <keyword type="function" name="gimp_size_entry_set_activates_default ()" link="GimpSizeEntry.html#gimp-size-entry-set-activates-default" since="2.4"/> + <keyword type="function" name="gimp_size_entry_get_help_widget ()" link="GimpSizeEntry.html#gimp-size-entry-get-help-widget"/> + <keyword type="struct" name="GimpSizeEntry" link="GimpSizeEntry.html#GimpSizeEntry-struct"/> + <keyword type="struct" name="GimpSizeEntryField" link="GimpSizeEntry.html#GimpSizeEntryField"/> + <keyword type="enum" name="enum GimpSizeEntryUpdatePolicy" link="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy"/> + <keyword type="signal" name="The “refval-changed” signal" link="GimpSizeEntry.html#GimpSizeEntry-refval-changed"/> + <keyword type="signal" name="The “unit-changed” signal" link="GimpSizeEntry.html#GimpSizeEntry-unit-changed"/> + <keyword type="signal" name="The “value-changed” signal" link="GimpSizeEntry.html#GimpSizeEntry-value-changed"/> + <keyword type="function" name="gimp_string_combo_box_new ()" link="GimpStringComboBox.html#gimp-string-combo-box-new" since="2.4"/> + <keyword type="function" name="gimp_string_combo_box_set_active ()" link="GimpStringComboBox.html#gimp-string-combo-box-set-active" since="2.4"/> + <keyword type="function" name="gimp_string_combo_box_get_active ()" link="GimpStringComboBox.html#gimp-string-combo-box-get-active" since="2.4"/> + <keyword type="struct" name="GimpStringComboBox" link="GimpStringComboBox.html#GimpStringComboBox-struct"/> + <keyword type="property" name="The “ellipsize” property" link="GimpStringComboBox.html#GimpStringComboBox--ellipsize"/> + <keyword type="property" name="The “id-column” property" link="GimpStringComboBox.html#GimpStringComboBox--id-column"/> + <keyword type="property" name="The “label-column” property" link="GimpStringComboBox.html#GimpStringComboBox--label-column"/> + <keyword type="function" name="gimp_unit_store_new ()" link="GimpUnitStore.html#gimp-unit-store-new"/> + <keyword type="function" name="gimp_unit_store_set_has_pixels ()" link="GimpUnitStore.html#gimp-unit-store-set-has-pixels"/> + <keyword type="function" name="gimp_unit_store_get_has_pixels ()" link="GimpUnitStore.html#gimp-unit-store-get-has-pixels"/> + <keyword type="function" name="gimp_unit_store_set_has_percent ()" link="GimpUnitStore.html#gimp-unit-store-set-has-percent"/> + <keyword type="function" name="gimp_unit_store_get_has_percent ()" link="GimpUnitStore.html#gimp-unit-store-get-has-percent"/> + <keyword type="function" name="gimp_unit_store_set_pixel_value ()" link="GimpUnitStore.html#gimp-unit-store-set-pixel-value"/> + <keyword type="function" name="gimp_unit_store_set_pixel_values ()" link="GimpUnitStore.html#gimp-unit-store-set-pixel-values"/> + <keyword type="function" name="gimp_unit_store_set_resolution ()" link="GimpUnitStore.html#gimp-unit-store-set-resolution"/> + <keyword type="function" name="gimp_unit_store_set_resolutions ()" link="GimpUnitStore.html#gimp-unit-store-set-resolutions"/> + <keyword type="function" name="gimp_unit_store_get_value ()" link="GimpUnitStore.html#gimp-unit-store-get-value"/> + <keyword type="function" name="gimp_unit_store_get_values ()" link="GimpUnitStore.html#gimp-unit-store-get-values"/> + <keyword type="struct" name="GimpUnitStore" link="GimpUnitStore.html#GimpUnitStore-struct"/> + <keyword type="property" name="The “has-percent” property" link="GimpUnitStore.html#GimpUnitStore--has-percent"/> + <keyword type="property" name="The “has-pixels” property" link="GimpUnitStore.html#GimpUnitStore--has-pixels"/> + <keyword type="property" name="The “long-format” property" link="GimpUnitStore.html#GimpUnitStore--long-format"/> + <keyword type="property" name="The “num-values” property" link="GimpUnitStore.html#GimpUnitStore--num-values"/> + <keyword type="property" name="The “short-format” property" link="GimpUnitStore.html#GimpUnitStore--short-format"/> + <keyword type="function" name="gimp_unit_combo_box_new ()" link="GimpUnitComboBox.html#gimp-unit-combo-box-new"/> + <keyword type="function" name="gimp_unit_combo_box_new_with_model ()" link="GimpUnitComboBox.html#gimp-unit-combo-box-new-with-model"/> + <keyword type="function" name="gimp_unit_combo_box_get_active ()" link="GimpUnitComboBox.html#gimp-unit-combo-box-get-active"/> + <keyword type="function" name="gimp_unit_combo_box_set_active ()" link="GimpUnitComboBox.html#gimp-unit-combo-box-set-active"/> + <keyword type="struct" name="GimpUnitComboBox" link="GimpUnitComboBox.html#GimpUnitComboBox-struct"/> + <keyword type="property" name="The “label-scale” style property" link="GimpUnitComboBox.html#GimpUnitComboBox--s-label-scale"/> + <keyword type="function" name="gimp_zoom_model_new ()" link="GimpZoomModel.html#gimp-zoom-model-new"/> + <keyword type="function" name="gimp_zoom_model_set_range ()" link="GimpZoomModel.html#gimp-zoom-model-set-range"/> + <keyword type="function" name="gimp_zoom_model_zoom ()" link="GimpZoomModel.html#gimp-zoom-model-zoom"/> + <keyword type="function" name="gimp_zoom_model_get_factor ()" link="GimpZoomModel.html#gimp-zoom-model-get-factor"/> + <keyword type="function" name="gimp_zoom_model_get_fraction ()" link="GimpZoomModel.html#gimp-zoom-model-get-fraction"/> + <keyword type="function" name="gimp_zoom_button_new ()" link="GimpZoomModel.html#gimp-zoom-button-new"/> + <keyword type="function" name="gimp_zoom_model_zoom_step ()" link="GimpZoomModel.html#gimp-zoom-model-zoom-step"/> + <keyword type="struct" name="GimpZoomModel" link="GimpZoomModel.html#GimpZoomModel-struct"/> + <keyword type="enum" name="enum GimpZoomType" link="GimpZoomModel.html#GimpZoomType"/> + <keyword type="property" name="The “fraction” property" link="GimpZoomModel.html#GimpZoomModel--fraction"/> + <keyword type="property" name="The “maximum” property" link="GimpZoomModel.html#GimpZoomModel--maximum"/> + <keyword type="property" name="The “minimum” property" link="GimpZoomModel.html#GimpZoomModel--minimum"/> + <keyword type="property" name="The “percentage” property" link="GimpZoomModel.html#GimpZoomModel--percentage"/> + <keyword type="property" name="The “value” property" link="GimpZoomModel.html#GimpZoomModel--value"/> + <keyword type="signal" name="The “zoomed” signal" link="GimpZoomModel.html#GimpZoomModel-zoomed"/> + <keyword type="function" name="gimp_cell_renderer_color_new ()" link="GimpCellRendererColor.html#gimp-cell-renderer-color-new" since="2.2"/> + <keyword type="struct" name="GimpCellRendererColor" link="GimpCellRendererColor.html#GimpCellRendererColor-struct"/> + <keyword type="property" name="The “color” property" link="GimpCellRendererColor.html#GimpCellRendererColor--color"/> + <keyword type="property" name="The “icon-size” property" link="GimpCellRendererColor.html#GimpCellRendererColor--icon-size"/> + <keyword type="property" name="The “opaque” property" link="GimpCellRendererColor.html#GimpCellRendererColor--opaque"/> + <keyword type="function" name="gimp_cell_renderer_toggle_new ()" link="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-new" since="2.2"/> + <keyword type="function" name="gimp_cell_renderer_toggle_clicked ()" link="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-clicked" since="2.2"/> + <keyword type="struct" name="GimpCellRendererToggle" link="GimpCellRendererToggle.html#GimpCellRendererToggle-struct"/> + <keyword type="property" name="The “icon-name” property" link="GimpCellRendererToggle.html#GimpCellRendererToggle--icon-name"/> + <keyword type="property" name="The “override-background” property" link="GimpCellRendererToggle.html#GimpCellRendererToggle--override-background"/> + <keyword type="property" name="The “stock-id” property" link="GimpCellRendererToggle.html#GimpCellRendererToggle--stock-id"/> + <keyword type="property" name="The “stock-size” property" link="GimpCellRendererToggle.html#GimpCellRendererToggle--stock-size"/> + <keyword type="signal" name="The “clicked” signal" link="GimpCellRendererToggle.html#GimpCellRendererToggle-clicked"/> + <keyword type="function" name="gimp_color_display_new ()" link="GimpColorDisplay.html#gimp-color-display-new" deprecated=""/> + <keyword type="function" name="gimp_color_display_clone ()" link="GimpColorDisplay.html#gimp-color-display-clone"/> + <keyword type="function" name="gimp_color_display_set_enabled ()" link="GimpColorDisplay.html#gimp-color-display-set-enabled"/> + <keyword type="function" name="gimp_color_display_get_enabled ()" link="GimpColorDisplay.html#gimp-color-display-get-enabled"/> + <keyword type="function" name="gimp_color_display_get_config ()" link="GimpColorDisplay.html#gimp-color-display-get-config" since="2.4"/> + <keyword type="function" name="gimp_color_display_get_managed ()" link="GimpColorDisplay.html#gimp-color-display-get-managed" since="2.4"/> + <keyword type="function" name="gimp_color_display_convert ()" link="GimpColorDisplay.html#gimp-color-display-convert" deprecated="GIMP 2.8: Use gimp_color_display_convert_buffer() instead."/> + <keyword type="function" name="gimp_color_display_convert_surface ()" link="GimpColorDisplay.html#gimp-color-display-convert-surface" deprecated="GIMP 2.8: Use gimp_color_display_convert_buffer() instead." since="2.8"/> + <keyword type="function" name="gimp_color_display_convert_buffer ()" link="GimpColorDisplay.html#gimp-color-display-convert-buffer" since="2.10"/> + <keyword type="function" name="gimp_color_display_load_state ()" link="GimpColorDisplay.html#gimp-color-display-load-state"/> + <keyword type="function" name="gimp_color_display_save_state ()" link="GimpColorDisplay.html#gimp-color-display-save-state"/> + <keyword type="function" name="gimp_color_display_configure ()" link="GimpColorDisplay.html#gimp-color-display-configure"/> + <keyword type="function" name="gimp_color_display_configure_reset ()" link="GimpColorDisplay.html#gimp-color-display-configure-reset"/> + <keyword type="function" name="gimp_color_display_changed ()" link="GimpColorDisplay.html#gimp-color-display-changed"/> + <keyword type="struct" name="GimpColorDisplay" link="GimpColorDisplay.html#GimpColorDisplay-struct"/> + <keyword type="property" name="The “color-config” property" link="GimpColorDisplay.html#GimpColorDisplay--color-config"/> + <keyword type="property" name="The “color-managed” property" link="GimpColorDisplay.html#GimpColorDisplay--color-managed"/> + <keyword type="property" name="The “enabled” property" link="GimpColorDisplay.html#GimpColorDisplay--enabled"/> + <keyword type="signal" name="The “changed” signal" link="GimpColorDisplay.html#GimpColorDisplay-changed"/> + <keyword type="function" name="gimp_color_display_stack_new ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-new"/> + <keyword type="function" name="gimp_color_display_stack_clone ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-clone"/> + <keyword type="function" name="gimp_color_display_stack_changed ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-changed"/> + <keyword type="function" name="gimp_color_display_stack_add ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-add"/> + <keyword type="function" name="gimp_color_display_stack_remove ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-remove"/> + <keyword type="function" name="gimp_color_display_stack_reorder_up ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-reorder-up"/> + <keyword type="function" name="gimp_color_display_stack_reorder_down ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-reorder-down"/> + <keyword type="function" name="gimp_color_display_stack_convert ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-convert" deprecated="GIMP 2.8: Use gimp_color_display_stack_convert_buffer() instead."/> + <keyword type="function" name="gimp_color_display_stack_convert_surface ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-convert-surface" deprecated="GIMP 2.10: Use gimp_color_display_stack_convert_buffer() instead." since="2.8"/> + <keyword type="function" name="gimp_color_display_stack_convert_buffer ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-convert-buffer" since="2.10"/> + <keyword type="struct" name="GimpColorDisplayStack" link="GimpColorDisplayStack.html#GimpColorDisplayStack-struct"/> + <keyword type="signal" name="The “added” signal" link="GimpColorDisplayStack.html#GimpColorDisplayStack-added"/> + <keyword type="signal" name="The “changed” signal" link="GimpColorDisplayStack.html#GimpColorDisplayStack-changed"/> + <keyword type="signal" name="The “removed” signal" link="GimpColorDisplayStack.html#GimpColorDisplayStack-removed"/> + <keyword type="signal" name="The “reordered” signal" link="GimpColorDisplayStack.html#GimpColorDisplayStack-reordered"/> + <keyword type="function" name="gimp_color_selector_new ()" link="GimpColorSelector.html#gimp-color-selector-new"/> + <keyword type="function" name="gimp_color_selector_set_toggles_visible ()" link="GimpColorSelector.html#gimp-color-selector-set-toggles-visible"/> + <keyword type="function" name="gimp_color_selector_get_toggles_visible ()" link="GimpColorSelector.html#gimp-color-selector-get-toggles-visible" since="2.10"/> + <keyword type="function" name="gimp_color_selector_set_toggles_sensitive ()" link="GimpColorSelector.html#gimp-color-selector-set-toggles-sensitive"/> + <keyword type="function" name="gimp_color_selector_get_toggles_sensitive ()" link="GimpColorSelector.html#gimp-color-selector-get-toggles-sensitive" since="2.10"/> + <keyword type="function" name="gimp_color_selector_set_show_alpha ()" link="GimpColorSelector.html#gimp-color-selector-set-show-alpha"/> + <keyword type="function" name="gimp_color_selector_get_show_alpha ()" link="GimpColorSelector.html#gimp-color-selector-get-show-alpha" since="2.10"/> + <keyword type="function" name="gimp_color_selector_set_color ()" link="GimpColorSelector.html#gimp-color-selector-set-color"/> + <keyword type="function" name="gimp_color_selector_get_color ()" link="GimpColorSelector.html#gimp-color-selector-get-color" since="2.10"/> + <keyword type="function" name="gimp_color_selector_set_channel ()" link="GimpColorSelector.html#gimp-color-selector-set-channel"/> + <keyword type="function" name="gimp_color_selector_get_channel ()" link="GimpColorSelector.html#gimp-color-selector-get-channel" since="2.10"/> + <keyword type="function" name="gimp_color_selector_set_model_visible ()" link="GimpColorSelector.html#gimp-color-selector-set-model-visible" since="2.10"/> + <keyword type="function" name="gimp_color_selector_get_model_visible ()" link="GimpColorSelector.html#gimp-color-selector-get-model-visible" since="2.10"/> + <keyword type="function" name="gimp_color_selector_color_changed ()" link="GimpColorSelector.html#gimp-color-selector-color-changed"/> + <keyword type="function" name="gimp_color_selector_channel_changed ()" link="GimpColorSelector.html#gimp-color-selector-channel-changed"/> + <keyword type="function" name="gimp_color_selector_model_visible_changed ()" link="GimpColorSelector.html#gimp-color-selector-model-visible-changed" since="2.10"/> + <keyword type="function" name="gimp_color_selector_set_config ()" link="GimpColorSelector.html#gimp-color-selector-set-config" since="2.4"/> + <keyword type="struct" name="GimpColorSelector" link="GimpColorSelector.html#GimpColorSelector-struct"/> + <keyword type="macro" name="GIMP_COLOR_SELECTOR_SIZE" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-SIZE:CAPS"/> + <keyword type="macro" name="GIMP_COLOR_SELECTOR_BAR_SIZE" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-BAR-SIZE:CAPS"/> + <keyword type="enum" name="enum GimpColorSelectorChannel" link="GimpColorSelector.html#GimpColorSelectorChannel"/> + <keyword type="enum" name="enum GimpColorSelectorModel" link="GimpColorSelector.html#GimpColorSelectorModel" since="2.10"/> + <keyword type="signal" name="The “channel-changed” signal" link="GimpColorSelector.html#GimpColorSelector-channel-changed"/> + <keyword type="signal" name="The “color-changed” signal" link="GimpColorSelector.html#GimpColorSelector-color-changed"/> + <keyword type="signal" name="The “model-visible-changed” signal" link="GimpColorSelector.html#GimpColorSelector-model-visible-changed"/> + <keyword type="function" name="gimp_color_notebook_set_has_page ()" link="GimpColorNotebook.html#gimp-color-notebook-set-has-page"/> + <keyword type="struct" name="GimpColorNotebook" link="GimpColorNotebook.html#GimpColorNotebook-struct"/> + <keyword type="property" name="The “tab-border” style property" link="GimpColorNotebook.html#GimpColorNotebook--s-tab-border"/> + <keyword type="property" name="The “tab-icon-size” style property" link="GimpColorNotebook.html#GimpColorNotebook--s-tab-icon-size"/> + <keyword type="function" name="gimp_color_scales_set_show_rgb_u8 ()" link="GimpColorScales.html#gimp-color-scales-set-show-rgb-u8"/> + <keyword type="function" name="gimp_color_scales_get_show_rgb_u8 ()" link="GimpColorScales.html#gimp-color-scales-get-show-rgb-u8"/> + <keyword type="struct" name="GimpColorScales" link="GimpColorScales.html#GimpColorScales-struct"/> + <keyword type="property" name="The “show-rgb-u8” property" link="GimpColorScales.html#GimpColorScales--show-rgb-u8"/> + <keyword type="struct" name="GimpColorSelect" link="GimpColorSelect.html#GimpColorSelect-struct"/> + <keyword type="function" name="gimp_controller_new ()" link="GimpController.html#gimp-controller-new"/> + <keyword type="function" name="gimp_controller_get_n_events ()" link="GimpController.html#gimp-controller-get-n-events"/> + <keyword type="function" name="gimp_controller_get_event_name ()" link="GimpController.html#gimp-controller-get-event-name"/> + <keyword type="function" name="gimp_controller_get_event_blurb ()" link="GimpController.html#gimp-controller-get-event-blurb"/> + <keyword type="function" name="gimp_controller_event ()" link="GimpController.html#gimp-controller-event"/> + <keyword type="enum" name="enum GimpControllerEventType" link="GimpController.html#GimpControllerEventType"/> + <keyword type="struct" name="struct GimpControllerEventAny" link="GimpController.html#GimpControllerEventAny"/> + <keyword type="struct" name="struct GimpControllerEventTrigger" link="GimpController.html#GimpControllerEventTrigger"/> + <keyword type="struct" name="struct GimpControllerEventValue" link="GimpController.html#GimpControllerEventValue"/> + <keyword type="union" name="union GimpControllerEvent" link="GimpController.html#GimpControllerEvent"/> + <keyword type="struct" name="GimpController" link="GimpController.html#GimpController-struct"/> + <keyword type="property" name="The “name” property" link="GimpController.html#GimpController--name"/> + <keyword type="property" name="The “state” property" link="GimpController.html#GimpController--state"/> + <keyword type="signal" name="The “event” signal" link="GimpController.html#GimpController-event"/> + <keyword type="function" name="gimp_cairo_set_focus_line_pattern ()" link="libgimpwidgets-GimpCairoUtils.html#gimp-cairo-set-focus-line-pattern" since="2.6"/> + <keyword type="function" name="gimp_cairo_surface_create_from_pixbuf ()" link="libgimpwidgets-GimpCairoUtils.html#gimp-cairo-surface-create-from-pixbuf" since="2.6"/> + <keyword type="function" name="GimpHelpFunc ()" link="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc"/> + <keyword type="function" name="gimp_help_enable_tooltips ()" link="libgimpwidgets-GimpHelpUI.html#gimp-help-enable-tooltips"/> + <keyword type="function" name="gimp_help_disable_tooltips ()" link="libgimpwidgets-GimpHelpUI.html#gimp-help-disable-tooltips"/> + <keyword type="function" name="gimp_standard_help_func ()" link="libgimpwidgets-GimpHelpUI.html#gimp-standard-help-func"/> + <keyword type="function" name="gimp_help_connect ()" link="libgimpwidgets-GimpHelpUI.html#gimp-help-connect"/> + <keyword type="function" name="gimp_help_set_help_data ()" link="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data"/> + <keyword type="function" name="gimp_help_set_help_data_with_markup ()" link="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data-with-markup" since="2.6"/> + <keyword type="function" name="gimp_context_help ()" link="libgimpwidgets-GimpHelpUI.html#gimp-context-help"/> + <keyword type="macro" name="GIMP_HELP_ID" link="libgimpwidgets-GimpHelpUI.html#GIMP-HELP-ID:CAPS" since="2.2"/> + <keyword type="function" name="GimpQueryStringCallback ()" link="libgimpwidgets-GimpQueryBox.html#GimpQueryStringCallback"/> + <keyword type="function" name="GimpQueryIntCallback ()" link="libgimpwidgets-GimpQueryBox.html#GimpQueryIntCallback"/> + <keyword type="function" name="GimpQueryDoubleCallback ()" link="libgimpwidgets-GimpQueryBox.html#GimpQueryDoubleCallback"/> + <keyword type="function" name="GimpQuerySizeCallback ()" link="libgimpwidgets-GimpQueryBox.html#GimpQuerySizeCallback"/> + <keyword type="function" name="GimpQueryBooleanCallback ()" link="libgimpwidgets-GimpQueryBox.html#GimpQueryBooleanCallback"/> + <keyword type="function" name="gimp_query_string_box ()" link="libgimpwidgets-GimpQueryBox.html#gimp-query-string-box"/> + <keyword type="function" name="gimp_query_int_box ()" link="libgimpwidgets-GimpQueryBox.html#gimp-query-int-box"/> + <keyword type="function" name="gimp_query_double_box ()" link="libgimpwidgets-GimpQueryBox.html#gimp-query-double-box"/> + <keyword type="function" name="gimp_query_size_box ()" link="libgimpwidgets-GimpQueryBox.html#gimp-query-size-box"/> + <keyword type="function" name="gimp_query_boolean_box ()" link="libgimpwidgets-GimpQueryBox.html#gimp-query-boolean-box"/> + <keyword type="macro" name="GIMP_QUERY_BOX_VBOX()" link="libgimpwidgets-GimpQueryBox.html#GIMP-QUERY-BOX-VBOX:CAPS"/> + <keyword type="function" name="gimp_stock_init ()" link="libgimpwidgets-GimpIcons.html#gimp-stock-init" deprecated="2.10: Use gimp_icons_init() instead."/> + <keyword type="function" name="gimp_icons_init ()" link="libgimpwidgets-GimpIcons.html#gimp-icons-init"/> + <keyword type="function" name="gimp_icons_set_icon_theme ()" link="libgimpwidgets-GimpIcons.html#gimp-icons-set-icon-theme"/> + <keyword type="macro" name="GIMP_ICON_ATTACH" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-ATTACH:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DETACH" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DETACH:CAPS"/> + <keyword type="macro" name="GIMP_ICON_INVERT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-INVERT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_RECORD" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-RECORD:CAPS"/> + <keyword type="macro" name="GIMP_ICON_RESET" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-RESET:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SHRED" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SHRED:CAPS"/> + <keyword type="macro" name="GIMP_ICON_BUSINESS_CARD" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-BUSINESS-CARD:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CHAR_PICKER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHAR-PICKER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CURSOR" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CURSOR:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DISPLAY" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GEGL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GEGL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_LINKED" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-LINKED:CAPS"/> + <keyword type="macro" name="GIMP_ICON_MARKER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-MARKER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SMARTPHONE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SMARTPHONE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TRANSPARENCY" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TRANSPARENCY:CAPS"/> + <keyword type="macro" name="GIMP_ICON_VIDEO" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-VIDEO:CAPS"/> + <keyword type="macro" name="GIMP_ICON_VISIBLE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-VISIBLE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_WEB" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-WEB:CAPS"/> + <keyword type="macro" name="GIMP_ICON_BRUSH" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-BRUSH:CAPS"/> + <keyword type="macro" name="GIMP_ICON_BUFFER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-BUFFER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_COLORMAP" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLORMAP:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DYNAMICS" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DYNAMICS:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FILE_MANAGER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FILE-MANAGER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FONT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FONT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRADIENT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRID" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRID:CAPS"/> + <keyword type="macro" name="GIMP_ICON_INPUT_DEVICE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-INPUT-DEVICE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_MYPAINT_BRUSH" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-MYPAINT-BRUSH:CAPS"/> + <keyword type="macro" name="GIMP_ICON_PALETTE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-PALETTE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_PATTERN" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-PATTERN:CAPS"/> + <keyword type="macro" name="GIMP_ICON_PLUGIN" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-PLUGIN:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SAMPLE_POINT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SAMPLE-POINT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SYMMETRY" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SYMMETRY:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TEMPLATE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TEMPLATE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_PRESET" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-PRESET:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FRAME" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FRAME:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TEXTURE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TEXTURE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_APPLICATION_EXIT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-APPLICATION-EXIT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_ASPECT_PORTRAIT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-ASPECT-PORTRAIT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_ASPECT_LANDSCAPE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-ASPECT-LANDSCAPE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CAP_BUTT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CAP-BUTT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CAP_ROUND" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CAP-ROUND:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CAP_SQUARE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CAP-SQUARE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CENTER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CENTER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CENTER_HORIZONTAL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CENTER-HORIZONTAL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CENTER_VERTICAL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CENTER-VERTICAL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CHAIN_HORIZONTAL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHAIN-HORIZONTAL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CHAIN_HORIZONTAL_BROKEN" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHAIN-HORIZONTAL-BROKEN:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CHAIN_VERTICAL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHAIN-VERTICAL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CHAIN_VERTICAL_BROKEN" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHAIN-VERTICAL-BROKEN:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CHANNEL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CHANNEL_ALPHA" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL-ALPHA:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CHANNEL_BLUE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL-BLUE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CHANNEL_GRAY" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL-GRAY:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CHANNEL_GREEN" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL-GREEN:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CHANNEL_INDEXED" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL-INDEXED:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CHANNEL_RED" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CHANNEL-RED:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CLOSE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CLOSE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CLOSE_ALL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CLOSE-ALL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_COLOR_PICKER_BLACK" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-PICKER-BLACK:CAPS"/> + <keyword type="macro" name="GIMP_ICON_COLOR_PICKER_GRAY" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-PICKER-GRAY:CAPS"/> + <keyword type="macro" name="GIMP_ICON_COLOR_PICKER_WHITE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-PICKER-WHITE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_COLOR_PICK_FROM_SCREEN" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-PICK-FROM-SCREEN:CAPS"/> + <keyword type="macro" name="GIMP_ICON_COLOR_SELECTOR_CMYK" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-SELECTOR-CMYK:CAPS"/> + <keyword type="macro" name="GIMP_ICON_COLOR_SELECTOR_TRIANGLE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-SELECTOR-TRIANGLE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_COLOR_SELECTOR_WATER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-SELECTOR-WATER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_COLOR_SPACE_LINEAR" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-SPACE-LINEAR:CAPS"/> + <keyword type="macro" name="GIMP_ICON_COLOR_SPACE_NON_LINEAR" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-SPACE-NON-LINEAR:CAPS"/> + <keyword type="macro" name="GIMP_ICON_COLOR_SPACE_PERCEPTUAL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLOR-SPACE-PERCEPTUAL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_COLORS_DEFAULT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLORS-DEFAULT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_COLORS_SWAP" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-COLORS-SWAP:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CONTROLLER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONTROLLER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CONTROLLER_KEYBOARD" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONTROLLER-KEYBOARD:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CONTROLLER_LINUX_INPUT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONTROLLER-LINUX-INPUT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CONTROLLER_MIDI" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONTROLLER-MIDI:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CONTROLLER_MOUSE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONTROLLER-MOUSE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CONTROLLER_WHEEL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONTROLLER-WHEEL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CONVERT_RGB" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONVERT-RGB:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CONVERT_GRAYSCALE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONVERT-GRAYSCALE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CONVERT_INDEXED" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONVERT-INDEXED:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CONVERT_PRECISION" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CONVERT-PRECISION:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CURVE_FREE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CURVE-FREE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_CURVE_SMOOTH" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-CURVE-SMOOTH:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DIALOG_CHANNELS" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-CHANNELS:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DIALOG_DASHBOARD" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-DASHBOARD:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DIALOG_DEVICE_STATUS" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-DEVICE-STATUS:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DIALOG_ERROR" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-ERROR:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DIALOG_IMAGES" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-IMAGES:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DIALOG_INFORMATION" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-INFORMATION:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DIALOG_LAYERS" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-LAYERS:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DIALOG_NAVIGATION" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-NAVIGATION:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DIALOG_PATHS" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-PATHS:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DIALOG_QUESTION" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-QUESTION:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DIALOG_RESHOW_FILTER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-RESHOW-FILTER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DIALOG_TOOLS" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-TOOLS:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DIALOG_TOOL_OPTIONS" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-TOOL-OPTIONS:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DIALOG_UNDO_HISTORY" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-UNDO-HISTORY:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DIALOG_WARNING" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DIALOG-WARNING:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DISPLAY_FILTER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DISPLAY_FILTER_CLIP_WARNING" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER-CLIP-WARNING:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DISPLAY_FILTER_COLORBLIND" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER-COLORBLIND:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DISPLAY_FILTER_CONTRAST" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER-CONTRAST:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DISPLAY_FILTER_GAMMA" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER-GAMMA:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DISPLAY_FILTER_LCMS" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER-LCMS:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DISPLAY_FILTER_PROOF" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DISPLAY-FILTER-PROOF:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DOCUMENT_NEW" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-NEW:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DOCUMENT_OPEN" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-OPEN:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DOCUMENT_OPEN_RECENT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-OPEN-RECENT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DOCUMENT_PAGE_SETUP" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-PAGE-SETUP:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DOCUMENT_PRINT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-PRINT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DOCUMENT_PRINT_RESOLUTION" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-PRINT-RESOLUTION:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DOCUMENT_PROPERTIES" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-PROPERTIES:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DOCUMENT_REVERT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-REVERT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DOCUMENT_SAVE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-SAVE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_DOCUMENT_SAVE_AS" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-DOCUMENT-SAVE-AS:CAPS"/> + <keyword type="macro" name="GIMP_ICON_EDIT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_EDIT_CLEAR" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-CLEAR:CAPS"/> + <keyword type="macro" name="GIMP_ICON_EDIT_COPY" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-COPY:CAPS"/> + <keyword type="macro" name="GIMP_ICON_EDIT_CUT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-CUT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_EDIT_DELETE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-DELETE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_EDIT_FIND" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-FIND:CAPS"/> + <keyword type="macro" name="GIMP_ICON_EDIT_PASTE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-PASTE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_EDIT_PASTE_AS_NEW" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-PASTE-AS-NEW:CAPS"/> + <keyword type="macro" name="GIMP_ICON_EDIT_PASTE_INTO" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-PASTE-INTO:CAPS"/> + <keyword type="macro" name="GIMP_ICON_EDIT_REDO" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-REDO:CAPS"/> + <keyword type="macro" name="GIMP_ICON_EDIT_UNDO" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-EDIT-UNDO:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FILL_HORIZONTAL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FILL-HORIZONTAL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FILL_VERTICAL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FILL-VERTICAL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FOLDER_NEW" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FOLDER-NEW:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FORMAT_INDENT_MORE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-INDENT-MORE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FORMAT_INDENT_LESS" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-INDENT-LESS:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FORMAT_JUSTIFY_CENTER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-JUSTIFY-CENTER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FORMAT_JUSTIFY_FILL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-JUSTIFY-FILL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FORMAT_JUSTIFY_LEFT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-JUSTIFY-LEFT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FORMAT_JUSTIFY_RIGHT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-JUSTIFY-RIGHT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FORMAT_TEXT_BOLD" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-BOLD:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FORMAT_TEXT_ITALIC" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-ITALIC:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FORMAT_TEXT_DIRECTION_LTR" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-DIRECTION-LTR:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FORMAT_TEXT_DIRECTION_RTL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-DIRECTION-RTL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-DIRECTION-TTB-LTR:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR_UPRIGHT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-DIRECTION-TTB-LTR-UPRIGHT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-DIRECTION-TTB-RTL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL_UPRIGHT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-DIRECTION-TTB-RTL-UPRIGHT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FORMAT_TEXT_SPACING_LETTER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-SPACING-LETTER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FORMAT_TEXT_SPACING_LINE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-SPACING-LINE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FORMAT_TEXT_STRIKETHROUGH" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-STRIKETHROUGH:CAPS"/> + <keyword type="macro" name="GIMP_ICON_FORMAT_TEXT_UNDERLINE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-FORMAT-TEXT-UNDERLINE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRADIENT_LINEAR" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-LINEAR:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRADIENT_BILINEAR" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-BILINEAR:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRADIENT_RADIAL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-RADIAL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRADIENT_SQUARE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-SQUARE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRADIENT_CONICAL_SYMMETRIC" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-CONICAL-SYMMETRIC:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRADIENT_CONICAL_ASYMMETRIC" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-CONICAL-ASYMMETRIC:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRADIENT_SHAPEBURST_ANGULAR" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-SHAPEBURST-ANGULAR:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRADIENT_SHAPEBURST_SPHERICAL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-SHAPEBURST-SPHERICAL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRADIENT_SHAPEBURST_DIMPLED" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-SHAPEBURST-DIMPLED:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRADIENT_SPIRAL_CLOCKWISE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-SPIRAL-CLOCKWISE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRADIENT_SPIRAL_ANTICLOCKWISE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRADIENT-SPIRAL-ANTICLOCKWISE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRAVITY_EAST" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-EAST:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRAVITY_NORTH" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-NORTH:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRAVITY_NORTH_EAST" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-NORTH-EAST:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRAVITY_NORTH_WEST" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-NORTH-WEST:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRAVITY_SOUTH" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-SOUTH:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRAVITY_SOUTH_EAST" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-SOUTH-EAST:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRAVITY_SOUTH_WEST" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-SOUTH-WEST:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GRAVITY_WEST" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GRAVITY-WEST:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GO_BOTTOM" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-BOTTOM:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GO_DOWN" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-DOWN:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GO_FIRST" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-FIRST:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GO_HOME" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-HOME:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GO_LAST" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-LAST:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GO_TOP" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-TOP:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GO_UP" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-UP:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GO_PREVIOUS" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-PREVIOUS:CAPS"/> + <keyword type="macro" name="GIMP_ICON_GO_NEXT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-GO-NEXT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_HELP" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-HELP:CAPS"/> + <keyword type="macro" name="GIMP_ICON_HELP_ABOUT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-HELP-ABOUT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_HELP_USER_MANUAL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-HELP-USER-MANUAL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_HISTOGRAM" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-HISTOGRAM:CAPS"/> + <keyword type="macro" name="GIMP_ICON_HISTOGRAM_LINEAR" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-HISTOGRAM-LINEAR:CAPS"/> + <keyword type="macro" name="GIMP_ICON_HISTOGRAM_LOGARITHMIC" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-HISTOGRAM-LOGARITHMIC:CAPS"/> + <keyword type="macro" name="GIMP_ICON_IMAGE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-IMAGE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_IMAGE_OPEN" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-IMAGE-OPEN:CAPS"/> + <keyword type="macro" name="GIMP_ICON_IMAGE_RELOAD" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-IMAGE-RELOAD:CAPS"/> + <keyword type="macro" name="GIMP_ICON_JOIN_MITER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-JOIN-MITER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_JOIN_ROUND" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-JOIN-ROUND:CAPS"/> + <keyword type="macro" name="GIMP_ICON_JOIN_BEVEL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-JOIN-BEVEL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_LAYER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_LAYER_ANCHOR" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER-ANCHOR:CAPS"/> + <keyword type="macro" name="GIMP_ICON_LAYER_FLOATING_SELECTION" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER-FLOATING-SELECTION:CAPS"/> + <keyword type="macro" name="GIMP_ICON_LAYER_MASK" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER-MASK:CAPS"/> + <keyword type="macro" name="GIMP_ICON_LAYER_MERGE_DOWN" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER-MERGE-DOWN:CAPS"/> + <keyword type="macro" name="GIMP_ICON_LAYER_TEXT_LAYER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER-TEXT-LAYER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_LAYER_TO_IMAGESIZE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-LAYER-TO-IMAGESIZE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_LIST" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-LIST:CAPS"/> + <keyword type="macro" name="GIMP_ICON_LIST_ADD" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-LIST-ADD:CAPS"/> + <keyword type="macro" name="GIMP_ICON_LIST_REMOVE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-LIST-REMOVE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_MENU_LEFT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-MENU-LEFT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_MENU_RIGHT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-MENU-RIGHT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_OBJECT_DUPLICATE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-DUPLICATE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_OBJECT_FLIP_HORIZONTAL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-FLIP-HORIZONTAL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_OBJECT_FLIP_VERTICAL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-FLIP-VERTICAL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_OBJECT_RESIZE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-RESIZE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_OBJECT_ROTATE_180" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-ROTATE-180:CAPS"/> + <keyword type="macro" name="GIMP_ICON_OBJECT_ROTATE_270" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-ROTATE-270:CAPS"/> + <keyword type="macro" name="GIMP_ICON_OBJECT_ROTATE_90" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-ROTATE-90:CAPS"/> + <keyword type="macro" name="GIMP_ICON_OBJECT_SCALE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-OBJECT-SCALE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_PATH" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-PATH:CAPS"/> + <keyword type="macro" name="GIMP_ICON_PATH_STROKE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-PATH-STROKE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_PIVOT_CENTER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-CENTER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_PIVOT_EAST" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-EAST:CAPS"/> + <keyword type="macro" name="GIMP_ICON_PIVOT_NORTH" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-NORTH:CAPS"/> + <keyword type="macro" name="GIMP_ICON_PIVOT_NORTH_EAST" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-NORTH-EAST:CAPS"/> + <keyword type="macro" name="GIMP_ICON_PIVOT_NORTH_WEST" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-NORTH-WEST:CAPS"/> + <keyword type="macro" name="GIMP_ICON_PIVOT_SOUTH" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-SOUTH:CAPS"/> + <keyword type="macro" name="GIMP_ICON_PIVOT_SOUTH_EAST" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-SOUTH-EAST:CAPS"/> + <keyword type="macro" name="GIMP_ICON_PIVOT_SOUTH_WEST" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-SOUTH-WEST:CAPS"/> + <keyword type="macro" name="GIMP_ICON_PIVOT_WEST" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-PIVOT-WEST:CAPS"/> + <keyword type="macro" name="GIMP_ICON_PREFERENCES_SYSTEM" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-PREFERENCES-SYSTEM:CAPS"/> + <keyword type="macro" name="GIMP_ICON_PROCESS_STOP" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-PROCESS-STOP:CAPS"/> + <keyword type="macro" name="GIMP_ICON_QUICK_MASK_OFF" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-QUICK-MASK-OFF:CAPS"/> + <keyword type="macro" name="GIMP_ICON_QUICK_MASK_ON" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-QUICK-MASK-ON:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SELECTION" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SELECTION_ADD" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-ADD:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SELECTION_ALL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-ALL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SELECTION_BORDER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-BORDER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SELECTION_GROW" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-GROW:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SELECTION_INTERSECT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-INTERSECT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SELECTION_NONE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-NONE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SELECTION_REPLACE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-REPLACE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SELECTION_SHRINK" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-SHRINK:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SELECTION_STROKE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-STROKE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SELECTION_SUBTRACT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-SUBTRACT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SELECTION_TO_CHANNEL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-TO-CHANNEL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SELECTION_TO_PATH" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SELECTION-TO-PATH:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SHAPE_CIRCLE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SHAPE-CIRCLE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SHAPE_DIAMOND" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SHAPE-DIAMOND:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SHAPE_SQUARE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SHAPE-SQUARE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_SYSTEM_RUN" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-SYSTEM-RUN:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_AIRBRUSH" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-AIRBRUSH:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_ALIGN" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-ALIGN:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_BLUR" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-BLUR:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_BRIGHTNESS_CONTRAST" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-BRIGHTNESS-CONTRAST:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_BUCKET_FILL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-BUCKET-FILL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_BY_COLOR_SELECT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-BY-COLOR-SELECT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_CAGE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-CAGE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_CLONE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-CLONE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_COLOR_TEMPERATURE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-COLOR-TEMPERATURE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_COLORIZE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-COLORIZE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_COLOR_BALANCE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-COLOR-BALANCE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_COLOR_PICKER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-COLOR-PICKER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_CROP" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-CROP:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_CURVES" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-CURVES:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_DESATURATE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-DESATURATE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_DODGE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-DODGE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_ELLIPSE_SELECT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-ELLIPSE-SELECT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_ERASER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-ERASER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_EXPOSURE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-EXPOSURE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_FLIP" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-FLIP:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_FOREGROUND_SELECT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-FOREGROUND-SELECT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_FREE_SELECT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-FREE-SELECT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_FUZZY_SELECT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-FUZZY-SELECT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_GRADIENT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-GRADIENT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_HANDLE_TRANSFORM" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-HANDLE-TRANSFORM:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_HEAL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-HEAL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_HUE_SATURATION" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-HUE-SATURATION:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_INK" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-INK:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_ISCISSORS" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-ISCISSORS:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_LEVELS" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-LEVELS:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_MEASURE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-MEASURE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_MOVE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-MOVE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_MYPAINT_BRUSH" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-MYPAINT-BRUSH:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_N_POINT_DEFORMATION" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-N-POINT-DEFORMATION:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_OFFSET" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-OFFSET:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_PAINTBRUSH" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-PAINTBRUSH:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_PATH" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-PATH:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_PENCIL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-PENCIL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_PERSPECTIVE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-PERSPECTIVE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_PERSPECTIVE_CLONE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-PERSPECTIVE-CLONE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_POSTERIZE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-POSTERIZE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_RECT_SELECT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-RECT-SELECT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_ROTATE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-ROTATE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_SCALE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-SCALE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_SEAMLESS_CLONE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-SEAMLESS-CLONE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_SHADOWS_HIGHLIGHTS" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-SHADOWS-HIGHLIGHTS:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_SHEAR" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-SHEAR:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_SMUDGE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-SMUDGE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_TEXT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-TEXT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_THRESHOLD" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-THRESHOLD:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_TRANSFORM_3D" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-TRANSFORM-3D:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_UNIFIED_TRANSFORM" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-UNIFIED-TRANSFORM:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_WARP" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-WARP:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TOOL_ZOOM" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TOOL-ZOOM:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TRANSFORM_3D_CAMERA" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TRANSFORM-3D-CAMERA:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TRANSFORM_3D_MOVE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TRANSFORM-3D-MOVE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_TRANSFORM_3D_ROTATE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-TRANSFORM-3D-ROTATE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_VIEW_REFRESH" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-VIEW-REFRESH:CAPS"/> + <keyword type="macro" name="GIMP_ICON_VIEW_FULLSCREEN" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-VIEW-FULLSCREEN:CAPS"/> + <keyword type="macro" name="GIMP_ICON_WILBER" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-WILBER:CAPS"/> + <keyword type="macro" name="GIMP_ICON_WILBER_EEK" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-WILBER-EEK:CAPS"/> + <keyword type="macro" name="GIMP_ICON_WINDOW_CLOSE" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-WINDOW-CLOSE:CAPS"/> + <keyword type="macro" name="GIMP_ICON_WINDOW_MOVE_TO_SCREEN" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-WINDOW-MOVE-TO-SCREEN:CAPS"/> + <keyword type="macro" name="GIMP_ICON_WINDOW_NEW" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-WINDOW-NEW:CAPS"/> + <keyword type="macro" name="GIMP_ICON_ZOOM_IN" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-ZOOM-IN:CAPS"/> + <keyword type="macro" name="GIMP_ICON_ZOOM_ORIGINAL" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-ZOOM-ORIGINAL:CAPS"/> + <keyword type="macro" name="GIMP_ICON_ZOOM_OUT" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-ZOOM-OUT:CAPS"/> + <keyword type="macro" name="GIMP_ICON_ZOOM_FIT_BEST" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-ZOOM-FIT-BEST:CAPS"/> + <keyword type="macro" name="GIMP_ICON_ZOOM_FOLLOW_WINDOW" link="libgimpwidgets-GimpIcons.html#GIMP-ICON-ZOOM-FOLLOW-WINDOW:CAPS"/> + <keyword type="macro" name="GIMP_STOCK_ANCHOR" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-ANCHOR:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CENTER" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CENTER:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_DUPLICATE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DUPLICATE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_EDIT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-EDIT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_RESET" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-RESET:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CLOSE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CLOSE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_MENU_LEFT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-MENU-LEFT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_MENU_RIGHT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-MENU-RIGHT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_MOVE_TO_SCREEN" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-MOVE-TO-SCREEN:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_INVERT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-INVERT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_LAYER_TO_IMAGESIZE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LAYER-TO-IMAGESIZE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_MERGE_DOWN" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-MERGE-DOWN:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_NAVIGATION" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-NAVIGATION:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_PASTE_AS_NEW" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PASTE-AS-NEW:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_PASTE_INTO" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PASTE-INTO:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_PATH_STROKE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PATH-STROKE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_PLUGIN" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PLUGIN:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_QUICK_MASK_OFF" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-QUICK-MASK-OFF:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_QUICK_MASK_ON" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-QUICK-MASK-ON:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_HISTOGRAM" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-HISTOGRAM:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_HISTOGRAM_LINEAR" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-HISTOGRAM-LINEAR:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_HISTOGRAM_LOGARITHMIC" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-HISTOGRAM-LOGARITHMIC:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_RESHOW_FILTER" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-RESHOW-FILTER:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_RESIZE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-RESIZE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_FLIP_HORIZONTAL" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-FLIP-HORIZONTAL:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_FLIP_VERTICAL" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-FLIP-VERTICAL:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_ROTATE_180" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-ROTATE-180:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_ROTATE_270" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-ROTATE-270:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_ROTATE_90" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-ROTATE-90:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SCALE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SCALE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_LINKED" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LINKED:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_VISIBLE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-VISIBLE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_LIST" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LIST:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRID" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRID:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_PORTRAIT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PORTRAIT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_LANDSCAPE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LANDSCAPE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_VIDEO" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-VIDEO:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_WEB" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-WEB:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_IMAGE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-IMAGE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_LAYER" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LAYER:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_LAYER_MASK" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LAYER-MASK:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CHANNEL" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CHANNEL_RED" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL-RED:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CHANNEL_GREEN" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL-GREEN:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CHANNEL_BLUE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL-BLUE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CHANNEL_GRAY" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL-GRAY:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CHANNEL_INDEXED" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL-INDEXED:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CHANNEL_ALPHA" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNEL-ALPHA:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_PATH" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PATH:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TEXT_LAYER" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TEXT-LAYER:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_FLOATING_SELECTION" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-FLOATING-SELECTION:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TEMPLATE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TEMPLATE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_IMAGES" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-IMAGES:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_LAYERS" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LAYERS:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CHANNELS" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHANNELS:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_PATHS" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PATHS:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_COLORMAP" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-COLORMAP:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_INDEXED_PALETTE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-INDEXED-PALETTE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CURSOR" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CURSOR:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SAMPLE_POINT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SAMPLE-POINT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SHAPE_CIRCLE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SHAPE-CIRCLE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SHAPE_SQUARE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SHAPE-SQUARE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SHAPE_DIAMOND" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SHAPE-DIAMOND:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CAP_BUTT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CAP-BUTT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CAP_ROUND" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CAP-ROUND:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CAP_SQUARE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CAP-SQUARE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_JOIN_MITER" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-JOIN-MITER:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_JOIN_ROUND" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-JOIN-ROUND:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_JOIN_BEVEL" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-JOIN-BEVEL:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SELECTION" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SELECTION_ALL" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-ALL:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SELECTION_NONE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-NONE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SELECTION_GROW" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-GROW:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SELECTION_SHRINK" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-SHRINK:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SELECTION_BORDER" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-BORDER:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SELECTION_ADD" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-ADD:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SELECTION_SUBTRACT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-SUBTRACT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SELECTION_REPLACE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-REPLACE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SELECTION_INTERSECT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-INTERSECT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SELECTION_STROKE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-STROKE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SELECTION_TO_CHANNEL" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-TO-CHANNEL:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SELECTION_TO_PATH" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SELECTION-TO-PATH:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRADIENT_LINEAR" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-LINEAR:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRADIENT_BILINEAR" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-BILINEAR:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRADIENT_RADIAL" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-RADIAL:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRADIENT_SQUARE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-SQUARE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRADIENT_CONICAL_SYMMETRIC" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-CONICAL-SYMMETRIC:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRADIENT_CONICAL_ASYMMETRIC" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-CONICAL-ASYMMETRIC:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRADIENT_SHAPEBURST_SPHERICAL" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-SHAPEBURST-SPHERICAL:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRADIENT_SHAPEBURST_ANGULAR" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-SHAPEBURST-ANGULAR:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRADIENT_SHAPEBURST_DIMPLED" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-SHAPEBURST-DIMPLED:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRADIENT_SPIRAL_CLOCKWISE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-SPIRAL-CLOCKWISE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT-SPIRAL-ANTICLOCKWISE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRAVITY_NORTH_WEST" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-NORTH-WEST:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRAVITY_NORTH" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-NORTH:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRAVITY_NORTH_EAST" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-NORTH-EAST:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRAVITY_WEST" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-WEST:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRAVITY_EAST" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-EAST:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRAVITY_SOUTH_WEST" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-SOUTH-WEST:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRAVITY_SOUTH" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-SOUTH:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRAVITY_SOUTH_EAST" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRAVITY-SOUTH-EAST:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_HCENTER" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-HCENTER:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_VCENTER" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-VCENTER:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CHAR_PICKER" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CHAR-PICKER:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_LETTER_SPACING" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LETTER-SPACING:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_LINE_SPACING" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-LINE-SPACING:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TEXT_DIR_LTR" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TEXT-DIR-LTR:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TEXT_DIR_RTL" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TEXT-DIR-RTL:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_PRINT_RESOLUTION" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PRINT-RESOLUTION:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOLS" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOLS:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_OPTIONS" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-OPTIONS:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_DEVICE_STATUS" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DEVICE-STATUS:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_INPUT_DEVICE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-INPUT-DEVICE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_DISPLAY_FILTER" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DISPLAY-FILTER:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CURVE_FREE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CURVE-FREE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CURVE_SMOOTH" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CURVE-SMOOTH:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_COLOR_PICKER_BLACK" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-COLOR-PICKER-BLACK:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_COLOR_PICKER_GRAY" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-COLOR-PICKER-GRAY:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_COLOR_PICKER_WHITE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-COLOR-PICKER-WHITE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_COLOR_TRIANGLE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-COLOR-TRIANGLE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_COLOR_PICK_FROM_SCREEN" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-COLOR-PICK-FROM-SCREEN:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CONVERT_GRAYSCALE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONVERT-GRAYSCALE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CONVERT_INDEXED" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONVERT-INDEXED:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CONVERT_RGB" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONVERT-RGB:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TRANSPARENCY" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TRANSPARENCY:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_DEFAULT_COLORS" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DEFAULT-COLORS:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_SWAP_COLORS" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-SWAP-COLORS:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_UNDO_HISTORY" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-UNDO-HISTORY:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_HCHAIN" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-HCHAIN:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_HCHAIN_BROKEN" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-HCHAIN-BROKEN:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_VCHAIN" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-VCHAIN:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_VCHAIN_BROKEN" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-VCHAIN-BROKEN:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TEXTURE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TEXTURE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_FRAME" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-FRAME:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_ERROR" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-ERROR:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_INFO" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-INFO:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_QUESTION" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-QUESTION:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_WARNING" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-WARNING:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GEGL" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GEGL:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_USER_MANUAL" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-USER-MANUAL:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_WILBER" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-WILBER:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_WILBER_EEK" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-WILBER-EEK:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_ZOOM_FOLLOW_WINDOW" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-ZOOM-FOLLOW-WINDOW:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_AIRBRUSH" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-AIRBRUSH:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_ALIGN" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-ALIGN:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_BLEND" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-BLEND:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_BLUR" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-BLUR:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-BRIGHTNESS-CONTRAST:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_BUCKET_FILL" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-BUCKET-FILL:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_BY_COLOR_SELECT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-BY-COLOR-SELECT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_CAGE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-CAGE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_CLONE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-CLONE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_COLOR_BALANCE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-COLOR-BALANCE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_COLOR_PICKER" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-COLOR-PICKER:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_COLORIZE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-COLORIZE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_CROP" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-CROP:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_CURVES" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-CURVES:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_DESATURATE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-DESATURATE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_DODGE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-DODGE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_ELLIPSE_SELECT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-ELLIPSE-SELECT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_ERASER" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-ERASER:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_FLIP" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-FLIP:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_FOREGROUND_SELECT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-FOREGROUND-SELECT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_FREE_SELECT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-FREE-SELECT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_FUZZY_SELECT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-FUZZY-SELECT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_HEAL" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-HEAL:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_HUE_SATURATION" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-HUE-SATURATION:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_INK" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-INK:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_ISCISSORS" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-ISCISSORS:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_LEVELS" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-LEVELS:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_MEASURE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-MEASURE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_MOVE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-MOVE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_PAINTBRUSH" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-PAINTBRUSH:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_PATH" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-PATH:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_PENCIL" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-PENCIL:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_PERSPECTIVE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-PERSPECTIVE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_PERSPECTIVE_CLONE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-PERSPECTIVE-CLONE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_POSTERIZE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-POSTERIZE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_RECT_SELECT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-RECT-SELECT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_ROTATE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-ROTATE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_SCALE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-SCALE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_SHEAR" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-SHEAR:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_SMUDGE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-SMUDGE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_TEXT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-TEXT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_THRESHOLD" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-THRESHOLD:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_ZOOM" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-ZOOM:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CONTROLLER" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONTROLLER:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CONTROLLER_KEYBOARD" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONTROLLER-KEYBOARD:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CONTROLLER_LINUX_INPUT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONTROLLER-LINUX-INPUT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CONTROLLER_MIDI" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONTROLLER-MIDI:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CONTROLLER_MOUSE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONTROLLER-MOUSE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_CONTROLLER_WHEEL" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-CONTROLLER-WHEEL:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_DISPLAY_FILTER_COLORBLIND" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DISPLAY-FILTER-COLORBLIND:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_DISPLAY_FILTER_CONTRAST" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DISPLAY-FILTER-CONTRAST:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_DISPLAY_FILTER_GAMMA" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DISPLAY-FILTER-GAMMA:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_DISPLAY_FILTER_LCMS" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DISPLAY-FILTER-LCMS:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_DISPLAY_FILTER_PROOF" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DISPLAY-FILTER-PROOF:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_QMASK_ON" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-QMASK-ON:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_QMASK_OFF" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-QMASK-OFF:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_BRUSH" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-BRUSH:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_DYNAMICS" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DYNAMICS:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_BUFFER" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-BUFFER:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_DETACH" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-DETACH:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_FONT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-FONT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_GRADIENT" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-GRADIENT:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_PALETTE" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PALETTE:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_PATTERN" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-PATTERN:CAPS" deprecated=""/> + <keyword type="macro" name="GIMP_STOCK_TOOL_PRESET" link="libgimpwidgets-GimpIcons.html#GIMP-STOCK-TOOL-PRESET:CAPS" deprecated=""/> + <keyword type="function" name="gimp_enum_radio_box_new ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-box-new" since="2.4"/> + <keyword type="function" name="gimp_enum_radio_box_new_with_range ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-box-new-with-range" since="2.4"/> + <keyword type="function" name="gimp_enum_radio_frame_new ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-frame-new" since="2.4"/> + <keyword type="function" name="gimp_enum_radio_frame_new_with_range ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-frame-new-with-range" since="2.4"/> + <keyword type="function" name="gimp_enum_stock_box_new ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-new" deprecated="GIMP 2.10" since="2.4"/> + <keyword type="function" name="gimp_enum_stock_box_new_with_range ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-new-with-range" deprecated="GIMP 2.10" since="2.4"/> + <keyword type="function" name="gimp_enum_stock_box_set_child_padding ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-set-child-padding" deprecated="GIMP 2.10" since="2.4"/> + <keyword type="function" name="gimp_enum_icon_box_new ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-icon-box-new" since="2.10"/> + <keyword type="function" name="gimp_enum_icon_box_new_with_range ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-icon-box-new-with-range" since="2.10"/> + <keyword type="function" name="gimp_enum_icon_box_set_child_padding ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-icon-box-set-child-padding" since="2.10"/> + <keyword type="function" name="gimp_prop_boolean_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-combo-box-new" since="2.4"/> + <keyword type="function" name="gimp_prop_boolean_radio_frame_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-radio-frame-new" since="2.4"/> + <keyword type="function" name="gimp_prop_check_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-check-button-new" since="2.4"/> + <keyword type="function" name="gimp_prop_color_area_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-color-area-new" since="2.4"/> + <keyword type="function" name="gimp_prop_coordinates_connect ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-connect"/> + <keyword type="function" name="gimp_prop_coordinates_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-new" since="2.4"/> + <keyword type="function" name="gimp_prop_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-entry-new" since="2.4"/> + <keyword type="function" name="gimp_prop_pointer_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-pointer-combo-box-new" since="2.10"/> + <keyword type="function" name="gimp_prop_enum_check_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-check-button-new" since="2.4"/> + <keyword type="function" name="gimp_prop_enum_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-combo-box-new" since="2.4"/> + <keyword type="function" name="gimp_prop_enum_label_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-label-new" since="2.4"/> + <keyword type="function" name="gimp_prop_enum_radio_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-box-new" since="2.4"/> + <keyword type="function" name="gimp_prop_enum_radio_frame_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-frame-new" since="2.4"/> + <keyword type="function" name="gimp_prop_enum_stock_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-stock-box-new" deprecated="2.10" since="2.4"/> + <keyword type="function" name="gimp_prop_enum_icon_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-icon-box-new" since="2.10"/> + <keyword type="function" name="gimp_prop_expander_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-expander-new" since="2.4"/> + <keyword type="function" name="gimp_prop_file_chooser_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-file-chooser-button-new" since="2.4"/> + <keyword type="function" name="gimp_prop_file_chooser_button_new_with_dialog ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-file-chooser-button-new-with-dialog" since="2.4"/> + <keyword type="function" name="gimp_prop_hscale_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-hscale-new" since="2.4"/> + <keyword type="function" name="gimp_prop_icon_image_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-icon-image-new" since="2.10"/> + <keyword type="function" name="gimp_prop_int_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-int-combo-box-new" since="2.4"/> + <keyword type="function" name="gimp_prop_label_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-label-new" since="2.4"/> + <keyword type="function" name="gimp_prop_memsize_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-memsize-entry-new" since="2.4"/> + <keyword type="function" name="gimp_prop_opacity_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-opacity-entry-new" since="2.4"/> + <keyword type="function" name="gimp_prop_path_editor_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-path-editor-new"/> + <keyword type="function" name="gimp_prop_scale_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-scale-entry-new" since="2.4"/> + <keyword type="function" name="gimp_prop_size_entry_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-size-entry-new" since="2.4"/> + <keyword type="function" name="gimp_prop_spin_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-spin-button-new" since="2.4"/> + <keyword type="function" name="gimp_prop_stock_image_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-stock-image-new" deprecated="2.10" since="2.4"/> + <keyword type="function" name="gimp_prop_string_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-string-combo-box-new" since="2.4"/> + <keyword type="function" name="gimp_prop_text_buffer_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-text-buffer-new" since="2.4"/> + <keyword type="function" name="gimp_prop_unit_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-unit-combo-box-new" since="2.8"/> + <keyword type="function" name="gimp_prop_unit_menu_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-unit-menu-new" deprecated="2.10" since="2.4"/> + <keyword type="function" name="gimp_radio_group_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new"/> + <keyword type="function" name="gimp_radio_group_new2 ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new2"/> + <keyword type="function" name="gimp_radio_group_set_active ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-group-set-active"/> + <keyword type="function" name="gimp_int_radio_group_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-int-radio-group-new"/> + <keyword type="function" name="gimp_int_radio_group_set_active ()" link="libgimpwidgets-GimpWidgets.html#gimp-int-radio-group-set-active"/> + <keyword type="function" name="gimp_spin_button_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-spin-button-new" deprecated="2.10: Use gtk_spin_button_new() instead." since="2.10.10"/> + <keyword type="macro" name="GIMP_SCALE_ENTRY_LABEL()" link="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-LABEL:CAPS"/> + <keyword type="macro" name="GIMP_SCALE_ENTRY_SCALE()" link="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SCALE:CAPS"/> + <keyword type="macro" name="GIMP_SCALE_ENTRY_SCALE_ADJ()" link="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SCALE-ADJ:CAPS"/> + <keyword type="macro" name="GIMP_SCALE_ENTRY_SPINBUTTON()" link="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SPINBUTTON:CAPS"/> + <keyword type="macro" name="GIMP_SCALE_ENTRY_SPINBUTTON_ADJ()" link="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SPINBUTTON-ADJ:CAPS"/> + <keyword type="function" name="gimp_scale_entry_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new"/> + <keyword type="function" name="gimp_scale_entry_set_sensitive ()" link="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-set-sensitive"/> + <keyword type="function" name="gimp_scale_entry_set_logarithmic ()" link="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-set-logarithmic" since="2.2"/> + <keyword type="function" name="gimp_scale_entry_get_logarithmic ()" link="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-get-logarithmic" since="2.2"/> + <keyword type="function" name="gimp_color_scale_entry_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-color-scale-entry-new"/> + <keyword type="macro" name="GIMP_RANDOM_SEED_SPINBUTTON()" link="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-SPINBUTTON:CAPS"/> + <keyword type="macro" name="GIMP_RANDOM_SEED_SPINBUTTON_ADJ()" link="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-SPINBUTTON-ADJ:CAPS"/> + <keyword type="macro" name="GIMP_RANDOM_SEED_TOGGLE()" link="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-TOGGLE:CAPS"/> + <keyword type="function" name="gimp_random_seed_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-random-seed-new"/> + <keyword type="macro" name="GIMP_COORDINATES_CHAINBUTTON()" link="libgimpwidgets-GimpWidgets.html#GIMP-COORDINATES-CHAINBUTTON:CAPS"/> + <keyword type="function" name="gimp_coordinates_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new"/> + <keyword type="function" name="gimp_toggle_button_update ()" link="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-update"/> + <keyword type="function" name="gimp_radio_button_update ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-button-update"/> + <keyword type="function" name="gimp_int_adjustment_update ()" link="libgimpwidgets-GimpWidgets.html#gimp-int-adjustment-update"/> + <keyword type="function" name="gimp_uint_adjustment_update ()" link="libgimpwidgets-GimpWidgets.html#gimp-uint-adjustment-update"/> + <keyword type="function" name="gimp_float_adjustment_update ()" link="libgimpwidgets-GimpWidgets.html#gimp-float-adjustment-update"/> + <keyword type="function" name="gimp_double_adjustment_update ()" link="libgimpwidgets-GimpWidgets.html#gimp-double-adjustment-update"/> + <keyword type="function" name="gimp_widgets_error_quark ()" link="libgimpwidgets-GimpWidgets.html#gimp-widgets-error-quark"/> + <keyword type="enum" name="enum GimpWidgetsError" link="libgimpwidgets-GimpWidgets.html#GimpWidgetsError"/> + <keyword type="macro" name="GIMP_WIDGETS_ERROR" link="libgimpwidgets-GimpWidgets.html#GIMP-WIDGETS-ERROR:CAPS" since="2.8"/> + <keyword type="function" name="gimp_table_attach_aligned ()" link="libgimpwidgets-GimpWidgetsUtils.html#gimp-table-attach-aligned"/> + <keyword type="function" name="gimp_label_set_attributes ()" link="libgimpwidgets-GimpWidgetsUtils.html#gimp-label-set-attributes" since="2.2"/> + <keyword type="function" name="gimp_widget_get_monitor ()" link="libgimpwidgets-GimpWidgetsUtils.html#gimp-widget-get-monitor"/> + <keyword type="function" name="gimp_get_monitor_at_pointer ()" link="libgimpwidgets-GimpWidgetsUtils.html#gimp-get-monitor-at-pointer"/> + <keyword type="function" name="gimp_widget_track_monitor ()" link="libgimpwidgets-GimpWidgetsUtils.html#gimp-widget-track-monitor" since="2.10"/> + <keyword type="function" name="gimp_screen_get_color_profile ()" link="libgimpwidgets-GimpWidgetsUtils.html#gimp-screen-get-color-profile" since="2.10"/> + <keyword type="function" name="gimp_widget_get_color_profile ()" link="libgimpwidgets-GimpWidgetsUtils.html#gimp-widget-get-color-profile"/> + <keyword type="function" name="gimp_widget_get_color_transform ()" link="libgimpwidgets-GimpWidgetsUtils.html#gimp-widget-get-color-transform"/> + <keyword type="function" name="gimp_int_option_menu_new ()" link="libgimpwidgets-GimpOldWidgets.html#gimp-int-option-menu-new" deprecated=""/> + <keyword type="function" name="gimp_int_option_menu_set_history ()" link="libgimpwidgets-GimpOldWidgets.html#gimp-int-option-menu-set-history" deprecated=""/> + <keyword type="function" name="GimpIntOptionMenuSensitivityCallback ()" link="libgimpwidgets-GimpOldWidgets.html#GimpIntOptionMenuSensitivityCallback" deprecated=""/> + <keyword type="function" name="gimp_int_option_menu_set_sensitive ()" link="libgimpwidgets-GimpOldWidgets.html#gimp-int-option-menu-set-sensitive" deprecated=""/> + <keyword type="function" name="gimp_option_menu_new ()" link="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-new" deprecated=""/> + <keyword type="function" name="gimp_option_menu_new2 ()" link="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-new2" deprecated=""/> + <keyword type="function" name="gimp_option_menu_set_history ()" link="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-set-history" deprecated=""/> + <keyword type="function" name="GimpOptionMenuSensitivityCallback ()" link="libgimpwidgets-GimpOldWidgets.html#GimpOptionMenuSensitivityCallback" deprecated=""/> + <keyword type="function" name="gimp_option_menu_set_sensitive ()" link="libgimpwidgets-GimpOldWidgets.html#gimp-option-menu-set-sensitive" deprecated=""/> + <keyword type="function" name="gimp_menu_item_update ()" link="libgimpwidgets-GimpOldWidgets.html#gimp-menu-item-update" deprecated=""/> + <keyword type="function" name="gimp_toggle_button_sensitive_update ()" link="libgimpwidgets-GimpOldWidgets.html#gimp-toggle-button-sensitive-update" deprecated=""/> + <keyword type="function" name="gimp_pixmap_button_new ()" link="libgimpwidgets-GimpOldWidgets.html#gimp-pixmap-button-new" deprecated=""/> + <keyword type="function" name="gimp_unit_menu_update ()" link="libgimpwidgets-GimpOldWidgets.html#gimp-unit-menu-update" deprecated="use #GimpUnitComboBox instead."/> + <keyword type="function" name="gimp_pixmap_new ()" link="GimpPixmap.html#gimp-pixmap-new" deprecated=""/> + <keyword type="function" name="gimp_pixmap_set ()" link="GimpPixmap.html#gimp-pixmap-set" deprecated=""/> + <keyword type="struct" name="GimpPixmap" link="GimpPixmap.html#GimpPixmap-struct"/> + <keyword type="function" name="gimp_unit_menu_new ()" link="GimpUnitMenu.html#gimp-unit-menu-new" deprecated=""/> + <keyword type="function" name="gimp_unit_menu_set_unit ()" link="GimpUnitMenu.html#gimp-unit-menu-set-unit" deprecated=""/> + <keyword type="function" name="gimp_unit_menu_get_unit ()" link="GimpUnitMenu.html#gimp-unit-menu-get-unit" deprecated=""/> + <keyword type="function" name="gimp_unit_menu_get_pixel_digits ()" link="GimpUnitMenu.html#gimp-unit-menu-get-pixel-digits" deprecated=""/> + <keyword type="function" name="gimp_unit_menu_set_pixel_digits ()" link="GimpUnitMenu.html#gimp-unit-menu-set-pixel-digits" deprecated=""/> + <keyword type="struct" name="GimpUnitMenu" link="GimpUnitMenu.html#GimpUnitMenu-struct"/> + <keyword type="signal" name="The “unit-changed” signal" link="GimpUnitMenu.html#GimpUnitMenu-unit-changed"/> + <keyword type="constant" name="GIMP_CHAIN_TOP" link="GimpChainButton.html#GIMP-CHAIN-TOP:CAPS"/> + <keyword type="constant" name="GIMP_CHAIN_LEFT" link="GimpChainButton.html#GIMP-CHAIN-LEFT:CAPS"/> + <keyword type="constant" name="GIMP_CHAIN_BOTTOM" link="GimpChainButton.html#GIMP-CHAIN-BOTTOM:CAPS"/> + <keyword type="constant" name="GIMP_CHAIN_RIGHT" link="GimpChainButton.html#GIMP-CHAIN-RIGHT:CAPS"/> + <keyword type="constant" name="GIMP_COLOR_AREA_FLAT" link="GimpColorArea.html#GIMP-COLOR-AREA-FLAT:CAPS"/> + <keyword type="constant" name="GIMP_COLOR_AREA_SMALL_CHECKS" link="GimpColorArea.html#GIMP-COLOR-AREA-SMALL-CHECKS:CAPS"/> + <keyword type="constant" name="GIMP_COLOR_AREA_LARGE_CHECKS" link="GimpColorArea.html#GIMP-COLOR-AREA-LARGE-CHECKS:CAPS"/> + <keyword type="constant" name="GIMP_INT_COMBO_BOX_LAYOUT_ICON_ONLY" link="GimpIntComboBox.html#GIMP-INT-COMBO-BOX-LAYOUT-ICON-ONLY:CAPS"/> + <keyword type="constant" name="GIMP_INT_COMBO_BOX_LAYOUT_ABBREVIATED" link="GimpIntComboBox.html#GIMP-INT-COMBO-BOX-LAYOUT-ABBREVIATED:CAPS"/> + <keyword type="constant" name="GIMP_INT_COMBO_BOX_LAYOUT_FULL" link="GimpIntComboBox.html#GIMP-INT-COMBO-BOX-LAYOUT-FULL:CAPS"/> + <keyword type="constant" name="GIMP_INT_STORE_VALUE" link="GimpIntStore.html#GIMP-INT-STORE-VALUE:CAPS"/> + <keyword type="constant" name="GIMP_INT_STORE_LABEL" link="GimpIntStore.html#GIMP-INT-STORE-LABEL:CAPS"/> + <keyword type="constant" name="GIMP_INT_STORE_ICON_NAME" link="GimpIntStore.html#GIMP-INT-STORE-ICON-NAME:CAPS"/> + <keyword type="constant" name="GIMP_INT_STORE_PIXBUF" link="GimpIntStore.html#GIMP-INT-STORE-PIXBUF:CAPS"/> + <keyword type="constant" name="GIMP_INT_STORE_USER_DATA" link="GimpIntStore.html#GIMP-INT-STORE-USER-DATA:CAPS"/> + <keyword type="constant" name="GIMP_INT_STORE_ABBREV" link="GimpIntStore.html#GIMP-INT-STORE-ABBREV:CAPS"/> + <keyword type="constant" name="GIMP_INT_STORE_NUM_COLUMNS" link="GimpIntStore.html#GIMP-INT-STORE-NUM-COLUMNS:CAPS"/> + <keyword type="constant" name="GIMP_INT_STORE_STOCK_ID" link="GimpIntStore.html#GIMP-INT-STORE-STOCK-ID:CAPS"/> + <keyword type="constant" name="GIMP_ASPECT_SQUARE" link="GimpNumberPairEntry.html#GIMP-ASPECT-SQUARE:CAPS"/> + <keyword type="constant" name="GIMP_ASPECT_PORTRAIT" link="GimpNumberPairEntry.html#GIMP-ASPECT-PORTRAIT:CAPS"/> + <keyword type="constant" name="GIMP_ASPECT_LANDSCAPE" link="GimpNumberPairEntry.html#GIMP-ASPECT-LANDSCAPE:CAPS"/> + <keyword type="constant" name="GIMP_PAGE_SELECTOR_TARGET_LAYERS" link="GimpPageSelector.html#GIMP-PAGE-SELECTOR-TARGET-LAYERS:CAPS"/> + <keyword type="constant" name="GIMP_PAGE_SELECTOR_TARGET_IMAGES" link="GimpPageSelector.html#GIMP-PAGE-SELECTOR-TARGET-IMAGES:CAPS"/> + <keyword type="constant" name="GIMP_SIZE_ENTRY_UPDATE_NONE" link="GimpSizeEntry.html#GIMP-SIZE-ENTRY-UPDATE-NONE:CAPS"/> + <keyword type="constant" name="GIMP_SIZE_ENTRY_UPDATE_SIZE" link="GimpSizeEntry.html#GIMP-SIZE-ENTRY-UPDATE-SIZE:CAPS"/> + <keyword type="constant" name="GIMP_SIZE_ENTRY_UPDATE_RESOLUTION" link="GimpSizeEntry.html#GIMP-SIZE-ENTRY-UPDATE-RESOLUTION:CAPS"/> + <keyword type="constant" name="GIMP_ZOOM_IN" link="GimpZoomModel.html#GIMP-ZOOM-IN:CAPS"/> + <keyword type="constant" name="GIMP_ZOOM_OUT" link="GimpZoomModel.html#GIMP-ZOOM-OUT:CAPS"/> + <keyword type="constant" name="GIMP_ZOOM_IN_MORE" link="GimpZoomModel.html#GIMP-ZOOM-IN-MORE:CAPS"/> + <keyword type="constant" name="GIMP_ZOOM_OUT_MORE" link="GimpZoomModel.html#GIMP-ZOOM-OUT-MORE:CAPS"/> + <keyword type="constant" name="GIMP_ZOOM_IN_MAX" link="GimpZoomModel.html#GIMP-ZOOM-IN-MAX:CAPS"/> + <keyword type="constant" name="GIMP_ZOOM_OUT_MAX" link="GimpZoomModel.html#GIMP-ZOOM-OUT-MAX:CAPS"/> + <keyword type="constant" name="GIMP_ZOOM_TO" link="GimpZoomModel.html#GIMP-ZOOM-TO:CAPS"/> + <keyword type="constant" name="GIMP_COLOR_SELECTOR_HUE" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-HUE:CAPS"/> + <keyword type="constant" name="GIMP_COLOR_SELECTOR_SATURATION" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-SATURATION:CAPS"/> + <keyword type="constant" name="GIMP_COLOR_SELECTOR_VALUE" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-VALUE:CAPS"/> + <keyword type="constant" name="GIMP_COLOR_SELECTOR_RED" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-RED:CAPS"/> + <keyword type="constant" name="GIMP_COLOR_SELECTOR_GREEN" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-GREEN:CAPS"/> + <keyword type="constant" name="GIMP_COLOR_SELECTOR_BLUE" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-BLUE:CAPS"/> + <keyword type="constant" name="GIMP_COLOR_SELECTOR_ALPHA" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-ALPHA:CAPS"/> + <keyword type="constant" name="GIMP_COLOR_SELECTOR_LCH_LIGHTNESS" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-LCH-LIGHTNESS:CAPS"/> + <keyword type="constant" name="GIMP_COLOR_SELECTOR_LCH_CHROMA" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-LCH-CHROMA:CAPS"/> + <keyword type="constant" name="GIMP_COLOR_SELECTOR_LCH_HUE" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-LCH-HUE:CAPS"/> + <keyword type="constant" name="GIMP_COLOR_SELECTOR_MODEL_RGB" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-MODEL-RGB:CAPS"/> + <keyword type="constant" name="GIMP_COLOR_SELECTOR_MODEL_LCH" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-MODEL-LCH:CAPS"/> + <keyword type="constant" name="GIMP_COLOR_SELECTOR_MODEL_HSV" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-MODEL-HSV:CAPS"/> + <keyword type="constant" name="GIMP_CONTROLLER_EVENT_TRIGGER" link="GimpController.html#GIMP-CONTROLLER-EVENT-TRIGGER:CAPS"/> + <keyword type="constant" name="GIMP_CONTROLLER_EVENT_VALUE" link="GimpController.html#GIMP-CONTROLLER-EVENT-VALUE:CAPS"/> + <keyword type="constant" name="GIMP_WIDGETS_PARSE_ERROR" link="libgimpwidgets-GimpWidgets.html#GIMP-WIDGETS-PARSE-ERROR:CAPS"/> + <keyword type="member" name="GimpControllerEventAny.type" link="GimpController.html#GimpControllerEventAny.type"/> + <keyword type="member" name="GimpControllerEventAny.source" link="GimpController.html#GimpControllerEventAny.source"/> + <keyword type="member" name="GimpControllerEventAny.event-id" link="GimpController.html#GimpControllerEventAny.event-id"/> + <keyword type="member" name="GimpControllerEventTrigger.type" link="GimpController.html#GimpControllerEventTrigger.type"/> + <keyword type="member" name="GimpControllerEventTrigger.source" link="GimpController.html#GimpControllerEventTrigger.source"/> + <keyword type="member" name="GimpControllerEventTrigger.event-id" link="GimpController.html#GimpControllerEventTrigger.event-id"/> + <keyword type="member" name="GimpControllerEventValue.type" link="GimpController.html#GimpControllerEventValue.type"/> + <keyword type="member" name="GimpControllerEventValue.source" link="GimpController.html#GimpControllerEventValue.source"/> + <keyword type="member" name="GimpControllerEventValue.event-id" link="GimpController.html#GimpControllerEventValue.event-id"/> + <keyword type="member" name="GimpControllerEventValue.value" link="GimpController.html#GimpControllerEventValue.value"/> + </functions> +</book> diff --git a/devel-docs/libgimpwidgets/html/right-insensitive.png b/devel-docs/libgimpwidgets/html/right-insensitive.png Binary files differnew file mode 100644 index 0000000..e4a5684 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/right-insensitive.png diff --git a/devel-docs/libgimpwidgets/html/right.png b/devel-docs/libgimpwidgets/html/right.png Binary files differnew file mode 100644 index 0000000..2a405d3 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/right.png diff --git a/devel-docs/libgimpwidgets/html/style.css b/devel-docs/libgimpwidgets/html/style.css new file mode 100644 index 0000000..b4a1493 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/style.css @@ -0,0 +1,533 @@ +body +{ + font-family: cantarell, sans-serif; +} +.synopsis, .classsynopsis +{ + /* tango:aluminium 1/2 */ + background: #eeeeec; + background: rgba(238, 238, 236, 0.5); + border: solid 1px rgb(238, 238, 236); + padding: 0.5em; +} +.programlisting +{ + /* tango:sky blue 0/1 */ + /* fallback for no rgba support */ + background: #e6f3ff; + border: solid 1px #729fcf; + background: rgba(114, 159, 207, 0.1); + border: solid 1px rgba(114, 159, 207, 0.2); + padding: 0.5em; +} +.variablelist +{ + padding: 4px; + margin-left: 3em; +} +.variablelist td:first-child +{ + vertical-align: top; +} + +span.nowrap { + white-space: nowrap; +} + +div.gallery-float +{ + float: left; + padding: 10px; +} +div.gallery-float img +{ + border-style: none; +} +div.gallery-spacer +{ + clear: both; +} + +a, a:visited +{ + text-decoration: none; + /* tango:sky blue 2 */ + color: #3465a4; +} +a:hover +{ + text-decoration: underline; + /* tango:sky blue 1 */ + color: #729fcf; +} + +div.informaltable table +{ + border-collapse: separate; + border-spacing: 1em 0.3em; + border: none; +} + +div.informaltable table td, div.informaltable table th +{ + vertical-align: top; +} + +.function_type, +.variable_type, +.property_type, +.signal_type, +.parameter_name, +.struct_member_name, +.union_member_name, +.define_keyword, +.datatype_keyword, +.typedef_keyword +{ + text-align: right; +} + +/* dim non-primary columns */ +.c_punctuation, +.function_type, +.variable_type, +.property_type, +.signal_type, +.define_keyword, +.datatype_keyword, +.typedef_keyword, +.property_flags, +.signal_flags, +.parameter_annotations, +.enum_member_annotations, +.struct_member_annotations, +.union_member_annotations +{ + color: #888a85; +} + +.function_type a, +.function_type a:visited, +.function_type a:hover, +.property_type a, +.property_type a:visited, +.property_type a:hover, +.signal_type a, +.signal_type a:visited, +.signal_type a:hover, +.signal_flags a, +.signal_flags a:visited, +.signal_flags a:hover +{ + color: #729fcf; +} + +td p +{ + margin: 0.25em; +} + +div.table table +{ + border-collapse: collapse; + border-spacing: 0px; + /* tango:aluminium 3 */ + border: solid 1px #babdb6; +} + +div.table table td, div.table table th +{ + /* tango:aluminium 3 */ + border: solid 1px #babdb6; + padding: 3px; + vertical-align: top; +} + +div.table table th +{ + /* tango:aluminium 2 */ + background-color: #d3d7cf; +} + +h4 +{ + color: #555753; + margin-top: 1em; + margin-bottom: 1em; +} + +hr +{ + /* tango:aluminium 1 */ + color: #d3d7cf; + background: #d3d7cf; + border: none 0px; + height: 1px; + clear: both; + margin: 2.0em 0em 2.0em 0em; +} + +dl.toc dt +{ + padding-bottom: 0.25em; +} + +dl.toc > dt +{ + padding-top: 0.25em; + padding-bottom: 0.25em; + font-weight: bold; +} + +dl.toc > dl +{ + padding-bottom: 0.5em; +} + +.parameter +{ + font-style: normal; +} + +.footer +{ + padding-top: 3.5em; + /* tango:aluminium 3 */ + color: #babdb6; + text-align: center; + font-size: 80%; +} + +.informalfigure, +.figure +{ + margin: 1em; +} + +.informalexample, +.example +{ + margin-top: 1em; + margin-bottom: 1em; +} + +.warning +{ + /* tango:orange 0/1 */ + background: #ffeed9; + background: rgba(252, 175, 62, 0.1); + border-color: #ffb04f; + border-color: rgba(252, 175, 62, 0.2); +} +.note +{ + /* tango:chameleon 0/0.5 */ + background: #d8ffb2; + background: rgba(138, 226, 52, 0.1); + border-color: #abf562; + border-color: rgba(138, 226, 52, 0.2); +} +div.blockquote +{ + border-color: #eeeeec; +} +.note, .warning, div.blockquote +{ + padding: 0.5em; + border-width: 1px; + border-style: solid; + margin: 2em; +} +.note p, .warning p +{ + margin: 0; +} + +div.warning h3.title, +div.note h3.title +{ + display: none; +} + +p + div.section +{ + margin-top: 1em; +} + +div.refnamediv, +div.refsynopsisdiv, +div.refsect1, +div.refsect2, +div.toc, +div.section +{ + margin-bottom: 1em; +} + +/* blob links */ +h2 .extralinks, h3 .extralinks +{ + float: right; + /* tango:aluminium 3 */ + color: #babdb6; + font-size: 80%; + font-weight: normal; +} + +.lineart +{ + color: #d3d7cf; + font-weight: normal; +} + +.annotation +{ + /* tango:aluminium 5 */ + color: #555753; + font-weight: normal; +} + +.structfield +{ + font-style: normal; + font-weight: normal; +} + +acronym,abbr +{ + border-bottom: 1px dotted gray; +} + +.listing_frame { + /* tango:sky blue 1 */ + border: solid 1px #729fcf; + border: solid 1px rgba(114, 159, 207, 0.2); + padding: 0px; +} + +.listing_lines, .listing_code { + margin-top: 0px; + margin-bottom: 0px; + padding: 0.5em; +} +.listing_lines { + /* tango:sky blue 0.5 */ + background: #a6c5e3; + background: rgba(114, 159, 207, 0.2); + /* tango:aluminium 6 */ + color: #2e3436; +} +.listing_code { + /* tango:sky blue 0 */ + background: #e6f3ff; + background: rgba(114, 159, 207, 0.1); +} +.listing_code .programlisting { + /* override from previous */ + border: none 0px; + padding: 0px; + background: none; +} +.listing_lines pre, .listing_code pre { + margin: 0px; +} + +@media screen { + /* these have a <sup> as a first child, but since there are no parent selectors + * we can't use that. */ + a.footnote + { + position: relative; + top: 0em ! important; + } + /* this is needed so that the local anchors are displayed below the naviagtion */ + div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] + { + display: inline-block; + position: relative; + top:-5em; + } + /* this seems to be a bug in the xsl style sheets when generating indexes */ + div.index div.index + { + top: 0em; + } + /* make space for the fixed navigation bar and add space at the bottom so that + * link targets appear somewhat close to top + */ + body + { + padding-top: 2.5em; + padding-bottom: 500px; + max-width: 60em; + } + p + { + max-width: 60em; + } + /* style and size the navigation bar */ + table.navigation#top + { + position: fixed; + background: #e2e2e2; + border-bottom: solid 1px #babdb6; + border-spacing: 5px; + margin-top: 0; + margin-bottom: 0; + top: 0; + left: 0; + z-index: 10; + } + table.navigation#top td + { + padding-left: 6px; + padding-right: 6px; + } + .navigation a, .navigation a:visited + { + /* tango:sky blue 3 */ + color: #204a87; + } + .navigation a:hover + { + /* tango:sky blue 2 */ + color: #3465a4; + } + td.shortcuts + { + /* tango:sky blue 2 */ + color: #3465a4; + font-size: 80%; + white-space: nowrap; + } + td.shortcuts .dim + { + color: #babdb6; + } + .navigation .title + { + font-size: 80%; + max-width: none; + margin: 0px; + font-weight: normal; + } +} +@media screen and (min-width: 60em) { + /* screen larger than 60em */ + body { margin: auto; } +} +@media screen and (max-width: 60em) { + /* screen less than 60em */ + #nav_hierarchy { display: none; } + #nav_interfaces { display: none; } + #nav_prerequisites { display: none; } + #nav_derived_interfaces { display: none; } + #nav_implementations { display: none; } + #nav_child_properties { display: none; } + #nav_style_properties { display: none; } + #nav_index { display: none; } + #nav_glossary { display: none; } + .gallery_image { display: none; } + .property_flags { display: none; } + .signal_flags { display: none; } + .parameter_annotations { display: none; } + .enum_member_annotations { display: none; } + .struct_member_annotations { display: none; } + .union_member_annotations { display: none; } + /* now that a column is hidden, optimize space */ + col.parameters_name { width: auto; } + col.parameters_description { width: auto; } + col.struct_members_name { width: auto; } + col.struct_members_description { width: auto; } + col.enum_members_name { width: auto; } + col.enum_members_description { width: auto; } + col.union_members_name { width: auto; } + col.union_members_description { width: auto; } + .listing_lines { display: none; } +} +@media print { + table.navigation { + visibility: collapse; + display: none; + } + div.titlepage table.navigation { + visibility: visible; + display: table; + background: #e2e2e2; + border: solid 1px #babdb6; + margin-top: 0; + margin-bottom: 0; + top: 0; + left: 0; + height: 3em; + } +} + +.hll { background-color: #ffffcc } +.c { color: #408080; font-style: italic } /* Comment */ +.err { border: 1px solid #FF0000 } /* Error */ +.k { color: #008000; font-weight: bold } /* Keyword */ +.o { color: #666666 } /* Operator */ +.ch { color: #408080; font-style: italic } /* Comment.Hashbang */ +.cm { color: #408080; font-style: italic } /* Comment.Multiline */ +.cp { color: #BC7A00 } /* Comment.Preproc */ +.cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #408080; font-style: italic } /* Comment.Single */ +.cs { color: #408080; font-style: italic } /* Comment.Special */ +.gd { color: #A00000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00A000 } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #0044DD } /* Generic.Traceback */ +.kc { color: #008000; font-weight: bold } /* Keyword.Constant */ +.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #008000 } /* Keyword.Pseudo */ +.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #B00040 } /* Keyword.Type */ +.m { color: #666666 } /* Literal.Number */ +.s { color: #BA2121 } /* Literal.String */ +.na { color: #7D9029 } /* Name.Attribute */ +.nb { color: #008000 } /* Name.Builtin */ +.nc { color: #0000FF; font-weight: bold } /* Name.Class */ +.no { color: #880000 } /* Name.Constant */ +.nd { color: #AA22FF } /* Name.Decorator */ +.ni { color: #999999; font-weight: bold } /* Name.Entity */ +.ne { color: #D2413A; font-weight: bold } /* Name.Exception */ +.nf { color: #0000FF } /* Name.Function */ +.nl { color: #A0A000 } /* Name.Label */ +.nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ +.nt { color: #008000; font-weight: bold } /* Name.Tag */ +.nv { color: #19177C } /* Name.Variable */ +.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mb { color: #666666 } /* Literal.Number.Bin */ +.mf { color: #666666 } /* Literal.Number.Float */ +.mh { color: #666666 } /* Literal.Number.Hex */ +.mi { color: #666666 } /* Literal.Number.Integer */ +.mo { color: #666666 } /* Literal.Number.Oct */ +.sa { color: #BA2121 } /* Literal.String.Affix */ +.sb { color: #BA2121 } /* Literal.String.Backtick */ +.sc { color: #BA2121 } /* Literal.String.Char */ +.dl { color: #BA2121 } /* Literal.String.Delimiter */ +.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #BA2121 } /* Literal.String.Double */ +.se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ +.sh { color: #BA2121 } /* Literal.String.Heredoc */ +.si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ +.sx { color: #008000 } /* Literal.String.Other */ +.sr { color: #BB6688 } /* Literal.String.Regex */ +.s1 { color: #BA2121 } /* Literal.String.Single */ +.ss { color: #19177C } /* Literal.String.Symbol */ +.bp { color: #008000 } /* Name.Builtin.Pseudo */ +.fm { color: #0000FF } /* Name.Function.Magic */ +.vc { color: #19177C } /* Name.Variable.Class */ +.vg { color: #19177C } /* Name.Variable.Global */ +.vi { color: #19177C } /* Name.Variable.Instance */ +.vm { color: #19177C } /* Name.Variable.Magic */ +.il { color: #666666 } /* Literal.Number.Integer.Long */
\ No newline at end of file diff --git a/devel-docs/libgimpwidgets/html/up-insensitive.png b/devel-docs/libgimpwidgets/html/up-insensitive.png Binary files differnew file mode 100644 index 0000000..b159d01 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/up-insensitive.png diff --git a/devel-docs/libgimpwidgets/html/up.png b/devel-docs/libgimpwidgets/html/up.png Binary files differnew file mode 100644 index 0000000..8fad884 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/up.png |