]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/choice.h
added wxIsNullDouble()
[wxWidgets.git] / include / wx / gtk / choice.h
index d2b9f17600a0cdc2fa5184fad0ad368b3840e264..78ff53846c28415803b4e1325fce520d454b7541 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,7 @@ public:
     void Clear();
 
     int GetSelection() const;
+    int GetCurrentSelection() const { return GetSelection(); }
     void SetSelection( int n );
 
     virtual int GetCount() const;