diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-05-10 15:26:44 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2010-05-10 15:26:44 +0100 |
commit | a4d4b54a7dab25b7ca894a90f89064400137718b (patch) | |
tree | 75211aa6c04752cb48a914f4011105e00a19dcb5 /gtk/gtktrayicon.h | |
parent | 88f41f10ad29271f52854688be117ef3e6e52a3b (diff) | |
download | gtk+-a4d4b54a7dab25b7ca894a90f89064400137718b.tar.gz |
Add padding around the status icons
The amount of padding is determined by reading a _NET_SYSTEM_TRAY_PADDING
property off the manager window, in the same way that orientation and visual
are obtained.
Signed-off-by: Richard Hughes <richard@hughsie.com>
Diffstat (limited to 'gtk/gtktrayicon.h')
-rw-r--r-- | gtk/gtktrayicon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtktrayicon.h b/gtk/gtktrayicon.h index 2b271e8d0e..6dc98521fa 100644 --- a/gtk/gtktrayicon.h +++ b/gtk/gtktrayicon.h @@ -69,6 +69,7 @@ void _gtk_tray_icon_cancel_message (GtkTrayIcon *icon, guint id); GtkOrientation _gtk_tray_icon_get_orientation (GtkTrayIcon *icon); +gint _gtk_tray_icon_get_padding (GtkTrayIcon *icon); G_END_DECLS |