Searched refs:SetText (Results 176 - 200 of 251) sorted by relevance

1234567891011

/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp332 fXPlacementText->SetText(xstring.String());
333 fYPlacementText->SetText(ystring.String());
556 fXPlacementText->SetText(xtext.String());
557 fYPlacementText->SetText(ytext.String());
872 fXPlacementText->SetText("0");
873 fYPlacementText->SetText("0");
876 fXPlacementText->SetText(NULL);
877 fYPlacementText->SetText(NULL);
/haiku/src/apps/terminal/
H A DAppearPrefView.cpp138 fTabTitle->SetText(pref->getString(PREF_TAB_TITLE));
139 fWindowTitle->SetText(pref->getString(PREF_WINDOW_TITLE));
/haiku/src/kits/interface/
H A DAboutWindow.cpp358 fNameView->SetText(name);
374 fVersionView->SetText(version);
H A DTextControl.cpp500 fText->SetText(value);
561 BTextControl::SetText(const char* text) function in class:BTextControl
568 fText->SetText(text);
1117 SetText(initialText);
H A DDecimalSpinner.cpp301 TextView()->SetText(valueString);
H A DStatusBar.cpp458 BStatusBar::SetText(const char* string) function in class:BStatusBar
517 SetText(text);
/haiku/src/apps/showimage/
H A DPrintOptionsWindow.cpp232 text->SetText(s);
/haiku/src/tests/kits/game/file_game_sound_test/
H A DFileSoundWindow.cpp102 textControl -> SetText(path.Path());
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuWindow.cpp189 m_pStatusView->SetText(updateText);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp118 fConsoleOutput->SetText("");
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DImageStopConfigView.cpp167 fStopImageNameInput->SetText("");
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp168 view->SetText(msgString.String());
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp121 helpText->SetText(help.String());
/haiku/src/apps/haikudepot/ui/
H A DToLatestUserUsageConditionsWindow.cpp120 fMessageTextView->SetText(message);
H A DScreenshotWindow.cpp371 fIndexView->SetText(text);
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp755 fURLInputGroup->SetText(CurrentWebView()->MainFrameURL());
1378 fURLInputGroup->SetText(userData->URLInputContents());
1380 fURLInputGroup->SetText(webView->MainFrameURL());
1388 fURLInputGroup->SetText(webView->MainFrameURL());
1438 fURLInputGroup->SetText(url.String());
1548 fURLInputGroup->SetText(url.String());
1563 fURLInputGroup->SetText(url.String());
1606 fURLInputGroup->SetText(url.String());
1776 fStatusText->SetText(statusText.String());
1801 fURLInputGroup->SetText(CurrentWebVie
[all...]
/haiku/src/apps/deskcalc/
H A DCalcView.cpp441 fExpressionTextView->SetText(calculating.String());
459 fExpressionTextView->SetText(result);
944 fExpressionTextView->SetText(strerror(fEvaluateThread));
954 fExpressionTextView->SetText(strerror(threadStatus));
1191 fExpressionTextView->SetText(display);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp455 fAddressInput->SetText(computedAddress.String());
686 fWritableBlockIndicator->SetText(_GetCurrentWritableIndicator());
/haiku/src/kits/mail/
H A DMailComponent.cpp433 SetText(text);
453 BTextMailComponent::SetText(const char* text) function in class:BTextMailComponent
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp691 fInfoTextView->SetText(text);
694 fTeamName->SetText(item->Path()->Path());
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp355 fSubtitleChanged = fSubtitleBitmap->SetText(text) || fSubtitleChanged;
/haiku/src/preferences/printers/
H A DAddPrinterDialog.cpp153 fName->SetText(item->Label());
/haiku/src/add-ons/network_settings/dialup/
H A DPPPoEAddon.cpp270 fServiceName->SetText(Addon()->ServiceName());
/haiku/src/preferences/filetypes/
H A DAttributeListView.cpp246 SetText(other.PublicName());
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp353 fQuotaView->SetText(quotaString);

Completed in 159 milliseconds

1234567891011