]> git.saurik.com Git - wxWidgets.git/commitdiff
removed non-const wxWindow::GetFont and GetCursor
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 23 Jun 2004 11:51:19 +0000 (11:51 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 23 Jun 2004 11:51:19 +0000 (11:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 8c06d256290ba99d7c359ba8eb3b60d911cadaf5..ddc22f63c76b4b0753e19807c89450263849edbc 100644 (file)
@@ -50,9 +50,10 @@ INCOMPATIBLE CHANGES SINCE 2.4.x
   the only incompatibility being that Next() returns a wxHashTable::Node*
   instead of a wxNode*.
 - non-const wxDC methods GetBackground(), GetBrush(), GetFont() and GetPen()
-  don't exist any more, please fix your code -- it never worked correctly
-  anyhow if you modified the objects returned by these methods so you should
-  simply switch to using const methods.
+  as well as wxWindow methods GetFont() and GetCursor() don't exist any more,
+  please fix your code -- it never worked correctly anyhow if you modified the
+  objects returned by these methods so you should simply switch to using const
+  methods.
 - EVT_XXX macros are now type-safe; code that uses wrong type for event
   handler's argument will no longer compile.
 - Identical functionality of wxFileDialog::ParseWildcard,