Hi:
Can I freeze the size of a wxMiniFrame?
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!