]> git.saurik.com Git - wxWidgets.git/blame - version-script.in
Change so that WX_PATH_FIND_LIBRARIES doesn't always check /usr/lib, /usr/lib32,...
[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:
4f31d610
VZ
13 *wxChoice*GetCurrentSelection*;
14 *wxComboBox*GetCurrentSelection*;
b7ee3acf 15 *wxDateTime*FromTimezone*;
f60b1d82 16 *wxDialog*GetEscapeId*;
c5191fbd 17 *wxEVT_MEDIA_LOADED*;
f60b1d82
VZ
18 *wxGenericListCtrl*SetItemFont*wxFont*;
19 *wxGenericListCtrl*GetItemFont*;
996994c7 20 *wxGetTextExtent*wxFont*wxString*;
978d3d36
VZ
21 *wxImage*HSVValue*;
22 *wxImage*RGBValue*;
23 *wxImage*RotateHue*;
c5191fbd 24 *wxLogBuffer*;
2bb7951e 25 *wxLongLong*ToDouble*;
c5191fbd
VZ
26 *wxMediaCtrl*Load*wxURI*wxURI*;
27 *wxMediaCtrl*ShowPlayerControls*wxMediaPlayerControls*;
e25a94ac 28 *wxMessageOutputBest*;
f60b1d82 29 *wxShadowObject*;
5d1b4919 30 *wxStaticText*Wrap*;
0cc970b3 31 *wxTopLevelWindowGTK*RequestUserAttention*;
bd33d4ac 32 *wxWindowMSW*MSWWindowProc*;
b3eb133b 33 *wxWizard*FinishLayout*;
25e6c061
VZ
34 *wxWizardPage*TransferDataFromWindow*;
35 *wxWizardPage*TransferDataToWindow*;
36 *wxWizardPage*Validate*;
8df1373a 37 *wxXmlResource*ConvertFileNameToURL*wxString*;
8df1373a 38 *wxXmlResource*IsArchive*wxString*;
f60b1d82
VZ
39 *wxXmlResource*Unload*wxString*;
40 *wxZipFSHandler*Cleanup*;
e25a94ac
VS
41};
42
43
44# symbols available since the beginning of this branch are only given
45# generic branch tag (don't remove this!):
46
2b5f62a0 47@WX_VERSION_TAG@ {
e25a94ac
VS
48 global:
49 *;
2b5f62a0 50};