Searched refs:SetLabel (Results 1 - 25 of 193) sorted by last modified time

12345678

/haiku/src/kits/tracker/
H A DContainerWindow.cpp1638 item->SetLabel(B_TRANSLATE("Cut more"));
1642 item->SetLabel(B_TRANSLATE("Cut"));
1664 item->SetLabel(B_TRANSLATE("Copy more"));
1668 item->SetLabel(B_TRANSLATE("Copy"));
1692 item->SetLabel(B_TRANSLATE("Paste links"));
1696 item->SetLabel(B_TRANSLATE("Paste"));
1718 item->SetLabel(B_TRANSLATE("Clean up all"));
1723 item->SetLabel(B_TRANSLATE("Clean up"));
1743 item->SetLabel(B_TRANSLATE("Close all"));
1748 item->SetLabel(B_TRANSLAT
[all...]
H A DFilePanelPriv.cpp646 button->SetLabel(buttonText.String());
1175 button->SetLabel(text);
1192 button->SetLabel(text);
H A DFindPanel.cpp740 fMimeTypeField->MenuItem()->SetLabel(B_TRANSLATE("All files and folders"));
836 queryBox->SetLabel(new BMenuField("RecentQueries", NULL, fRecentQueries));
1013 bar->ItemAt(0)->SetLabel(title);
1710 fMimeTypeField->MenuItem()->SetLabel(item->Label());
1755 fMimeTypeField->MenuItem()->SetLabel(label);
1820 previous->SetLabel(label.String());
H A DSettingsViews.cpp817 box->SetLabel(fColorPicker);
/haiku/src/preferences/screen/
H A DScreenWindow.cpp217 fScreenBox->SetLabel("placeholder");
252 workspacesBox->SetLabel(B_TRANSLATE("Workspaces"));
303 controlsBox->SetLabel(workspaceMenuField);
797 fOtherRefresh->SetLabel(B_TRANSLATE("Unknown"));
810 fOtherRefresh->SetLabel(B_TRANSLATE("Other" B_UTF8_ELLIPSIS));
822 fRefreshMenu->Superitem()->SetLabel(string.String());
825 fOtherRefresh->SetLabel(string.String());
895 fResolutionMenu->Superitem()->SetLabel(string.String());
1094 fOtherRefresh->SetLabel(B_TRANSLATE("Other" B_UTF8_ELLIPSIS));
1351 fScreenBox->SetLabel(tex
[all...]
/haiku/src/apps/text_search/
H A DGrepWindow.cpp750 fButton->SetLabel(B_TRANSLATE("Cancel"));
803 fButton->SetLabel(B_TRANSLATE("Search"));
/haiku/src/apps/terminal/
H A DTermWindow.cpp1905 fTabView->TabAt(index)->SetLabel(session->title.title);
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp435 fSendButton->SetLabel(B_TRANSLATE("Log in"));
440 fSendButton->SetLabel(B_TRANSLATE("Create account"));
1015 fConfirmMinimumAgeCheckBox->SetLabel(
1019 fConfirmMinimumAgeCheckBox->SetLabel(PLACEHOLDER_TEXT);
H A DRatePackageWindow.cpp517 fSendButton->SetLabel(B_TRANSLATE("Update"));
H A DPackageInfoView.cpp567 button->SetLabel(action->Title());
1179 TabAt(TAB_ABOUT)->SetLabel(B_TRANSLATE("About"));
1180 TabAt(TAB_RATINGS)->SetLabel(B_TRANSLATE("Ratings"));
1181 TabAt(TAB_CHANGELOG)->SetLabel(B_TRANSLATE("Changelog"));
1182 TabAt(TAB_CONTENTS)->SetLabel(B_TRANSLATE("Contents"));
H A DMainWindow.cpp1312 fLogInItem->SetLabel(B_TRANSLATE("Switch account" B_UTF8_ELLIPSIS));
1314 fLogInItem->SetLabel(B_TRANSLATE("Log in" B_UTF8_ELLIPSIS));
1325 fUserMenu->Superitem()->SetLabel(label);
/haiku/src/preferences/locale/
H A DFormatSettingsView.cpp174 fDateBox->SetLabel(B_TRANSLATE("Date"));
175 fTimeBox->SetLabel(B_TRANSLATE("Time"));
176 fNumberBox->SetLabel(B_TRANSLATE("Numbers"));
177 fMonetaryBox->SetLabel(B_TRANSLATE("Currency"));
/haiku/src/apps/installer/
H A DInstallerWindow.cpp395 fBeginButton->SetLabel(B_TRANSLATE("Stop"));
500 fBeginButton->SetLabel(B_TRANSLATE("Quit"));
508 fBeginButton->SetLabel(B_TRANSLATE("Restart"));
766 fSrcMenuField->MenuItem()->SetLabel(label.String());
795 fDestMenuField->MenuItem()->SetLabel(label.String());
838 fBeginButton->SetLabel(B_TRANSLATE("Begin"));
850 fMakeBootableItem->SetLabel(label.String());
/haiku/src/kits/interface/
H A DMenu.cpp1917 item->SetLabel(label);
3035 Superitem()->SetLabel(item->Label());
H A DMenuItem.cpp97 SetLabel(string);
196 BMenuItem::SetLabel(const char* string) function in class:BMenuItem
563 SetLabel(item->Label());
565 SetLabel(menu->Name());
H A DAbstractSpinner.cpp1190 BAbstractSpinner::SetLabel(const char* label) function in class:BAbstractSpinner
1192 BControl::SetLabel(label);
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp183 infoBox->SetLabel(B_TRANSLATE("Information"));
210 versionBox->SetLabel(B_TRANSLATE("Version"));
/haiku/src/apps/networkstatus/
H A DWirelessNetworkMenuItem.cpp33 SetLabel(label.String());
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp236 fPreferredAppMenu->SetLabel(B_TRANSLATE("Opens with:"));
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp1028 item->SetLabel(windowName);
/haiku/src/apps/people/
H A DPersonWindow.cpp152 fUndo->SetLabel(B_TRANSLATE("Redo"));
154 fUndo->SetLabel(B_TRANSLATE("Undo"));
H A DPersonView.cpp114 control->SetLabel("");
/haiku/src/apps/mail/
H A DMailWindow.cpp1017 // fUndo->SetLabel((isRedo)
1033 LeaveStatus->SetLabel(label.String());
3339 button->SetLabel(show ? label : NULL);
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp650 fStatusBox->SetLabel(B_TRANSLATE("Status"));
752 fColorsBox->SetLabel(B_TRANSLATE("Colors"));
845 fSpecialBox->SetLabel(B_TRANSLATE("Special"));
/haiku/src/apps/bootmanager/
H A DWizardView.cpp94 fPrevious->SetLabel(text);
101 fNext->SetLabel(text);

Completed in 301 milliseconds

12345678