From: Julian Smart Date: Mon, 1 Apr 2002 22:17:38 +0000 (+0000) Subject: Added reference to FloodFill additions X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a8a721064b1912f4e7294c74059344b3a560a089?ds=inline Added reference to FloodFill additions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 7b39b5b63b..f016dfaf96 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -128,6 +128,8 @@ All (GUI): - added EVT_MENU_OPEN and EVT_MENU_CLOSE events - added Hungarian translations (Janos Vegh) - added wxImage::SaveFile(filename) method (Chris Elliott) +- added wxImage::FloodFill and implemented wxWindowDC::DoFloodFill method + for GTK+, Mac, MGL, X11, Motif ports (Chris Elliott) wxMSW: