Home
last modified time | relevance | path

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(); } in GetValue()
33 void SetValue(const char *value) { fValueView->SetText(value); } in SetValue()
44 BTextView *fValueView; variable
H A DMiscEditors.cpp108 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()