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 55473 - add gtk_window_get_type_hint ()
add gtk_window_get_type_hint ()
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:24 UTC by Vitaly Tishkov
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vitaly Tishkov 2001-05-30 11:24:43 UTC
GtkWindow has function 
gtk_window_set_type_hint(GtkWindow *window, GdkModifierType modifier) 
which sets window->type_hint

However it's impossible to get window->type_hint using GtkWindow functions
and Args.

I propose to add function
GdkWindowTypeHint gtk_window_get_type_hint (GtkWindow *window)
which will return window->type_hint
Comment 1 Havoc Pennington 2001-06-05 17:35:46 UTC

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