Symbol: SetButtonLabel
headers/os/storage/FilePanel.h
69
void SetButtonLabel(file_panel_button button, const char* label);
src/add-ons/screen_savers/slideshowsaver/SlideShowConfigView.cpp
138
fFilePanel->SetButtonLabel(B_DEFAULT_BUTTON, "Select");
src/apps/drivesetup/MainWindow.cpp
537
fRegisterFilePanel->SetButtonLabel(B_DEFAULT_BUTTON, B_TRANSLATE("Register"));
src/apps/drivesetup/MainWindow.cpp
578
fWriteImageFilePanel->SetButtonLabel(B_DEFAULT_BUTTON, B_TRANSLATE("Write"));
src/apps/expander/DirectoryFilePanel.cpp
92
SetButtonLabel(B_DEFAULT_BUTTON, B_TRANSLATE("Select"));
src/apps/mediaconverter/MediaConverterWindow.cpp
378
fSaveFilePanel->SetButtonLabel(B_DEFAULT_BUTTON,
src/apps/mediaplayer/MainApp.cpp
431
panel->SetButtonLabel(B_DEFAULT_BUTTON, buttonLabel);
src/apps/poorman/PoorManPreferencesWindow.cpp
73
fWebDirFilePanel->SetButtonLabel(B_DEFAULT_BUTTON, B_TRANSLATE("Select"));
src/apps/poorman/PoorManPreferencesWindow.cpp
80
fLogFilePanel->SetButtonLabel(B_DEFAULT_BUTTON, B_TRANSLATE("Create"));
src/apps/screenshot/ScreenshotWindow.cpp
363
fOutputPathPanel->SetButtonLabel(B_DEFAULT_BUTTON,
src/apps/screenshot/ScreenshotWindow.cpp
365
fOutputPathPanel->SetButtonLabel(B_CANCEL_BUTTON,
src/kits/tracker/FilePanel.cpp
255
static_cast<TFilePanel*>(fWindow)->SetButtonLabel(button, text);
src/kits/tracker/FilePanelPriv.h
81
void SetButtonLabel(file_panel_button, const char* text);
src/kits/tracker/infowindow/InfoWindow.cpp
603
fFilePanel->SetButtonLabel(B_DEFAULT_BUTTON,
src/preferences/backgrounds/BackgroundsView.cpp
286
fPanel->SetButtonLabel(B_DEFAULT_BUTTON, B_TRANSLATE("Select"));
src/preferences/backgrounds/BackgroundsView.cpp
290
fFolderPanel->SetButtonLabel(B_DEFAULT_BUTTON, B_TRANSLATE("Select"));
src/preferences/shortcuts/ShortcutsWindow.cpp
485
fOpenPanel->SetButtonLabel(B_DEFAULT_BUTTON, fLastOpenWasAppend ?
src/preferences/shortcuts/ShortcutsWindow.cpp
731
fSelectPanel->SetButtonLabel(B_DEFAULT_BUTTON,
src/preferences/sounds/SoundFilePanel.cpp
62
SetButtonLabel(B_DEFAULT_BUTTON, B_TRANSLATE("Select"));