[wxpython-users] FloodFill on OSX
Robin Dunn
robin at alldunn.com
Thu Apr 3 15:40:51 PDT 2008
Timothy Grant wrote:
>
> The FloodFIll always prints "flood not successful" and I'm not sure what
> I'm doing wrong.
IIRC there isn't a FloodFill equivalent on OSX so wx just did it using a
generic function that looks at the screen buffer and does the filling in
a slow and brute force way. However now that we've switched to the
CoreGraphics API we no longer have access to the screen buffer and so
that is probably why it doesn't work now.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list