]> git.saurik.com Git - wxWidgets.git/blame - version-script.in
Allow wxWidgets to be built hosted on any architecture of Darwin.
[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*;
c5191fbd 14 *wxEVT_MEDIA_LOADED*;
f60b1d82
VZ
15 *wxGenericListCtrl*SetItemFont*wxFont*;
16 *wxGenericListCtrl*GetItemFont*;
996994c7 17 *wxGetTextExtent*wxFont*wxString*;
978d3d36
VZ
18 *wxImage*HSVValue*;
19 *wxImage*RGBValue*;
20 *wxImage*RotateHue*;
c5191fbd
VZ
21 *wxLogBuffer*;
22 *wxMediaCtrl*Load*wxURI*wxURI*;
23 *wxMediaCtrl*ShowPlayerControls*wxMediaPlayerControls*;
e25a94ac 24 *wxMessageOutputBest*;
f60b1d82 25 *wxShadowObject*;
5d1b4919 26 *wxStaticText*Wrap*;
0cc970b3 27 *wxTopLevelWindowGTK*RequestUserAttention*;
bd33d4ac 28 *wxWindowMSW*MSWWindowProc*;
b3eb133b 29 *wxWizard*FinishLayout*;
25e6c061
VZ
30 *wxWizardPage*TransferDataFromWindow*;
31 *wxWizardPage*TransferDataToWindow*;
32 *wxWizardPage*Validate*;
8df1373a 33 *wxXmlResource*ConvertFileNameToURL*wxString*;
8df1373a 34 *wxXmlResource*IsArchive*wxString*;
f60b1d82
VZ
35 *wxXmlResource*Unload*wxString*;
36 *wxZipFSHandler*Cleanup*;
e25a94ac
VS
37};
38
39
40# symbols available since the beginning of this branch are only given
41# generic branch tag (don't remove this!):
42
2b5f62a0 43@WX_VERSION_TAG@ {
e25a94ac
VS
44 global:
45 *;
2b5f62a0 46};