X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f303149a0ce649d8ce2fa2f3e1aff97aacd078d..0377efa2e9cd4d6622857ce2e418ce241c791cf6:/include/wx/msw/listctrl.h diff --git a/include/wx/msw/listctrl.h b/include/wx/msw/listctrl.h index b918bb063a..91e526c88c 100644 --- a/include/wx/msw/listctrl.h +++ b/include/wx/msw/listctrl.h @@ -329,6 +329,11 @@ public: // 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(); @@ -356,6 +361,7 @@ private: bool DoCreateControl(int x, int y, int w, int h); DECLARE_DYNAMIC_CLASS(wxListCtrl) + DECLARE_EVENT_TABLE() }; #endif