Searched refs:fListType (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/interface/
H A DListView.cpp177 status = data->AddInt32("_lv_type", fListType);
351 if (fListType != B_MULTIPLE_SELECTION_LIST
406 fListType == B_MULTIPLE_SELECTION_LIST);
426 if (fListType != B_MULTIPLE_SELECTION_LIST
430 Select(beg, end - 1, fListType
476 if (fListType == B_MULTIPLE_SELECTION_LIST)
489 bool extend = fListType == B_MULTIPLE_SELECTION_LIST
697 if (fListType == B_MULTIPLE_SELECTION_LIST)
761 if (!fTrack->is_dragging && fListType != B_MULTIPLE_SELECTION_LIST
1083 if (fListType
[all...]
H A DOutlineListView.cpp143 status = archive->AddInt32("_lv_type", fListType);
/haiku/headers/os/interface/
H A DListView.h196 list_view_type fListType; member in class:BListView

Completed in 45 milliseconds