New upstream version 2.10.24
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<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)">
|
||||
<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -45,7 +45,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> *
|
||||
<span class="returnvalue">GtkWidget</span> *
|
||||
</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>
|
||||
@ -53,7 +53,7 @@
|
||||
</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>
|
||||
<span class="returnvalue">GtkIconSize</span>
|
||||
</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>
|
||||
@ -101,7 +101,7 @@
|
||||
<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_type"><span class="type">GtkIconSize</span></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>
|
||||
@ -152,9 +152,9 @@
|
||||
<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> GtkWidget
|
||||
<span class="lineart">╰──</span> GtkContainer
|
||||
<span class="lineart">╰──</span> GtkTable
|
||||
<span class="lineart">╰──</span> GimpChainButton
|
||||
</pre>
|
||||
</div>
|
||||
@ -162,7 +162,7 @@
|
||||
<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>
|
||||
AtkImplementorIface and GtkBuildable.</p>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GimpChainButton.description"></a><h2>Description</h2>
|
||||
@ -181,7 +181,7 @@ other value if necessary.</p>
|
||||
<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> *
|
||||
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *
|
||||
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
|
||||
@ -216,7 +216,7 @@ change its state.</p>
|
||||
<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>
|
||||
<pre class="programlisting"><span class="returnvalue">GtkIconSize</span>
|
||||
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">
|
||||
@ -245,7 +245,7 @@ gimp_chain_button_get_icon_size (<em class="parameter"><code><a class="link" hre
|
||||
<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>
|
||||
<em class="parameter"><code><span class="type">GtkIconSize</span> 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>
|
||||
@ -395,7 +395,7 @@ gimp_chain_button_get_active (<em class="parameter"><code><a class="link" href="
|
||||
<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>
|
||||
<pre class="programlisting"> “icon-size” <span class="type">GtkIconSize</span></pre>
|
||||
<p>The chain button icon size.</p>
|
||||
<p>Owner: GimpChainButton</p>
|
||||
<p>Flags: Read / Write / Construct</p>
|
||||
@ -431,6 +431,6 @@ user_function (<a class="link" href="GimpChainButton.html" title="GimpChainButto
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.32</div>
|
||||
<hr>Generated by GTK-Doc V1.33.1</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user