Document that wxDC::FloodFill() is not implemented under wxOSX.

wxOSX uses wxGCDC for its wxDC functionality and wxGCDC doesn't implement this
operation, even not using the horribly inefficient wxGTK fallback.

See #15151.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2013-06-15 21:49:52 +00:00
parent 512b03dbe1
commit 7ddb154164

View File

@ -678,6 +678,9 @@ public:
- wxFLOOD_BORDER: The area to be flooded is bounded by the given
colour.
Currently this method is not implemented in wxOSX and does nothing
there.
@return @false if the operation failed.
@note The present implementation for non-Windows platforms may fail to