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

/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp147 fInfoTextView = new BTextView("");
148 fInfoTextView->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
149 fInfoTextView->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
150 fInfoTextView->MakeEditable(false);
151 fInfoTextView->MakeSelectable(false);
152 fInfoTextView->MakeResizable(false);
206 fInfoTextView->SetExplicitMinSize(BSize(width, height));
207 fInfoTextView->SetExplicitMaxSize(BSize(width, B_SIZE_UNSET));
242 .Add(fInfoTextView)
254 fInfoTextView
[all...]
H A DBootPromptWindow.h47 BTextView* fInfoTextView; member in class:BootPromptWindow
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp129 BStringView* fInfoTextView; member in class:TeamDescriptionView
592 fInfoTextView = new BStringView("info text", "");
593 fInfoTextView->SetLowUIColor(B_PANEL_BACKGROUND_COLOR);
594 fInfoTextView->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
619 fLayout->AddView(fInfoTextView);
676 if (fInfoTextView != NULL) {
678 fInfoTextView->GetFont(&font);
684 fInfoTextView->SetFont(&font);
691 fInfoTextView->SetText(text);

Completed in 92 milliseconds