[wxPython-users] Size of controls on wxMac

Christopher Barker Chris.Barker at noaa.gov
Mon Feb 26 08:56:55 PST 2007


Stephen Hansen wrote:
>   Border(5, left=True, right=True)
> like that. Something that doesnt' make me have to remember the order and 
> syntax of the tuple that comes out. In fact I like that syntax, so will 
> probably end up using it.

or maybe:

Border(5, wx.LEFT|wx.RIGHT)

less pythonic, more wx-ish.

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov




More information about the wxpython-users mailing list