Searched refs:SetText (Results 76 - 100 of 251) sorted by relevance

1234567891011

/haiku/src/tests/kits/interface/
H A DToolTipTest.cpp76 SetText(text);
134 SetText(text);
H A DSimpleAlertTest.cpp124 fLastStringView->SetText("Canceled alert");
126 fLastStringView->SetText(BString().SetToFormat(
H A DStatusBarTest.cpp68 fStatusBar->SetText("-");
/haiku/src/add-ons/print/drivers/preview/
H A DJobSetupWindow.cpp65 fFrom->SetText(buffer.String());
69 fTo->SetText(buffer.String());
/haiku/src/apps/stylededit/
H A DReplaceWindow.cpp85 fSearchString->SetText(searchtext);
86 fReplaceString->SetText(replacetext);
/haiku/src/add-ons/disk_systems/bfs/
H A DInitializeParameterEditor.cpp61 fNameControl->SetText(name.String());
94 fNameControl->SetText(variant.ToString());
/haiku/src/tests/libs/alm/
H A DPinwheel.cpp30 textView1->SetText("5");
/haiku/src/apps/terminal/
H A DSetTitleDialog.cpp81 fTitleTextControl->SetText(fTitle);
/haiku/src/preferences/screen/
H A DAlertWindow.cpp115 TextView()->SetText(string.String());
/haiku/src/servers/input/
H A DBottomlineWindow.cpp31 fTextView->SetText("");
/haiku/src/tests/servers/app/hide_and_show/
H A DHideAndShow.cpp48 view->SetText("The window will be hidden and shown every 2 seconds.");
/haiku/src/apps/mediaplayer/
H A DNetworkStreamWin.cpp142 fTextControl->SetText(text);
/haiku/src/apps/debugger/user_interface/gui/connection_config/config_handlers/
H A DNetworkConnectionConfigView.cpp117 fPortInput->SetText(buffer);
/haiku/src/add-ons/network_settings/hostname/
H A DHostnameView.cpp106 fHostname->SetText(fHostnameString);
/haiku/src/apps/devices/
H A DDevice.cpp108 SetText(value.String());
H A DDeviceACPI.cpp116 SetText(outlineName.String());
/haiku/src/kits/tracker/infowindow/
H A DFilePermissionsView.cpp268 fOwnerTextControl->SetText(user.String());
270 fOwnerTextControl->SetText(B_TRANSLATE("Unknown"));
281 fGroupTextControl->SetText(group.String());
283 fGroupTextControl->SetText(B_TRANSLATE("Unknown"));
/haiku/src/bin/screen_blanker/
H A DPasswordWindow.cpp81 fPassword->SetText(text);
/haiku/src/apps/expander/
H A DExpanderPreferences.cpp205 fDestText->SetText(path.Path());
264 fDestText->SetText(path.Path());
274 fDestText->SetText(path.Path());
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp258 fSoundFontStatus->SetText(
264 fSoundFontStatus->SetText(
268 fSoundFontStatus->SetText("");
/haiku/src/add-ons/network_settings/dialup/
H A DIPCPAddon.cpp296 fIPAddress->SetText(Addon()->IPAddress());
297 fPrimaryDNS->SetText(Addon()->PrimaryDNS());
298 fSecondaryDNS->SetText(Addon()->SecondaryDNS());
/haiku/src/preferences/mail/
H A DAutoConfigView.cpp58 fNameView->SetText(passwd->pw_gecos);
114 fAccountNameView->SetText(fEmailView->Text());
240 fLoginNameView->SetText(email);
244 fLoginNameView->SetText(localPart.String());
252 fLoginNameView->SetText(email);
/haiku/src/libs/print/libprint/
H A DMarginView.cpp360 fPageSize->SetText(pageSize);
592 fTop->SetText(str.String());
596 fLeft->SetText(str.String());
600 fRight->SetText(str.String());
604 fBottom->SetText(str.String());
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp254 fInfoTextView->SetText("x\n\n\n\n\n\n\n\n\n\n\n\n\n\nx");
402 fInfoTextView->SetText(mainTextHaiku);
407 fInfoTextView->SetText(mainTextDebranded);
412 fLanguagesLabelView->SetText(B_TRANSLATE("Language"));
413 fKeymapsMenuLabel->SetText(B_TRANSLATE("Keymap"));
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp633 fInfoView->SetText("");
678 fInfoView->SetText("");
745 fInfoView->SetText("");
773 fInfoView->SetText(buffer.String());
781 fInfoView->SetText(buffer.String());
817 fInfoView->SetText(statusString.String());
824 fInfoView->SetText(statusString.String());

Completed in 146 milliseconds

1234567891011