Chris.Barker wrote: > > The other issue is that the hit-test system won't work with > anti-aliasing -- can you turn that off with a GC? Or should we go with a > different system for that anyway?
You can do hit testing using wx.GrpahicsPath's Contains method. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
