Searched refs:fExpressionTextControl (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DSelectionWindow.cpp98 fExpressionTextControl = new BTextControl("expression", NULL, "", NULL);
119 .Add(fExpressionTextControl)
132 fExpressionTextControl->MakeFocus(true);
231 if (!fExpressionTextControl->LockLooper())
234 result = fExpressionTextControl->Text();
236 fExpressionTextControl->UnlockLooper();
H A DSelectionWindow.h70 BTextControl* fExpressionTextControl; member in class:BPrivate::SelectionWindow

Completed in 40 milliseconds