#include "wx/control.h"
#include "wx/event.h"
-#include "wx/imaglist.h"
#include "wx/hash.h"
+class WXDLLEXPORT wxTextCtrl;
+class WXDLLEXPORT wxImageList;
+
/*
The wxListCtrl can show lists of items in four different modes:
wxLC_LIST: multicolumn list view, with optional small icons (icons could be
// still exist across 3 callbacks.
wxChar *AddPool(const wxString& str);
+ // Event handlers
+ ////////////////////////////////////////////////////////////////////////////
+ // Necessary for drawing hrules and vrules, if specified
+ void OnPaint(wxPaintEvent& event);
+
protected:
// common part of all ctors
void Init();
bool DoCreateControl(int x, int y, int w, int h);
DECLARE_DYNAMIC_CLASS(wxListCtrl)
+ DECLARE_EVENT_TABLE()
};
#endif