]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/choice.h
cache results of Motif 2 and Motif-is-Lesstif tests
[wxWidgets.git] / include / wx / gtk1 / choice.h
index d2b9f17600a0cdc2fa5184fad0ad368b3840e264..f3c28565c94b1b2b8e503d5e929e2dc7638dd43d 100644 (file)
@@ -70,6 +70,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;