]> 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 a00f8258723c5d10e932ccb0c10f721de613fb8d..f3c28565c94b1b2b8e503d5e929e2dc7638dd43d 100644 (file)
@@ -21,7 +21,7 @@ class WXDLLIMPEXP_BASE wxArrayString;
 // wxChoice
 //-----------------------------------------------------------------------------
 
 // wxChoice
 //-----------------------------------------------------------------------------
 
-class wxChoice : public wxChoiceBase
+class WXDLLIMPEXP_CORE wxChoice : public wxChoiceBase
 {
 public:
     wxChoice();
 {
 public:
     wxChoice();
@@ -70,6 +70,9 @@ public:
     void Clear();
 
     int GetSelection() const;
     void Clear();
 
     int GetSelection() const;
+#if wxABI_VERSION >= 20602
+    int GetCurrentSelection() const { return GetSelection(); }
+#endif
     void SetSelection( int n );
 
     virtual int GetCount() const;
     void SetSelection( int n );
 
     virtual int GetCount() const;