~ubuntu-branches/ubuntu/trusty/gnome-shell/trusty

« back to all changes in this revision

Viewing changes to docs/reference/st/html/StBoxLayout.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="StBin.html" title="StBin">
10
10
<link rel="next" href="StScrollView.html" title="StScrollView">
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">
47
47
struct              <a class="link" href="StBoxLayout.html#StBoxLayoutClass" title="struct StBoxLayoutClass">StBoxLayoutClass</a>;
48
48
<a class="link" href="StWidget.html" title="StWidget"><span class="returnvalue">StWidget</span></a> *          <a class="link" href="StBoxLayout.html#st-box-layout-new" title="st_box_layout_new ()">st_box_layout_new</a>                   (<em class="parameter"><code><span class="type">void</span></code></em>);
49
49
<span class="returnvalue">void</span>                <a class="link" href="StBoxLayout.html#st-box-layout-set-vertical" title="st_box_layout_set_vertical ()">st_box_layout_set_vertical</a>          (<em class="parameter"><code><a class="link" href="StBoxLayout.html" title="StBoxLayout"><span class="type">StBoxLayout</span></a> *box</code></em>,
50
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> vertical</code></em>);
51
 
<span class="returnvalue">gboolean</span>            <a class="link" href="StBoxLayout.html#st-box-layout-get-vertical" title="st_box_layout_get_vertical ()">st_box_layout_get_vertical</a>          (<em class="parameter"><code><a class="link" href="StBoxLayout.html" title="StBoxLayout"><span class="type">StBoxLayout</span></a> *box</code></em>);
 
50
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> vertical</code></em>);
 
51
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="StBoxLayout.html#st-box-layout-get-vertical" title="st_box_layout_get_vertical ()">st_box_layout_get_vertical</a>          (<em class="parameter"><code><a class="link" href="StBoxLayout.html" title="StBoxLayout"><span class="type">StBoxLayout</span></a> *box</code></em>);
52
52
<span class="returnvalue">void</span>                <a class="link" href="StBoxLayout.html#st-box-layout-set-pack-start" title="st_box_layout_set_pack_start ()">st_box_layout_set_pack_start</a>        (<em class="parameter"><code><a class="link" href="StBoxLayout.html" title="StBoxLayout"><span class="type">StBoxLayout</span></a> *box</code></em>,
53
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> pack_start</code></em>);
54
 
<span class="returnvalue">gboolean</span>            <a class="link" href="StBoxLayout.html#st-box-layout-get-pack-start" title="st_box_layout_get_pack_start ()">st_box_layout_get_pack_start</a>        (<em class="parameter"><code><a class="link" href="StBoxLayout.html" title="StBoxLayout"><span class="type">StBoxLayout</span></a> *box</code></em>);
 
53
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> pack_start</code></em>);
 
54
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="StBoxLayout.html#st-box-layout-get-pack-start" title="st_box_layout_get_pack_start ()">st_box_layout_get_pack_start</a>        (<em class="parameter"><code><a class="link" href="StBoxLayout.html" title="StBoxLayout"><span class="type">StBoxLayout</span></a> *box</code></em>);
55
55
</pre>
56
56
</div>
57
57
<div class="refsect1">
58
58
<a name="StBoxLayout.object-hierarchy"></a><h2>Object Hierarchy</h2>
59
59
<pre class="synopsis">
60
 
  GObject
61
 
   +----GInitiallyUnowned
62
 
         +----ClutterActor
 
60
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
61
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
62
         +----<a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html">ClutterActor</a>
63
63
               +----<a class="link" href="StWidget.html" title="StWidget">StWidget</a>
64
64
                     +----StBoxLayout
65
65
</pre>
68
68
<a name="StBoxLayout.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
69
69
<p>
70
70
StBoxLayout implements
71
 
 ClutterContainer,  ClutterScriptable,  ClutterAnimatable,  AtkImplementorIface and  StScrollable.</p>
 
71
 <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>,  AtkImplementorIface and  StScrollable.</p>
72
72
</div>
73
73
<div class="refsect1">
74
74
<a name="StBoxLayout.properties"></a><h2>Properties</h2>
75
75
<pre class="synopsis">
76
 
  "<a class="link" href="StBoxLayout.html#StBoxLayout--pack-start" title='The "pack-start" property'>pack-start</a>"               <span class="type">gboolean</span>              : Read / Write
77
 
  "<a class="link" href="StBoxLayout.html#StBoxLayout--vertical" title='The "vertical" property'>vertical</a>"                 <span class="type">gboolean</span>              : Read / Write
 
76
  "<a class="link" href="StBoxLayout.html#StBoxLayout--pack-start" title='The "pack-start" property'>pack-start</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
77
  "<a class="link" href="StBoxLayout.html#StBoxLayout--vertical" title='The "vertical" property'>vertical</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
