Searched refs:SetLabel (Results 26 - 50 of 193) sorted by relevance

12345678

/haiku/src/tests/kits/game/file_game_sound_test/
H A DFileSoundWindow.cpp134 pauseButton -> SetLabel("Pause");
162 playButton -> SetLabel("Stop");
185 playButton -> SetLabel("Play");
232 pauseButton -> SetLabel(label);
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DControlTest.cpp105 fControl->SetLabel(fLongTextCheckBox->IsSelected()
H A DTextControlTest.cpp117 fTextControl->SetLabel(fLongTextCheckBox->IsSelected()
H A DMenuBarTest.cpp144 fFirstItem->SetLabel(fLongTextCheckBox->IsSelected()
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DConfigView.cpp56 control->SetLabel(B_TRANSLATE("SMTP server:"));
/haiku/src/apps/fontdemo/
H A DControlView.cpp177 fFontsizeSlider->SetLabel(label);
190 fShearSlider->SetLabel(label);
203 fRotationSlider->SetLabel(label);
216 fSpacingSlider->SetLabel(label);
254 fOutlineSlider->SetLabel(label);
267 fCyclingFontButton->SetLabel(fCycleFonts ? \
395 fFontMenuField->MenuItem()->SetLabel(string.String());
506 fFontMenuField->MenuItem()->SetLabel(string.String());
550 fFontMenuField->MenuItem()->SetLabel(string.String());
/haiku/src/kits/interface/
H A DControl.cpp59 SetLabel(label);
71 SetLabel(label);
96 SetLabel(label);
220 SetLabel(label);
317 BControl::SetLabel(const char* label) function in class:BControl
621 SetLabel(B_EMPTY_STRING);
H A DOptionPopUp.cpp224 BOptionPopUp::SetLabel(const char* text) function in class:BOptionPopUp
226 BControl::SetLabel(text);
227 fMenuField->SetLabel(text);
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp403 fDesktopButton->SetLabel(desktopTextHaiku);
404 fInstallerButton->SetLabel(installTextHaiku);
408 fDesktopButton->SetLabel(desktopTextDebranded);
409 fInstallerButton->SetLabel(installTextDebranded);
415 fKeymapsMenuField->MenuItem()->SetLabel(B_TRANSLATE("Custom"));
502 item-> SetLabel(B_TRANSLATE_NOCOLLECT_ALL((ref.name),
/haiku/src/preferences/mail/
H A DAutoConfigWindow.cpp56 fMainView->SetLabel(B_TRANSLATE("Account settings"));
115 fNextButton->SetLabel(B_TRANSLATE("Finish"));
/haiku/src/libs/print/libprint/
H A DAddPrinterDlg.cpp56 protocolClassBox->SetLabel("Protocol classes:");
91 descriptionBox->SetLabel("Description:");
/haiku/src/preferences/screensaver/
H A DPasswordWindow.cpp69 networkBox->SetLabel(fUseNetwork);
76 customBox->SetLabel(fUseCustom);
/haiku/src/apps/diskusage/
H A DStatusView.cpp105 fRefreshBtn->SetLabel(B_TRANSLATE("Rescan"));
113 fRefreshBtn->SetLabel(B_TRANSLATE("Abort"));
/haiku/src/apps/pulse/
H A DDeskbarPulseView.cpp43 mode1->SetLabel(B_TRANSLATE("Normal mode"));
45 mode2->SetLabel(B_TRANSLATE("Mini mode"));
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.h76 virtual void SetLabel(const char* label);
/haiku/src/kits/print/
H A DJobSetupPanel.cpp289 box->SetLabel(BGroupLayoutBuilder()
316 box->SetLabel(BGroupLayoutBuilder()
335 box2->SetLabel(BGroupLayoutBuilder()
353 box->SetLabel(BGroupLayoutBuilder()
/haiku/headers/os/interface/
H A DOptionPopUp.h44 virtual void SetLabel(const char* text);
/haiku/src/apps/webpositive/tabview/
H A DTabView.h47 void SetLabel(const char* label);
/haiku/src/preferences/printers/
H A DPrintersWindow.cpp140 fJobsBox->SetLabel(text);
145 fJobsBox->SetLabel(
302 printersBox->SetLabel(B_TRANSLATE("Printers"));
358 fJobsBox->SetLabel(B_TRANSLATE("Print jobs: No printer selected"));
/haiku/src/apps/devices/
H A DResourceUsageWindow.cpp255 tab->SetLabel(B_TRANSLATE("IRQ"));
258 tab->SetLabel(B_TRANSLATE("DMA"));
261 tab->SetLabel(B_TRANSLATE("IO Range"));
264 tab->SetLabel(B_TRANSLATE("Memory Range"));
/haiku/src/add-ons/translators/hvif/
H A DHVIFView.cpp105 fRenderSize->SetLabel(newLabel.String());
/haiku/src/bin/screen_blanker/
H A DPasswordWindow.cpp44 customBox->SetLabel(B_TRANSLATE("Unlock screen saver"));
/haiku/src/apps/networkstatus/
H A DWirelessNetworkMenuItem.cpp33 SetLabel(label.String());
/haiku/src/apps/poorman/
H A DPoorManPreferencesWindow.cpp45 fSiteTab->SetLabel(STR_TAB_SITE);
51 fLoggingTab->SetLabel(STR_TAB_LOGGING);
57 fAdvancedTab->SetLabel(STR_TAB_ADVANCED);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointsView.cpp233 fToggleBreakpointButton->SetLabel("Disable");
237 fToggleBreakpointButton->SetLabel("Enable");
245 fToggleBreakpointButton->SetLabel("Enable");

Completed in 131 milliseconds

12345678