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

« back to all changes in this revision

Viewing changes to docs/reference/st/html/StLabel.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>StLabel</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="widgets.html" title="Widgets">
9
9
<link rel="prev" href="StIcon.html" title="StIcon">
10
10
<link rel="next" href="containers.html" title="Containers">
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="StLabel.synopsis"></a><h2>Synopsis</h2>
46
46
<pre class="synopsis">struct              <a class="link" href="StLabel.html#StLabel-struct" title="struct StLabel">StLabel</a>;
47
47
struct              <a class="link" href="StLabel.html#StLabelClass" title="struct StLabelClass">StLabelClass</a>;
48
 
<a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="returnvalue">ClutterActor</span></a> *      <a class="link" href="StLabel.html#st-label-get-clutter-text" title="st_label_get_clutter_text ()">st_label_get_clutter_text</a>           (<em class="parameter"><code><a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a> *label</code></em>);
49
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="StLabel.html#st-label-get-text" title="st_label_get_text ()">st_label_get_text</a>                   (<em class="parameter"><code><a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a> *label</code></em>);
50
 
<a class="link" href="StWidget.html" title="StWidget"><span class="returnvalue">StWidget</span></a> *          <a class="link" href="StLabel.html#st-label-new" title="st_label_new ()">st_label_new</a>                        (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);
 
48
<a class="link" href="StWidget.html" title="StWidget"><span class="returnvalue">StWidget</span></a> *          <a class="link" href="StLabel.html#st-label-new" title="st_label_new ()">st_label_new</a>                        (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>);
 
49
const <span class="returnvalue">gchar</span> *       <a class="link" href="StLabel.html#st-label-get-text" title="st_label_get_text ()">st_label_get_text</a>                   (<em class="parameter"><code><a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a> *label</code></em>);
51
50
<span class="returnvalue">void</span>                <a class="link" href="StLabel.html#st-label-set-text" title="st_label_set_text ()">st_label_set_text</a>                   (<em class="parameter"><code><a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a> *label</code></em>,
52
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);
 
51
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>);
 
52
<span class="returnvalue">ClutterActor</span> *      <a class="link" href="StLabel.html#st-label-get-clutter-text" title="st_label_get_clutter_text ()">st_label_get_clutter_text</a>           (<em class="parameter"><code><a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a> *label</code></em>);
53
53
</pre>
54
54
</div>
55
55
<div class="refsect1">
56
56
<a name="StLabel.object-hierarchy"></a><h2>Object Hierarchy</h2>
57
57
<pre class="synopsis">
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>
 
58
  GObject
 
59
   +----GInitiallyUnowned
 
60
         +----ClutterActor
61
61
               +----<a class="link" href="StWidget.html" title="StWidget">StWidget</a>
62
62
                     +----StLabel
63
63
</pre>
66
66
<a name="StLabel.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
67
67
<p>
68
68
StLabel implements
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>
 
69
 ClutterContainer,  ClutterScriptable,  ClutterAnimatable and  AtkImplementorIface.</p>
70
70
</div>
71
71
<div class="refsect1">
72
72
<a name="StLabel.properties"></a><h2>Properties</h2>
73
73
<pre class="synopsis">
74
 
  "<a class="link" href="StLabel.html#StLabel--clutter-text" title='The "clutter-text" property'>clutter-text</a>"             <a href="/usr/share/gtk-doc/html/clutter/ClutterText.html"><span class="type">ClutterText</span></a>*          : Read
75
 
  "<a class="link" href="StLabel.html#StLabel--text" title='The "text" property'>text</a>"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
74
  "<a class="link" href="StLabel.html#StLabel--clutter-text" title='The "clutter-text" property'>clutter-text</a>"             <span class="type">ClutterText</span>*          : Read
 
75
  "<a class="link" href="StLabel.html#StLabel--text" title='The "text" property'>text</a>"                     <span class="type">gchar</span>*                : Read / Write
76
76
</pre>
77
77
</div>
78
78
<div class="refsect1">
80
80
<p>
81
81
<a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a> is a simple widget for displaying text. It derives from
82
82
<a class="link" href="StWidget.html" title="StWidget"><span class="type">StWidget</span></a> to add extra style and placement functionality over
83
 
<a href="/usr/share/gtk-doc/html/clutter/ClutterText.html"><span class="type">ClutterText</span></a>. The internal <a href="/usr/share/gtk-doc/html/clutter/ClutterText.html"><span class="type">ClutterText</span></a> is publicly accessibly to allow
 
83
<span class="type">ClutterText</span>. The internal <span class="type">ClutterText</span> is publicly accessibly to allow
84
84
applications to set further properties.
85
85
</p>
86
86
</div>
104
104
</div>
105
105
<hr>
106
106
<div class="refsect2">
107
 
<a name="st-label-get-clutter-text"></a><h3>st_label_get_clutter_text ()</h3>
108
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="returnvalue">ClutterActor</span></a> *      st_label_get_clutter_text           (<em class="parameter"><code><a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a> *label</code></em>);</pre>
 
107
<a name="st-label-new"></a><h3>st_label_new ()</h3>
 
108
<pre class="programlisting"><a class="link" href="StWidget.html" title="StWidget"><span class="returnvalue">StWidget</span></a> *          st_label_new                        (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>);</pre>
109
109
<p>
110
 
