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 55464 - there is no way to get GtkWindow frame dimensions
there is no way to get GtkWindow frame dimensions
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 10:15 UTC by Vitaly Tishkov
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vitaly Tishkov 2001-05-30 10:15:14 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
Comment 1 Havoc Pennington 2001-06-05 17:34:51 UTC

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