GNOME Bugzilla – Bug 359066
Hack to accept GdkWindow for gtk_show_about_dialog
Last modified: 2013-02-13 03:56:54 UTC
The Totem Browser Plugin doesn't have a GtkWindow as a parent, but a foreign GdkWindow (it's inside a GtkPlug). It would be nice if gtk_show_about_dialog could have a GdkWindow be passed, instead of a GtkWindow.
(Another way to work around this for Totem would be for gtk_window_set_transient_for to automatically parent on the top-level window if the parent passed is a GtkPlug and not a top-level window).
I believe there is a bug open for transient <-> xembed interaction already...
There's bug 324876, which does talk about that, but at best we'd get interaction a set_transient() that accepts a GdkWindow.