added wxDateTime::[Make]FromTimezone
[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         *wxDateTime*FromTimezone*;
14         *wxDialog*GetEscapeId*;
15         *wxEVT_MEDIA_LOADED*;
16         *wxGenericListCtrl*SetItemFont*wxFont*;
17         *wxGenericListCtrl*GetItemFont*;
18         *wxGetTextExtent*wxFont*wxString*;
19         *wxImage*HSVValue*;
20         *wxImage*RGBValue*;
21         *wxImage*RotateHue*;
22         *wxLogBuffer*;
23         *wxLongLong*ToDouble*;
24         *wxMediaCtrl*Load*wxURI*wxURI*;
25         *wxMediaCtrl*ShowPlayerControls*wxMediaPlayerControls*;
26         *wxMessageOutputBest*;
27         *wxShadowObject*;
28         *wxStaticText*Wrap*;
29         *wxTopLevelWindowGTK*RequestUserAttention*;
30         *wxWindowMSW*MSWWindowProc*;
31         *wxWizard*FinishLayout*;
32         *wxWizardPage*TransferDataFromWindow*;
33         *wxWizardPage*TransferDataToWindow*;
34         *wxWizardPage*Validate*;
35         *wxXmlResource*ConvertFileNameToURL*wxString*;
36         *wxXmlResource*IsArchive*wxString*;
37         *wxXmlResource*Unload*wxString*;
38         *wxZipFSHandler*Cleanup*;
39 };
40
41
42 # symbols available since the beginning of this branch are only given
43 # generic branch tag (don't remove this!):
44
45 @WX_VERSION_TAG@ {
46     global:
47         *;
48 };