[wxPython-users] Default Sizers, First Draft (was Re: [wxPython-users] Paren

Robin Dunn robin at alldunn.com
Thu Jun 1 12:06:41 PDT 2006


Michael Hipp wrote:
>> From: "Christopher Barker" <Chris.Barker at noaa.gov>
>> 
>> Robin Dunn wrote:
>>> It's not directly related to this, but while I am thinking about
>>> it one change that should be made to wxGridBagSizer is to split
>>> the wxEXPAND flag into two flags such as wxEXPAND_HORIZONTAL and
>>> wxEXPAND_VERTICAL.
>> Absolutely.
> 
> Any chance we could also have some less verbose abbreviations like
> maybe wxEH and wxEV (many others also)? Not as a replacement for the
> full-phrase flags, but as a programmer-friendly alternative.

It probably wouldn't fly on the C++ side of the house.  I could add some 
just for wxPython but there would be nothing to prevent conflicts from 
cropping up in the future.  For example if there is some new control 
created and the style flags are named wxEH_FOO then that could get 
confusing for the wxPython programmer if we already have a wxEH.


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





More information about the wxpython-users mailing list