[wxPython] Windows Resize

Python 2.1 on Windows 2000 "Professional"

Is there a way for me to not allow a user to resize a window I create? Can I
allow them to resize vertically but not horizontally? I looked at the
wxFrame and wxWindow classes, but didn't see it.

Greg Lindstrom
Acxiom Corporation, mail: CWY10011149
InfoBase Products Development office: (501) 342-1626
301 Industrial Blvd, Conway, AR, 72032 fax: (501) 336-3911
email: Greg.Lindstrom@acxiom.com

"When the solution is simple, God has spoken"

                                                            Albert Einstein

Is there a way for me to not allow a user to resize a window I create? Can

I

allow them to resize vertically but not horizontally? I looked at the
wxFrame and wxWindow classes, but didn't see it.

Look at wxWindow.SetSizeHints

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!