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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-02-18 00:22:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100218002252-fe6vniq3o8ct3cdz
Tags: 0.3.9.1~bzr603-0ubuntu1
* New upstream snapshot. 
 - Switch to main trunk branch.
* debian/control:
 - Add Conflicts on awn-manager for awn-settings (LP: #507822)
 - Remove build-depends on python-elementtree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
                    <a class="link" href="AwnApplet.html#AwnAppletPrivate" title="AwnAppletPrivate">AwnAppletPrivate</a>;
57
57
                    <a class="link" href="AwnApplet.html#AwnApplet-struct" title="AwnApplet">AwnApplet</a>;
58
58
<a
59
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
59
href="../glib/glib-Basic-Types.html#gboolean"
60
60
>gboolean</a>            (<a class="link" href="AwnApplet.html#AwnAppletInitFunc" title="AwnAppletInitFunc ()">*AwnAppletInitFunc</a>)                (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet);
61
61
<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *         (<a class="link" href="AwnApplet.html#AwnAppletInitPFunc" title="AwnAppletInitPFunc ()">*AwnAppletInitPFunc</a>)               (const <a
62
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
62
href="../glib/glib-Basic-Types.html#gchar"
63
63
>gchar</a> *canonical_name,
64
64
                                                         const <a
65
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
65
href="../glib/glib-Basic-Types.html#gchar"
66
66
>gchar</a> *uid,
67
67
                                                         <a
68
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
68
href="../glib/glib-Basic-Types.html#gint"
69
69
>gint</a> panel_id);
70
70
<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *         <a class="link" href="AwnApplet.html#awn-applet-new" title="awn_applet_new ()">awn_applet_new</a>                      (const <a
71
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
71
href="../glib/glib-Basic-Types.html#gchar"
72
72
>gchar</a> *canonical_name,
73
73
                                                         const <a
74
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
74
href="../glib/glib-Basic-Types.html#gchar"
75
75
>gchar</a> *uid,
76
76
                                                         <a
77
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
77
href="../glib/glib-Basic-Types.html#gint"
78
78
>gint</a> panel_id);
79
79
const <a
80
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
80
href="../glib/glib-Basic-Types.html#gchar"
81
81
>gchar</a>*        <a class="link" href="AwnApplet.html#awn-applet-get-canonical-name" title="awn_applet_get_canonical_name ()">awn_applet_get_canonical_name</a>       (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet);
82
82
<a
83
 
href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkPositionType"
 
83
href="../gtk/gtk-Standard-Enumerations.html#GtkPositionType"
84
84
>GtkPositionType</a>     <a class="link" href="AwnApplet.html#awn-applet-get-pos-type" title="awn_applet_get_pos_type ()">awn_applet_get_pos_type</a>             (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet);
85
85
void                <a class="link" href="AwnApplet.html#awn-applet-set-pos-type" title="awn_applet_set_pos_type ()">awn_applet_set_pos_type</a>             (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
86
86
                                                         <a
87
 
href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkPositionType"
 
87
href="../gtk/gtk-Standard-Enumerations.html#GtkPositionType"
88
88
>GtkPositionType</a> position);
89
89
<a class="link" href="libawn-awn-defines.html#AwnPathType" title="enum AwnPathType">AwnPathType</a>         <a class="link" href="AwnApplet.html#awn-applet-get-path-type" title="awn_applet_get_path_type ()">awn_applet_get_path_type</a>            (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet);
90
90
void                <a class="link" href="AwnApplet.html#awn-applet-set-path-type" title="awn_applet_set_path_type ()">awn_applet_set_path_type</a>            (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
91
91
                                                         <a class="link" href="libawn-awn-defines.html#AwnPathType" title="enum AwnPathType">AwnPathType</a> path);
92
92
<a
93
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
93
href="../glib/glib-Basic-Types.html#gint"
94
94
>gint</a>                <a class="link" href="AwnApplet.html#awn-applet-get-offset" title="awn_applet_get_offset ()">awn_applet_get_offset</a>               (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet);
95
95
<a
96
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
96
href="../glib/glib-Basic-Types.html#gint"
97
97
>gint</a>                <a class="link" href="AwnApplet.html#awn-applet-get-offset-at" title="awn_applet_get_offset_at ()">awn_applet_get_offset_at</a>            (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
98
98
                                                         <a
99
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
99
href="../glib/glib-Basic-Types.html#gint"
100
100
>gint</a> x,
101
101
                                                         <a
102
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
102
href="../glib/glib-Basic-Types.html#gint"
103
103
>gint</a> y);
104
104
void                <a class="link" href="AwnApplet.html#awn-applet-set-offset" title="awn_applet_set_offset ()">awn_applet_set_offset</a>               (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
105
105
                                                         <a
106
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
106
href="../glib/glib-Basic-Types.html#gint"
107
107
>gint</a> offset);
108
108
<a
109
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
109
href="../glib/glib-Basic-Types.html#gint"
110
110
>gint</a>                <a class="link" href="AwnApplet.html#awn-applet-get-size" title="awn_applet_get_size ()">awn_applet_get_size</a>                 (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet);
111
111
void                <a class="link" href="AwnApplet.html#awn-applet-set-size" title="awn_applet_set_size ()">awn_applet_set_size</a>                 (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
112
112
                                                         <a
113
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
113
href="../glib/glib-Basic-Types.html#gint"
114
114
>gint</a> size);
115
115
const <a
116
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
116
href="../glib/glib-Basic-Types.html#gchar"
117
117
>gchar</a> *       <a class="link" href="AwnApplet.html#awn-applet-get-uid" title="awn_applet_get_uid ()">awn_applet_get_uid</a>                  (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet);
118
118
void                <a class="link" href="AwnApplet.html#awn-applet-set-uid" title="awn_applet_set_uid ()">awn_applet_set_uid</a>                  (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
119
119
                                                         const <a
120
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
120
href="../glib/glib-Basic-Types.html#gchar"
121
121
>gchar</a> *uid);
122
122
<a class="link" href="libawn-awn-defines.html#AwnAppletFlags" title="enum AwnAppletFlags">AwnAppletFlags</a>      <a class="link" href="AwnApplet.html#awn-applet-get-behavior" title="awn_applet_get_behavior ()">awn_applet_get_behavior</a>             (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet);
123
123
void                <a class="link" href="AwnApplet.html#awn-applet-set-behavior" title="awn_applet_set_behavior ()">awn_applet_set_behavior</a>             (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
124
124
                                                         <a class="link" href="libawn-awn-defines.html#AwnAppletFlags" title="enum AwnAppletFlags">AwnAppletFlags</a> flags);
125
125
<a
126
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
126
href="../gtk/GtkWidget.html"
127
127
>GtkWidget</a>*          <a class="link" href="AwnApplet.html#awn-applet-create-default-menu" title="awn_applet_create_default_menu ()">awn_applet_create_default_menu</a>      (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet);
128
128
<a
129
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
 
129
href="../glib/glib-Basic-Types.html#guint"
130
130
>guint</a>               <a class="link" href="AwnApplet.html#awn-applet-inhibit-autohide" title="awn_applet_inhibit_autohide ()">awn_applet_inhibit_autohide</a>         (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
131
131
                                                         const <a
132
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
132
href="../glib/glib-Basic-Types.html#gchar"
133
133
>gchar</a> *reason);
134
134
void                <a class="link" href="AwnApplet.html#awn-applet-uninhibit-autohide" title="awn_applet_uninhibit_autohide ()">awn_applet_uninhibit_autohide</a>       (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
135
135
                                                         <a
136
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
 
136
href="../glib/glib-Basic-Types.html#guint"
137
137
>guint</a> cookie);
138
138
<a
139
 
href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkNativeWindow"
 
139
href="../gdk/gdk-Event-Structures.html#GdkNativeWindow"
140
140
>GdkNativeWindow</a>     <a class="link" href="AwnApplet.html#awn-applet-docklet-request" title="awn_applet_docklet_request ()">awn_applet_docklet_request</a>          (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
141
141
                                                         <a
142
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
142
href="../glib/glib-Basic-Types.html#gint"
143
143
>gint</a> min_size,
144
144
                                                         <a
145
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
145
href="../glib/glib-Basic-Types.html#gboolean"
146
146
>gboolean</a> shrink,
147
147
                                                         <a
148
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
148
href="../glib/glib-Basic-Types.html#gboolean"
149
149
>gboolean</a> expand);
150
150
<a
151
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
151
href="../gtk/GtkWidget.html"
152
152
>GtkWidget</a> *         <a class="link" href="AwnApplet.html#awn-applet-create-pref-item" title="awn_applet_create_pref_item ()">awn_applet_create_pref_item</a>         (void);
153
153
<a
154
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
154
href="../gtk/GtkWidget.html"
155
155
>GtkWidget</a> *         <a class="link" href="AwnApplet.html#awn-applet-create-about-item" title="awn_applet_create_about_item ()">awn_applet_create_about_item</a>        (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
156
156
                                                         const <a
157
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
157
href="../glib/glib-Basic-Types.html#gchar"
158
158
>gchar</a> *copyright,
159
159
                                                         <a class="link" href="libawn-awn-defines.html#AwnAppletLicense" title="enum AwnAppletLicense">AwnAppletLicense</a> license,
160
160
                                                         const <a
161
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
161
href="../glib/glib-Basic-Types.html#gchar"
162
162
>gchar</a> *version,
163
163
                                                         const <a
164
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
164
href="../glib/glib-Basic-Types.html#gchar"
165
165
>gchar</a> *comments,
166
166
                                                         const <a
167
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
167
href="../glib/glib-Basic-Types.html#gchar"
168
168
>gchar</a> *website,
169
169
                                                         const <a
170
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
170
href="../glib/glib-Basic-Types.html#gchar"
171
171
>gchar</a> *website_label,
172
172
                                                         const <a
173
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
173
href="../glib/glib-Basic-Types.html#gchar"
174
174
>gchar</a> *icon_name,
175
175
                                                         const <a
176
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
176
href="../glib/glib-Basic-Types.html#gchar"
177
177
>gchar</a> *translator_credits,
178
178
                                                         const <a
179
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
179
href="../glib/glib-Basic-Types.html#gchar"
180
180
>gchar</a> **authors,
181
181
                                                         const <a
182
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
182
href="../glib/glib-Basic-Types.html#gchar"
183
183
>gchar</a> **artists,
184
184
                                                         const <a
185
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
185
href="../glib/glib-Basic-Types.html#gchar"
186
186
>gchar</a> **documenters);
187
187
<a
188
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
188
href="../gtk/GtkWidget.html"
189
189
>GtkWidget</a> *         <a class="link" href="AwnApplet.html#awn-applet-create-about-item-simple" title="awn_applet_create_about_item_simple ()">awn_applet_create_about_item_simple</a> (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
190
190
                                                         const <a
191
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
191
href="../glib/glib-Basic-Types.html#gchar"
192
192
>gchar</a> *copyright,
193
193
                                                         <a class="link" href="libawn-awn-defines.html#AwnAppletLicense" title="enum AwnAppletLicense">AwnAppletLicense</a> license,
194
194
                                                         const <a
195
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
195
href="../glib/glib-Basic-Types.html#gchar"
196
196
>gchar</a> *version);
197
197
</pre>
198
198
</div>
200
200
<a name="AwnApplet.object-hierarchy"></a><h2>Object Hierarchy</h2>
201
201
<pre class="synopsis">
202
202
  <a
203
 
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
 
203
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
204
204
>GObject</a>
205
205
   +----<a
206
 
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
 
206
href="../gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
207
207
>GInitiallyUnowned</a>
208
208
         +----<a
209
 
href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html"
 
209
href="../gtk/GtkObject.html"
210
210
>GtkObject</a>
211
211
               +----<a
212
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
212
href="../gtk/GtkWidget.html"
213
213
>GtkWidget</a>
214
214
                     +----<a
215
 
href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html"
 
215
href="../gtk/GtkContainer.html"
216
216
>GtkContainer</a>
217
217
                           +----<a
218
 
href="http://library.gnome.org/devel/gtk/unstable/GtkBin.html"
 
218
href="../gtk/GtkBin.html"
219
219
>GtkBin</a>
220
220
                                 +----<a
221
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html"
 
221
href="../gtk/GtkWindow.html"
222
222
>GtkWindow</a>
223
223
                                       +----<a
224
 
href="http://library.gnome.org/devel/gtk/unstable/GtkPlug.html"
 
224
href="../gtk/GtkPlug.html"
225
225
>GtkPlug</a>
226
226
                                             +----AwnApplet
227
227
                                                   +----<a class="link" href="AwnAppletSimple.html" title="AwnAppletSimple">AwnAppletSimple</a>
232
232
<p>
233
233
AwnApplet implements
234
234
 AtkImplementorIface and  <a
235
 
href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable"
 
235
href="../gtk/gtk-gtkbuildable.html#GtkBuildable"
236
236
>GtkBuildable</a>.</p>
237
237
</div>
238
238
<div class="refsect1" title="Properties">
239
239
<a name="AwnApplet.properties"></a><h2>Properties</h2>
240
240
<pre class="synopsis">
241
241
  "<a class="link" href="AwnApplet.html#AwnApplet--canonical-name" title='The "canonical-name" property'>canonical-name</a>"           <a
242
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
242
href="../glib/glib-Basic-Types.html#gchar"
243
243
>gchar</a>*                : Read / Write / Construct Only
244
244
  "<a class="link" href="AwnApplet.html#AwnApplet--display-name" title='The "display-name" property'>display-name</a>"             <a
245
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
245
href="../glib/glib-Basic-Types.html#gchar"
246
246
>gchar</a>*                : Read / Write
247
247
  "<a class="link" href="AwnApplet.html#AwnApplet--max-size" title='The "max-size" property'>max-size</a>"                 <a
248
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
248
href="../glib/glib-Basic-Types.html#gint"
249
249
>gint</a>                  : Read / Write
250
250
  "<a class="link" href="AwnApplet.html#AwnApplet--offset" title='The "offset" property'>offset</a>"                   <a
251
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
251
href="../glib/glib-Basic-Types.html#gint"
252
252
>gint</a>                  : Read / Write
253
253
  "<a class="link" href="AwnApplet.html#AwnApplet--offset-modifier" title='The "offset-modifier" property'>offset-modifier</a>"          <a
254
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
 
254
href="../glib/glib-Basic-Types.html#gfloat"
255
255
>gfloat</a>                : Read / Write
256
256
  "<a class="link" href="AwnApplet.html#AwnApplet--panel-id" title='The "panel-id" property'>panel-id</a>"                 <a
257
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
257
href="../glib/glib-Basic-Types.html#gint"
258
258
>gint</a>                  : Read / Write / Construct Only
259
259
  "<a class="link" href="AwnApplet.html#AwnApplet--panel-xid" title='The "panel-xid" property'>panel-xid</a>"                <a
260
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint64"
 
260
href="../glib/glib-Basic-Types.html#gint64"
261
261
>gint64</a>                : Read
262
262
  "<a class="link" href="AwnApplet.html#AwnApplet--path-type" title='The "path-type" property'>path-type</a>"                <a
263
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
263
href="../glib/glib-Basic-Types.html#gint"
264
264
>gint</a>                  : Read / Write / Construct
265
265
  "<a class="link" href="AwnApplet.html#AwnApplet--position" title='The "position" property'>position</a>"                 <a
266
 
href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkPositionType"
 
266
href="../gtk/gtk-Standard-Enumerations.html#GtkPositionType"
267
267
>GtkPositionType</a>       : Read / Write
268
268
  "<a class="link" href="AwnApplet.html#AwnApplet--quit-on-delete" title='The "quit-on-delete" property'>quit-on-delete</a>"           <a
269
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
269
href="../glib/glib-Basic-Types.html#gboolean"
270
270
>gboolean</a>              : Read / Write
271
271
  "<a class="link" href="AwnApplet.html#AwnApplet--show-all-on-embed" title='The "show-all-on-embed" property'>show-all-on-embed</a>"        <a
272
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
272
href="../glib/glib-Basic-Types.html#gboolean"
273
273
>gboolean</a>              : Read / Write
274
274
  "<a class="link" href="AwnApplet.html#AwnApplet--size" title='The "size" property'>size</a>"                     <a
275
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
275
href="../glib/glib-Basic-Types.html#gint"
276
276
>gint</a>                  : Read / Write
277
277
  "<a class="link" href="AwnApplet.html#AwnApplet--uid" title='The "uid" property'>uid</a>"                      <a
278
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
278
href="../glib/glib-Basic-Types.html#gchar"
279
279
>gchar</a>*                : Read / Write / Construct
280
280
</pre>
281
281
</div>
316
316
<div class="refsect2" title="AwnAppletInitFunc ()">
317
317
<a name="AwnAppletInitFunc"></a><h3>AwnAppletInitFunc ()</h3>
318
318
<pre class="programlisting"><a
319
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
319
href="../glib/glib-Basic-Types.html#gboolean"
320
320
>gboolean</a>            (*AwnAppletInitFunc)                (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet);</pre>
321
321
<p>
322
322
Function prototype used as entry point for applets.
343
343
<div class="refsect2" title="AwnAppletInitPFunc ()">
344
344
<a name="AwnAppletInitPFunc"></a><h3>AwnAppletInitPFunc ()</h3>
345
345
<pre class="programlisting"><a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *         (*AwnAppletInitPFunc)               (const <a
346
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
346
href="../glib/glib-Basic-Types.html#gchar"
347
347
>gchar</a> *canonical_name,
348
348
                                                         const <a
349
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
349
href="../glib/glib-Basic-Types.html#gchar"
350
350
>gchar</a> *uid,
351
351
                                                         <a
352
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
352
href="../glib/glib-Basic-Types.html#gint"
353
353
>gint</a> panel_id);</pre>
354
354
<p>
355
355
Function prototype used as entry point for applets.
386
386
<div class="refsect2" title="awn_applet_new ()">
387
387
<a name="awn-applet-new"></a><h3>awn_applet_new ()</h3>
388
388
<pre class="programlisting"><a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *         awn_applet_new                      (const <a
389
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
389
href="../glib/glib-Basic-Types.html#gchar"
390
390
>gchar</a> *canonical_name,
391
391
                                                         const <a
392
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
392
href="../glib/glib-Basic-Types.html#gchar"
393
393
>gchar</a> *uid,
394
394
                                                         <a
395
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
395
href="../glib/glib-Basic-Types.html#gint"
396
396
>gint</a> panel_id);</pre>
397
397
<p>
398
398
Creates a new AwnApplet which tries to connect via DBus to AwnPanel
429
429
<div class="refsect2" title="awn_applet_get_canonical_name ()">
430
430
<a name="awn-applet-get-canonical-name"></a><h3>awn_applet_get_canonical_name ()</h3>
431
431
<pre class="programlisting">const <a
432
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
432
href="../glib/glib-Basic-Types.html#gchar"
433
433
>gchar</a>*        awn_applet_get_canonical_name       (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet);</pre>
434
434
<p>
435
435
Retrieve the applet's canonical name.</p>
455
455
<div class="refsect2" title="awn_applet_get_pos_type ()">
456
456
<a name="awn-applet-get-pos-type"></a><h3>awn_applet_get_pos_type ()</h3>
457
457
<pre class="programlisting"><a
458
 
href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkPositionType"
 
458
href="../gtk/gtk-Standard-Enumerations.html#GtkPositionType"
459
459
>GtkPositionType</a>     awn_applet_get_pos_type             (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet);</pre>
460
460
<p>
461
461
Gets current position of the applet. See <a class="link" href="AwnApplet.html#awn-applet-set-pos-type" title="awn_applet_set_pos_type ()"><code class="function">awn_applet_set_pos_type()</code></a>.
483
483
<a name="awn-applet-set-pos-type"></a><h3>awn_applet_set_pos_type ()</h3>
484
484
<pre class="programlisting">void                awn_applet_set_pos_type             (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
485
485
                                                         <a
486
 
href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkPositionType"
 
486
href="../gtk/gtk-Standard-Enumerations.html#GtkPositionType"
487
487
>GtkPositionType</a> position);</pre>
488
488
<p>
489
489
Sets current position of the applet. Note that setting the position 
560
560
<div class="refsect2" title="awn_applet_get_offset ()">
561
561
<a name="awn-applet-get-offset"></a><h3>awn_applet_get_offset ()</h3>
562
562
<pre class="programlisting"><a
563
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
563
href="../glib/glib-Basic-Types.html#gint"
564
564
>gint</a>                awn_applet_get_offset               (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet);</pre>
565
565
<p>
566
566
Gets current offset set for the applet. This value corresponds
588
588
<div class="refsect2" title="awn_applet_get_offset_at ()">
589
589
<a name="awn-applet-get-offset-at"></a><h3>awn_applet_get_offset_at ()</h3>
590
590
<pre class="programlisting"><a
591
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
591
href="../glib/glib-Basic-Types.html#gint"
592
592
>gint</a>                awn_applet_get_offset_at            (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
593
593
                                                         <a
594
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
594
href="../glib/glib-Basic-Types.html#gint"
595
595
>gint</a> x,
596
596
                                                         <a
597
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
597
href="../glib/glib-Basic-Types.html#gint"
598
598
>gint</a> y);</pre>
599
599
<p>
600
600
<em class="parameter"><code>see_also</code></em>: <a class="link" href="AwnApplet.html#awn-applet-set-path-type" title="awn_applet_set_path_type ()"><code class="function">awn_applet_set_path_type()</code></a>.
635
635
<a name="awn-applet-set-offset"></a><h3>awn_applet_set_offset ()</h3>
636
636
<pre class="programlisting">void                awn_applet_set_offset               (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
637
637
                                                         <a
638
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
638
href="../glib/glib-Basic-Types.html#gint"
639
639
>gint</a> offset);</pre>
640
640
<p>
641
641
Sets offset used by this applet. Note that setting the offset emits the
662
662
<div class="refsect2" title="awn_applet_get_size ()">
663
663
<a name="awn-applet-get-size"></a><h3>awn_applet_get_size ()</h3>
664
664
<pre class="programlisting"><a
665
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
665
href="../glib/glib-Basic-Types.html#gint"
666
666
>gint</a>                awn_applet_get_size                 (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet);</pre>
667
667
<p>
668
668
Gets the current size set for the applet. This value corresponds
690
690
<a name="awn-applet-set-size"></a><h3>awn_applet_set_size ()</h3>
691
691
<pre class="programlisting">void                awn_applet_set_size                 (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
692
692
                                                         <a
693
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
693
href="../glib/glib-Basic-Types.html#gint"
694
694
>gint</a> size);</pre>
695
695
<p>
696
696
Sets new size for the applet. Note that setting the size emits the
717
717
<div class="refsect2" title="awn_applet_get_uid ()">
718
718
<a name="awn-applet-get-uid"></a><h3>awn_applet_get_uid ()</h3>
719
719
<pre class="programlisting">const <a
720
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
720
href="../glib/glib-Basic-Types.html#gchar"
721
721
>gchar</a> *       awn_applet_get_uid                  (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet);</pre>
722
722
<p>
723
723
Gets the unique ID for the applet.</p>
744
744
<a name="awn-applet-set-uid"></a><h3>awn_applet_set_uid ()</h3>
745
745
<pre class="programlisting">void                awn_applet_set_uid                  (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
746
746
                                                         const <a
747
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
747
href="../glib/glib-Basic-Types.html#gchar"
748
748
>gchar</a> *uid);</pre>
749
749
<p>
750
750
Sets new unique ID for the applet.</p>
821
821
<div class="refsect2" title="awn_applet_create_default_menu ()">
822
822
<a name="awn-applet-create-default-menu"></a><h3>awn_applet_create_default_menu ()</h3>
823
823
<pre class="programlisting"><a
824
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
824
href="../gtk/GtkWidget.html"
825
825
>GtkWidget</a>*          awn_applet_create_default_menu      (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet);</pre>
826
826
<p>
827
827
Creates an default applet context menu. Includes a dock preferences menu
839
839
<tr>
840
840
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
841
841
<td> A default <a
842
 
href="http://library.gnome.org/devel/gtk/unstable/GtkMenu.html"
 
842
href="../gtk/GtkMenu.html"
843
843
><span class="type">GtkMenu</span></a> for <a class="link" href="AwnApplet.html" title="AwnApplet"><span class="type">AwnApplet</span></a>
844
844
</td>
845
845
</tr>
850
850
<div class="refsect2" title="awn_applet_inhibit_autohide ()">
851
851
<a name="awn-applet-inhibit-autohide"></a><h3>awn_applet_inhibit_autohide ()</h3>
852
852
<pre class="programlisting"><a
853
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
 
853
href="../glib/glib-Basic-Types.html#guint"
854
854
>guint</a>               awn_applet_inhibit_autohide         (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
855
855
                                                         const <a
856
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
856
href="../glib/glib-Basic-Types.html#gchar"
857
857
>gchar</a> *reason);</pre>
858
858
<p>
859
859
Requests the associated AwnPanel to disable autohide (if the panel is
887
887
<a name="awn-applet-uninhibit-autohide"></a><h3>awn_applet_uninhibit_autohide ()</h3>
888
888
<pre class="programlisting">void                awn_applet_uninhibit_autohide       (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
889
889
                                                         <a
890
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
 
890
href="../glib/glib-Basic-Types.html#guint"
891
891
>guint</a> cookie);</pre>
892
892
<p>
893
893
Uninhibits autohide of the associated AwnPanel.
915
915
<div class="refsect2" title="awn_applet_docklet_request ()">
916
916
<a name="awn-applet-docklet-request"></a><h3>awn_applet_docklet_request ()</h3>
917
917
<pre class="programlisting"><a
918
 
href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkNativeWindow"
 
918
href="../gdk/gdk-Event-Structures.html#GdkNativeWindow"
919
919
>GdkNativeWindow</a>     awn_applet_docklet_request          (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
920
920
                                                         <a
921
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
921
href="../glib/glib-Basic-Types.html#gint"
922
922
>gint</a> min_size,
923
923
                                                         <a
924
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
924
href="../glib/glib-Basic-Types.html#gboolean"
925
925
>gboolean</a> shrink,
926
926
                                                         <a
927
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
927
href="../glib/glib-Basic-Types.html#gboolean"
928
928
>gboolean</a> expand);</pre>
929
929
<p>
930
930
Requests docklet mode from the associated AwnPanel - all applets will be
970
970
<div class="refsect2" title="awn_applet_create_pref_item ()">
971
971
<a name="awn-applet-create-pref-item"></a><h3>awn_applet_create_pref_item ()</h3>
972
972
<pre class="programlisting"><a
973
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
973
href="../gtk/GtkWidget.html"
974
974
>GtkWidget</a> *         awn_applet_create_pref_item         (void);</pre>
975
975
<p>
976
976
Create a Dock Preferences menu item.</p>
981
981
<tbody><tr>
982
982
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
983
983
<td> A <a
984
 
href="http://library.gnome.org/devel/gtk/unstable/GtkImageMenuItem.html"
 
984
href="../gtk/GtkImageMenuItem.html"
985
985
><span class="type">GtkImageMenuItem</span></a> for the Dock Preferences that can be added to
986
986
an applet icon's context menu.
987
987
</td>
992
992
<div class="refsect2" title="awn_applet_create_about_item ()">
993
993
<a name="awn-applet-create-about-item"></a><h3>awn_applet_create_about_item ()</h3>
994
994
<pre class="programlisting"><a
995
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
995
href="../gtk/GtkWidget.html"
996
996
>GtkWidget</a> *         awn_applet_create_about_item        (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
997
997
                                                         const <a
998
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
998
href="../glib/glib-Basic-Types.html#gchar"
999
999
>gchar</a> *copyright,
1000
1000
                                                         <a class="link" href="libawn-awn-defines.html#AwnAppletLicense" title="enum AwnAppletLicense">AwnAppletLicense</a> license,
1001
1001
                                                         const <a
1002
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
1002
href="../glib/glib-Basic-Types.html#gchar"
1003
1003
>gchar</a> *version,
1004
1004
                                                         const <a
1005
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
1005
href="../glib/glib-Basic-Types.html#gchar"
1006
1006
>gchar</a> *comments,
1007
1007
                                                         const <a
1008
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
1008
href="../glib/glib-Basic-Types.html#gchar"
1009
1009
>gchar</a> *website,
1010
1010
                                                         const <a
1011
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
1011
href="../glib/glib-Basic-Types.html#gchar"
1012
1012
>gchar</a> *website_label,
1013
1013
                                                         const <a
1014
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
1014
href="../glib/glib-Basic-Types.html#gchar"
1015
1015
>gchar</a> *icon_name,
1016
1016
                                                         const <a
1017
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
1017
href="../glib/glib-Basic-Types.html#gchar"
1018
1018
>gchar</a> *translator_credits,
1019
1019
                                                         const <a
1020
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
1020
href="../glib/glib-Basic-Types.html#gchar"
1021
1021
>gchar</a> **authors,
1022
1022
                                                         const <a
1023
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
1023
href="../glib/glib-Basic-Types.html#gchar"
1024
1024
>gchar</a> **artists,
1025
1025
                                                         const <a
1026
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
1026
href="../glib/glib-Basic-Types.html#gchar"
1027
1027
>gchar</a> **documenters);</pre>
1028
1028
<p>
1029
1029
Creates an about dialog and an associated menu item for use in the applet's
1030
1030
context menu. The <em class="parameter"><code>copyright</code></em> and <em class="parameter"><code>license</code></em> parameters are
1031
1031
mandatory. The rest are optional. See also <a
1032
 
href="http://library.gnome.org/devel/gtk/unstable/GtkAboutDialog.html"
 
1032
href="../gtk/GtkAboutDialog.html"
1033
1033
><span class="type">GtkAboutDialog</span></a> for a description
1034
1034
of the parameters other than <em class="parameter"><code>license</code></em>.</p>
1035
1035
<p>
1100
1100
<tr>
1101
1101
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1102
1102
<td> An "about applet" <a
1103
 
href="http://library.gnome.org/devel/gtk/unstable/GtkMenuItem.html"
 
1103
href="../gtk/GtkMenuItem.html"
1104
1104
><span class="type">GtkMenuItem</span></a>
1105
1105
</td>
1106
1106
</tr>
1111
1111
<div class="refsect2" title="awn_applet_create_about_item_simple ()">
1112
1112
<a name="awn-applet-create-about-item-simple"></a><h3>awn_applet_create_about_item_simple ()</h3>
1113
1113
<pre class="programlisting"><a
1114
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
1114
href="../gtk/GtkWidget.html"
1115
1115
>GtkWidget</a> *         awn_applet_create_about_item_simple (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *applet,
1116
1116
                                                         const <a
1117
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
1117
href="../glib/glib-Basic-Types.html#gchar"
1118
1118
>gchar</a> *copyright,
1119
1119
                                                         <a class="link" href="libawn-awn-defines.html#AwnAppletLicense" title="enum AwnAppletLicense">AwnAppletLicense</a> license,
1120
1120
                                                         const <a
1121
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
1121
href="../glib/glib-Basic-Types.html#gchar"
1122
1122
>gchar</a> *version);</pre>
1123
1123
<p>
1124
1124
Creates an about dialog and an associated menu item for use in the applet's
1125
1125
context menu. The <em class="parameter"><code>copyright</code></em> and <em class="parameter"><code>license</code></em> parameters are
1126
1126
mandatory. See also <a
1127
 
href="http://library.gnome.org/devel/gtk/unstable/GtkAboutDialog.html"
 
1127
href="../gtk/GtkAboutDialog.html"
1128
1128
><span class="type">GtkAboutDialog</span></a> for a description
1129
1129
of the parameters other than <em class="parameter"><code>license</code></em>.</p>
1130
1130
<p>
1155
1155
<tr>
1156
1156
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1157
1157
<td> An "about applet" <a
1158
 
href="http://library.gnome.org/devel/gtk/unstable/GtkMenuItem.html"
 
1158
href="../gtk/GtkMenuItem.html"
1159
1159
><span class="type">GtkMenuItem</span></a>
1160
1160
</td>
1161
1161
</tr>
1168
1168
<div class="refsect2" title='The "canonical-name" property'>
1169
1169
<a name="AwnApplet--canonical-name"></a><h3>The <code class="literal">"canonical-name"</code> property</h3>
1170
1170
<pre class="programlisting">  "canonical-name"           <a
1171
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
1171
href="../glib/glib-Basic-Types.html#gchar"
1172
1172
>gchar</a>*                : Read / Write / Construct Only</pre>
1173
1173
<p>
1174
1174
The canonical name of the applet. The format should be considered the
1194
1194
<div class="refsect2" title='The "display-name" property'>
1195
1195
<a name="AwnApplet--display-name"></a><h3>The <code class="literal">"display-name"</code> property</h3>
1196
1196
<pre class="programlisting">  "display-name"             <a
1197
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
1197
href="../glib/glib-Basic-Types.html#gchar"
1198
1198
>gchar</a>*                : Read / Write</pre>
1199
1199
<p>Display name for the applet.</p>
1200
1200
<p>Default value: NULL</p>
1203
1203
<div class="refsect2" title='The "max-size" property'>
1204
1204
<a name="AwnApplet--max-size"></a><h3>The <code class="literal">"max-size"</code> property</h3>
1205
1205
<pre class="programlisting">  "max-size"                 <a
1206
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
1206
href="../glib/glib-Basic-Types.html#gint"
1207
1207
>gint</a>                  : Read / Write</pre>
1208
1208
<p>
1209
1209
The maximum visible size of the applet.</p>
1216
1216
<div class="refsect2" title='The "offset" property'>
1217
1217
<a name="AwnApplet--offset"></a><h3>The <code class="literal">"offset"</code> property</h3>
1218
1218
<pre class="programlisting">  "offset"                   <a
1219
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
1219
href="../glib/glib-Basic-Types.html#gint"
1220
1220
>gint</a>                  : Read / Write</pre>
1221
1221
<p>
1222
1222
The icon offset of the bar.</p>
1229
1229
<div class="refsect2" title='The "offset-modifier" property'>
1230
1230
<a name="AwnApplet--offset-modifier"></a><h3>The <code class="literal">"offset-modifier"</code> property</h3>
1231
1231
<pre class="programlisting">  "offset-modifier"          <a
1232
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
 
1232
href="../glib/glib-Basic-Types.html#gfloat"
1233
1233
>gfloat</a>                : Read / Write</pre>
1234
1234
<p>
1235
1235
The offset modifier for non-linear path types.</p>
1241
1241
<div class="refsect2" title='The "panel-id" property'>
1242
1242
<a name="AwnApplet--panel-id"></a><h3>The <code class="literal">"panel-id"</code> property</h3>
1243
1243
<pre class="programlisting">  "panel-id"                 <a
1244
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
1244
href="../glib/glib-Basic-Types.html#gint"
1245
1245
>gint</a>                  : Read / Write / Construct Only</pre>
1246
1246
<p>
1247
1247
The id of the Awn Panel the applet connects to.</p>
1254
1254
<div class="refsect2" title='The "panel-xid" property'>
1255
1255
<a name="AwnApplet--panel-xid"></a><h3>The <code class="literal">"panel-xid"</code> property</h3>
1256
1256
<pre class="programlisting">  "panel-xid"                <a
1257
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint64"
 
1257
href="../glib/glib-Basic-Types.html#gint64"
1258
1258
>gint64</a>                : Read</pre>
1259
1259
<p>
1260
1260
The XID of the awn panel the applet is connected to.</p>
1266
1266
<div class="refsect2" title='The "path-type" property'>
1267
1267
<a name="AwnApplet--path-type"></a><h3>The <code class="literal">"path-type"</code> property</h3>
1268
1268
<pre class="programlisting">  "path-type"                <a
1269
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
1269
href="../glib/glib-Basic-Types.html#gint"
1270
1270
>gint</a>                  : Read / Write / Construct</pre>
1271
1271
<p>Path used on the panel.</p>
1272
1272
<p>Allowed values: [0,1]</p>
1276
1276
<div class="refsect2" title='The "position" property'>
1277
1277
<a name="AwnApplet--position"></a><h3>The <code class="literal">"position"</code> property</h3>
1278
1278
<pre class="programlisting">  "position"                 <a
1279
 
href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkPositionType"
 
1279
href="../gtk/gtk-Standard-Enumerations.html#GtkPositionType"
1280
1280
>GtkPositionType</a>       : Read / Write</pre>
1281
1281
<p>
1282
1282
The current bar position.</p>
1288
1288
<div class="refsect2" title='The "quit-on-delete" property'>
1289
1289
<a name="AwnApplet--quit-on-delete"></a><h3>The <code class="literal">"quit-on-delete"</code> property</h3>
1290
1290
<pre class="programlisting">  "quit-on-delete"           <a
1291
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
1291
href="../glib/glib-Basic-Types.html#gboolean"
1292
1292
>gboolean</a>              : Read / Write</pre>
1293
1293
<p>
1294
1294
Whether the applet quits when it's socket is destroyed.</p>
1300
1300
<div class="refsect2" title='The "show-all-on-embed" property'>
1301
1301
<a name="AwnApplet--show-all-on-embed"></a><h3>The <code class="literal">"show-all-on-embed"</code> property</h3>
1302
1302
<pre class="programlisting">  "show-all-on-embed"        <a
1303
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
1303
href="../glib/glib-Basic-Types.html#gboolean"
1304
1304
>gboolean</a>              : Read / Write</pre>
1305
1305
<p>The applet will automatically call show_all when it's embedded in the socket.</p>
1306
1306
<p>Default value: TRUE</p>
1309
1309
<div class="refsect2" title='The "size" property'>
1310
1310
<a name="AwnApplet--size"></a><h3>The <code class="literal">"size"</code> property</h3>
1311
1311
<pre class="programlisting">  "size"                     <a
1312
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
1312
href="../glib/glib-Basic-Types.html#gint"
1313
1313
>gint</a>                  : Read / Write</pre>
1314
1314
<p>
1315
1315
The current visible size of the bar.</p>
1322
1322
<div class="refsect2" title='The "uid" property'>
1323
1323
<a name="AwnApplet--uid"></a><h3>The <code class="literal">"uid"</code> property</h3>
1324
1324
<pre class="programlisting">  "uid"                      <a
1325
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
1325
href="../glib/glib-Basic-Types.html#gchar"
1326
1326
>gchar</a>*                : Read / Write / Construct</pre>
1327
1327
<p>Awn's Unique ID for this applet instance.</p>
1328
1328
<p>Default value: NULL</p>
1334
1334
<a name="AwnApplet-applet-deleted"></a><h3>The <code class="literal">"applet-deleted"</code> signal</h3>
1335
1335
<pre class="programlisting">void                user_function                      (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *awnapplet,
1336
1336
                                                        <a
1337
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
 
1337
href="../glib/glib-Basic-Types.html#gpointer"
1338
1338
>gpointer</a>   user_data)      : Run First</pre>
1339
1339
<p>
1340
1340
</p>
1358
1358
<a name="AwnApplet-flags-changed"></a><h3>The <code class="literal">"flags-changed"</code> signal</h3>
1359
1359
<pre class="programlisting">void                user_function                      (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *awnapplet,
1360
1360
                                                        <a
1361
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
1361
href="../glib/glib-Basic-Types.html#gint"
1362
1362
>gint</a>       arg1,
1363
1363
                                                        <a
1364
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
 
1364
href="../glib/glib-Basic-Types.html#gpointer"
1365
1365
>gpointer</a>   user_data)      : Run First</pre>
1366
1366
<p>
1367
1367
</p>
1390
1390
<a name="AwnApplet-menu-creation"></a><h3>The <code class="literal">"menu-creation"</code> signal</h3>
1391
1391
<pre class="programlisting">void                user_function                      (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *awnapplet,
1392
1392
                                                        <a
1393
 
href="http://library.gnome.org/devel/gtk/unstable/GtkMenu.html"
 
1393
href="../gtk/GtkMenu.html"
1394
1394
>GtkMenu</a>   *arg1,
1395
1395
                                                        <a
1396
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
 
1396
href="../glib/glib-Basic-Types.html#gpointer"
1397
1397
>gpointer</a>   user_data)      : Run First</pre>
1398
1398
<p>
1399
1399
</p>
1422
1422
<a name="AwnApplet-offset-changed"></a><h3>The <code class="literal">"offset-changed"</code> signal</h3>
1423
1423
<pre class="programlisting">void                user_function                      (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *awnapplet,
1424
1424
                                                        <a
1425
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
1425
href="../glib/glib-Basic-Types.html#gint"
1426
1426
>gint</a>       arg1,
1427
1427
                                                        <a
1428
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
 
1428
href="../glib/glib-Basic-Types.html#gpointer"
1429
1429
>gpointer</a>   user_data)      : Run First</pre>
1430
1430
<p>
1431
1431
</p>
1454
1454
<a name="AwnApplet-origin-changed"></a><h3>The <code class="literal">"origin-changed"</code> signal</h3>
1455
1455
<pre class="programlisting">void                user_function                      (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a>    *awnapplet,
1456
1456
                                                        <a
1457
 
href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkRectangle"
 
1457
href="../gdk/gdk-Points-Rectangles-and-Regions.html#GdkRectangle"
1458
1458
>GdkRectangle</a> *arg1,
1459
1459
                                                        <a
1460
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
 
1460
href="../glib/glib-Basic-Types.html#gpointer"
1461
1461
>gpointer</a>      user_data)      : Run Last</pre>
1462
1462
<p>
1463
1463
</p>
1486
1486
<a name="AwnApplet-panel-configure-event"></a><h3>The <code class="literal">"panel-configure-event"</code> signal</h3>
1487
1487
<pre class="programlisting">void                user_function                      (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *awnapplet,
1488
1488
                                                        <a
1489
 
href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"
 
1489
href="../gdk/gdk-Event-Structures.html#GdkEvent"
1490
1490
>GdkEvent</a>  *event,
1491
1491
                                                        <a
1492
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
 
1492
href="../glib/glib-Basic-Types.html#gpointer"
1493
1493
>gpointer</a>   user_data)      : Run Last</pre>
1494
1494
<p>
1495
1495
</p>
1518
1518
<a name="AwnApplet-position-changed"></a><h3>The <code class="literal">"position-changed"</code> signal</h3>
1519
1519
<pre class="programlisting">void                user_function                      (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a>      *awnapplet,
1520
1520
                                                        <a
1521
 
href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkPositionType"
 
1521
href="../gtk/gtk-Standard-Enumerations.html#GtkPositionType"
1522
1522
>GtkPositionType</a> arg1,
1523
1523
                                                        <a
1524
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
 
1524
href="../glib/glib-Basic-Types.html#gpointer"
1525
1525
>gpointer</a>        user_data)      : Run First</pre>
1526
1526
<p>
1527
1527
</p>
1550
1550
<a name="AwnApplet-size-changed"></a><h3>The <code class="literal">"size-changed"</code> signal</h3>
1551
1551
<pre class="programlisting">void                user_function                      (<a class="link" href="AwnApplet.html" title="AwnApplet">AwnApplet</a> *awnapplet,
1552
1552
                                                        <a
1553
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
1553
href="../glib/glib-Basic-Types.html#gint"
1554
1554
>gint</a>       arg1,
1555
1555
                                                        <a
1556
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
 
1556
href="../glib/glib-Basic-Types.html#gpointer"
1557
1557
>gpointer</a>   user_data)      : Run First</pre>
1558
1558
<p>
1559
1559
</p>