]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
define wxHAS_CONFIG_TEMPLATE_RW if template wxConfig::Read/Write() are available...
[wxWidgets.git] / include / wx / msw / listctrl.h
index 635a0af233275b57a0a3871d72c651ea2b654023..8be82a416fb7366f4930eee003473d3b62f21b98 100644 (file)
@@ -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();