Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.h74 bool TabFocus(bool shift);
H A DPropertyListView.cpp72 if (key == B_TAB && fTarget->TabFocus(modifiers & B_SHIFT_KEY)) in Filter()
294 PropertyListView::TabFocus(bool shift) in TabFocus() function in PropertyListView