Searched refs:MSG_ADD_WINDOW (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/launchbox/
H A DMainWindow.h22 MSG_ADD_WINDOW = 'addw', enumerator in enum:__anon1637
H A DApp.cpp92 case MSG_ADD_WINDOW: {
H A DPadView.cpp430 item = new BMenuItem(B_TRANSLATE("New"), new BMessage(MSG_ADD_WINDOW));
434 item = new BMenuItem(B_TRANSLATE("Clone"), new BMessage(MSG_ADD_WINDOW));
H A DMainWindow.cpp269 case MSG_ADD_WINDOW:
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.h27 MSG_ADD_WINDOW = 'addw', enumerator in enum:__anon5871
H A DDesktop.cpp181 case MSG_ADD_WINDOW: {
H A Dmain.cpp457 BMessage message(MSG_ADD_WINDOW);

Completed in 27 milliseconds