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.
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.