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 55471 - add gtk_window_get_role()
add gtk_window_get_role()
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-30 11:10 UTC by Vitaly Tishkov
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vitaly Tishkov 2001-05-30 11:10:51 UTC
GtkWindow has function gtk_window_set_role() which sets the value of
GtkWindow wm_role member.

See
http://developer.gnome.org/doc/API/2.0/gtk/gtkwindow.html#GTK-WINDOW-SET-ROLE

However it's impossible to get wm_role value.

I propose to add function
gchar* gtk_window_get_role (GtkWindow *window)
which will return window->wm_role value
Comment 1 Havoc Pennington 2001-06-05 17:35:34 UTC

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