Hope this can help someone, as much as this list helps me.
Josu Oyanguren
-Ubera Servicios Informรกticos.
+Ubera Servicios Informaticos.
P.S. This only works well on wxMSW.
dc.SetTextForeground(fclr)
- dc.SetClippingRegion(0, 0, dcwidth, dcheight)
+ dc.SetClippingRegion((0, 0), (dcwidth, dcheight))
dc.DrawText(text, (x, y))
if x < 0: