Home
last modified time | relevance | path

Searched refs:allowsDragging (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DDragger.cpp639 bool allowsDragging = true; in _AddToList() local
641 allowsDragging = fShelf->AllowsDragging(); in _AddToList()
643 if (!AreDraggersDrawn() || !allowsDragging) { in _AddToList()