[wxpython-users] [newbie] Connection between app and frame?
Raffaello Barella
barbarossa.platz at gmail.com
Wed Apr 2 22:09:42 PDT 2008
The connection is in MainLoop().
2008/4/3, Gilles <gilles.ganault at free.fr>:
>
> Hello
>
> I'm reading "wxPython in Action", and am puzzled at the lack of
> connection between an app and a frame:
>
> if __name__ =3D=3D '__main__':
> app =3D wx.PySimpleApp()
> frame =3D StaticTextFrame()
> frame.Show()
> app.MainLoop()
>
> How can the app and the frame communicate, since there doesn't seem to
> be a connection in the above code?
>
> Thank you.
>
> _______________________________________________
> wxpython-users mailing list
> wxpython-users at lists.wxwidgets.org
> http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200804=
03/7886b279/attachment.htm
More information about the wxpython-users
mailing list