#ifndef _WX_LISTBASE_H_BASE_
#define _WX_LISTBASE_H_BASE_
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
// #pragma interface "listctrlbase.h"
#endif
#if wxUSE_LISTCTRL
+#include "wx/colour.h"
#include "wx/font.h"
+#include "wx/gdicmn.h"
+
+#include "wx/event.h"
// ----------------------------------------------------------------------------
// types
wxListItem m_item;
private:
- DECLARE_DYNAMIC_CLASS(wxListEvent)
+ DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxListEvent)
};
// ----------------------------------------------------------------------------