Searched refs:SetLabel (Results 51 - 75 of 193) sorted by relevance

12345678

/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/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"));
/haiku/src/preferences/filetypes/
H A DFileTypeWindow.cpp61 fileTypeBox->SetLabel(B_TRANSLATE("File type"));
89 iconBox->SetLabel(B_TRANSLATE("Icon"));
98 preferredBox->SetLabel(B_TRANSLATE("Preferred application"));
/haiku/src/bin/desklink/
H A DVolumeControl.cpp307 SetLabel(B_TRANSLATE("No media server running"));
402 SetLabel(errorString);
405 SetLabel(B_TRANSLATE("Volume"));
/haiku/src/add-ons/network_settings/dialup/
H A DPPPoEAddon.cpp326 fOtherInterface->SetLabel(label.String());
344 fOtherInterface->SetLabel(kLabelOtherInterface);
382 fOtherInterface->SetLabel(label.String());
/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/libs/linprog/
H A DVariable.cpp153 Variable::SetLabel(const char* label) function in class:Variable
/haiku/src/apps/expander/
H A DDirectoryFilePanel.cpp124 fCurrentButton->SetLabel(label);
/haiku/headers/os/interface/
H A DControl.h56 virtual void SetLabel(const char* string);
H A DButton.h44 virtual void SetLabel(const char* string);
H A DMenuItem.h35 virtual void SetLabel(const char* name);
/haiku/src/preferences/time/
H A DTZDisplay.cpp83 TTZDisplay::SetLabel(const char* label) function in class:TTZDisplay
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierConfigView.cpp121 field->MenuItem()->SetLabel(label.String());
/haiku/src/apps/people/
H A DAttributeTextControl.cpp38 SetLabel(BString(B_TRANSLATE("%attribute_label:"))
/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>"));
/haiku/src/libs/print/libprint/
H A DStatusWindow.cpp180 fCancelButton->SetLabel("Job cancelled");
/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/kits/interface/
H A DSeparatorView.cpp386 BSeparatorView::SetLabel(const char* label) function in class:BSeparatorView
402 BSeparatorView::SetLabel(BView* view, bool deletePrevious) function in class:BSeparatorView
461 SetLabel(label);
462 SetLabel(labelView, true);
/haiku/src/apps/drivesetup/
H A DCreateParametersPanel.cpp162 fOkButton->SetLabel(B_TRANSLATE("Create"));
/haiku/src/preferences/network/
H A DServiceView.cpp166 fEnableButton->SetLabel(IsEnabled()
/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/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp92 // SetLabel
94 IconOptionsControl::SetLabel(const char* label) function in class:IconOptionsControl
96 BControl::SetLabel(label);
/haiku/src/libs/alm/
H A DRowColumnManager.cpp197 row->fPrefSizeConstraint->SetLabel("Pref Height");
220 column->fPrefSizeConstraint->SetLabel("Pref Width");
/haiku/src/tests/add-ons/media/media-add-ons/mixer/
H A Dmain.cpp181 inputGroup->SetLabel("Input");
203 outputGroup->SetLabel("Output");
/haiku/src/apps/pulse/
H A DMiniPulseView.cpp23 mode1->SetLabel(B_TRANSLATE("Normal mode"));
25 mode2->SetLabel(B_TRANSLATE("Deskbar mode"));

Completed in 258 milliseconds

12345678