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:
parent
512b03dbe1
commit
7ddb154164
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user