added wxImage::RotateHue() and RGB <-> HSV conversions (patch 1227108)
[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         *wxLogBuffer*;
15         *wxGenericListCtrl*SetItemFont*wxFont*;
16         *wxGenericListCtrl*GetItemFont*;
17         *wxImage*HSVValue*;
18         *wxImage*RGBValue*;
19         *wxImage*RotateHue*;
20         *wxMessageOutputBest*;
21         *wxShadowObject*;
22         *wxWizard*FinishLayout*;
23         *wxXmlResource*ConvertFileNameToURL*wxString*;
24         *wxXmlResource*IsArchive*wxString*;
25         *wxXmlResource*Unload*wxString*;
26         *wxZipFSHandler*Cleanup*;
27 };
28
29
30 # symbols available since the beginning of this branch are only given
31 # generic branch tag (don't remove this!):
32
33 @WX_VERSION_TAG@ {
34     global:
35         *;
36 };