]> git.saurik.com Git - wxWidgets.git/blob - version-script.in
define wxUSE_LINE_IN_LISTBOOK to avoid -Wundef warnings (but define it as 0 so thje...
[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 *wxGetTextExtent*wxFont*wxString*;
35 *wxImage*HSVValue*;
36 *wxImage*RGBValue*;
37 *wxImage*RotateHue*;
38 *wxLogBuffer*;
39 *wxMediaCtrl*Load*wxURI*wxURI*;
40 *wxMediaCtrl*ShowPlayerControls*wxMediaPlayerControls*;
41 *wxMessageOutputBest*;
42 *wxShadowObject*;
43 *wxTopLevelWindowGTK*RequestUserAttention*;
44 *wxVectorBase*Alloc*;
45 *wxVectorBase*Append*void*;
46 *wxVectorBase*clear*;
47 *wxVectorBase*copy*wxVectorBase*;
48 *wxVectorBase*GetItem*;
49 *wxVectorBase*RemoveAt*;
50 *wxVectorBase*size*;
51 *wxVectorBase*wxVectorBase*;
52 *wxWizard*FinishLayout*;
53 *wxXmlResource*ConvertFileNameToURL*wxString*;
54 *wxXmlResource*IsArchive*wxString*;
55 *wxXmlResource*Unload*wxString*;
56 *wxZipFSHandler*Cleanup*;
57 };
58
59
60 # symbols available since the beginning of this branch are only given
61 # generic branch tag (don't remove this!):
62
63 @WX_VERSION_TAG@ {
64 global:
65 *;
66 };