Cleaner Box widget behavior
Box widget with different combinations of autoSize and children auotSize or percentage size can cause hardly debuggable visual glitches. Example is here in comments; https://github.com/RealyUniqueName/StablexUI/issues/83
If you are planning on changing any of the autoSize behaviours, could you please take a look at Gtk's Box behaviour ( http://www.gtk.org/api/2.6/gtk/GtkBox.html) ? The concept of expand and fill when packing widgets was something I really missed in StablexUI. And to me would make a lot of things unnecessary in StablexUI, such as most uses of Layout. On Nov 19, 2013 4:18 AM, "RealyUniqueName" [email protected] wrote:
Box widget with different combinations of autoSize and children auotSize or percentage size can cause hardly debuggable visual glitches. Example is here in comments; #83https://github.com/RealyUniqueName/StablexUI/issues/83
— Reply to this email directly or view it on GitHubhttps://github.com/RealyUniqueName/StablexUI/issues/87 .
Thanks for a tip!