Removed wxVectorBase and wxClientDataDictionary symbols
[wxWidgets.git] / version-script.in
1 #
2 # $Id$
3 #
4
5 # Note: Remove all of the tags below except for the last one when creating
6 #       new development branch.
7
8
9 # public symbols added in release 2.6.2 (please keep in alphabetical order):
10
11 @WX_VERSION_TAG@.2 {
12     global:
13         *wxDialog*GetEscapeId*;
14         *wxEVT_MEDIA_LOADED*;
15         *wxGenericListCtrl*SetItemFont*wxFont*;
16         *wxGenericListCtrl*GetItemFont*;
17         *wxGetTextExtent*wxFont*wxString*;
18         *wxImage*HSVValue*;
19         *wxImage*RGBValue*;
20         *wxImage*RotateHue*;
21         *wxLogBuffer*;
22         *wxMediaCtrl*Load*wxURI*wxURI*;
23         *wxMediaCtrl*ShowPlayerControls*wxMediaPlayerControls*;
24         *wxMessageOutputBest*;
25         *wxShadowObject*;
26         *wxTopLevelWindowGTK*RequestUserAttention*;
27         *wxWizard*FinishLayout*;
28         *wxWizardPage*TransferDataFromWindow*;
29         *wxWizardPage*TransferDataToWindow*;
30         *wxWizardPage*Validate*;
31         *wxXmlResource*ConvertFileNameToURL*wxString*;
32         *wxXmlResource*IsArchive*wxString*;
33         *wxXmlResource*Unload*wxString*;
34         *wxZipFSHandler*Cleanup*;
35 };
36
37
38 # symbols available since the beginning of this branch are only given
39 # generic branch tag (don't remove this!):
40
41 @WX_VERSION_TAG@ {
42     global:
43         *;
44 };