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

/haiku/src/apps/haikudepot/ui/
H A DUserUsageConditionsWindow.cpp62 fIntroductionTextView(NULL),
119 fIntroductionTextView = new TextView("introduction text view");
121 fIntroductionTextView->SetText(_IntroductionTextForMode(mode, userDetail));
131 .Add(fIntroductionTextView, 1)
414 if (fIntroductionTextView != NULL) {
415 fIntroductionTextView->SetText(
H A DUserUsageConditionsWindow.h66 TextView* fIntroductionTextView; member in class:UserUsageConditionsWindow

Completed in 85 milliseconds