Searched refs:SetLabel (Results 101 - 125 of 193) sorted by last modified time

12345678

/haiku/src/preferences/media/
H A DMediaWindow.cpp239 fTitleView->SetLabel(node->name);
247 fTitleView->SetLabel(title);
255 fTitleView->SetLabel(title);
267 fTitleView->SetLabel(title);
275 fTitleView->SetLabel(title);
395 fTitleView->SetLabel(B_TRANSLATE("Audio settings"));
H A DMidiSettingsView.cpp43 defaultsBox->SetLabel(B_TRANSLATE("SoundFonts"));
/haiku/src/apps/midiplayer/
H A DMidiPlayerWindow.cpp379 fPlayButton->SetLabel(B_TRANSLATE("Stop"));
387 fPlayButton->SetLabel(B_TRANSLATE("Play"));
438 fPlayButton->SetLabel(B_TRANSLATE("Play"));
456 fPlayButton->SetLabel(B_TRANSLATE("Stop"));
/haiku/src/apps/diskusage/
H A DStatusView.cpp105 fRefreshBtn->SetLabel(B_TRANSLATE("Rescan"));
113 fRefreshBtn->SetLabel(B_TRANSLATE("Abort"));
/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);
/haiku/src/preferences/repositories/
H A DRepositoriesView.cpp717 fEnableButton->SetLabel(kLabelEnableAll);
718 fDisableButton->SetLabel(kLabelDisableAll);
720 fEnableButton->SetLabel(kLabelEnable);
721 fDisableButton->SetLabel(kLabelDisable);
736 fEnableButton->SetLabel(kLabelEnable);
737 fDisableButton->SetLabel(kLabelDisable);
/haiku/src/preferences/notifications/
H A DPrefletView.cpp39 tab->SetLabel(B_TRANSLATE("General"));
43 tab->SetLabel(B_TRANSLATE("Applications"));
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DConfigView.cpp56 control->SetLabel(B_TRANSLATE("SMTP server:"));
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp64 received->SetLabel(kLabelReceived);
80 sent->SetLabel(kLabelSent);
/haiku/src/add-ons/network_settings/dialup/
H A DPPPoEAddon.cpp326 fOtherInterface->SetLabel(label.String());
344 fOtherInterface->SetLabel(kLabelOtherInterface);
382 fOtherInterface->SetLabel(label.String());
H A DGeneralAddon.cpp381 fDeviceBox->SetLabel(fDeviceField);
H A DDialUpView.cpp572 fConnectButton->SetLabel(kLabelConnect);
576 fConnectButton->SetLabel(kLabelDisconnect);
811 fInterfaceMenu->Superitem()->SetLabel(kLabelCreateNew);
/haiku/src/kits/tracker/
H A DDirMenu.cpp237 item->SetLabel(model.Name());
H A DAutoMounterSettings.cpp79 autoMountBox->SetLabel(B_TRANSLATE("Automatic disk mounting"));
100 bootMountBox->SetLabel(B_TRANSLATE("Disk mounting during boot"));
/haiku/src/preferences/screensaver/
H A DPasswordWindow.cpp69 networkBox->SetLabel(fUseNetwork);
76 customBox->SetLabel(fUseCustom);
/haiku/src/servers/print/
H A DConfigWindow.cpp374 button->SetLabel(NULL);
/haiku/src/preferences/mail/
H A DConfigWindow.cpp218 tabView->TabAt(0)->SetLabel(B_TRANSLATE("Accounts"));
256 tabView->TabAt(1)->SetLabel(B_TRANSLATE("Settings"));
/haiku/src/libs/print/libprint/
H A DStatusWindow.cpp180 fCancelButton->SetLabel("Job cancelled");
H A DJobSetupDlg.cpp198 qualityBox->SetLabel("Quality");
214 pageRangeBox->SetLabel("Page range");
316 pageSelectionBox->SetLabel("Page selection");
H A DAddPrinterDlg.cpp56 protocolClassBox->SetLabel("Protocol classes:");
91 descriptionBox->SetLabel("Description:");
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointsView.cpp233 fToggleBreakpointButton->SetLabel("Disable");
237 fToggleBreakpointButton->SetLabel("Enable");
245 fToggleBreakpointButton->SetLabel("Enable");
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp382 dispositionsBox->SetLabel("Custom dispositions");
/haiku/src/servers/input/
H A DMethodMenuItem.cpp25 SetLabel(name);
48 SetLabel(name);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp388 fFileInfoBox->SetLabel(B_TRANSLATE("File info"));
509 popup->Superitem()->SetLabel(selected_name);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp328 fUndoMI->SetLabel(label.String());
330 fUndoMI->SetLabel(B_TRANSLATE("<nothing to undo>"));
336 fRedoMI->SetLabel(label.String());
338 fRedoMI->SetLabel(B_TRANSLATE("<nothing to redo>"));

Completed in 183 milliseconds

12345678