Thomas Weholt wrote:
> I'd appreciate any hint you migth have to offer for a
total wxPython
> newbie
If you haven't yet, definitely spend some time with the
wxPython demo
app; I'm pretty sure there are some demos in there that are
similar to
what you're thinking of (enough so to get you started,
anyway).
> Every example I find seem
> to start and end with a single wxFrame-subclass, not
putting that
> frame onto a panel inside another panel etc. like I'm
used to in
> Borland Delphi.
It may be a terminology issue (I don't know Delphi). In
wx, a frame is
usually a top-level window. Panels go inside frames (and
other panels).
There are
------------------------------------------------------------
---------
To unsubscribe, e-mail: wxPython-users-unsubscribe lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help lists.wxwidgets.org
|