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

/haiku/src/apps/deskcalc/
H A DCalcView.cpp395 int32 end = fExpressionTextView->TextLength();
397 if (fEnabled || strcmp(fExpressionTextView->Text() + start,
407 rgb_color fontColor = fExpressionTextView->HighColor();
408 rgb_color backColor = fExpressionTextView->LowColor();
409 fExpressionTextView->SetStylable(true);
410 fExpressionTextView->SetFontAndColor(start, end, NULL, 0,
412 fExpressionTextView->SetFontAndColor(start + dot - 1,
414 fExpressionTextView->SetStylable(false);
441 fExpressionTextView->SetText(calculating.String());
454 rgb_color fontColor = fExpressionTextView
[all...]
H A DCalcView.h143 ExpressionTextView* fExpressionTextView; member in class:CalcView

Completed in 42 milliseconds