Retrieve the internal <a href="/usr/share/gtk-doc/html/clutter/ClutterText.html"><span class="type">ClutterText</span></a> so that extra parameters can be set
 
110
Create a new <a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a> with the specified label
111
111
</p>
112
112
<div class="variablelist"><table border="0" class="variablelist">
113
113
<colgroup>
116
116
</colgroup>
117
117
<tbody>
118
118
<tr>
119
 
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
120
 
<td>a <a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a>
121
 
</td>
 
119
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
 
120
<td>text to set the label to</td>
122
121
</tr>
123
122
<tr>
124
123
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
125
 
<td>ethe <a href="/usr/share/gtk-doc/html/clutter/ClutterText.html"><span class="type">ClutterText</span></a> used by <a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a>. The label
126
 
is owned by the <a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a> and should not be unref'ed by the application. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
124
<td>a new <a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a>
127
125
</td>
128
126
</tr>
129
127
</tbody>
132
130
<hr>
133
131
<div class="refsect2">
134
132
<a name="st-label-get-text"></a><h3>st_label_get_text ()</h3>
135
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       st_label_get_text                   (<em class="parameter"><code><a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a> *label</code></em>);</pre>
 
133
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       st_label_get_text                   (<em class="parameter"><code><a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a> *label</code></em>);</pre>
136
134
<p>
137
135
Get the text displayed on the label
138
136
</p>
156
154
</div>
157
155
<hr>
158
156
<div class="refsect2">
159
 
<a name="st-label-new"></a><h3>st_label_new ()</h3>
160
 
<pre class="programlisting"><a class="link" href="StWidget.html" title="StWidget"><span class="returnvalue">StWidget</span></a> *          st_label_new                        (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
161
 
<p>
162
 
Create a new <a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a> with the specified label
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>text</code></em> :</span></p></td>
172
 
<td>text to set the label to</td>
173
 
</tr>
174
 
<tr>
175
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
176
 
<td>a new <a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a>
177
 
</td>
178
 
</tr>
179
 
</tbody>
180
 
</table></div>
181
 
</div>
182
 
<hr>
183
 
<div class="refsect2">
184
157
<a name="st-label-set-text"></a><h3>st_label_set_text ()</h3>
185
158
<pre class="programlisting"><span class="returnvalue">void</span>                st_label_set_text                   (<em class="parameter"><code><a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a> *label</code></em>,
186
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
 
159
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>);</pre>
187
160
<p>
188
161
Sets the text displayed on the label
189
162
</p>
205
178
</tbody>
206
179
</table></div>
207
180
</div>
 
181
<hr>
 
182
<div class="refsect2">
 
183
<a name="st-label-get-clutter-text"></a><h3>st_label_get_clutter_text ()</h3>
 
184
<pre class="programlisting"><span class="returnvalue">ClutterActor</span> *      st_label_get_clutter_text           (<em class="parameter"><code><a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a> *label</code></em>);</pre>
 
185
<p>
 
186
Retrieve the internal <span class="type">ClutterText</span> so that extra parameters can be set
 
187
</p>
 
188
<div class="variablelist"><table border="0" class="variablelist">
 
189
<colgroup>
 
190
<col align="left" valign="top">
 
191
<col>
 
192
</colgroup>
 
193
<tbody>
 
194
<tr>
 
195
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
 
196
<td>a <a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a>
 
197
</td>
 
198
</tr>
 
199
<tr>
 
200
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
201
<td>ethe <span class="type">ClutterText</span> used by <a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a>. The label
 
202
is owned by the <a class="link" href="StLabel.html" title="StLabel"><span class="type">StLabel</span></a> and should not be unref'ed by the application. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
203
</td>
 
204
</tr>
 
205
</tbody>
 
206
</table></div>
 
207
</div>
208
208
</div>
209
209
<div class="refsect1">
210
210
<a name="StLabel.property-details"></a><h2>Property Details</h2>
211
211
<div class="refsect2">
212
212
<a name="StLabel--clutter-text"></a><h3>The <code class="literal">"clutter-text"</code> property</h3>
213
 
<pre class="programlisting">  "clutter-text"             <a href="/usr/share/gtk-doc/html/clutter/ClutterText.html"><span class="type">ClutterText</span></a>*          : Read</pre>
 
213
<pre class="programlisting">  "clutter-text"             <span class="type">ClutterText</span>*          : Read</pre>
214
214
<p>Internal ClutterText actor.</p>
215
215
</div>
216
216
<hr>
217
217
<div class="refsect2">
218
218
<a name="StLabel--text"></a><h3>The <code class="literal">"text"</code> property</h3>
219
 
<pre class="programlisting">  "text"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 
219
<pre class="programlisting">  "text"                     <span class="type">gchar</span>*                : Read / Write</pre>
220
220
<p>Text of the label.</p>
221
221
<p>Default value: NULL</p>
222
222
</div>
224
224
</div>
225
225
<div class="footer">
226
226
<hr>
227
 
          Generated by GTK-Doc V1.18</div>
 
227
          Generated by GTK-Doc V1.18.1</div>
228
228
</body>
229
229
</html>
 
 
b'\\ No newline at end of file'