Searched refs:SetText (Results 26 - 50 of 251) sorted by relevance

1234567891011

/haiku/src/preferences/joysticks/
H A DMessageWin.cpp48 void MessageWin::SetText(const char* str) function in class:MessageWin
51 fText->SetText(str);
/haiku/src/tools/translation/inspector/
H A DInfoWindow.cpp57 fptextView->SetText(text);
93 fptextView->SetText(bstr.String());
/haiku/src/add-ons/disk_systems/ntfs/
H A DInitializeParameterEditor.cpp55 fNameControl->SetText(name.String());
79 fNameControl->SetText(variant.ToString());
/haiku/src/add-ons/disk_systems/btrfs/
H A DInitializeParameterEditor.cpp59 fNameControl->SetText(name.String());
83 fNameControl->SetText(variant.ToString());
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp364 fNameView->SetText(NULL);
366 fSignatureView->SetText(NULL);
368 fPathView->SetText(NULL);
372 fVersionView->SetText(NULL);
374 fDescriptionView->SetText(NULL);
396 fSignatureView->SetText(type->Type());
403 fNameView->SetText("");
406 fNameView->SetText(description);
444 fVersionView->SetText(version);
446 fDescriptionView->SetText(versionInf
[all...]
/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/preferences/network/
H A DInterfaceAddressView.cpp238 fAddressField->SetText(address.Address().ToString());
239 fNetmaskField->SetText(address.Mask().ToString());
243 fGatewayField->SetText(gateway.ToString());
245 fGatewayField->SetText(NULL);
259 fAddressField->SetText(NULL);
260 fNetmaskField->SetText(NULL);
261 fGatewayField->SetText(NULL);
H A DInterfaceView.cpp198 fStatusField->SetText(B_TRANSLATE("connected"));
200 fStatusField->SetText(B_TRANSLATE("disconnected"));
204 fMacAddressField->SetText(hardwareAddress.ToString());
206 fMacAddressField->SetText("-");
210 fLinkSpeedField->SetText(media_type_to_string(media));
212 fLinkSpeedField->SetText("-");
220 fLinkTxField->SetText(buffer);
223 fLinkRxField->SetText(buffer);
/haiku/src/kits/interface/
H A DStringItem.cpp28 SetText(text);
40 SetText(string);
102 BStringItem::SetText(const char* text) function in class:BStringItem
H A DToolTip.cpp204 BTextToolTip::SetText(const char* text) function in class:BTextToolTip
209 fTextView->SetText(text);
220 fTextView->SetText(text);
/haiku/headers/os/interface/
H A DStringItem.h26 virtual void SetText(const char* text);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DStringTextView.cpp64 SetText(string);
/haiku/src/apps/poorman/
H A DPoorManLoggingView.h54 fLogFileName->SetText(log);
/haiku/src/apps/haikudepot/textview/
H A DTextView.h33 void SetText(const BString& text);
/haiku/headers/private/mail/
H A DFileConfigView.h33 void SetText(const char* pathOfFile);
/haiku/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DConfigView.cpp51 fTagControl->SetText(path.String());
/haiku/src/apps/webpositive/
H A DURLInputGroup.h25 void SetText(const char* text);
/haiku/src/preferences/screensaver/
H A DPasswordWindow.cpp168 fPasswordControl->SetText("");
169 fConfirmControl->SetText("");
175 fPasswordControl->SetText("");
176 fConfirmControl->SetText("");
/haiku/src/apps/mediaplayer/interface/
H A DPositionToolTip.cpp62 SetText(text);
/haiku/src/apps/devices/
H A DDeviceSCSI.cpp75 SetText(listName.String());
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp359 fContainerInfo->SetText(fileFormat.pretty_name);
363 fContainerInfo->SetText(strerror(status));
368 fLocationInfo->SetText(info.String());
373 fFilenameView->SetText(info.String());
376 fFilenameView->SetText(B_TRANSLATE("<no media>"));
377 fContainerInfo->SetText("-");
378 fLocationInfo->SetText("-");
415 fVideoFormatInfo->SetText(info.String());
427 fVideoConfigInfo->SetText(info.String());
430 fDisplayModeInfo->SetText(B_TRANSLAT
[all...]
/haiku/src/apps/bootmanager/
H A DWizardPageView.cpp59 view->SetText(description);
73 view->SetText(description);
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.cpp142 fResolutionView->SetText(resolution.String());
151 fImageTypeView->SetText(type);
157 fImageTypeView->SetText(type);
159 fImageTypeView->SetText("");
163 fResolutionView->SetText("");
164 fImageTypeView->SetText("");
/haiku/src/apps/login/
H A DLoginView.cpp36 SetText(name.String());
167 fLoginControl->SetText(item->Login());
197 fPasswordControl->SetText("");
199 fInfoView->SetText(B_TRANSLATE("Invalid login!"));
235 fInfoView->SetText(info.String());
/haiku/src/preferences/mail/
H A DConfigViews.cpp114 fNameControl->SetText(fAccount->Name());
115 fRealNameControl->SetText(fAccount->RealName());
116 fReturnAddressControl->SetText(fAccount->ReturnAddress());

Completed in 232 milliseconds

1234567891011