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

« back to all changes in this revision

Viewing changes to doc/reference/html/AwnOverlayThrobber.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:
58
58
 
59
59
                    <a class="link" href="AwnOverlayThrobber.html#AwnOverlayThrobber-struct" title="AwnOverlayThrobber">AwnOverlayThrobber</a>;
60
60
<a
61
 
href="../gtk/GtkWidget.html"
 
61
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
62
62
>GtkWidget</a>*          <a class="link" href="AwnOverlayThrobber.html#awn-overlay-throbber-new" title="awn_overlay_throbber_new ()">awn_overlay_throbber_new</a>            (void);
63
63
</pre>
64
64
</div>
66
66
<a name="AwnOverlayThrobber.object-hierarchy"></a><h2>Object Hierarchy</h2>
67
67
<pre class="synopsis">
68
68
  <a
69
 
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
69
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
70
70
>GObject</a>
71
71
   +----<a
72
 
href="../gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
 
72
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
73
73
>GInitiallyUnowned</a>
74
74
         +----<a class="link" href="libawn-awn-overlay.html#AwnOverlay">AwnOverlay</a>
75
75
               +----AwnOverlayThrobber
79
79
<a name="AwnOverlayThrobber.properties"></a><h2>Properties</h2>
80
80
<pre class="synopsis">
81
81
  "<a class="link" href="AwnOverlayThrobber.html#AwnOverlayThrobber--scale" title='The "scale" property'>scale</a>"                    <a
82
 
href="../glib/glib-Basic-Types.html#gdouble"
 
82
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
83
83
>gdouble</a>               : Read / Write / Construct
84
84
  "<a class="link" href="AwnOverlayThrobber.html#AwnOverlayThrobber--timeout" title='The "timeout" property'>timeout</a>"                  <a
85
 
href="../glib/glib-Basic-Types.html#guint"
 
85
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
86
86
>guint</a>                 : Read / Write / Construct
87
87
</pre>
88
88
</div>
107
107
<div class="refsect2" title="awn_overlay_throbber_new ()">
108
108
<a name="awn-overlay-throbber-new"></a><h3>awn_overlay_throbber_new ()</h3>
109
109
<pre class="programlisting"><a
110
 
href="../gtk/GtkWidget.html"
 
110
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
111
111
>GtkWidget</a>*          awn_overlay_throbber_new            (void);</pre>
112
112
<p>
113
113
Creates a new instance of <a class="link" href="AwnOverlayThrobber.html" title="AwnOverlayThrobber"><span class="type">AwnOverlayThrobber</span></a>.</p>
128
128
<div class="refsect2" title='The "scale" property'>
129
129
<a name="AwnOverlayThrobber--scale"></a><h3>The <code class="literal">"scale"</code> property</h3>
130
130
<pre class="programlisting">  "scale"                    <a
131
 
href="../glib/glib-Basic-Types.html#gdouble"
 
131
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
132
132
>gdouble</a>               : Read / Write / Construct</pre>
133
133
<p>
134
134
Determines the size of the <a class="link" href="AwnOverlayThrobber.html" title="AwnOverlayThrobber"><span class="type">AwnOverlayThrobber</span></a> scaled against the dimensions
143
143
<div class="refsect2" title='The "timeout" property'>
144
144
<a name="AwnOverlayThrobber--timeout"></a><h3>The <code class="literal">"timeout"</code> property</h3>
145
145
<pre class="programlisting">  "timeout"                  <a
146
 
href="../glib/glib-Basic-Types.html#guint"
 
146
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
147
147
>guint</a>                 : Read / Write / Construct</pre>
148
148
<p>
149
149
The time in milliseconds between throbber updates.</p>