]> git.saurik.com Git - wxWidgets.git/blob - version-script.in
forcefully disable wxUSE_STACKWALKER
[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 *wxTopLevelWindowGTK*RequestUserAttention*;
26 *wxWizard*FinishLayout*;
27 *wxXmlResource*ConvertFileNameToURL*wxString*;
28 *wxXmlResource*IsArchive*wxString*;
29 *wxXmlResource*Unload*wxString*;
30 *wxZipFSHandler*Cleanup*;
31 };
32
33
34 # symbols available since the beginning of this branch are only given
35 # generic branch tag (don't remove this!):
36
37 @WX_VERSION_TAG@ {
38 global:
39 *;
40 };