From 87fb0be40f45b3b370ac70106386e1c6b109c8ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 12 Jul 2004 12:34:06 +0000 Subject: [PATCH] documented wxWindow::GetFont changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) 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, -- 2.50.0