Searched refs:fExpressionTextControl (Results 1 – 2 of 2) sorted by relevance
98 fExpressionTextControl = new BTextControl("expression", NULL, "", NULL); in SelectionWindow()119 .Add(fExpressionTextControl) in SelectionWindow()132 fExpressionTextControl->MakeFocus(true); in SelectionWindow()231 if (!fExpressionTextControl->LockLooper()) in Expression()234 result = fExpressionTextControl->Text(); in Expression()236 fExpressionTextControl->UnlockLooper(); in Expression()
70 BTextControl* fExpressionTextControl; variable