[wxPython-users] Re: Finding which control has focus
Christopher Barker
Chris.Barker at noaa.gov
Fri Oct 5 14:24:55 PDT 2007
Robin Dunn wrote:
> (or move them into the other classes to better encapsulate the
> functionality.)
exactly. Read:
http://wiki.wxpython.org/wxPython_Style_Guide
In general, you don't want to have all these nested objects in one class
-- and this is one of the reasons. there are a lot of posts on this list
from people having trouble due to these kinds of problems.
-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