~ubuntu-branches/ubuntu/vivid/gnome-shell/vivid

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-07-31 21:29:20 UTC
  • mfrom: (1.1.51)
  • Revision ID: package-import@ubuntu.com-20130731212920-mz92zheiqgq2ggd1
Tags: 3.8.4-0ubuntu1
* New upstream release.
* debian/patches/git-dont-crash-for-unstaged-widgets.patch:
  - Dropped, applied in new version

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.19 (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">
48
48
struct              <a class="link" href="StTable.html#StTable-struct" title="struct StTable">StTable</a>;
49
49
struct              <a class="link" href="StTable.html#StTableClass" title="struct StTableClass">StTableClass</a>;
50
50
<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>);
 
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>);
 
52
<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>);
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">
172
172
<hr>
173
173
<div class="refsect2">
174
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>
 
175
<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>
176
176
<p>
177
177
Retrieve the current number rows in the <em class="parameter"><code>table</code></em>
178
178
</p>
197
197
<hr>
198
198
<div class="refsect2">
199
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>
 
200
<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>
201
201
<p>
202
202
Retrieve the current number of columns in <em class="parameter"><code>table</code></em>
203
203
</p>
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.19</div>
252
252
</body>
253
253
</html>
 
 
b'\\ No newline at end of file'