~darkxst/ubuntu/saucy/gnome-shell/upstart_log

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-05-31 12:01:12 UTC
  • mfrom: (1.1.49) (19.1.36 experimental)
  • Revision ID: package-import@ubuntu.com-20130531120112-ew91khxf051x9i2r
Tags: 3.8.2-1ubuntu1
* Merge with Debian (LP: #1185869, #1185721). Remaining changes:
  - debian/control.in:
    + Build-depend on libsystemd-login-dev & libsystemd-daemon-dev
    + Depend on gdm instead of gdm3
    + Don't recommend gnome-session-fallback
  - debian/patches/40_change-pam-name-to-match-gdm.patch:
  - debian/patches/revert-suspend-break.patch:
    + Disabled, not needed on Ubuntu
  - debian/patches/ubuntu-lightdm-user-switching.patch:
    + Allow user switching when using LightDM. Thanks Gerhard Stein
      for rebasing against gnome-shell 3.8!
  - debian/patches/ubuntu_lock_on_suspend.patch
    + Respect Ubuntu's lock-on-suspend setting.
      Disabled until it can be rewritten.
  - debian/patches/git_relock_screen_after_crash.patch:
    + Add Upstream fix for unlocked session after crash (LP: #1064584)
* Note that the new GNOME Classic mode (which requires installing
  gnome-shell-extensions) won't work until gnome-session 3.8 is
  available in Ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>StBin</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="St Reference Manual">
8
8
<link rel="up" href="containers.html" title="Containers">
9
9
<link rel="prev" href="containers.html" title="Containers">
10
10
<link rel="next" href="StBoxLayout.html" title="StBoxLayout">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (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">
45
45
<a name="StBin.synopsis"></a><h2>Synopsis</h2>
46
46
<pre class="synopsis">struct              <a class="link" href="StBin.html#StBin-struct" title="struct StBin">StBin</a>;
47
47
struct              <a class="link" href="StBin.html#StBinClass" title="struct StBinClass">StBinClass</a>;
48
 
<span class="returnvalue">void</span>                <a class="link" href="StBin.html#st-bin-get-alignment" title="st_bin_get_alignment ()">st_bin_get_alignment</a>                (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>,
49
 
                                                         <em class="parameter"><code><span class="type">StAlign</span> *x_align</code></em>,
50
 
                                                         <em class="parameter"><code><span class="type">StAlign</span> *y_align</code></em>);
51
 
<a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="returnvalue">ClutterActor</span></a> *      <a class="link" href="StBin.html#st-bin-get-child" title="st_bin_get_child ()">st_bin_get_child</a>                    (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>);
52
 
<span class="returnvalue">void</span>                <a class="link" href="StBin.html#st-bin-get-fill" title="st_bin_get_fill ()">st_bin_get_fill</a>                     (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</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> *x_fill</code></em>,
54
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *y_fill</code></em>);
55
48
<a class="link" href="StWidget.html" title="StWidget"><span class="returnvalue">StWidget</span></a> *          <a class="link" href="StBin.html#st-bin-new" title="st_bin_new ()">st_bin_new</a>                          (<em class="parameter"><code><span class="type">void</span></code></em>);
 
49
<span class="returnvalue">void</span>                <a class="link" href="StBin.html#st-bin-set-child" title="st_bin_set_child ()">st_bin_set_child</a>                    (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>,
 
50
                                                         <em class="parameter"><code><span class="type">ClutterActor</span> *child</code></em>);
 
51
<span class="returnvalue">ClutterActor</span> *      <a class="link" href="StBin.html#st-bin-get-child" title="st_bin_get_child ()">st_bin_get_child</a>                    (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>);
56
52
<span class="returnvalue">void</span>                <a class="link" href="StBin.html#st-bin-set-alignment" title="st_bin_set_alignment ()">st_bin_set_alignment</a>                (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>,
57
53
                                                         <em class="parameter"><code><span class="type">StAlign</span> x_align</code></em>,
58
54
                                                         <em class="parameter"><code><span class="type">StAlign</span> y_align</code></em>);
59
 
<span class="returnvalue">void</span>                <a class="link" href="StBin.html#st-bin-set-child" title="st_bin_set_child ()">st_bin_set_child</a>                    (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>,
60
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *child</code></em>);
 
55
<span class="returnvalue">void</span>                <a class="link" href="StBin.html#st-bin-get-alignment" title="st_bin_get_alignment ()">st_bin_get_alignment</a>                (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>,
 
56
                                                         <em class="parameter"><code><span class="type">StAlign</span> *x_align</code></em>,
 
57
                                                         <em class="parameter"><code><span class="type">StAlign</span> *y_align</code></em>);
61
58
<span class="returnvalue">void</span>                <a class="link" href="StBin.html#st-bin-set-fill" title="st_bin_set_fill ()">st_bin_set_fill</a>                     (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>,
62
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> x_fill</code></em>,
63
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> y_fill</code></em>);
 
59
                                                         <em class="parameter"><code><span class="type">gboolean</span> x_fill</code></em>,
 
60
                                                         <em class="parameter"><code><span class="type">gboolean</span> y_fill</code></em>);
 
61
<span class="returnvalue">void</span>                <a class="link" href="StBin.html#st-bin-get-fill" title="st_bin_get_fill ()">st_bin_get_fill</a>                     (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>,
 
62
                                                         <em class="parameter"><code><span class="type">gboolean</span> *x_fill</code></em>,
 
63
                                                         <em class="parameter"><code><span class="type">gboolean</span> *y_fill</code></em>);
64
64
</pre>
65
65
</div>
66
66
<div class="refsect1">
67
67
<a name="StBin.object-hierarchy"></a><h2>Object Hierarchy</h2>
68
68
<pre class="synopsis">
69
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
70
 
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
71
 
         +----<a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html">ClutterActor</a>
 
69
  GObject
 
70
   +----GInitiallyUnowned
 
71
         +----ClutterActor
72
72
               +----<a class="link" href="StWidget.html" title="StWidget">StWidget</a>
73
73
                     +----StBin
74
74
                           +----<a class="link" href="StButton.html" title="StButton">StButton</a>
79
79
<a name="StBin.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
80
80
<p>
81
81
StBin implements
82
 
 <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>
 
82
 ClutterContainer,  ClutterScriptable,  ClutterAnimatable and  AtkImplementorIface.</p>
83
83
</div>
84
84
<div class="refsect1">
85
85
<a name="StBin.properties"></a><h2>Properties</h2>
86
86
<pre class="synopsis">
87
 
  "<a class="link" href="StBin.html#StBin--child" title='The "child" property'>child</a>"                    <a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a>*         : Read / Write
 
87
  "<a class="link" href="StBin.html#StBin--child" title='The "child" property'>child</a>"                    <span class="type">ClutterActor</span>*         : Read / Write
88
88
  "<a class="link" href="StBin.html#StBin--x-align" title='The "x-align" property'>x-align</a>"                  <span class="type">StAlign</span>               : Read / Write
89
 
  "<a class="link" href="StBin.html#StBin--x-fill" title='The "x-fill" property'>x-fill</a>"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
89
  "<a class="link" href="StBin.html#StBin--x-fill" title='The "x-fill" property'>x-fill</a>"                   <span class="type">gboolean</span>              : Read / Write
90
90
  "<a class="link" href="StBin.html#StBin--y-align" title='The "y-align" property'>y-align</a>"                  <span class="type">StAlign</span>               : Read / Write
91
 
  "<a class="link" href="StBin.html#StBin--y-fill" title='The "y-fill" property'>y-fill</a>"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
91
  "<a class="link" href="StBin.html#StBin--y-fill" title='The "y-fill" property'>y-fill</a>"                   <span class="type">gboolean</span>              : Read / Write
92
92
</pre>
93
93
</div>
94
94
<div class="refsect1">
95
95
<a name="StBin.description"></a><h2>Description</h2>
96
96
<p>
97
97
<a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> is a simple container capable of having only one
98
 
<a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> as a child.
 
98
<span class="type">ClutterActor</span> as a child.
99
99
</p>
100
100
<p>
101
101
<a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> inherits from <a class="link" href="StWidget.html" title="StWidget"><span class="type">StWidget</span></a>, so it is fully themable.
122
122
</div>
123
123
<hr>
124
124
<div class="refsect2">
125
 
<a name="st-bin-get-alignment"></a><h3>st_bin_get_alignment ()</h3>
126
 
<pre class="programlisting"><span class="returnvalue">void</span>                st_bin_get_alignment                (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>,
127
 
                                                         <em class="parameter"><code><span class="type">StAlign</span> *x_align</code></em>,
128
 
                                                         <em class="parameter"><code><span class="type">StAlign</span> *y_align</code></em>);</pre>
129
 
<p>
130
 
Retrieves the horizontal and vertical alignment of the child
131
 
inside a <a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a>, as set by <a class="link" href="StBin.html#st-bin-set-alignment" title="st_bin_set_alignment ()"><code class="function">st_bin_set_alignment()</code></a>.
132
 
</p>
133
 
<div class="variablelist"><table border="0" class="variablelist">
134
 
<colgroup>
135
 
<col align="left" valign="top">
136
 
<col>
137
 
</colgroup>
138
 
<tbody>
139
 
<tr>
140
 
<td><p><span class="term"><em class="parameter"><code>bin</code></em> :</span></p></td>
141
 
<td>a <a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a>
142
 
</td>
143
 
</tr>
144
 
<tr>
145
 
<td><p><span class="term"><em class="parameter"><code>x_align</code></em> :</span></p></td>
146
 
<td>return location for the horizontal alignment, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
147
 
</td>
148
 
</tr>
149
 
<tr>
150
 
<td><p><span class="term"><em class="parameter"><code>y_align</code></em> :</span></p></td>
151
 
<td>return location for the vertical alignment, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
152
 
</td>
153
 
</tr>
154
 
</tbody>
155
 
</table></div>
156
 
</div>
157
 
<hr>
158
 
<div class="refsect2">
159
 
<a name="st-bin-get-child"></a><h3>st_bin_get_child ()</h3>
160
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="returnvalue">ClutterActor</span></a> *      st_bin_get_child                    (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>);</pre>
161
 
<p>
162
 
Retrieves a pointer to the child of <em class="parameter"><code>bin</code></em>.
163
 
</p>
164
 
<div class="variablelist"><table border="0" class="variablelist">
165
 
<colgroup>
166
 
<col align="left" valign="top">
167
 
<col>
168
 
</colgroup>
169
 
<tbody>
170
 
<tr>
171
 
<td><p><span class="term"><em class="parameter"><code>bin</code></em> :</span></p></td>
172
 
<td>a <a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a>
173
 
</td>
174
 
</tr>
175
 
<tr>
176
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
177
 
<td>a <a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
178
 
</td>
179
 
</tr>
180
 
</tbody>
181
 
</table></div>
182
 
</div>
183
 
<hr>
184
 
<div class="refsect2">
185
 
<a name="st-bin-get-fill"></a><h3>st_bin_get_fill ()</h3>
186
 
<pre class="programlisting"><span class="returnvalue">void</span>                st_bin_get_fill                     (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>,
187
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *x_fill</code></em>,
188
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *y_fill</code></em>);</pre>
189
 
<p>
190
 
Retrieves the horizontal and vertical fill settings
191
 
</p>
192
 
<div class="variablelist"><table border="0" class="variablelist">
193
 
<colgroup>
194
 
<col align="left" valign="top">
195
 
<col>
196
 
</colgroup>
197
 
<tbody>
198
 
<tr>
199
 
<td><p><span class="term"><em class="parameter"><code>bin</code></em> :</span></p></td>
200
 
<td>a <a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a>
201
 
</td>
202
 
</tr>
203
 
<tr>
204
 
<td><p><span class="term"><em class="parameter"><code>x_fill</code></em> :</span></p></td>
205
 
<td>return location for the horizontal fill, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
206
 
</td>
207
 
</tr>
208
 
<tr>
209
 
<td><p><span class="term"><em class="parameter"><code>y_fill</code></em> :</span></p></td>
210
 
<td>return location for the vertical fill, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
211
 
</td>
212
 
</tr>
213
 
</tbody>
214
 
</table></div>
215
 
</div>
216
 
<hr>
217
 
<div class="refsect2">
218
125
<a name="st-bin-new"></a><h3>st_bin_new ()</h3>
219
126
<pre class="programlisting"><a class="link" href="StWidget.html" title="StWidget"><span class="returnvalue">StWidget</span></a> *          st_bin_new                          (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
220
127
<p>
233
140
</div>
234
141
<hr>
235
142
<div class="refsect2">
 
143
<a name="st-bin-set-child"></a><h3>st_bin_set_child ()</h3>
 
144
<pre class="programlisting"><span class="returnvalue">void</span>                st_bin_set_child                    (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>,
 
145
                                                         <em class="parameter"><code><span class="type">ClutterActor</span> *child</code></em>);</pre>
 
146
<p>
 
147
Sets <em class="parameter"><code>child</code></em> as the child of <em class="parameter"><code>bin</code></em>.
 
148
</p>
 
149
<p>
 
150
If <em class="parameter"><code>bin</code></em> already has a child, the previous child is removed.
 
151
</p>
 
152
<div class="variablelist"><table border="0" class="variablelist">
 
153
<colgroup>
 
154
<col align="left" valign="top">
 
155
<col>
 
156
</colgroup>
 
157
<tbody>
 
158
<tr>
 
159
<td><p><span class="term"><em class="parameter"><code>bin</code></em> :</span></p></td>
 
160
<td>a <a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a>
 
161
</td>
 
162
</tr>
 
163
<tr>
 
164
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
 
165
<td>a <span class="type">ClutterActor</span>, or <a href="/home/florian/opt/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
166
</td>
 
167
</tr>
 
168
</tbody>
 
169
</table></div>
 
170
</div>
 
171
<hr>
 
172
<div class="refsect2">
 
173
<a name="st-bin-get-child"></a><h3>st_bin_get_child ()</h3>
 
174
<pre class="programlisting"><span class="returnvalue">ClutterActor</span> *      st_bin_get_child                    (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>);</pre>
 
175
<p>
 
176
Retrieves a pointer to the child of <em class="parameter"><code>bin</code></em>.
 
177
</p>
 
178
<div class="variablelist"><table border="0" class="variablelist">
 
179
<colgroup>
 
180
<col align="left" valign="top">
 
181
<col>
 
182
</colgroup>
 
183
<tbody>
 
184
<tr>
 
185
<td><p><span class="term"><em class="parameter"><code>bin</code></em> :</span></p></td>
 
186
<td>a <a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a>
 
187
</td>
 
188
</tr>
 
189
<tr>
 
190
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
191
<td>a <span class="type">ClutterActor</span>, or <a href="/home/florian/opt/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
192
</td>
 
193
</tr>
 
194
</tbody>
 
195
</table></div>
 
196
</div>
 
197
<hr>
 
198
<div class="refsect2">
236
199
<a name="st-bin-set-alignment"></a><h3>st_bin_set_alignment ()</h3>
237
200
<pre class="programlisting"><span class="returnvalue">void</span>                st_bin_set_alignment                (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>,
238
201
                                                         <em class="parameter"><code><span class="type">StAlign</span> x_align</code></em>,
265
228
</div>
266
229
<hr>
267
230
<div class="refsect2">
268
 
<a name="st-bin-set-child"></a><h3>st_bin_set_child ()</h3>
269
 
<pre class="programlisting"><span class="returnvalue">void</span>                st_bin_set_child                    (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>,
270
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *child</code></em>);</pre>
271
 
<p>
272
 
Sets <em class="parameter"><code>child</code></em> as the child of <em class="parameter"><code>bin</code></em>.
273
 
</p>
274
 
<p>
275
 
If <em class="parameter"><code>bin</code></em> already has a child, the previous child is removed.
 
231
<a name="st-bin-get-alignment"></a><h3>st_bin_get_alignment ()</h3>
 
232
<pre class="programlisting"><span class="returnvalue">void</span>                st_bin_get_alignment                (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>,
 
233
                                                         <em class="parameter"><code><span class="type">StAlign</span> *x_align</code></em>,
 
234
                                                         <em class="parameter"><code><span class="type">StAlign</span> *y_align</code></em>);</pre>
 
235
<p>
 
236
Retrieves the horizontal and vertical alignment of the child
 
237
inside a <a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a>, as set by <a class="link" href="StBin.html#st-bin-set-alignment" title="st_bin_set_alignment ()"><code class="function">st_bin_set_alignment()</code></a>.
276
238
</p>
277
239
<div class="variablelist"><table border="0" class="variablelist">
278
240
<colgroup>
286
248
</td>
287
249
</tr>
288
250
<tr>
289
 
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
290
 
<td>a <a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
251
<td><p><span class="term"><em class="parameter"><code>x_align</code></em> :</span></p></td>
 
252
<td>return location for the horizontal alignment, or <a href="/home/florian/opt/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
 
253
</td>
 
254
</tr>
 
255
<tr>
 
256
<td><p><span class="term"><em class="parameter"><code>y_align</code></em> :</span></p></td>
 
257
<td>return location for the vertical alignment, or <a href="/home/florian/opt/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
291
258
</td>
292
259
</tr>
293
260
</tbody>
297
264
<div class="refsect2">
298
265
<a name="st-bin-set-fill"></a><h3>st_bin_set_fill ()</h3>
299
266
<pre class="programlisting"><span class="returnvalue">void</span>                st_bin_set_fill                     (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>,
300
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> x_fill</code></em>,
301
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> y_fill</code></em>);</pre>
 
267
                                                         <em class="parameter"><code><span class="type">gboolean</span> x_fill</code></em>,
 
268
                                                         <em class="parameter"><code><span class="type">gboolean</span> y_fill</code></em>);</pre>
302
269
<p>
303
270
Sets whether the child of <em class="parameter"><code>bin</code></em> should fill out the horizontal
304
271
and/or vertical allocation of the parent
317
284
<tr>
318
285
<td><p><span class="term"><em class="parameter"><code>x_fill</code></em> :</span></p></td>
319
286
<td>
320
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the child should fill horizontally the <em class="parameter"><code>bin</code></em>
 
287
<code class="literal">TRUE</code> if the child should fill horizontally the <em class="parameter"><code>bin</code></em>
321
288
</td>
322
289
</tr>
323
290
<tr>
324
291
<td><p><span class="term"><em class="parameter"><code>y_fill</code></em> :</span></p></td>
325
292
<td>
326
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the child should fill vertically the <em class="parameter"><code>bin</code></em>
 
293
<code class="literal">TRUE</code> if the child should fill vertically the <em class="parameter"><code>bin</code></em>
 
294
</td>
 
295
</tr>
 
296
</tbody>
 
297
</table></div>
 
298
</div>
 
299
<hr>
 
300
<div class="refsect2">
 
301
<a name="st-bin-get-fill"></a><h3>st_bin_get_fill ()</h3>
 
302
<pre class="programlisting"><span class="returnvalue">void</span>                st_bin_get_fill                     (<em class="parameter"><code><a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> *bin</code></em>,
 
303
                                                         <em class="parameter"><code><span class="type">gboolean</span> *x_fill</code></em>,
 
304
                                                         <em class="parameter"><code><span class="type">gboolean</span> *y_fill</code></em>);</pre>
 
305
<p>
 
306
Retrieves the horizontal and vertical fill settings
 
307
</p>
 
308
<div class="variablelist"><table border="0" class="variablelist">
 
309
<colgroup>
 
310
<col align="left" valign="top">
 
311
<col>
 
312
</colgroup>
 
313
<tbody>
 
314
<tr>
 
315
<td><p><span class="term"><em class="parameter"><code>bin</code></em> :</span></p></td>
 
316
<td>a <a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a>
 
317
</td>
 
318
</tr>
 
319
<tr>
 
320
<td><p><span class="term"><em class="parameter"><code>x_fill</code></em> :</span></p></td>
 
321
<td>return location for the horizontal fill, or <a href="/home/florian/opt/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
322
</td>
 
323
</tr>
 
324
<tr>
 
325
<td><p><span class="term"><em class="parameter"><code>y_fill</code></em> :</span></p></td>
 
326
<td>return location for the vertical fill, or <a href="/home/florian/opt/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
327
327
</td>
328
328
</tr>
329
329
</tbody>
334
334
<a name="StBin.property-details"></a><h2>Property Details</h2>
335
335
<div class="refsect2">
336
336
<a name="StBin--child"></a><h3>The <code class="literal">"child"</code> property</h3>
337
 
<pre class="programlisting">  "child"                    <a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a>*         : Read / Write</pre>
 
337
<pre class="programlisting">  "child"                    <span class="type">ClutterActor</span>*         : Read / Write</pre>
338
338
<p>
339
 
The child <a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> of the <a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> container.
 
339
The child <span class="type">ClutterActor</span> of the <a class="link" href="StBin.html" title="StBin"><span class="type">StBin</span></a> container.
340
340
</p>
341
341
</div>
342
342
<hr>
351
351
<hr>
352
352
<div class="refsect2">
353
353
<a name="StBin--x-fill"></a><h3>The <code class="literal">"x-fill"</code> property</h3>
354
 
<pre class="programlisting">  "x-fill"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
354
<pre class="programlisting">  "x-fill"                   <span class="type">gboolean</span>              : Read / Write</pre>
355
355
<p>
356
356
Whether the child should fill the horizontal allocation
357
357
</p>
369
369
<hr>
370
370
<div class="refsect2">
371
371
<a name="StBin--y-fill"></a><h3>The <code class="literal">"y-fill"</code> property</h3>
372
 
<pre class="programlisting">  "y-fill"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
372
<pre class="programlisting">  "y-fill"                   <span class="type">gboolean</span>              : Read / Write</pre>
373
373
<p>
374
374
Whether the child should fill the vertical allocation
375
375
</p>
379
379
</div>
380
380
<div class="footer">
381
381
<hr>
382
 
          Generated by GTK-Doc V1.18</div>
 
382
          Generated by GTK-Doc V1.18.1</div>
383
383
</body>
384
384
</html>
 
 
b'\\ No newline at end of file'