[wxPython-users] Re: "Tab" trough widgets?

Christopher Barker Chris.Barker at noaa.gov
Mon Feb 26 09:10:20 PST 2007


Werner F. Bruhin wrote:
> flexgridsizer.  You don't need to use Boa but just give (-1, -1) for 
> your position to each widget

even better, don't define a position at all:

W = wx.Button(parent, label="The label")

that's all you need!

If you really, really want to put something in that place, use:

wx.DefaultPosition

see:

http://wiki.wxpython.org/index.cgi/wxPython_Style_Guide

for more hints.

-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