]> git.saurik.com Git - wxWidgets.git/commitdiff
documented wxWindow::GetFont changes
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 12 Jul 2004 12:34:06 +0000 (12:34 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 12 Jul 2004 12:34:06 +0000 (12:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index d77a41d0cd160ce88730b3e2b335780662ad6d44..16716878af510413cc77564b9f935a8ab7968e90 100644 (file)
@@ -57,6 +57,7 @@ INCOMPATIBLE CHANGES SINCE 2.4.x
   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.
+- wxWindow::GetFont() now returns wxFont object instead of reference
 - 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,