~ubuntu-branches/ubuntu/oneiric/avant-window-navigator/oneiric

« back to all changes in this revision

Viewing changes to doc/reference/html/AwnLabel.html

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-03-23 00:24:44 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100323002444-ty9ag1vrrklunlix
Tags: 0.4.0~rc1-0ubuntu1
* New upstream release (0.4.0 rc1) (LP: #542684)
 - Ensure the autostart exist before trying to delete it.
   (LP: #334454)
 - Fix position with multiple screen. (LP: #248769)
* debian/control:
 - Move awn-settings to depends, to ensure migration from awn-manager.
   (LP: #512411)
* debian/patches/01-require-lda.patch : Only require 0.0.1 version of lda.
* debian/libawn1.symbols: Add missing symbol.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
<a name="AwnLabel.object-hierarchy"></a><h2>Object Hierarchy</h2>
60
60
<pre class="synopsis">
61
61
  <a
62
 
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
62
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
63
63
>GObject</a>
64
64
   +----<a
65
 
href="../gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
 
65
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
66
66
>GInitiallyUnowned</a>
67
67
         +----<a
68
 
href="../gtk/GtkObject.html"
 
68
href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html"
69
69
>GtkObject</a>
70
70
               +----<a
71
 
href="../gtk/GtkWidget.html"
 
71
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
72
72
>GtkWidget</a>
73
73
                     +----<a
74
 
href="../gtk/GtkMisc.html"
 
74
href="http://library.gnome.org/devel/gtk/unstable/GtkMisc.html"
75
75
>GtkMisc</a>
76
76
                           +----<a
77
 
href="../gtk/GtkLabel.html"
 
77
href="http://library.gnome.org/devel/gtk/unstable/GtkLabel.html"
78
78
>GtkLabel</a>
79
79
                                 +----AwnLabel
80
80
</pre>
84
84
<p>
85
85
AwnLabel implements
86
86
 AtkImplementorIface and  <a
87
 
href="../gtk/gtk-gtkbuildable.html#GtkBuildable"
 
87
href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable"
88
88
>GtkBuildable</a>.</p>
89
89
</div>
90
90
<div class="refsect1" title="Properties">
91
91
<a name="AwnLabel.properties"></a><h2>Properties</h2>
92
92
<pre class="synopsis">
93
93
  "<a class="link" href="AwnLabel.html#AwnLabel--font-mode" title='The "font-mode" property'>font-mode</a>"                <a
94
 
href="../glib/glib-Basic-Types.html#gint"
 
94
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
95
95
>gint</a>                  : Read / Write
96
96
  "<a class="link" href="AwnLabel.html#AwnLabel--text-color" title='The "text-color" property'>text-color</a>"               DesktopAgnosticColor*  : Read / Write
97
97
  "<a class="link" href="AwnLabel.html#AwnLabel--text-outline-color" title='The "text-outline-color" property'>text-outline-color</a>"       DesktopAgnosticColor*  : Read / Write
98
98
  "<a class="link" href="AwnLabel.html#AwnLabel--text-outline-width" title='The "text-outline-width" property'>text-outline-width</a>"       <a
99
 
href="../glib/glib-Basic-Types.html#gdouble"
 
99
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
100
100
>gdouble</a>               : Read / Write
101
101
</pre>
102
102
</div>
112
112
<pre class="programlisting">typedef struct _AwnLabel AwnLabel;</pre>
113
113
<p>
114
114
Widget derived from <a
115
 
href="../gtk/GtkLabel.html"
 
115
href="http://library.gnome.org/devel/gtk/unstable/GtkLabel.html"
116
116
><span class="type">GtkLabel</span></a>, which should be used to display text
117
117
on the panel, as it provides various modes of drawing the text - with
118
118
or without an outline, and is therefore easily readable on non-solid 
144
144
<div class="refsect2" title='The "font-mode" property'>
145
145
<a name="AwnLabel--font-mode"></a><h3>The <code class="literal">"font-mode"</code> property</h3>
146
146
<pre class="programlisting">  "font-mode"                <a
147
 
href="../glib/glib-Basic-Types.html#gint"
 
147
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
148
148
>gint</a>                  : Read / Write</pre>
149
149
<p>Font Mode.</p>
150
150
<p>Allowed values: [0,2]</p>
166
166
<div class="refsect2" title='The "text-outline-width" property'>
167
167
<a name="AwnLabel--text-outline-width"></a><h3>The <code class="literal">"text-outline-width"</code> property</h3>
168
168
<pre class="programlisting">  "text-outline-width"       <a
169
 
href="../glib/glib-Basic-Types.html#gdouble"
 
169
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
170
170
>gdouble</a>               : Read / Write</pre>
171
171
<p>Text Outline Width.</p>
172
172
<p>Allowed values: [0,10]</p>