GNOME Bugzilla – Bug 55473
add gtk_window_get_type_hint ()
Last modified: 2011-02-04 16:09:25 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
*** This bug has been marked as a duplicate of 55767 ***