Home
last modified time | relevance | path

Searched defs:InsertColumn (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/Control/
DListView.cpp34 int CListView::InsertColumn(int columnIndex, LPCTSTR text, int width) in InsertColumn() function in NWindows::NControl::CListView
67 int CListView::InsertColumn(int columnIndex, LPCWSTR text, int width) in InsertColumn() function in NWindows::NControl::CListView
DListView.h33 …int InsertColumn(int columnIndex, const LVCOLUMN *columnInfo) { return ListView_InsertColumn(_wind… in InsertColumn() function
54 …int InsertColumn(int columnIndex, const LVCOLUMNW *columnInfo) { return (int)SendMsg(LVM_INSERTCOL… in InsertColumn() function