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

/haiku/src/apps/expander/
H A DExpanderWindow.h83 BTextView* fListingText; member in class:ExpanderWindow
H A DExpanderWindow.cpp120 fListingText = new BTextView("listingText");
121 fListingText->SetText("");
122 fListingText->MakeEditable(false);
123 fListingText->SetStylable(false);
124 fListingText->SetWordWrap(false);
126 fListingText->SetFontAndColor(&font);
127 fScrollView = new BScrollView("", fListingText, B_INVALIDATE_AFTER_LAYOUT,
412 float length = fListingText->StringWidth(string.String());
417 fListingText->Insert(string.String());
717 float delta = fLongestLine - fListingText
[all...]

Completed in 29 milliseconds