Searched refs:SetLabel (Results 1 - 25 of 193) sorted by relevance

12345678

/haiku/src/tests/libs/linprog/
H A DProgram.cpp55 x1->SetLabel("label_x1");
57 x2->SetLabel("label_x2");
59 x3->SetLabel("label_x3");
87 x1->SetLabel("label_x1");
89 x2->SetLabel("label_x2");
91 x3->SetLabel("label_x3");
/haiku/src/kits/shared/
H A DAboutMenuItem.cpp41 SetLabel(label.String());
/haiku/src/preferences/filetypes/
H A DStringView.h20 void SetLabel(const char* label);
H A DNewFileTypeWindow.cpp134 fAddButton->SetLabel(B_TRANSLATE("Add type"));
135 fNameControl->SetLabel(B_TRANSLATE("Internal name:"));
141 fAddButton->SetLabel(B_TRANSLATE("Add group"));
142 fNameControl->SetLabel(B_TRANSLATE("Group name:"));
H A DStringView.cpp26 StringView::SetLabel(const char* label) function in class:StringView
/haiku/src/preferences/time/
H A DTZDisplay.h35 void SetLabel(const char* label);
/haiku/src/apps/deskbar/
H A DTruncatableMenuItem.h55 virtual void SetLabel(const char* label);
H A DTruncatableMenuItem.cpp121 TTruncatableMenuItem::SetLabel(const char* label) function in class:TTruncatableMenuItem
125 BMenuItem::SetLabel(label);
/haiku/src/apps/poorman/
H A DPoorManLoggingView.cpp31 consoleLogging->SetLabel(STR_BBX_CONSOLE_LOGGING);
35 fileLogging->SetLabel(STR_BBX_FILE_LOGGING);
H A DPoorManSiteView.cpp26 webSiteLocation->SetLabel(STR_BBX_LOCATION);
30 webSiteOptions->SetLabel(STR_BBX_OPTIONS);
H A DPoorManAdvancedView.cpp31 connectionOptions->SetLabel(STR_BBX_CONNECTION);
/haiku/src/servers/input/
H A DMethodMenuItem.cpp25 SetLabel(name);
48 SetLabel(name);
/haiku/src/preferences/notifications/
H A DPrefletView.cpp39 tab->SetLabel(B_TRANSLATE("General"));
43 tab->SetLabel(B_TRANSLATE("Applications"));
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DBoxTest.cpp235 fBox->SetLabel(new BButton("", NULL));
237 fBox->SetLabel(button->fLabel);
258 button->SetLabel(label);
260 fBox->SetLabel(label);
H A DMenuFieldTest.cpp137 fMenuField->SetLabel(fLongLabelTextCheckBox->IsSelected()
150 fMenuField->Menu()->Superitem()->SetLabel(
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeConfig.cpp130 fGridWidth->SetLabel(newLabel);
133 fGridHeight->SetLabel(newLabel);
136 fGridBorder->SetLabel(newLabel);
146 fGridDelay->SetLabel(newLabel);
/haiku/src/apps/drivesetup/
H A DInitParametersPanel.cpp32 fOkButton->SetLabel(B_TRANSLATE("Format"));
/haiku/src/apps/bootmanager/
H A DWizardView.cpp94 fPrevious->SetLabel(text);
101 fNext->SetLabel(text);
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp346 fConvertButton->SetLabel(B_TRANSLATE("Cancel"));
366 fConvertButton->SetLabel(B_TRANSLATE("Convert"));
503 fVideoQualitySlider->SetLabel(buffer.String());
520 fAudioQualitySlider->SetLabel(buffer.String());
877 fAudioQualitySlider->SetLabel(label);
884 fVideoQualitySlider->SetLabel(label);
916 fSourcesBox->SetLabel(B_TRANSLATE("Source files"));
921 fInfoBox->SetLabel(B_TRANSLATE("File details"));
924 fOutputBox->SetLabel(B_TRANSLATE("Output format"));
929 fConvertButton->SetLabel(B_TRANSLAT
[all...]
/haiku/src/preferences/mail/
H A DConfigViews.cpp56 SetLabel(B_TRANSLATE("Account settings"));
135 SetLabel(ref.name);
142 SetLabel(B_TRANSLATE("Error!"));
/haiku/headers/os/interface/
H A DSeparatorView.h64 void SetLabel(const char* label);
65 void SetLabel(BView* view, bool deletePrevious);
H A DBox.h38 void SetLabel(const char* string);
39 status_t SetLabel(BView* viewLabel);
/haiku/headers/libs/linprog/
H A DConstraint.h62 void SetLabel(const char* label);
H A DVariable.h36 void SetLabel(const char* label);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.h42 virtual void SetLabel(const char* label);

Completed in 230 milliseconds

12345678