From: Vadim Zeitlin Date: Sat, 15 Jun 2013 21:49:52 +0000 (+0000) Subject: Document that wxDC::FloodFill() is not implemented under wxOSX. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7ddb15416407390de67cc26b04e91ea99a521f57 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 --- diff --git a/interface/wx/dc.h b/interface/wx/dc.h index c723f19e6e..49e0f0efc0 100644 --- a/interface/wx/dc.h +++ b/interface/wx/dc.h @@ -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