[wxPython] wxRegion

How does one initialize a wxRegion. When I create one assigning four
parameters (pt, pt, width, height), I get errors. What is the proper
way to create a wxRegion and iltialize it? wxRegion is not doucmented in
the user guide for python.

Thanks
chris

···

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

How does one initialize a wxRegion. When I create one assigning four
parameters (pt, pt, width, height), I get errors. What is the proper
way to create a wxRegion and iltialize it? wxRegion is not doucmented in
the user guide for python.

Currently, you can only effectivly use the wxRegion as returned from
wxWindow.GetUpdateRegion(). I'll fix it for the next release so you can
construct your own with values that make sense.

···

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

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users