electron/browser/api/lib
Cheng Zhao faf7280d1f Add API to SendActionToFirstResponder.
It's important to bind application menu items to curtain actions of
first responder, like 'quit', 'minimize', 'copy' etc. This API gives
developers ability to do most of them in javascript.
2013-05-16 17:25:02 +08:00
..
app.coffee Add 'quit' and 'window-all-closed' events for app module. 2013-05-03 10:53:54 +08:00
atom_delegate.coffee Rename atom module to atom_delegate to avoid conflicts with Atom. 2013-05-07 20:33:50 +08:00
browser_window.coffee Rename 'window' module to 'browser_window' module. Fix #3. 2013-05-15 19:19:53 +08:00
dialog.coffee Fix places where Window should be BrowserWindow. 2013-05-15 22:17:27 +08:00
ipc.coffee Use camelCase not under_score, I forgot it's coffee script. 2013-04-27 19:13:24 +08:00
menu.coffee Add API to SendActionToFirstResponder. 2013-05-16 17:25:02 +08:00