On Monday 05 May 2008 19:17, Ricardo Cruz wrote: > Would be great if we could make YLayoutBox::isLayoutStretch(YWidget*) > public.
Done. URL: http://svn.opensuse.org/svn/yast/trunk/libyui/src/YLayoutBox.h Revision: 47403 > In fact, what about moving isLayoutStretch to YWidget together > with the rest of the layout properties? It's actually just a helper function for the layout algorithm in YLayoutBox. I never imagined it might be useful outside of that class. But then, I know that the Gtk UI's layout widgets do their own geometry management which is similar, but unfortunately not exactly the same. This might easily be a cause for very subtle layout problems. CU -- Stefan Hundhammer <[EMAIL PROTECTED]> Penguin by conviction. YaST2 Development SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Nürnberg, Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
