X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4676948b6814c97b93c431a8cbcd8c0352c87ba9..cb73e6001f891ae46b12a1e4ca39b93649cb6099:/src/msw/checklst.cpp diff --git a/src/msw/checklst.cpp b/src/msw/checklst.cpp index 4274114bf9..b31e46e999 100644 --- a/src/msw/checklst.cpp +++ b/src/msw/checklst.cpp @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "checklst.h" #endif @@ -47,7 +47,7 @@ #include "wx/ownerdrw.h" #include "wx/checklst.h" -#include +#include "wx/msw/wrapwin.h" #include #include "wx/msw/private.h" @@ -69,6 +69,11 @@ IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox) +/* +TODO PROPERTIES + list content + item , checked (no) +*/ // ---------------------------------------------------------------------------- // declaration and implementation of wxCheckListBoxItem class // ----------------------------------------------------------------------------