Searched refs:SetText (Results 151 - 175 of 251) sorted by last modified time

1234567891011

/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.cpp112 fArchiveNameView->SetText(" ");
114 fZipOutputView->SetText(B_TRANSLATE("Stopped"));
116 fZipOutputView->SetText(B_TRANSLATE("Archive created OK"));
126 fArchiveNameView->SetText("");
127 fZipOutputView->SetText(B_TRANSLATE("Error creating archive"));
137 fArchiveNameView->SetText(temp.String());
162 fZipOutputView->SetText(output.String());
164 fZipOutputView->SetText(string.String());
251 fArchiveNameView->SetText(" ");
252 fZipOutputView->SetText(B_TRANSLAT
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.cpp532 control->SetText(text.String());
/haiku/headers/os/mail/
H A DMailComponent.h106 void SetText(const char *text);
/haiku/src/apps/stylededit/
H A DReplaceWindow.cpp85 fSearchString->SetText(searchtext);
86 fReplaceString->SetText(replacetext);
/haiku/src/servers/notification/
H A DNotificationView.h49 void SetText(float newMaxWidth = -1);
/haiku/src/preferences/repositories/
H A DRepositoriesView.cpp479 fListStatusView->SetText(kStatusCompletedText);
752 fListStatusView->SetText(text);
754 fListStatusView->SetText("");
H A DAddRepoWindow.cpp136 fText->SetText(clipString);
/haiku/src/apps/webpositive/
H A DURLInputGroup.h25 void SetText(const char* text);
/haiku/src/apps/debugger/user_interface/gui/connection_config/config_handlers/
H A DNetworkConnectionConfigView.cpp117 fPortInput->SetText(buffer);
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp139 fBytesReceived->SetText("");
140 fPacketsReceived->SetText("");
141 fBytesSent->SetText("");
142 fPacketsSent->SetText("");
162 fTime->SetText(text.String());
166 fBytesReceived->SetText(text.String());
169 fPacketsReceived->SetText(text.String());
172 fBytesSent->SetText(text.String());
175 fPacketsSent->SetText(text.String());
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp52 fTextView->SetText(information);
H A DPPPoEAddon.cpp270 fServiceName->SetText(Addon()->ServiceName());
H A DGeneralAddon.cpp463 fUsername->SetText(Addon()->Username());
464 fPassword->SetText(Addon()->Password());
H A DDialUpView.cpp440 fStatusView->SetText(kTextCreationError);
585 fStatusView->SetText(kErrorNoPPPStack);
593 fStatusView->SetText(kTextConnecting);
598 fStatusView->SetText(kTextConnectionEstablished);
602 fStatusView->SetText(kTextNotConnected);
607 fStatusView->SetText(kTextDeviceUpFailed);
611 fStatusView->SetText(kTextAuthenticating);
616 fStatusView->SetText(kTextAuthenticationFailed);
621 fStatusView->SetText(kTextConnectionLost);
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp68 SetText(filename);
186 fDescription->SetText(fNoPackageSelectedString);
214 fDescription->SetText(fNoPackageSelectedString);
234 fDescription->SetText(fCurrentSelection.Description());
256 fDescription->SetText(fNoPackageSelectedString);
306 fDescription->SetText(fNoPackageSelectedString);
/haiku/src/preferences/screensaver/
H A DPasswordWindow.cpp168 fPasswordControl->SetText("");
169 fConfirmControl->SetText("");
175 fPasswordControl->SetText("");
176 fConfirmControl->SetText("");
/haiku/src/servers/print/
H A DConfigWindow.cpp477 fJobSetupText->SetText(B_TRANSLATE("Undefined"));
480 fPageFormatText->SetText(B_TRANSLATE("Undefined"));
506 fPageFormatText->SetText(pageFormat.String());
546 fJobSetupText->SetText(job.String());
/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 DPreview.cpp1004 fPageNumber->SetText(text.String());
1010 fPageText->SetText(text.String());
H A DJobSetupDlg.cpp243 fFromPage->SetText(oss1.String());
247 fToPage->SetText(oss2.String());
287 fCopies->SetText(copies.String());
H A DAddPrinterDlg.cpp155 fDescription->SetText(item->GetDescription());
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DBreakpointEditWindow.cpp139 fConditionInput->SetText(fTargetBreakpoint->Condition());
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DImageStopConfigView.cpp167 fStopImageNameInput->SetText("");
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp455 fAddressInput->SetText(computedAddress.String());
686 fWritableBlockIndicator->SetText(_GetCurrentWritableIndicator());
/haiku/src/apps/mediaplayer/
H A DNetworkStreamWin.cpp142 fTextControl->SetText(text);

Completed in 203 milliseconds

1234567891011