Method
GtkStatusIconset_screen
deprecated: 3.14 since: 2.12
Declaration [src]
void
gtk_status_icon_set_screen (
GtkStatusIcon* status_icon,
GdkScreen* screen
)
Description [src]
Sets the GdkScreen where status_icon is displayed; if
the icon is already mapped, it will be unmapped, and
then remapped on the new screen.
Available since: 2.12
Deprecated since: 3.14
Use GNotification and GtkApplication to
provide status notifications; there is no direct replacement
for this function, as GTK typically only has one GdkScreen
and notifications are managed by the platform.
| Sets property | Gtk.StatusIcon:screen |
Parameters
screen-
Type:
GdkScreenA
GdkScreen.The data is owned by the caller of the method.