no-resize frame in wxPython?

Ruediger ruediger.maehl at web.de
Wed Aug 23 06:26:59 EDT 2000


Mike,

you need to specify the frame style, like:

wxFrame.__init__(self, parent, ID, title, wxDefaultPosition,
    wxSize(600, 450), wxSYSTEM_MENU | wxCAPTION)

HTH
Ruediger

Mike 'Cat' Perkonigg schrieb in Nachricht
<8F997822Emikecat at 192.168.10.38>...
>Hi!
>
>How can I make a frame no-resizeable in wxPython (wxWindows)?
>I use wxPython 2.2 in WinNT.
>
>Thanks in advance,
>Mike





More information about the Python-list mailing list