GNOME Bugzilla – Bug 55417
add gtk_window_get_transient_window()
Last modified: 2011-02-04 16:09:25 UTC
There is a function void gtk_window_set_transient_for (GtkWindow *window, GtkWindow *parent); But there is no way to get 'parent' after it was setup. I propose to add function GtkWindow gtk_window_get_transient_window (GtkWindow *window) which will return GtkWindow.transient_parent, or NULL
*** This bug has been marked as a duplicate of 55767 ***