Searched refs:fInfoTextView (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/apps/firstbootprompt/
H A DBootPromptWindow.h38 BTextView* fInfoTextView; member in class:BootPromptWindow
H A DBootPromptWindow.cpp146 fInfoTextView = new BTextView("");
147 fInfoTextView->SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
148 fInfoTextView->MakeEditable(false);
149 fInfoTextView->MakeSelectable(false);
193 .Add(fInfoTextView)
276 fInfoTextView->SetText(B_TRANSLATE_COMMENT(
/haiku-fatelf/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp138 AllShowingTextView* fInfoTextView; member in class:TeamDescriptionView
609 fInfoTextView = new AllShowingTextView("info text");
626 fLayout->AddView(fInfoTextView);
688 fInfoTextView->SetText(text);
693 view = fInfoTextView;

Completed in 45 milliseconds