Searched refs:B_ESCAPE (Results 1 - 25 of 92) sorted by relevance

1234

/haiku/src/apps/resedit/
H A DResWindow.cpp40 alert->SetShortcut(0, B_ESCAPE);
H A DInlineEditor.cpp31 if (rawchar == B_ESCAPE) {
/haiku/src/preferences/repositories/
H A DTaskTimer.cpp82 fTimeoutAlert->SetShortcut(0, B_ESCAPE);
165 newAlert->SetShortcut(0, B_ESCAPE);
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DPanel.cpp29 if (key == B_ESCAPE) {
/haiku/src/apps/icon-o-matic/generic/gui/panel/
H A DPanel.cpp35 if (key == B_ESCAPE) {
/haiku/src/apps/launchbox/
H A DPanel.cpp35 if (key == B_ESCAPE) {
/haiku/src/preferences/bluetooth/
H A DBluetoothMain.cpp37 alert->SetShortcut(1, B_ESCAPE);
/haiku/src/tests/kits/interface/bmenu/
H A DMenuTest.cpp66 char bytes[] = {B_ESCAPE};
/haiku/src/apps/deskcalc/
H A DInputTextView.cpp68 case B_ESCAPE:
/haiku/src/apps/icon-o-matic/generic/gui/
H A DInputTextView.cpp66 case B_ESCAPE:
/haiku/src/servers/print/
H A DPrintServerApp.R5.cpp100 alert->SetShortcut(0, B_ESCAPE);
147 alert->SetShortcut(0, B_ESCAPE);
/haiku/src/apps/cortex/support/
H A DTextControlFloater.cpp88 if(numBytes == 1 && *bytes == B_ESCAPE) {
/haiku/src/preferences/screen/
H A DAlertWindow.cpp82 if (message->FindInt8("byte", &val) == B_OK && val == B_ESCAPE) {
/haiku/src/bin/screen_blanker/
H A DScreenSaverWindow.cpp69 && string[0] == B_ESCAPE) {
/haiku/src/kits/interface/
H A DBMCPrivate.cpp264 message.AddInt8("byte", B_ESCAPE);
265 message.AddInt8("key", B_ESCAPE);
267 message.AddInt8("raw_char", B_ESCAPE);
/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.cpp144 case B_ESCAPE:
/haiku/src/apps/stylededit/
H A DFindWindow.cpp102 if (key == B_ESCAPE) {
H A DReplaceWindow.cpp144 if (key == B_ESCAPE) {
/haiku/src/preferences/datatranslations/
H A DDataTranslations.cpp144 alert->SetShortcut(0, B_ESCAPE);
/haiku/src/bin/
H A Ddstcheck.cpp51 SetShortcut(0, B_ESCAPE);
/haiku/src/apps/cortex/AddOnHost/
H A DAddOnHostApp.cpp182 alert->SetShortcut(1, B_ESCAPE);
/haiku/src/apps/drivesetup/
H A DAbstractParametersPanel.cpp55 if (key == B_ESCAPE) {
H A DMainWindow.cpp911 alert->SetShortcut(0, B_ESCAPE);
1032 alert->SetShortcut(1, B_ESCAPE);
1114 alert->SetShortcut(1, B_ESCAPE);
1238 alert->SetShortcut(1, B_ESCAPE);
1319 alert->SetShortcut(1, B_ESCAPE);
1402 alert->SetShortcut(1, B_ESCAPE);
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp181 alert->SetShortcut(0, B_ESCAPE);
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp248 alert->SetShortcut(0, B_ESCAPE);
325 alert->SetShortcut(1, B_ESCAPE);

Completed in 133 milliseconds

1234