Make wxBase compiled for wxMotif compatible with wxbase compiled
[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         *wxClientDataDictionary*Delete*;
14         *wxClientDataDictionary*DestroyData*;
15         *wxClientDataDictionary*Find*;
16         *wxClientDataDictionary*Get*;
17         *wxClientDataDictionary*Set*wxClientData*;
18         *wxClientDataDictionary*wxClientDataDictionary*;
19         *wxClientDataDictionaryPair*wxClientDataDictionaryPair*;
20         *wxClientDataDictionaryPairVector*at*;
21         *wxClientDataDictionaryPairVector*back*;
22         *wxClientDataDictionaryPairVector*Copy*void*;
23         *wxClientDataDictionaryPairVector*erase*;
24         *wxClientDataDictionaryPairVector*Free*void*;
25         *wxClientDataDictionaryPairVector*front*;
26         *wxClientDataDictionaryPairVector*pop_back*;
27         *wxClientDataDictionaryPairVector*push_back*wxClientDataDictionaryPair*;
28         *wxClientDataDictionaryPairVector*wxClientDataDictionaryPairVector*wxClientDataDictionaryPairVector*;
29         *wxClientDataDictionaryPairVector*wxClientDataDictionaryPairVector*;
30         *wxDialog*GetEscapeId*;
31         *wxEVT_MEDIA_LOADED*;
32         *wxGenericListCtrl*SetItemFont*wxFont*;
33         *wxGenericListCtrl*GetItemFont*;
34         *wxImage*HSVValue*;
35         *wxImage*RGBValue*;
36         *wxImage*RotateHue*;
37         *wxLogBuffer*;
38         *wxMediaCtrl*Load*wxURI*wxURI*;
39         *wxMediaCtrl*ShowPlayerControls*wxMediaPlayerControls*;
40         *wxMessageOutputBest*;
41         *wxShadowObject*;
42         *wxTopLevelWindowGTK*RequestUserAttention*;
43         *wxVectorBase*Alloc*;
44         *wxVectorBase*Append*void*;
45         *wxVectorBase*clear*;
46         *wxVectorBase*copy*wxVectorBase*;
47         *wxVectorBase*GetItem*;
48         *wxVectorBase*RemoveAt*;
49         *wxVectorBase*size*;
50         *wxVectorBase*wxVectorBase*;
51         *wxWizard*FinishLayout*;
52         *wxXmlResource*ConvertFileNameToURL*wxString*;
53         *wxXmlResource*IsArchive*wxString*;
54         *wxXmlResource*Unload*wxString*;
55         *wxZipFSHandler*Cleanup*;
56 };
57
58
59 # symbols available since the beginning of this branch are only given
60 # generic branch tag (don't remove this!):
61
62 @WX_VERSION_TAG@ {
63     global:
64         *;
65 };