X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5cd4cb75ee776215a4de0f0af694b4334a0fd97b..0ca422ef4c7cfffd54d4b53d950362d00ae7b5d9:/include/wx/msw/listctrl.h diff --git a/include/wx/msw/listctrl.h b/include/wx/msw/listctrl.h index 635a0af233..8be82a416f 100644 --- a/include/wx/msw/listctrl.h +++ b/include/wx/msw/listctrl.h @@ -446,6 +446,9 @@ 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();