wxMiniFrame's size

Hi:

Can I freeze the size of a wxMiniFrame?

Thomas Moore wrote:

Hi:

Can I freeze the size of a wxMiniFrame?

You should be able to do it just like for a wxFrame: use SetSizeHints
or not specify the wxRESIZE_BORDER style.

ยทยทยท

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