Small question...

Sorry if this is a really stupid question, but how can you prevent a main window from being resized?

Hi

Try this on the style of window.__init__ call

style=wx.DEFAULT_FRAME_STYLE ^ (wx.RESIZE_BORDER)

HTH

Paulo

Fiyawerx wrote:

ยทยทยท

Sorry if this is a really stupid question, but how can you _prevent_ a main window from being resized?