added wxLongLong::ToDouble()
[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         *wxLongLong*ToDouble*;
23         *wxMediaCtrl*Load*wxURI*wxURI*;
24         *wxMediaCtrl*ShowPlayerControls*wxMediaPlayerControls*;
25         *wxMessageOutputBest*;
26         *wxShadowObject*;
27         *wxStaticText*Wrap*;
28         *wxTopLevelWindowGTK*RequestUserAttention*;
29         *wxWindowMSW*MSWWindowProc*;
30         *wxWizard*FinishLayout*;
31         *wxWizardPage*TransferDataFromWindow*;
32         *wxWizardPage*TransferDataToWindow*;
33         *wxWizardPage*Validate*;
34         *wxXmlResource*ConvertFileNameToURL*wxString*;
35         *wxXmlResource*IsArchive*wxString*;
36         *wxXmlResource*Unload*wxString*;
37         *wxZipFSHandler*Cleanup*;
38 };
39
40
41 # symbols available since the beginning of this branch are only given
42 # generic branch tag (don't remove this!):
43
44 @WX_VERSION_TAG@ {
45     global:
46         *;
47 };