From 3d77f4389c16752ae172057fc4e7c089ce5e2339 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 21 Jun 2007 15:13:00 +0000 Subject: [PATCH] Added new wxAuiNotebook symbols git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- version-script.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/version-script.in b/version-script.in index a83fbd1462..5ea7a53150 100644 --- a/version-script.in +++ b/version-script.in @@ -27,6 +27,12 @@ # public symbols added in 2.8.5 (please keep in alphabetical order): @WX_VERSION_TAG@.5 { global: + *wxAuiNotebook*GetHeightForPageHeight*; + *wxAuiNotebook*GetTabCtrlHeight*; + *wxAuiNotebook*SetFont*; + *wxAuiNotebook*SetMeasuringFont*; + *wxAuiNotebook*SetNormalFont*; + *wxAuiNotebook*SetSelectedFont*; *wxDocument*GetUserReadableName*; *wxLogChain*DetachOldLog*; *wxMemoryFSHandler*AddFileWithMimeType*;