StatusIcon.setScreen

void setScreen(gdk.screen.Screen screen)

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.

Parameters

screena #GdkScreen

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