How can I disable the 'Maximise/Minimise' Button?

Please answer the question on the subject
Thx

import wx
app = wx.App()

frame = wx.Frame( None, title=“Hello wxPython”, style = wx.CLOSE_BOX | wx.CAPTION | wx.RESIZE_BORDER )

frame.Show( True )
app.MainLoop()

···

On Mon, Mar 24, 2008 at 7:55 PM, David Anderson zerty.david@gmail.com wrote:

Please answer the question on the subject
Thx


wxpython-users mailing list

wxpython-users@lists.wxwidgets.org

http://lists.wxwidgets.org/mailman/listinfo/wxpython-users