StatusIcon.setScreen

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.

More...
class StatusIcon
void
setScreen

Parameters

screen gdk.screen.Screen

a #GdkScreen

Detailed Description

Deprecated: 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