Add Menu API. (WIP)

This commit is contained in:
Cheng Zhao 2013-05-06 20:27:09 +08:00
parent 5915591592
commit 7cc04035c4
6 changed files with 174 additions and 0 deletions

View file

@ -12,6 +12,7 @@ NODE_EXT_LIST_START
NODE_EXT_LIST_ITEM(atom_browser_app)
NODE_EXT_LIST_ITEM(atom_browser_dialog)
NODE_EXT_LIST_ITEM(atom_browser_ipc)
NODE_EXT_LIST_ITEM(atom_browser_menu)
NODE_EXT_LIST_ITEM(atom_browser_window)
// Module names start with `atom_renderer_` can only be used by renderer