Hi,
Is there a way in wxpython to make a frame 'fixed' on
the screen so that user can not move it or resize it?
Thanks and happy holidays,
Fuming
···
__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
Robin
2
Fuming Wang wrote:
Hi,
Is there a way in wxpython to make a frame 'fixed' on
the screen so that user can not move it or resize it?
You can prevent resizing with SetSizeHints. I don't think there is a way to prevent moving of Frames...
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!