]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/choice.cpp
unicode for mac fixes
[wxWidgets.git] / src / msw / choice.cpp
index 740d574451f94061b8b0a188b3b7c18c11aed34c..bf8abfcb4238673233d6c1906d59c1f88db6943e 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "choice.h"
 #endif
 
 
 IMPLEMENT_DYNAMIC_CLASS(wxChoice, wxControl)
 
+/*
+       TODO PROPERTIES
+               selection (long)
+               content (list)
+                       item
+*/
+
 // ============================================================================
 // implementation
 // ============================================================================
@@ -251,8 +258,6 @@ wxString wxChoice::GetString(int n) const
         {
             wxLogLastError(wxT("SendMessage(CB_GETLBTEXT)"));
         }
-
-        str.UngetWriteBuf();
     }
 
     return str;