Creating and Showing a Frame : Frame : WxPython PYTHON TUTORIALS


PYTHON TUTORIALS » WxPython » Frame »

 

Creating and Showing a Frame


Creating and Showing a Frame
import wx
app = wx.App()
win = wx.Frame(None)
win.Show()
app.MainLoop()



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo WxPython
» Frame