]> git.saurik.com Git - wxWidgets.git/commitdiff
Added reference to FloodFill additions
authorJulian Smart <julian@anthemion.co.uk>
Mon, 1 Apr 2002 22:17:38 +0000 (22:17 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 1 Apr 2002 22:17:38 +0000 (22:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 7b39b5b63b5f4328f3da57ff41f70dd030d439a0..f016dfaf969bbf1e4b4627cc230a3aaa9aac8dfb 100644 (file)
@@ -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: