GNOME Bugzilla – Bug 55466
add gtk_window_get_has_frame()
Last modified: 2011-02-04 16:09:25 UTC
GtkWindow has a function gtk_window_set_has_frame() See http://developer.gnome.org/doc/API/2.0/gtk/gtkwindow.html#GTK-WINDOW-SET-HAS-FRAME However it's impossible to understand if a window has a frame already. I propose to add function gboolean gtk_window_get_has_frame (GtkWindow *window) which will return TRUE if a window has a frame, or FALSE otherwise.
*** This bug has been marked as a duplicate of 55767 ***