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

/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp160 fInfoText = NULL;
199 fInfoText = NULL;
206 fInfoText = new BTextView("info text");
207 fInfoText->MakeEditable(false);
208 fInfoText->MakeSelectable(false);
209 fInfoText->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
210 fInfoText->SetText(B_TRANSLATE(
214 fInfoText->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
217 group->AddChild(fInfoText);
233 fInfoText
[all...]
H A DDataTranslationsWindow.h52 BTextView* fInfoText; member in class:DataTranslationsWindow

Completed in 87 milliseconds