[wx-dev] [wxMac?] Zoom Size
Vadim Zeitlin
vadim at wxwindows.org
Mon Mar 5 11:19:28 PST 2007
On Mon, 5 Mar 2007 11:13:41 -0800 Kevin Ollivier <kevino at theolliviers.com> wrote:
KO> Actually, that's not quite true; it's app-dependent. Try maximizing
KO> Mail.app, and it will maximize to take up the whole available client
KO> area.
But then you don't need setting max size at all because this is what
happens by default. Assuming you do want to "maximize" the window to some
lesser size you shouldn't use wxWindow::SetMaxSize() because this would
prevent the user from making it bigger.
IOW I fail to see the value of Mail.app example. A real counter example
would be an app which maximizes to less than the client area and then can't
be manually resized further.
Regards,
VZ
More information about the wx-dev
mailing list