[wxPython] howto prevent Frame reszing?

2006-03-10 Thread Cell
Hi, I have searched for this but the only thing I can find is somebody that tells wx.RESIZE_BORDER is the style to look for. When I apply this in my code I am still able to resize the frame. Somebody can help me here? For example: class FrameName(wx.MiniFrame): def __init__( self, pa

Re: Which GUI toolkit is THE best?

2006-03-10 Thread Cell
invitro81 schreef: > Hello > > I've recently learnt python and I do love it! I congratulate all those > geeks who produce this nice language; well, because I could be called a > nearby newbee I've decided to improve my abilities by writing my own > nice editor with python; so I've to choose among