Is it possible to disable focus stealing notification per window?

If i disable focus_on_map:

gtk_window_set_focus_on_map(GTK_WINDOW(gtk_widget), FALSE);

and call it after the map event:

gtk_window_present(GTK_WINDOW(gtk_widget));

I get a focus stealing notification saying the window is ready.

Is it possible to use my own focus logic and not have a notification?

Is it possible to not notificate (per window) ?

thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.