]> git.saurik.com Git - wxWidgets.git/blame - version-script.in
Return the correct encoding for X font spec construction
[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:
6603071a
MB
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*;
f60b1d82 30 *wxDialog*GetEscapeId*;
c5191fbd 31 *wxEVT_MEDIA_LOADED*;
f60b1d82
VZ
32 *wxGenericListCtrl*SetItemFont*wxFont*;
33 *wxGenericListCtrl*GetItemFont*;
978d3d36
VZ
34 *wxImage*HSVValue*;
35 *wxImage*RGBValue*;
36 *wxImage*RotateHue*;
c5191fbd
VZ
37 *wxLogBuffer*;
38 *wxMediaCtrl*Load*wxURI*wxURI*;
39 *wxMediaCtrl*ShowPlayerControls*wxMediaPlayerControls*;
e25a94ac 40 *wxMessageOutputBest*;
f60b1d82 41 *wxShadowObject*;
0cc970b3 42 *wxTopLevelWindowGTK*RequestUserAttention*;
6603071a
MB
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*;
b3eb133b 51 *wxWizard*FinishLayout*;
8df1373a 52 *wxXmlResource*ConvertFileNameToURL*wxString*;
8df1373a 53 *wxXmlResource*IsArchive*wxString*;
f60b1d82
VZ
54 *wxXmlResource*Unload*wxString*;
55 *wxZipFSHandler*Cleanup*;
e25a94ac
VS
56};
57
58
59# symbols available since the beginning of this branch are only given
60# generic branch tag (don't remove this!):
61
2b5f62a0 62@WX_VERSION_TAG@ {
e25a94ac
VS
63 global:
64 *;
2b5f62a0 65};