/usr/share/gtk-doc/html/Entangle/EntangleControl.html is in entangle 0.5.4-2.
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 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>EntangleControl</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="Entangle Reference Manual">
<link rel="up" href="ch01.html" title="Entangle Backend">
<link rel="prev" href="EntangleColourProfile.html" title="EntangleColourProfile">
<link rel="next" href="EntangleControlButton.html" title="EntangleControlButton">
<meta name="generator" content="GTK-Doc V1.19 (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="EntangleColourProfile.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch01.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">Entangle Reference Manual</th>
<td><a accesskey="n" href="EntangleControlButton.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#EntangleControl.synopsis" class="shortcut">Top</a>
|
<a href="#EntangleControl.description" class="shortcut">Description</a>
|
<a href="#EntangleControl.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
<a href="#EntangleControl.properties" class="shortcut">Properties</a>
</td></tr>
</table>
<div class="refentry">
<a name="EntangleControl"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="EntangleControl.top_of_page"></a>EntangleControl</span></h2>
<p>EntangleControl</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="EntangleControl.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">struct <a class="link" href="EntangleControl.html#EntangleControl-struct" title="struct EntangleControl">EntangleControl</a>;
struct <a class="link" href="EntangleControl.html#EntangleControlClass" title="struct EntangleControlClass">EntangleControlClass</a>;
<a class="link" href="EntangleControl.html" title="EntangleControl"><span class="returnvalue">EntangleControl</span></a> * <a class="link" href="EntangleControl.html#entangle-control-new" title="entangle_control_new ()">entangle_control_new</a> (<em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
<em class="parameter"><code><span class="type">gint</span> id</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *info</code></em>,
<em class="parameter"><code><span class="type">gboolean</span> readonly</code></em>);
<span class="returnvalue">gint</span> <a class="link" href="EntangleControl.html#entangle-control-get-id" title="entangle_control_get_id ()">entangle_control_get_id</a> (<em class="parameter"><code><a class="link" href="EntangleControl.html" title="EntangleControl"><span class="type">EntangleControl</span></a> *control</code></em>);
const <span class="returnvalue">gchar</span> * <a class="link" href="EntangleControl.html#entangle-control-get-path" title="entangle_control_get_path ()">entangle_control_get_path</a> (<em class="parameter"><code><a class="link" href="EntangleControl.html" title="EntangleControl"><span class="type">EntangleControl</span></a> *control</code></em>);
const <span class="returnvalue">gchar</span> * <a class="link" href="EntangleControl.html#entangle-control-get-label" title="entangle_control_get_label ()">entangle_control_get_label</a> (<em class="parameter"><code><a class="link" href="EntangleControl.html" title="EntangleControl"><span class="type">EntangleControl</span></a> *control</code></em>);
const <span class="returnvalue">gchar</span> * <a class="link" href="EntangleControl.html#entangle-control-get-info" title="entangle_control_get_info ()">entangle_control_get_info</a> (<em class="parameter"><code><a class="link" href="EntangleControl.html" title="EntangleControl"><span class="type">EntangleControl</span></a> *control</code></em>);
<span class="returnvalue">gboolean</span> <a class="link" href="EntangleControl.html#entangle-control-get-dirty" title="entangle_control_get_dirty ()">entangle_control_get_dirty</a> (<em class="parameter"><code><a class="link" href="EntangleControl.html" title="EntangleControl"><span class="type">EntangleControl</span></a> *control</code></em>);
<span class="returnvalue">void</span> <a class="link" href="EntangleControl.html#entangle-control-set-dirty" title="entangle_control_set_dirty ()">entangle_control_set_dirty</a> (<em class="parameter"><code><a class="link" href="EntangleControl.html" title="EntangleControl"><span class="type">EntangleControl</span></a> *control</code></em>,
<em class="parameter"><code><span class="type">gboolean</span> dirty</code></em>);
<span class="returnvalue">gboolean</span> <a class="link" href="EntangleControl.html#entangle-control-get-readonly" title="entangle_control_get_readonly ()">entangle_control_get_readonly</a> (<em class="parameter"><code><a class="link" href="EntangleControl.html" title="EntangleControl"><span class="type">EntangleControl</span></a> *control</code></em>);
<span class="returnvalue">void</span> <a class="link" href="EntangleControl.html#entangle-control-set-readonly" title="entangle_control_set_readonly ()">entangle_control_set_readonly</a> (<em class="parameter"><code><a class="link" href="EntangleControl.html" title="EntangleControl"><span class="type">EntangleControl</span></a> *control</code></em>,
<em class="parameter"><code><span class="type">gboolean</span> ro</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="EntangleControl.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
+----EntangleControl
+----<a class="link" href="EntangleControlButton.html" title="EntangleControlButton">EntangleControlButton</a>
+----<a class="link" href="EntangleControlChoice.html" title="EntangleControlChoice">EntangleControlChoice</a>
+----<a class="link" href="EntangleControlDate.html" title="EntangleControlDate">EntangleControlDate</a>
+----<a class="link" href="EntangleControlGroup.html" title="EntangleControlGroup">EntangleControlGroup</a>
+----<a class="link" href="EntangleControlRange.html" title="EntangleControlRange">EntangleControlRange</a>
+----<a class="link" href="EntangleControlText.html" title="EntangleControlText">EntangleControlText</a>
+----<a class="link" href="EntangleControlToggle.html" title="EntangleControlToggle">EntangleControlToggle</a>
</pre>
</div>
<div class="refsect1">
<a name="EntangleControl.properties"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="EntangleControl.html#EntangleControl--dirty" title='The "dirty" property'>dirty</a>" <span class="type">gboolean</span> : Read / Write / Construct Only
"<a class="link" href="EntangleControl.html#EntangleControl--id" title='The "id" property'>id</a>" <span class="type">gint</span> : Read / Write / Construct Only
"<a class="link" href="EntangleControl.html#EntangleControl--info" title='The "info" property'>info</a>" <span class="type">gchar</span>* : Read / Write / Construct Only
"<a class="link" href="EntangleControl.html#EntangleControl--label" title='The "label" property'>label</a>" <span class="type">gchar</span>* : Read / Write / Construct Only
"<a class="link" href="EntangleControl.html#EntangleControl--path" title='The "path" property'>path</a>" <span class="type">gchar</span>* : Read / Write / Construct Only
"<a class="link" href="EntangleControl.html#EntangleControl--readonly" title='The "readonly" property'>readonly</a>" <span class="type">gboolean</span> : Read / Write / Construct Only
</pre>
</div>
<div class="refsect1">
<a name="EntangleControl.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="EntangleControl.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="EntangleControl-struct"></a><h3>struct EntangleControl</h3>
<pre class="programlisting">struct EntangleControl;</pre>
</div>
<hr>
<div class="refsect2">
<a name="EntangleControlClass"></a><h3>struct EntangleControlClass</h3>
<pre class="programlisting">struct EntangleControlClass {
GObjectClass parent_class;
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="entangle-control-new"></a><h3>entangle_control_new ()</h3>
<pre class="programlisting"><a class="link" href="EntangleControl.html" title="EntangleControl"><span class="returnvalue">EntangleControl</span></a> * entangle_control_new (<em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
<em class="parameter"><code><span class="type">gint</span> id</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *info</code></em>,
<em class="parameter"><code><span class="type">gboolean</span> readonly</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="entangle-control-get-id"></a><h3>entangle_control_get_id ()</h3>
<pre class="programlisting"><span class="returnvalue">gint</span> entangle_control_get_id (<em class="parameter"><code><a class="link" href="EntangleControl.html" title="EntangleControl"><span class="type">EntangleControl</span></a> *control</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="entangle-control-get-path"></a><h3>entangle_control_get_path ()</h3>
<pre class="programlisting">const <span class="returnvalue">gchar</span> * entangle_control_get_path (<em class="parameter"><code><a class="link" href="EntangleControl.html" title="EntangleControl"><span class="type">EntangleControl</span></a> *control</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="entangle-control-get-label"></a><h3>entangle_control_get_label ()</h3>
<pre class="programlisting">const <span class="returnvalue">gchar</span> * entangle_control_get_label (<em class="parameter"><code><a class="link" href="EntangleControl.html" title="EntangleControl"><span class="type">EntangleControl</span></a> *control</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="entangle-control-get-info"></a><h3>entangle_control_get_info ()</h3>
<pre class="programlisting">const <span class="returnvalue">gchar</span> * entangle_control_get_info (<em class="parameter"><code><a class="link" href="EntangleControl.html" title="EntangleControl"><span class="type">EntangleControl</span></a> *control</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="entangle-control-get-dirty"></a><h3>entangle_control_get_dirty ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span> entangle_control_get_dirty (<em class="parameter"><code><a class="link" href="EntangleControl.html" title="EntangleControl"><span class="type">EntangleControl</span></a> *control</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="entangle-control-set-dirty"></a><h3>entangle_control_set_dirty ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> entangle_control_set_dirty (<em class="parameter"><code><a class="link" href="EntangleControl.html" title="EntangleControl"><span class="type">EntangleControl</span></a> *control</code></em>,
<em class="parameter"><code><span class="type">gboolean</span> dirty</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="entangle-control-get-readonly"></a><h3>entangle_control_get_readonly ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span> entangle_control_get_readonly (<em class="parameter"><code><a class="link" href="EntangleControl.html" title="EntangleControl"><span class="type">EntangleControl</span></a> *control</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="entangle-control-set-readonly"></a><h3>entangle_control_set_readonly ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> entangle_control_set_readonly (<em class="parameter"><code><a class="link" href="EntangleControl.html" title="EntangleControl"><span class="type">EntangleControl</span></a> *control</code></em>,
<em class="parameter"><code><span class="type">gboolean</span> ro</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="EntangleControl.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="EntangleControl--dirty"></a><h3>The <code class="literal">"dirty"</code> property</h3>
<pre class="programlisting"> "dirty" <span class="type">gboolean</span> : Read / Write / Construct Only</pre>
<p>Dirty if value has been changed.</p>
<p>Default value: FALSE</p>
</div>
<hr>
<div class="refsect2">
<a name="EntangleControl--id"></a><h3>The <code class="literal">"id"</code> property</h3>
<pre class="programlisting"> "id" <span class="type">gint</span> : Read / Write / Construct Only</pre>
<p>Id of the control.</p>
<p>Allowed values: >= 0</p>
<p>Default value: 0</p>
</div>
<hr>
<div class="refsect2">
<a name="EntangleControl--info"></a><h3>The <code class="literal">"info"</code> property</h3>
<pre class="programlisting"> "info" <span class="type">gchar</span>* : Read / Write / Construct Only</pre>
<p>Info of the control.</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2">
<a name="EntangleControl--label"></a><h3>The <code class="literal">"label"</code> property</h3>
<pre class="programlisting"> "label" <span class="type">gchar</span>* : Read / Write / Construct Only</pre>
<p>Label of the control.</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2">
<a name="EntangleControl--path"></a><h3>The <code class="literal">"path"</code> property</h3>
<pre class="programlisting"> "path" <span class="type">gchar</span>* : Read / Write / Construct Only</pre>
<p>Path of the control.</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2">
<a name="EntangleControl--readonly"></a><h3>The <code class="literal">"readonly"</code> property</h3>
<pre class="programlisting"> "readonly" <span class="type">gboolean</span> : Read / Write / Construct Only</pre>
<p>State of the control.</p>
<p>Default value: FALSE</p>
</div>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.19</div>
</body>
</html>
|