Home
last modified time | relevance | path

Searched defs:columnIndex (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
H A DListView.cpp41 int CListView::InsertColumn(unsigned columnIndex, LPCTSTR text, int width) in InsertColumn() argument
74 int CListView::InsertColumn(unsigned columnIndex, LPCWSTR text, int width) in InsertColumn() argument
H A DListView.h31 bool DeleteColumn(unsigned columnIndex) { return BOOLToBool(ListView_DeleteColumn(_window, columnIndex)); } in DeleteColumn() argument
33 int InsertColumn(unsigned columnIndex, const LVCOLUMN *columnInfo) { return ListView_InsertColumn(_window, columnIndex, columnInfo); } in InsertColumn() argument
55 int InsertColumn(unsigned columnIndex, const LVCOLUMNW *columnInfo) { return (int)SendMsg(LVM_INSERTCOLUMNW, (WPARAM)columnIndex, (LPARAM)columnInfo); } in InsertColumn() argument
99 bool GetColumn(unsigned columnIndex, LVCOLUMN* columnInfo) const in GetColumn() argument
[all...]

Completed in 1 milliseconds