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