Home
last modified time | relevance | path

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

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