]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/choice.h
Added Cocoa_acceptsFirstMouse.
[wxWidgets.git] / include / wx / gtk / choice.h
index d2b9f17600a0cdc2fa5184fad0ad368b3840e264..f7362610be2025208932dcd8f27bd1f920f8025d 100644 (file)
 #ifndef __GTKCHOICEH__
 #define __GTKCHOICEH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "choice.h"
-#endif
-
 class WXDLLIMPEXP_BASE wxSortedArrayString;
 class WXDLLIMPEXP_BASE wxArrayString;
 
@@ -70,6 +66,9 @@ public:
     void Clear();
 
     int GetSelection() const;
+#if wxABI_VERSION >= 20602
+    int GetCurrentSelection() const { return GetSelection(); }
+#endif
     void SetSelection( int n );
 
     virtual int GetCount() const;