GNOME Bugzilla – Bug 17167
setting window size including frame
Last modified: 2013-10-06 05:53:05 UTC
Package: gtk+ Version: 1.3 We need to remember to do something about the FAQs: - how do I get the GtkWindow position to restore it later (right now you have to use one of three functions on widget->window) - why doesn't set_uposition() work on a mapped window (I don't know why this happens, but people frequently ask it) Havoc ------- Bug moved to this database by debbugs-export@bugzilla.gnome.org 2001-01-27 14:48 ------- This bug was previously known as bug 17167 at http://bugs.gnome.org/ http://bugs.gnome.org/show_bug.cgi?id=17167 Originally filed under the gtk+ product and general component. Reassigning to the default owner of the component, gtk-bugs@gtk.org.
This is probably a duplicate bug, but I'm too lazy to find the duplicate right this minute ;-)
Put all GTK 1.3.x bugs on 2.0.0 milestone
Setting API-affecting bugs to the API freeze milestone
Also, set_default_size after showing the window to simulate user resizing.
I've applied a patch now from Havoc that implements solutions for this problem witth the exception of one component, setting the window size including the frame, which is something some people want for dubious reasons, and is darn hard to implement in X.