/usr/share/gtk-doc/html/libgwydgets/GwySensitivityGroup.html is in libgwyddion20-doc 2.26-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GwySensitivityGroup</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="Gwyddion Widgets Library Reference Manual">
<link rel="up" href="WidgetUtilities.html" title="Widget Utilities">
<link rel="prev" href="libgwydgets-gwyradiobuttons.html" title="gwyradiobuttons">
<meta name="generator" content="GTK-Doc V1.8 (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="2">
<tr valign="middle">
<td><a accesskey="p" href="libgwydgets-gwyradiobuttons.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="WidgetUtilities.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Gwyddion Widgets Library Reference Manual</th>
<td> </td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#GwySensitivityGroup.synopsis" class="shortcut">Top</a>
|
<a href="#GwySensitivityGroup.description" class="shortcut">Description</a>
|
<a href="#GwySensitivityGroup.object-hierarchy" class="shortcut">Object Hierarchy</a>
</td></tr>
</table>
<div class="refentry">
<a name="GwySensitivityGroup"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="GwySensitivityGroup.top_of_page"></a>GwySensitivityGroup</span></h2>
<p>GwySensitivityGroup — Control widget sensitivity by flags</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="GwySensitivityGroup.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
#include <libgwydgets/gwydgets.h>
struct <a class="link" href="GwySensitivityGroup.html#GwySensitivityGroup-struct" title="struct GwySensitivityGroup">GwySensitivityGroup</a>;
struct <a class="link" href="GwySensitivityGroup.html#GwySensitivityGroupClass" title="struct GwySensitivityGroupClass">GwySensitivityGroupClass</a>;
<span class="returnvalue">void</span> <a class="link" href="GwySensitivityGroup.html#gwy-sensitivity-group-add-widget" title="gwy_sensitivity_group_add_widget ()">gwy_sensitivity_group_add_widget</a> (<em class="parameter"><code><a class="link" href="GwySensitivityGroup.html" title="GwySensitivityGroup"><span class="type">GwySensitivityGroup</span></a> *sensgroup</code></em>,
<em class="parameter"><code><a href="http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
<em class="parameter"><code><a href="http://developer.gnome.org/doc/API/2.0/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> mask</code></em>);
<a href="http://developer.gnome.org/doc/API/2.0/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="GwySensitivityGroup.html#gwy-sensitivity-group-get-state" title="gwy_sensitivity_group_get_state ()">gwy_sensitivity_group_get_state</a> (<em class="parameter"><code><a class="link" href="GwySensitivityGroup.html" title="GwySensitivityGroup"><span class="type">GwySensitivityGroup</span></a> *sensgroup</code></em>);
<a href="http://developer.gnome.org/doc/API/2.0/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="GwySensitivityGroup.html#gwy-sensitivity-group-get-widget-mask" title="gwy_sensitivity_group_get_widget_mask ()">gwy_sensitivity_group_get_widget_mask</a>
(<em class="parameter"><code><a class="link" href="GwySensitivityGroup.html" title="GwySensitivityGroup"><span class="type">GwySensitivityGroup</span></a> *sensgroup</code></em>,
<em class="parameter"><code><a href="http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>);
<a class="link" href="GwySensitivityGroup.html" title="GwySensitivityGroup"><span class="returnvalue">GwySensitivityGroup</span></a> * <a class="link" href="GwySensitivityGroup.html#gwy-sensitivity-group-new" title="gwy_sensitivity_group_new ()">gwy_sensitivity_group_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
<span class="returnvalue">void</span> <a class="link" href="GwySensitivityGroup.html#gwy-sensitivity-group-release-widget" title="gwy_sensitivity_group_release_widget ()">gwy_sensitivity_group_release_widget</a>
(<em class="parameter"><code><a class="link" href="GwySensitivityGroup.html" title="GwySensitivityGroup"><span class="type">GwySensitivityGroup</span></a> *sensgroup</code></em>,
<em class="parameter"><code><a href="http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GwySensitivityGroup.html#gwy-sensitivity-group-set-state" title="gwy_sensitivity_group_set_state ()">gwy_sensitivity_group_set_state</a> (<em class="parameter"><code><a class="link" href="GwySensitivityGroup.html" title="GwySensitivityGroup"><span class="type">GwySensitivityGroup</span></a> *sensgroup</code></em>,
<em class="parameter"><code><a href="http://developer.gnome.org/doc/API/2.0/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> affected_mask</code></em>,
<em class="parameter"><code><a href="http://developer.gnome.org/doc/API/2.0/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> state</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GwySensitivityGroup.html#gwy-sensitivity-group-set-widget-mask" title="gwy_sensitivity_group_set_widget_mask ()">gwy_sensitivity_group_set_widget_mask</a>
(<em class="parameter"><code><a class="link" href="GwySensitivityGroup.html" title="GwySensitivityGroup"><span class="type">GwySensitivityGroup</span></a> *sensgroup</code></em>,
<em class="parameter"><code><a href="http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
<em class="parameter"><code><a href="http://developer.gnome.org/doc/API/2.0/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> mask</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="GwySensitivityGroup.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="http://developer.gnome.org/doc/API/2.0/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+----GwySensitivityGroup
</pre>
</div>
<div class="refsect1">
<a name="GwySensitivityGroup.description"></a><h2>Description</h2>
<p>
<a class="link" href="GwySensitivityGroup.html" title="GwySensitivityGroup"><span class="type">GwySensitivityGroup</span></a> is a tool to manage sensitivity of sets of related
widgets based on fulfilment of some conditions.
</p>
<p>
A new sensitivity group is created with <a class="link" href="GwySensitivityGroup.html#gwy-sensitivity-group-new" title="gwy_sensitivity_group_new ()"><code class="function">gwy_sensitivity_group_new()</code></a>.
Widgets are then added to it with <a class="link" href="GwySensitivityGroup.html#gwy-sensitivity-group-add-widget" title="gwy_sensitivity_group_add_widget ()"><code class="function">gwy_sensitivity_group_add_widget()</code></a>, each
with some set of flags it reacts to. When state of the sensitivity group
is then changed with <a class="link" href="GwySensitivityGroup.html#gwy-sensitivity-group-set-state" title="gwy_sensitivity_group_set_state ()"><code class="function">gwy_sensitivity_group_set_state()</code></a>, widgets whose flags
are set are made sensitive, others insensitive (see
<a class="link" href="GwySensitivityGroup.html#gwy-sensitivity-group-set-state" title="gwy_sensitivity_group_set_state ()"><code class="function">gwy_sensitivity_group_set_state()</code></a> description for details).
</p>
<p>
The interpretation of the flags is completely up to <a class="link" href="GwySensitivityGroup.html" title="GwySensitivityGroup"><span class="type">GwySensitivityGroup</span></a>
user, but they generally represent availability of some resource or
possibility of some action.
</p>
<p>
In the following example we have two conditions, <code class="literal">SENS_IMAGE</code> and
<code class="literal">SENS_GRAPH</code>, representing availability of image data and graph data:
</p>
<div class="informalexample">
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="listing_lines" align="right"><pre>1
2
3
4
5</pre></td>
<td class="listing_code"><pre class="programlisting"><span class="keyword">enum</span><span class="normal"> </span><span class="cbracket">{</span>
<span class="normal"> SENS_IMAGE </span><span class="symbol">=</span><span class="normal"> </span><span class="number">1</span><span class="normal"> </span><span class="symbol"><<</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span>
<span class="normal"> SENS_GRAPH </span><span class="symbol">=</span><span class="normal"> </span><span class="number">1</span><span class="normal"> </span><span class="symbol"><<</span><span class="normal"> </span><span class="number">1</span><span class="symbol">,</span>
<span class="normal"> SENS_MASK </span><span class="symbol">=</span><span class="normal"> </span><span class="number">0x03</span>
<span class="cbracket">}</span><span class="symbol">;</span></pre></td>
</tr>
</tbody>
</table>
</div>
<p>
We create buttons for three actions, one operates on image data, another
on graph data, and the last on both:
</p>
<div class="informalexample">
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="listing_lines" align="right"><pre>1
2
3
4
5
6
7
8</pre></td>
<td class="listing_code"><pre class="programlisting"><span class="normal">sensgroup </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="#gwy-sensitivity-group-new">gwy_sensitivity_group_new</a></span><span class="symbol">();</span>
<span class="normal">button </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/doc/API/2.0/gtk/GtkButton.html#gtk-button-new-with-label">gtk_button_new_with_label</a></span><span class="symbol">(</span><span class="string">"Filter Data"</span><span class="symbol">);</span>
<span class="function"><a href="#gwy-sensitivity-group-add-widget">gwy_sensitivity_group_add_widget</a></span><span class="symbol">(</span><span class="normal">sensgroup</span><span class="symbol">,</span><span class="normal"> button</span><span class="symbol">,</span><span class="normal"> SENS_IMAGE</span><span class="symbol">);</span>
<span class="normal">button </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/doc/API/2.0/gtk/GtkButton.html#gtk-button-new-with-label">gtk_button_new_with_label</a></span><span class="symbol">(</span><span class="string">"Fit Graph"</span><span class="symbol">);</span>
<span class="function"><a href="#gwy-sensitivity-group-add-widget">gwy_sensitivity_group_add_widget</a></span><span class="symbol">(</span><span class="normal">sensgroup</span><span class="symbol">,</span><span class="normal"> button</span><span class="symbol">,</span><span class="normal"> SENS_GRAPH</span><span class="symbol">);</span>
<span class="normal">button </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/doc/API/2.0/gtk/GtkButton.html#gtk-button-new-with-label">gtk_button_new_with_label</a></span><span class="symbol">(</span><span class="string">"Add Profile"</span><span class="symbol">);</span>
<span class="function"><a href="#gwy-sensitivity-group-add-widget">gwy_sensitivity_group_add_widget</a></span><span class="symbol">(</span><span class="normal">sensgroup</span><span class="symbol">,</span><span class="normal"> button</span><span class="symbol">,</span><span class="normal"> SENS_IMAGE </span><span class="symbol">|</span><span class="normal"> SENS_GRAPH</span><span class="symbol">);</span>
<span class="function"><a href="http://developer.gnome.org/doc/API/2.0/gobject/gobject-The-Base-Object-Type.html#g-object-unref">g_object_unref</a></span><span class="symbol">(</span><span class="normal">sensgroup</span><span class="symbol">);</span></pre></td>
</tr>
</tbody>
</table>
</div>
<p>
When graph data becomes available, we simply call
</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="function"><a href="#gwy-sensitivity-group-set-state">gwy_sensitivity_group_set_state</a></span><span class="symbol">(</span><span class="normal">sensgroup</span><span class="symbol">,</span><span class="normal"> SENS_GRAPH</span><span class="symbol">,</span><span class="normal"> SENS_GRAPH</span><span class="symbol">);</span></pre></td>
</tr>
</tbody>
</table>
</div>
<p>
and when image data becomes unavailable
</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="function"><a href="#gwy-sensitivity-group-set-state">gwy_sensitivity_group_set_state</a></span><span class="symbol">(</span><span class="normal">sensgroup</span><span class="symbol">,</span><span class="normal"> SENS_IMAGE</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span></pre></td>
</tr>
</tbody>
</table>
</div>
<p>
and the button sensitivities will be adjusted to match the situation.
</p>
</div>
<div class="refsect1">
<a name="GwySensitivityGroup.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="GwySensitivityGroup-struct"></a><h3>struct GwySensitivityGroup</h3>
<pre class="programlisting">struct GwySensitivityGroup;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="GwySensitivityGroupClass"></a><h3>struct GwySensitivityGroupClass</h3>
<pre class="programlisting">struct GwySensitivityGroupClass {
GObjectClass parent_class;
void (*reserved1)(void);
void (*reserved2)(void);
void (*reserved3)(void);
};
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-sensitivity-group-add-widget"></a><h3>gwy_sensitivity_group_add_widget ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gwy_sensitivity_group_add_widget (<em class="parameter"><code><a class="link" href="GwySensitivityGroup.html" title="GwySensitivityGroup"><span class="type">GwySensitivityGroup</span></a> *sensgroup</code></em>,
<em class="parameter"><code><a href="http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> mask</code></em>);</pre>
<p>
Adds a widget to flag sensitivity group.
</p>
<p>
Widget sensitivity should not be set manually after the addition as the
result is likely to be a fight over sensitivity setting.
</p>
<p>
The added widget takes a reference on <em class="parameter"><code>sensgroup</code></em>. So the group is not
destroyed when they are any widgets in, generally, you can release your
initial reference after adding widgets to the group.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>sensgroup</code></em> :</span></p></td>
<td>A widget flag sensitivity group.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
<td>Widget to add to <em class="parameter"><code>sensgroup</code></em>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
<td>Which flags the widget is sensitive to. See
<a class="link" href="GwySensitivityGroup.html#gwy-sensitivity-group-set-state" title="gwy_sensitivity_group_set_state ()"><code class="function">gwy_sensitivity_group_set_state()</code></a> for details.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-sensitivity-group-get-state"></a><h3>gwy_sensitivity_group_get_state ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gwy_sensitivity_group_get_state (<em class="parameter"><code><a class="link" href="GwySensitivityGroup.html" title="GwySensitivityGroup"><span class="type">GwySensitivityGroup</span></a> *sensgroup</code></em>);</pre>
<p>
Gets the current state of a widget flag sensitivity group.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>sensgroup</code></em> :</span></p></td>
<td>A widget flag sensitivity group.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>The current state as set with <a class="link" href="GwySensitivityGroup.html#gwy-sensitivity-group-set-state" title="gwy_sensitivity_group_set_state ()"><code class="function">gwy_sensitivity_group_set_state()</code></a>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-sensitivity-group-get-widget-mask"></a><h3>gwy_sensitivity_group_get_widget_mask ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gwy_sensitivity_group_get_widget_mask
(<em class="parameter"><code><a class="link" href="GwySensitivityGroup.html" title="GwySensitivityGroup"><span class="type">GwySensitivityGroup</span></a> *sensgroup</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
<p>
Gets sensitivity flags of a widget in a flag sensitivity group.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>sensgroup</code></em> :</span></p></td>
<td>A widget flag sensitivity group.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
<td>Widget to get flags of.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>The mask as passed to <a class="link" href="GwySensitivityGroup.html#gwy-sensitivity-group-add-widget" title="gwy_sensitivity_group_add_widget ()"><code class="function">gwy_sensitivity_group_add_widget()</code></a>
or <a class="link" href="GwySensitivityGroup.html#gwy-sensitivity-group-set-widget-mask" title="gwy_sensitivity_group_set_widget_mask ()"><code class="function">gwy_sensitivity_group_set_widget_mask()</code></a>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-sensitivity-group-new"></a><h3>gwy_sensitivity_group_new ()</h3>
<pre class="programlisting"><a class="link" href="GwySensitivityGroup.html" title="GwySensitivityGroup"><span class="returnvalue">GwySensitivityGroup</span></a> * gwy_sensitivity_group_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
Creates a new flag-based widget sensitivity group.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>The newly created sensitivity group. It starts with zero state.</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-sensitivity-group-release-widget"></a><h3>gwy_sensitivity_group_release_widget ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gwy_sensitivity_group_release_widget
(<em class="parameter"><code><a class="link" href="GwySensitivityGroup.html" title="GwySensitivityGroup"><span class="type">GwySensitivityGroup</span></a> *sensgroup</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
<p>
Removes a widget from flag sensitivity group.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>sensgroup</code></em> :</span></p></td>
<td>A widget flag sensitivity group.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
<td>Widget to remove from <em class="parameter"><code>sensgroup</code></em>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-sensitivity-group-set-state"></a><h3>gwy_sensitivity_group_set_state ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gwy_sensitivity_group_set_state (<em class="parameter"><code><a class="link" href="GwySensitivityGroup.html" title="GwySensitivityGroup"><span class="type">GwySensitivityGroup</span></a> *sensgroup</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> affected_mask</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> state</code></em>);</pre>
<p>
Sets the state of a widget flag sensitivity group.
</p>
<p>
Widget sensitivity states are then updated accordingly.
</p>
<p>
More precisely, widget will be made sensitive when all bits in its <em class="parameter"><code>mask</code></em> are
set in current <em class="parameter"><code>sensgroup</code></em> state, insensitive otherwise. This means when
<em class="parameter"><code>mask</code></em> is zero, widget will be always sensitive.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>sensgroup</code></em> :</span></p></td>
<td>A widget flag sensitivity group.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>affected_mask</code></em> :</span></p></td>
<td>Which bits in <em class="parameter"><code>state</code></em> to copy to <em class="parameter"><code>sensgroup</code></em> state.
1's in <em class="parameter"><code>affected_mask</code></em> causes corresponding bits in
<em class="parameter"><code>sensgroup</code></em> state to be set to the value of corresponding
bit in <em class="parameter"><code>state</code></em>.
0's in <em class="parameter"><code>affected_mask</code></em> cause corresponding state bits to be
kept on their current value.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
<td>The new state of <em class="parameter"><code>sensgroup</code></em> (masked with <em class="parameter"><code>affected_mask</code></em>).</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-sensitivity-group-set-widget-mask"></a><h3>gwy_sensitivity_group_set_widget_mask ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gwy_sensitivity_group_set_widget_mask
(<em class="parameter"><code><a class="link" href="GwySensitivityGroup.html" title="GwySensitivityGroup"><span class="type">GwySensitivityGroup</span></a> *sensgroup</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> mask</code></em>);</pre>
<p>
Sets the flag mask of a widget in a flag sensitivity group.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>sensgroup</code></em> :</span></p></td>
<td>A widget flag sensitivity group.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
<td>Widget to set flags of.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
<td>Which flags the widget is sensitive to. See
<a class="link" href="GwySensitivityGroup.html#gwy-sensitivity-group-set-state" title="gwy_sensitivity_group_set_state ()"><code class="function">gwy_sensitivity_group_set_state()</code></a> for details.</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.8</div>
</body>
</html>
|