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

/haiku/src/apps/resedit/
H A DInternalEditors.h32 const char * GetValue(void) const { return fValueView->Text(); }
33 void SetValue(const char *value) { fValueView->SetText(value); }
44 BTextView *fValueView; member in class:StringEditView
H A DMiscEditors.cpp108 fValueView = new BTextView(r, "value", textRect, B_FOLLOW_ALL);
110 BScrollView *scrollView = new BScrollView("scrollView", fValueView,
170 float lineCount = fValueView->CountLines() < 5.0 ? fValueView->CountLines() : 5.0;

Completed in 89 milliseconds