Default frame style : Frame : WxPython PYTHON TUTORIALS


PYTHON TUTORIALS » WxPython » Frame »

 

Default frame style


Default frame style
import wx

app = wx.PySimpleApp()
frame = wx.Frame(None, -1"A Frame", style=wx.DEFAULT_FRAME_STYLE,size=(200100))
frame.Show()
app.MainLoop()



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo WxPython
» Frame