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

12345678

/haiku/headers/libs/linprog/
H A DConstraint.h62 void SetLabel(const char* label);
H A DVariable.h36 void SetLabel(const char* label);
/haiku/headers/libs/print/libprint/
H A DJobSetupDlg.h97 fSlider->SetLabel(label.String());
/haiku/headers/os/interface/
H A DBox.h38 void SetLabel(const char* string);
39 status_t SetLabel(BView* viewLabel);
H A DButton.h44 virtual void SetLabel(const char* string);
H A DControl.h56 virtual void SetLabel(const char* string);
H A DOptionPopUp.h44 virtual void SetLabel(const char* text);
H A DSeparatorView.h64 void SetLabel(const char* label);
65 void SetLabel(BView* view, bool deletePrevious);
H A DSlider.h78 virtual void SetLabel(const char* label);
/haiku/headers/private/interface/
H A DAbstractSpinner.h82 virtual void SetLabel(const char* label);
/haiku/headers/private/kernel/boot/
H A Dmenu.h60 void SetLabel(const char* label);
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierConfigView.cpp121 field->MenuItem()->SetLabel(label.String());
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DConfigView.cpp56 control->SetLabel(B_TRANSLATE("SMTP server:"));
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp572 fConnectButton->SetLabel(kLabelConnect);
576 fConnectButton->SetLabel(kLabelDisconnect);
811 fInterfaceMenu->Superitem()->SetLabel(kLabelCreateNew);
H A DGeneralAddon.cpp381 fDeviceBox->SetLabel(fDeviceField);
H A DPPPoEAddon.cpp326 fOtherInterface->SetLabel(label.String());
344 fOtherInterface->SetLabel(kLabelOtherInterface);
382 fOtherInterface->SetLabel(label.String());
/haiku/src/add-ons/translators/gif/
H A DGIFView.cpp109 fDitheringBox->SetLabel(fUseDitheringCB);
114 fInterlacedBox->SetLabel(fInterlacedCB);
144 fTransparentBox->SetLabel(fUseTransparentCB);
/haiku/src/apps/bootmanager/
H A DDefaultPartitionPage.cpp150 fTimeoutSlider->SetLabel(label.String());
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp382 dispositionsBox->SetLabel("Custom dispositions");
/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/deskbar/
H A DPreferencesWindow.cpp147 appsSettingsBox->SetLabel(B_TRANSLATE("Applications"));
167 menuBox->SetLabel(B_TRANSLATE("Menu"));
193 windowSettingsBox->SetLabel(B_TRANSLATE("Window"));
H A DTruncatableMenuItem.h55 virtual void SetLabel(const char* label);
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp59 tab->SetLabel(B_TRANSLATE("Raw editor"));
/haiku/src/apps/diskusage/
H A DStatusView.cpp105 fRefreshBtn->SetLabel(B_TRANSLATE("Rescan"));
113 fRefreshBtn->SetLabel(B_TRANSLATE("Abort"));
/haiku/src/apps/expander/
H A DDirectoryFilePanel.cpp124 fCurrentButton->SetLabel(label);

Completed in 113 milliseconds

12345678