Public access to MSWWindowProc() for wxQTMediaBackend::QTWndProc() under wxUnivMSW.
[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         *wxTopLevelWindowGTK*RequestUserAttention*;
27         *wxWindowMSW*MSWWindowProc*;
28         *wxWizard*FinishLayout*;
29         *wxWizardPage*TransferDataFromWindow*;
30         *wxWizardPage*TransferDataToWindow*;
31         *wxWizardPage*Validate*;
32         *wxXmlResource*ConvertFileNameToURL*wxString*;
33         *wxXmlResource*IsArchive*wxString*;
34         *wxXmlResource*Unload*wxString*;
35         *wxZipFSHandler*Cleanup*;
36 };
37
38
39 # symbols available since the beginning of this branch are only given
40 # generic branch tag (don't remove this!):
41
42 @WX_VERSION_TAG@ {
43     global:
44         *;
45 };