After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 55417 - add gtk_window_get_transient_window()
add gtk_window_get_transient_window()
Status: RESOLVED DUPLICATE of bug 55767
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2001-05-29 14:34 UTC by Vitaly Tishkov
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vitaly Tishkov 2001-05-29 14:34:55 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
Comment 1 Havoc Pennington 2001-06-05 17:34:16 UTC

*** This bug has been marked as a duplicate of 55767 ***