Searched refs:SetText (Results 201 - 225 of 251) sorted by relevance

1234567891011

/haiku/src/preferences/printers/
H A DTestPageView.cpp272 statusView->SetText(text.String());
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp350 fHeaderView->SetText(label);
H A DURLInputGroup.cpp201 SetText("");
730 URLInputGroup::SetText(const char* text) function in class:URLInputGroup
738 fTextView->SetText(text);
/haiku/src/tests/kits/translation/
H A DTranslationUtilsTest.cpp237 ptextview->SetText("");
/haiku/src/preferences/appearance/
H A DFontSelectionView.cpp130 fPreviewTextView->SetText(kPreviewText);
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp366 void SetText(const char* text) function in class:ShutdownProcess::ShutdownWindow
371 BAlert::SetText(text);
409 SetText(B_TRANSLATE("It's now safe to turn off the computer."));
1114 fWindow->SetText(text);
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp69 fStringList.ItemAt(i)->SetText(_GetTextForLine(i));
/haiku/src/apps/text_search/
H A DGrepWindow.cpp810 fSearchText->SetText(fOldPattern.String());
896 item->SetText(path.String());
999 fSearchText->SetText(name);
1245 fSearchText->SetText(buf);
/haiku/src/preferences/mail/
H A DConfigWindow.cpp375 fHowToTextView->SetText(B_TRANSLATE(
695 item->SetText(account->Name());
722 fIntervalControl->SetText(intervalText.String());
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp243 fFromPage->SetText(oss1.String());
247 fToPage->SetText(oss2.String());
287 fCopies->SetText(copies.String());
H A DPreview.cpp1004 fPageNumber->SetText(text.String());
1010 fPageText->SetText(text.String());
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp315 fTurnOffNotSupported->SetText(
353 fFadeNowText->SetText(B_TRANSLATE("Fade now when mouse is here"));
363 fFadeNeverText->SetText(B_TRANSLATE("Don't fade when mouse is here"));
/haiku/src/kits/interface/
H A DColorControl.cpp313 fRedText->SetText(string);
315 fGreenText->SetText(string);
317 fBlueText->SetText(string);
/haiku/src/apps/diskprobe/
H A DProbeView.cpp593 fPositionControl->SetText(buffer);
597 fFileOffsetControl->SetText(buffer);
607 fOffsetControl->SetText(buffer);
611 fFileOffsetControl->SetText(buffer);
625 fSizeView->SetText(string.String());
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp773 textView->SetText(fFullValueText.String(), fFullValueText.Length());
866 textView->SetText(fFullValueText.String(), fFullValueText.Length());
1554 textView->SetText(fFullValueText.String(), fFullValueText.Length());
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp344 mesgw->SetText(str.String());
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp481 fTotalDuration->SetText(text.String());
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp210 fInfoText->SetText(B_TRANSLATE(
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.cpp532 control->SetText(text.String());
/haiku/src/preferences/time/
H A DNetworkTimeView.cpp342 fServerTextControl->SetText("");
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp86 SetText(transformer->Name());
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp302 fNameControl->SetText(_FindValidFileName(
314 fNameControl->SetText(_FindValidFileName(
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp730 textControl->SetText(value);
773 textControl->SetText(value);
/haiku/src/apps/codycam/
H A DCodyCam.cpp718 fPassword->SetText(fPasswordSetting->Value());
769 fErrorView->SetText(message);
/haiku/src/apps/installer/
H A DInstallerWindow.cpp441 fSizeView->SetText(string);
907 fStatusView->SetText(text);

Completed in 319 milliseconds

1234567891011