]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/checklst.cpp
xti additions / changes, trying to reduce dependencies
[wxWidgets.git] / src / msw / checklst.cpp
index df2f156ce3d11d98945b89a638b41d538ecab4e8..b31e46e9996636c121d1415862dac3333234c1f5 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "checklst.h"
 #endif
 
 
 IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox)
 
+/*
+TODO PROPERTIES
+       list content
+               item , checked (no)
+*/
 // ----------------------------------------------------------------------------
 // declaration and implementation of wxCheckListBoxItem class
 // ----------------------------------------------------------------------------