78
78
</pre>
79
79
</div>
80
80
<div class="refsect1">
129
129
<div class="refsect2">
130
130
<a name="st-box-layout-set-vertical"></a><h3>st_box_layout_set_vertical ()</h3>
131
131
<pre class="programlisting"><span class="returnvalue">void</span>                st_box_layout_set_vertical          (<em class="parameter"><code><a class="link" href="StBoxLayout.html" title="StBoxLayout"><span class="type">StBoxLayout</span></a> *box</code></em>,
132
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> vertical</code></em>);</pre>
 
132
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> vertical</code></em>);</pre>
133
133
<p>
134
134
Set the value of the <span class="type">"vertical"</span> property
135
135
</p>
147
147
<tr>
148
148
<td><p><span class="term"><em class="parameter"><code>vertical</code></em> :</span></p></td>
149
149
<td>
150
 
<code class="literal">TRUE</code> if the layout should be vertical</td>
 
150
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the layout should be vertical</td>
151
151
</tr>
152
152
</tbody>
153
153
</table></div>
155
155
<hr>
156
156
<div class="refsect2">
157
157
<a name="st-box-layout-get-vertical"></a><h3>st_box_layout_get_vertical ()</h3>
158
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            st_box_layout_get_vertical          (<em class="parameter"><code><a class="link" href="StBoxLayout.html" title="StBoxLayout"><span class="type">StBoxLayout</span></a> *box</code></em>);</pre>
 
158
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            st_box_layout_get_vertical          (<em class="parameter"><code><a class="link" href="StBoxLayout.html" title="StBoxLayout"><span class="type">StBoxLayout</span></a> *box</code></em>);</pre>
159
159
<p>
160
160
Get the value of the <span class="type">"vertical"</span> property.
161
161
</p>
173
173
<tr>
174
174
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
175
175
<td>
176
 
<code class="literal">TRUE</code> if the layout is vertical</td>
 
176
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the layout is vertical</td>
177
177
</tr>
178
178
</tbody>
179
179
</table></div>
182
182
<div class="refsect2">
183
183
<a name="st-box-layout-set-pack-start"></a><h3>st_box_layout_set_pack_start ()</h3>
184
184
<pre class="programlisting"><span class="returnvalue">void</span>                st_box_layout_set_pack_start        (<em class="parameter"><code><a class="link" href="StBoxLayout.html" title="StBoxLayout"><span class="type">StBoxLayout</span></a> *box</code></em>,
185
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> pack_start</code></em>);</pre>
 
185
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> pack_start</code></em>);</pre>
186
186
<p>
187
187
Set the value of the <span class="type">"pack-start"</span> property.
188
188
</p>
200
200
<tr>
201
201
<td><p><span class="term"><em class="parameter"><code>pack_start</code></em> :</span></p></td>
202
202
<td>
203
 
<code class="literal">TRUE</code> if the layout should use pack-start</td>
 
203
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the layout should use pack-start</td>
204
204
</tr>
205
205
</tbody>
206
206
</table></div>
208
208
<hr>
209
209
<div class="refsect2">
210
210
<a name="st-box-layout-get-pack-start"></a><h3>st_box_layout_get_pack_start ()</h3>
211
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            st_box_layout_get_pack_start        (<em class="parameter"><code><a class="link" href="StBoxLayout.html" title="StBoxLayout"><span class="type">StBoxLayout</span></a> *box</code></em>);</pre>
 
211
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            st_box_layout_get_pack_start        (<em class="parameter"><code><a class="link" href="StBoxLayout.html" title="StBoxLayout"><span class="type">StBoxLayout</span></a> *box</code></em>);</pre>
212
212
<p>
213
213
Get the value of the <span class="type">"pack-start"</span> property.
214
214
</p>
226
226
<tr>
227
227
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
228
228
<td>
229
 
<code class="literal">TRUE</code> if pack-start is enabled</td>
 
229
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if pack-start is enabled</td>
230
230
</tr>
231
231
</tbody>
232
232
</table></div>
236
236
<a name="StBoxLayout.property-details"></a><h2>Property Details</h2>
237
237
<div class="refsect2">
238
238
<a name="StBoxLayout--pack-start"></a><h3>The <code class="literal">"pack-start"</code> property</h3>
239
 
<pre class="programlisting">  "pack-start"               <span class="type">gboolean</span>              : Read / Write</pre>
 
239
<pre class="programlisting">  "pack-start"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
240
240
<p>Whether to pack items at the start of the box.</p>
241
241
<p>Default value: FALSE</p>
242
242
</div>
243
243
<hr>
244
244
<div class="refsect2">
245
245
<a name="StBoxLayout--vertical"></a><h3>The <code class="literal">"vertical"</code> property</h3>
246
 
<pre class="programlisting">  "vertical"                 <span class="type">gboolean</span>              : Read / Write</pre>
 
246
<pre class="programlisting">  "vertical"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
247
247
<p>Whether the layout should be vertical, ratherthan horizontal.</p>
248
248
<p>Default value: FALSE</p>
249
249
</div>
251
251
</div>
252
252
<div class="footer">
253
253
<hr>
254
 
          Generated by GTK-Doc V1.18.1</div>
 
254
          Generated by GTK-Doc V1.19</div>
255
255
</body>
256
256
</html>
 
 
b'\\ No newline at end of file'