From: Václav Slavík Date: Mon, 12 Jul 2004 12:34:06 +0000 (+0000) Subject: documented wxWindow::GetFont changes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/87fb0be40f45b3b370ac70106386e1c6b109c8ae documented wxWindow::GetFont changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index d77a41d0cd..16716878af 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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,