many improvements/bug fixes to media control: new wxEVT_MEDIA_LOADED event, new metho...
[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         *wxImage*HSVValue*;
18         *wxImage*RGBValue*;
19         *wxImage*RotateHue*;
20         *wxLogBuffer*;
21         *wxMediaCtrl*Load*wxURI*wxURI*;
22         *wxMediaCtrl*ShowPlayerControls*wxMediaPlayerControls*;
23         *wxMessageOutputBest*;
24         *wxShadowObject*;
25         *wxWizard*FinishLayout*;
26         *wxXmlResource*ConvertFileNameToURL*wxString*;
27         *wxXmlResource*IsArchive*wxString*;
28         *wxXmlResource*Unload*wxString*;
29         *wxZipFSHandler*Cleanup*;
30 };
31
32
33 # symbols available since the beginning of this branch are only given
34 # generic branch tag (don't remove this!):
35
36 @WX_VERSION_TAG@ {
37     global:
38         *;
39 };