X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5cd4cb75ee776215a4de0f0af694b4334a0fd97b..702f5349c6468baae69ce6b7b2c780c3be57ee7c:/include/wx/msw/listctrl.h?ds=sidebyside diff --git a/include/wx/msw/listctrl.h b/include/wx/msw/listctrl.h index 635a0af233..ea13f0b6a6 100644 --- a/include/wx/msw/listctrl.h +++ b/include/wx/msw/listctrl.h @@ -17,6 +17,10 @@ class WXDLLIMPEXP_FWD_CORE wxImageList; +// define this symbol to indicate the availability of SetColumnsOrder() and +// related functions +#define wxHAS_LISTCTRL_COLUMN_ORDER + /* The wxListCtrl can show lists of items in four different modes: wxLC_LIST: multicolumn list view, with optional small icons (icons could be @@ -446,6 +450,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();