~ubuntu-branches/ubuntu/quantal/gnome-shell/quantal-updates

« back to all changes in this revision

Viewing changes to docs/reference/st/html/StTable.html

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2013-02-21 11:55:19 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: package-import@ubuntu.com-20130221115519-0zbw3134m7x2xnbp
Tags: upstream-3.6.3.1
Import upstream version 3.6.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="containers.html" title="Containers">
9
9
<link rel="prev" href="StScrollView.html" title="StScrollView">
10
10
<link rel="next" href="styling.html" title="Styling">
11
 
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
44
44
</tr></table></div>
45
45
<div class="refsynopsisdiv">
46
46
<a name="StTable.synopsis"></a><h2>Synopsis</h2>
47
 
<pre class="synopsis">enum                <a class="link" href="StTable.html#StTableChildOptions" title="enum StTableChildOptions">StTableChildOptions</a>;
48
 
struct              <a class="link" href="StTable.html#StTable-struct" title="struct StTable">StTable</a>;
 
47
<pre class="synopsis">struct              <a class="link" href="StTable.html#StTable-struct" title="struct StTable">StTable</a>;
 
48
enum                <a class="link" href="StTable.html#StTableChildOptions" title="enum StTableChildOptions">StTableChildOptions</a>;
49
49
struct              <a class="link" href="StTable.html#StTableClass" title="struct StTableClass">StTableClass</a>;
 
50
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="StTable.html#st-table-get-column-count" title="st_table_get_column_count ()">st_table_get_column_count</a>           (<em class="parameter"><code><a class="link" href="StTable.html" title="StTable"><span class="type">StTable</span></a> *table</code></em>);
 
51
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="StTable.html#st-table-get-row-count" title="st_table_get_row_count ()">st_table_get_row_count</a>              (<em class="parameter"><code><a class="link" href="StTable.html" title="StTable"><span class="type">StTable</span></a> *table</code></em>);
50
52
<a class="link" href="StWidget.html" title="StWidget"><span class="returnvalue">StWidget</span></a> *          <a class="link" href="StTable.html#st-table-new" title="st_table_new ()">st_table_new</a>                        (<em class="parameter"><code><span class="type">void</span></code></em>);
51
 
<span class="returnvalue">gint</span>                <a class="link" href="StTable.html#st-table-get-row-count" title="st_table_get_row_count ()">st_table_get_row_count</a>              (<em class="parameter"><code><a class="link" href="StTable.html" title="StTable"><span class="type">StTable</span></a> *table</code></em>);
52
 
<span class="returnvalue">gint</span>                <a class="link" href="StTable.html#st-table-get-column-count" title="st_table_get_column_count ()">st_table_get_column_count</a>           (<em class="parameter"><code><a class="link" href="StTable.html" title="StTable"><span class="type">StTable</span></a> *table</code></em>);
53
53
</pre>
54
54
</div>
55
55
<div class="refsect1">
56
56
<a name="StTable.object-hierarchy"></a><h2>Object Hierarchy</h2>
57
57
<pre class="synopsis">
58
 
  GObject
59
 
   +----GInitiallyUnowned
60
 
         +----ClutterActor
 
58
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
59
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
60
         +----<a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html">ClutterActor</a>
61
61
               +----<a class="link" href="StWidget.html" title="StWidget">StWidget</a>
62
62
                     +----StTable
63
63
</pre>
66
66
<a name="StTable.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
67
67
<p>
68
68
StTable implements
69
 
 ClutterContainer,  ClutterScriptable,  ClutterAnimatable and  AtkImplementorIface.</p>
 
69
 <a href="/usr/share/gtk-doc/html/clutter/ClutterContainer.html">ClutterContainer</a>,  <a href="/usr/share/gtk-doc/html/clutter/ClutterScriptable.html">ClutterScriptable</a>,  <a href="/usr/share/gtk-doc/html/clutter/ClutterAnimatable.html">ClutterAnimatable</a> and  AtkImplementorIface.</p>
70
70
</div>
71
71
<div class="refsect1">
72
72
<a name="StTable.properties"></a><h2>Properties</h2>
73
73
<pre class="synopsis">
74
 
  "<a class="link" href="StTable.html#StTable--column-count" title='The "column-count" property'>column-count</a>"             <span class="type">gint</span>                  : Read
