GNOME Bugzilla – Bug 376502
multi-screen support for GtkStatusIcon
Last modified: 2006-11-19 16:22:40 UTC
Attaching is a patch which allows you to set which screen a status icon should display on (Matthias: what I said earlier about multi-screen support somehow getting "lost" was bogus ... EggStatusIcon never had multi-screen suppot)
Created attachment 76786 [details] [review] gtk-multi-screen-status-icon.patch
Looks good. Please commit to HEAD. Please also add the new api to docs/reference/gtk/gtk-sections.txt
2006-11-19 Mark McLoughlin <mark@skynet.ie> Fixes bug #376502 - multi-screen support for GtkStatusIcon * gtk/gtkstatusicon.[ch]: (gtk_status_icon_set_screen), (gtk_status_icon_get_screen): add multi-screen API. Allows an app to display an icon on a non-default screen (gtk_status_icon_class_init), (gtk_status_icon_set_property), (gtk_status_icon_get_property): add a "screen" property * tests/teststatusicon.c: update to test on multiple screens 2006-11-19 Mark McLoughlin <mark@skynet.ie> * gtk/gtk-sections.txt: add gtk_status_icon_(get|set)_screen