[wx-dev] [wxMac?] Zoom Size

Robin Dunn robin at alldunn.com
Mon Mar 5 10:33:21 PST 2007


Vadim Zeitlin wrote:

>  However I wonder if SetAcceptableMaxSize() is needed at all in fact.
> AFAICS this size would be normally computed from the current contents of
> the window and so IMO it doesn't make much sense to set it. Instead what
> about just adding virtual GetAcceptableMaxSize() returning wxDefaultSize by
> default but which could be overridden and would be used by wxMac?


IIUC, I think it would make sense for wxMac to just use the max size we 
already have, it seems to mean nearly the same thing as this zoom size 
property.  Plus, Get/SetMaxSize already exists.


-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wx-dev mailing list