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