[wx-dev] [wxMac?] Zoom Size
Robin Dunn
robin at alldunn.com
Mon Mar 5 12:47:51 PST 2007
Kevin Ollivier wrote:
> IMHO in that sense, an event (like the already existing, but
> unimplemented on Mac, EVT_MAXIMIZE) might be nicer, but from my tests
> with EVT_MAXIMIZE on Windows, I didn't see any way in the event we could
> avoid the "maximize" effect (title bar animation as it expands to take
> up entire available width) even if we don't call event.Skip() in the
> handler and also set the window to a smaller size...
>
EVT_MAXIMIZE is a simple notification that the window is being maximized
by the system. If the Zoom size is handled via an event then based on
an earlier message I think it would be a query, rather than a
notification, that is asking "what should my zoom size be?"
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wx-dev
mailing list