]> git.saurik.com Git - wxWidgets.git/blame - version-script.in
missing dll decl stuff and members initialization in ctor (patch 1211900)
[wxWidgets.git] / version-script.in
CommitLineData
e25a94ac
VS
1#
2# $Id$
b3eb133b 3#
e25a94ac
VS
4
5# Note: Remove all of the tags below except for the last one when creating
6# new development branch.
7
8
f60b1d82 9# public symbols added in release 2.6.2 (please keep in alphabetical order):
e25a94ac
VS
10
11@WX_VERSION_TAG@.2 {
12 global:
f60b1d82 13 *wxDialog*GetEscapeId*;
e25a94ac 14 *wxLogBuffer*;
f60b1d82
VZ
15 *wxGenericListCtrl*SetItemFont*wxFont*;
16 *wxGenericListCtrl*GetItemFont*;
978d3d36
VZ
17 *wxImage*HSVValue*;
18 *wxImage*RGBValue*;
19 *wxImage*RotateHue*;
e25a94ac 20 *wxMessageOutputBest*;
f60b1d82 21 *wxShadowObject*;
b3eb133b 22 *wxWizard*FinishLayout*;
8df1373a 23 *wxXmlResource*ConvertFileNameToURL*wxString*;
8df1373a 24 *wxXmlResource*IsArchive*wxString*;
f60b1d82
VZ
25 *wxXmlResource*Unload*wxString*;
26 *wxZipFSHandler*Cleanup*;
e25a94ac
VS
27};
28
29
30# symbols available since the beginning of this branch are only given
31# generic branch tag (don't remove this!):
32
2b5f62a0 33@WX_VERSION_TAG@ {
e25a94ac
VS
34 global:
35 *;
2b5f62a0 36};