Searched defs:columnIndex (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/CPP/Windows/Control/ |
H A D | ListView.cpp | 41 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 D | ListView.h | 31 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 2 milliseconds