]> git.saurik.com Git - wxWidgets.git/commitdiff
Document that wxDC::FloodFill() is not implemented under wxOSX.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Jun 2013 21:49:52 +0000 (21:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Jun 2013 21:49:52 +0000 (21:49 +0000)
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

interface/wx/dc.h

index c723f19e6eeb71ad7dfc0c355c902f5612015b81..49e0f0efc01a6f38438ccb2aa4476725243de7e7 100644 (file)
@@ -678,6 +678,9 @@ public:
         - wxFLOOD_BORDER: The area to be flooded is bounded by the given
           colour.
 
         - 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
         @return @false if the operation failed.
 
         @note The present implementation for non-Windows platforms may fail to