Searched refs:fValueView (Results 1 – 2 of 2) sorted by relevance
32 const char * GetValue(void) const { return fValueView->Text(); } in GetValue()33 void SetValue(const char *value) { fValueView->SetText(value); } in SetValue()44 BTextView *fValueView; variable
108 fValueView = new BTextView(r, "value", textRect, B_FOLLOW_ALL); in StringEditView()110 BScrollView *scrollView = new BScrollView("scrollView", fValueView, in StringEditView()170 float lineCount = fValueView->CountLines() < 5.0 ? fValueView->CountLines() : 5.0; in GetPreferredHeight()