]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listbox.cpp
two fixes from Justin Bradford
[wxWidgets.git] / src / msw / listbox.cpp
index 247ae933c8c29825ff5bbafcee5bb81810a5c2a9..b587d32dbae48dfbdafbf42ef1626cf35b5c7201 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "listbox.h"
 #endif
 
 
 IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl)
 
+/*
+TODO PROPERTIES
+       selection
+       content
+               item
+*/
+
 // ============================================================================
 // list box item declaration and implementation
 // ============================================================================