GNOME Bugzilla – Bug 55464
there is no way to get GtkWindow frame dimensions
Last modified: 2011-02-04 16:09:25 UTC
GtkWindow has function gtk_window_set_frame_dimensions () which sets frame dimensions for windows with frames See http://developer.gnome.org/doc/API/2.0/gtk/gtkwindow.html#GTK-WINDOW-SET-FRAME-DIMENSIONS However it's impossible to get those dimensions using GtkWindow API. I propose to add 4 new Args: "frame-left" (gint : Read / Write) The window frame left border width, default value is 0 "frame-top" (gint : Read / Write) The window frame top border height, default value is 0 "frame-right" (gint : Read / Write) The window frame right border width, default value is 0 "frame-bottom" (gint : Read / Write) The window frame bottom border height, default value is 0
*** This bug has been marked as a duplicate of 55767 ***