Download this file
1 2 3 4 5 6 7 8 9 10
#Copyright 2009 - Ram Gupta #This program is distributed under the terms of GNU General Public Licence(GPL) # import wx class MinFrame(wx.Frame): def __init__(self,parent,id, vsize): wx.Frame.__init__(self,parent, id, size=vsize) self.parent =parent self.SetMinSize(vsize)