75
 
  "<a class="link" href="StTable.html#StTable--homogeneous" title='The "homogeneous" property'>homogeneous</a>"              <span class="type">gboolean</span>              : Read / Write
76
 
  "<a class="link" href="StTable.html#StTable--row-count" title='The "row-count" property'>row-count</a>"                <span class="type">gint</span>                  : Read
 
74
  "<a class="link" href="StTable.html#StTable--column-count" title='The "column-count" property'>column-count</a>"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
 
75
  "<a class="link" href="StTable.html#StTable--homogeneous" title='The "homogeneous" property'>homogeneous</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
76
  "<a class="link" href="StTable.html#StTable--row-count" title='The "row-count" property'>row-count</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
77
77
</pre>
78
78
</div>
79
79
<div class="refsect1">
87
87
<div class="refsect1">
88
88
<a name="StTable.details"></a><h2>Details</h2>
89
89
<div class="refsect2">
 
90
<a name="StTable-struct"></a><h3>struct StTable</h3>
 
91
<pre class="programlisting">struct StTable;</pre>
 
92
<p>
 
93
The contents of this structure is private and should only be accessed using
 
94
the provided API.
 
95
</p>
 
96
</div>
 
97
<hr>
 
98
<div class="refsect2">
90
99
<a name="StTableChildOptions"></a><h3>enum StTableChildOptions</h3>
91
100
<pre class="programlisting">typedef enum {
92
101
  ST_KEEP_ASPECT_RATIO = 1 &lt;&lt; 0,
135
144
</div>
136
145
<hr>
137
146
<div class="refsect2">
138
 
<a name="StTable-struct"></a><h3>struct StTable</h3>
139
 
<pre class="programlisting">struct StTable;</pre>
140
 
<p>
141
 
The contents of this structure is private and should only be accessed using
142
 
the provided API.
143
 
</p>
144
 
</div>
145
 
<hr>
146
 
<div class="refsect2">
147
147
<a name="StTableClass"></a><h3>struct StTableClass</h3>
148
148
<pre class="programlisting">struct StTableClass {
149
149
  StWidgetClass parent_class;
152
152
</div>
153
153
<hr>
154
154
<div class="refsect2">
 
155
<a name="st-table-get-column-count"></a><h3>st_table_get_column_count ()</h3>
 
156
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                st_table_get_column_count           (<em class="parameter"><code><a class="link" href="StTable.html" title="StTable"><span class="type">StTable</span></a> *table</code></em>);</pre>
 
157
<p>
 
158
Retrieve the current number of columns in <em class="parameter"><code>table</code></em>
 
159
</p>
 
160
<div class="variablelist"><table border="0" class="variablelist">
 
161
<colgroup>
 
162
<col align="left" valign="top">
 
163
<col>
 
164
</colgroup>
 
165
<tbody>
 
166
<tr>
 
167
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
 
168
<td>A <a class="link" href="StTable.html" title="StTable"><span class="type">StTable</span></a>
 
169
</td>
 
170
</tr>
 
171
<tr>
 
172
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
173
<td>the number of columns</td>
 
174
</tr>
 
175
</tbody>
 
176
</table></div>
 
177
</div>
 
178
<hr>
 
179
<div class="refsect2">
 
180
<a name="st-table-get-row-count"></a><h3>st_table_get_row_count ()</h3>
 
181
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                st_table_get_row_count              (<em class="parameter"><code><a class="link" href="StTable.html" title="StTable"><span class="type">StTable</span></a> *table</code></em>);</pre>
 
182
<p>
 
183
Retrieve the current number rows in the <em class="parameter"><code>table</code></em>
 
184
</p>
 
185
<div class="variablelist"><table border="0" class="variablelist">
 
186
<colgroup>
 
187
<col align="left" valign="top">
 
188
<col>
 
189
</colgroup>
 
190
<tbody>
 
191
<tr>
 
192
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
 
193
<td>A <a class="link" href="StTable.html" title="StTable"><span class="type">StTable</span></a>
 
194
</td>
 
195
</tr>
 
196
<tr>
 
197
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
198
<td>the number of rows</td>
 
199
</tr>
 
200
</tbody>
 
201
</table></div>
 
202
</div>
 
203
<hr>
 
204
<div class="refsect2">
155
205
<a name="st-table-new"></a><h3>st_table_new ()</h3>
156
206
<pre class="programlisting"><a class="link" href="StWidget.html" title="StWidget"><span class="returnvalue">StWidget</span></a> *          st_table_new                        (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
157
207
<p>
169
219
</tr></tbody>
170
220
</table></div>
171
221
</div>
172
 
<hr>
173
 
<div class="refsect2">
174
 
<a name="st-table-get-row-count"></a><h3>st_table_get_row_count ()</h3>
175
 
<pre class="programlisting"><span class="returnvalue">gint</span>                st_table_get_row_count              (<em class="parameter"><code><a class="link" href="StTable.html" title="StTable"><span class="type">StTable</span></a> *table</code></em>);</pre>
176
 
<p>
177
 
Retrieve the current number rows in the <em class="parameter"><code>table</code></em>
178
 
</p>
179
 
<div class="variablelist"><table border="0" class="variablelist">
180
 
<colgroup>
181
 
<col align="left" valign="top">
182
 
<col>
183
 
</colgroup>
184
 
<tbody>
185
 
<tr>
186
 
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
187
 
<td>A <a class="link" href="StTable.html" title="StTable"><span class="type">StTable</span></a>
188
 
</td>
189
 
</tr>
190
 
<tr>
191
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
192
 
<td>the number of rows</td>
193
 
</tr>
194
 
</tbody>
195
 
</table></div>
196
 
</div>
197
 
<hr>
198
 
<div class="refsect2">
199
 
<a name="st-table-get-column-count"></a><h3>st_table_get_column_count ()</h3>
200
 
<pre class="programlisting"><span class="returnvalue">gint</span>                st_table_get_column_count           (<em class="parameter"><code><a class="link" href="StTable.html" title="StTable"><span class="type">StTable</span></a> *table</code></em>);</pre>
201
 
<p>
202
 
Retrieve the current number of columns in <em class="parameter"><code>table</code></em>
203
 
</p>
204
 
<div class="variablelist"><table border="0" class="variablelist">
205
 
<colgroup>
206
 
<col align="left" valign="top">
207
 
<col>
208
 
</colgroup>
209
 
<tbody>
210
 
<tr>
211
 
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
212
 
<td>A <a class="link" href="StTable.html" title="StTable"><span class="type">StTable</span></a>
213
 
</td>
214
 
</tr>
215
 
<tr>
216
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
217
 
<td>the number of columns</td>
218
 
</tr>
219
 
</tbody>
220
 
</table></div>
221
 
</div>
222
222
</div>
223
223
<div class="refsect1">
224
224
<a name="StTable.property-details"></a><h2>Property Details</h2>
225
225
<div class="refsect2">
226
226
<a name="StTable--column-count"></a><h3>The <code class="literal">"column-count"</code> property</h3>
227
 
<pre class="programlisting">  "column-count"             <span class="type">gint</span>                  : Read</pre>
 
227
<pre class="programlisting">  "column-count"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
228
228
<p>The number of columns in the table.</p>
229
229
<p>Allowed values: &gt;= 0</p>
230
230
<p>Default value: 0</p>
232
232
<hr>
233
233
<div class="refsect2">
234
234
<a name="StTable--homogeneous"></a><h3>The <code class="literal">"homogeneous"</code> property</h3>
235
 
<pre class="programlisting">  "homogeneous"              <span class="type">gboolean</span>              : Read / Write</pre>
 
235
<pre class="programlisting">  "homogeneous"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
236
236
<p>Homogeneous rows and columns.</p>
237
237
<p>Default value: TRUE</p>
238
238
</div>
239
239
<hr>
240
240
<div class="refsect2">
241
241
<a name="StTable--row-count"></a><h3>The <code class="literal">"row-count"</code> property</h3>
242
 
<pre class="programlisting">  "row-count"                <span class="type">gint</span>                  : Read</pre>
 
242
<pre class="programlisting">  "row-count"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
243
243
<p>The number of rows in the table.</p>
244
244
<p>Allowed values: &gt;= 0</p>
245
245
<p>Default value: 0</p>
248
248
</div>
249
249
<div class="footer">
250
250
<hr>
251
 
          Generated by GTK-Doc V1.18.1</div>
 
251
          Generated by GTK-Doc V1.18</div>
252
252
</body>
253
253
</html>
 
 
b'\\ No newline at end of file'