wxSizer Question
Vadim Zeitlin
vadim at wxwidgets.org
Sat Sep 1 14:53:29 PDT 2007
On Sat, 01 Sep 2007 00:29:33 +0200 Stephan Rose <kermos at somrek.net> wrote:
SR> Now I seem to have found a work around for that which looks something
SR> like this:
SR>
SR> SetClientSize(...);
SR> SetMinSize(GetSize());
SR>
SR> So far, this seems to work. Though I think what's really needed is a
SR> SetMinClientSize() function that would be much more logical and
SR> cleaner.
I must admit that I don't see why shouldn't we have such SetMinClientSize()
method (which could be implemented using just the 2 lines from above as I
don't think there is any better way of doing this). But maybe I'm missing
something...
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list