]> git.saurik.com Git - wxWidgets.git/blobdiff - version-script.in
Make wxRichTextCtrl again buildable on WinCE.
[wxWidgets.git] / version-script.in
index c0c0dc8e6ee8ccb6afa50f8bf2bd8a10d7ae0881..d79a8e99a96b9a43b0ef7dc04c6522bd21f5a4a2 100644 (file)
@@ -2,65 +2,20 @@
 # $Id$
 #
 
-# Note: Remove all of the tags below except for the last one when creating
-#       new development branch.
+# Note: Remove all of the tags below when creating new development branch.
 
 
-# public symbols added in release 2.6.2 (please keep in alphabetical order):
-
-@WX_VERSION_TAG@.2 {
-    global:
-        *wxClientDataDictionary*Delete*;
-        *wxClientDataDictionary*DestroyData*;
-        *wxClientDataDictionary*Find*;
-        *wxClientDataDictionary*Get*;
-        *wxClientDataDictionary*Set*wxClientData*;
-        *wxClientDataDictionary*wxClientDataDictionary*;
-        *wxClientDataDictionaryPair*wxClientDataDictionaryPair*;
-        *wxClientDataDictionaryPairVector*at*;
-        *wxClientDataDictionaryPairVector*back*;
-        *wxClientDataDictionaryPairVector*Copy*void*;
-        *wxClientDataDictionaryPairVector*erase*;
-        *wxClientDataDictionaryPairVector*Free*void*;
-        *wxClientDataDictionaryPairVector*front*;
-        *wxClientDataDictionaryPairVector*pop_back*;
-        *wxClientDataDictionaryPairVector*push_back*wxClientDataDictionaryPair*;
-        *wxClientDataDictionaryPairVector*wxClientDataDictionaryPairVector*wxClientDataDictionaryPairVector*;
-        *wxClientDataDictionaryPairVector*wxClientDataDictionaryPairVector*;
-        *wxDialog*GetEscapeId*;
-        *wxEVT_MEDIA_LOADED*;
-        *wxGenericListCtrl*SetItemFont*wxFont*;
-        *wxGenericListCtrl*GetItemFont*;
-        *wxGetTextExtent*wxFont*wxString*;
-        *wxImage*HSVValue*;
-        *wxImage*RGBValue*;
-        *wxImage*RotateHue*;
-        *wxLogBuffer*;
-        *wxMediaCtrl*Load*wxURI*wxURI*;
-        *wxMediaCtrl*ShowPlayerControls*wxMediaPlayerControls*;
-        *wxMessageOutputBest*;
-        *wxShadowObject*;
-        *wxTopLevelWindowGTK*RequestUserAttention*;
-        *wxVectorBase*Alloc*;
-        *wxVectorBase*Append*void*;
-        *wxVectorBase*clear*;
-        *wxVectorBase*copy*wxVectorBase*;
-        *wxVectorBase*GetItem*;
-        *wxVectorBase*RemoveAt*;
-        *wxVectorBase*size*;
-        *wxVectorBase*wxVectorBase*;
-        *wxWizard*FinishLayout*;
-        *wxXmlResource*ConvertFileNameToURL*wxString*;
-        *wxXmlResource*IsArchive*wxString*;
-        *wxXmlResource*Unload*wxString*;
-        *wxZipFSHandler*Cleanup*;
-};
+# An example:
+#   # public symbols added in release 2.6.2 (please keep in alphabetical order):
+#   
+#   @WX_VERSION_TAG@.2 {
+#       global:
+#           *wxChoice*GetCurrentSelection*;
+#   };
 
 
-# symbols available since the beginning of this branch are only given
-# generic branch tag (don't remove this!):
+# symbols available since the beginning of this branch are left unversioned
+# (don't remove this!):
 
 @WX_VERSION_TAG@ {
-    global:
-        *;
 };