diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-08-27 08:21:33 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-08-27 08:21:33 +0800 |
commit | 1d33be89af04bc0369c3ba8e77d55ae1349b9096 (patch) | |
tree | 98f58c5c9437f3608aa5a133aace1721c7d392b6 /e-util/eggtrayicon.h | |
parent | f010ef8425b93f7feea260978fcc5121f4680347 (diff) | |
download | gsoc2013-evolution-1d33be89af04bc0369c3ba8e77d55ae1349b9096.tar.gz gsoc2013-evolution-1d33be89af04bc0369c3ba8e77d55ae1349b9096.tar.zst gsoc2013-evolution-1d33be89af04bc0369c3ba8e77d55ae1349b9096.zip |
updated from libegg.
2004-08-26 Rodrigo Moya <rodrigo@novell.com>
* eggtrayicon.[ch]: updated from libegg.
svn path=/trunk/; revision=27040
Diffstat (limited to 'e-util/eggtrayicon.h')
-rw-r--r-- | e-util/eggtrayicon.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/e-util/eggtrayicon.h b/e-util/eggtrayicon.h index 724bc3da8b..007f4c18e9 100644 --- a/e-util/eggtrayicon.h +++ b/e-util/eggtrayicon.h @@ -45,7 +45,10 @@ struct _EggTrayIcon Atom selection_atom; Atom manager_atom; Atom system_tray_opcode_atom; + Atom orientation_atom; Window manager_window; + + GtkOrientation orientation; }; struct _EggTrayIconClass @@ -55,10 +58,8 @@ struct _EggTrayIconClass GType egg_tray_icon_get_type (void); -#if EGG_TRAY_ENABLE_MULTIHEAD EggTrayIcon *egg_tray_icon_new_for_screen (GdkScreen *screen, const gchar *name); -#endif EggTrayIcon *egg_tray_icon_new (const gchar *name); @@ -69,7 +70,7 @@ guint egg_tray_icon_send_message (EggTrayIcon *icon, void egg_tray_icon_cancel_message (EggTrayIcon *icon, guint id); - +GtkOrientation egg_tray_icon_get_orientation (EggTrayIcon *icon); G_END_DECLS |