Searched refs:B_RETURN (Results 1 - 20 of 20) sorted by path

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.cpp104 case B_RETURN:
/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.cpp147 case B_RETURN:
/haiku/src/kits/interface/
H A DRadioButton.cpp172 case B_RETURN:
173 // override B_RETURN, which BControl would use to toggle the value
H A DListView.cpp610 case B_RETURN:
H A DTabView.cpp728 case B_RETURN:
/haiku/src/kits/shared/
H A DCalendarView.cpp453 case B_RETURN:
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp565 case B_RETURN:
/haiku/headers/os/interface/
H A DInterfaceDefs.h45 B_RETURN = 0x0a, enumerator in enum:__anon1
/haiku/src/apps/deskcalc/
H A DInputTextView.cpp76 case B_RETURN:
/haiku/src/apps/icon-o-matic/generic/gui/
H A DInputTextView.cpp71 case B_RETURN:
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp901 case B_RETURN:
/haiku/src/apps/mail/
H A DAddressTextControl.cpp234 case B_RETURN:
/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp510 B_RETURN)
/haiku/src/apps/terminal/
H A DTermViewStates.cpp284 case B_RETURN:
285 if (rawChar == B_RETURN)
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp479 new BMessage(TOGGLE_FULLSCREEN), B_RETURN);
744 // Handle B_RETURN in the URL text control. This is the easiest
748 if (bytes[0] == B_RETURN) {
758 // Handle B_RETURN when the find text control has focus.
759 if (bytes[0] == B_RETURN) {
H A DURLInputGroup.cpp282 case B_RETURN:
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp156 if (key == B_RETURN && view->ActivePose()) {
H A DPoseView.cpp984 AddFilter(new ShortcutFilter(B_RETURN, B_OPTION_KEY, kOpenSelection,
6656 case B_RETURN:
H A DTextWidget.cpp321 if (key == B_RETURN || key == B_ESCAPE) {
322 view->CommitActivePose(key == B_RETURN);
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp204 // Add filter for catching B_RETURN and B_ESCAPE key's
663 if (key == B_RETURN || key == B_ESCAPE) {
664 attribView->FinishEditingTitle(key == B_RETURN);

Completed in 190 milliseconds