]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
add wxSP_THIN_SASH for completeness (#9902)
[wxWidgets.git] / include / wx / msw / listctrl.h
index 50b04f98be186d8b82b6d5633a7484136bae719c..8be82a416fb7366f4930eee003473d3b62f21b98 100644 (file)
@@ -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()