]> git.saurik.com Git - wxWidgets.git/commitdiff
added wxChoice:: and wxCombobox::GetCurrentSelection()
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Aug 2005 13:33:31 +0000 (13:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Aug 2005 13:33:31 +0000 (13:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

version-script.in

index 6475d4681f2505e6a6960302bd39456135243107..20ffe3467cd178f8644e77df9b3be5028066fdd5 100644 (file)
@@ -10,6 +10,8 @@
 
 @WX_VERSION_TAG@.2 {
     global:
+        *wxChoice*GetCurrentSelection*;
+        *wxComboBox*GetCurrentSelection*;
         *wxDateTime*FromTimezone*;
         *wxDialog*GetEscapeId*;
         *wxEVT_MEDIA_LOADED*;