X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/04d24675d3d26e9ae8af8b4bd390532d03adcbe1..f9ec0ea7c502aa83ab8de3a04055fffabf47610d:/include/wx/msw/listctrl.h diff --git a/include/wx/msw/listctrl.h b/include/wx/msw/listctrl.h index b63269dbbe..8be82a416f 100644 --- a/include/wx/msw/listctrl.h +++ b/include/wx/msw/listctrl.h @@ -71,7 +71,7 @@ class WXDLLIMPEXP_FWD_CORE wxImageList; */ -class WXDLLEXPORT wxListCtrl: public wxControl +class WXDLLIMPEXP_CORE wxListCtrl: public wxControl { public: /* @@ -446,6 +446,12 @@ private: // UpdateStyle()), only should be called if InReportView() void MSWSetExListStyles(); + // initialize the (already created) m_textCtrl with the associated HWND + void InitEditControl(WXHWND hWnd); + + // destroy m_textCtrl if it's currently valid and reset it to NULL + void DeleteEditControl(); + DECLARE_DYNAMIC_CLASS(wxListCtrl) DECLARE_EVENT_TABLE()