Add function to allow the binding of a menu item to be configured
authorStuart Buchanan <stuart_d_buchanan@yahoo.co.uk>
Mon, 3 Jan 2011 17:28:40 +0000 (17:28 +0000)
committerStuart Buchanan <stuart_d_buchanan@yahoo.co.uk>
Mon, 3 Jan 2011 17:28:40 +0000 (17:28 +0000)
commit6c7980dc4a545b83744c273bc3d95ac4db1e1f60
treeefe6b4bd737bc4d61bc0f1b97d49ef7ced2adf6a
parentaaef79983b84ff0ef5bbad95227f5d73524d1ae3
Add function to allow the binding of a menu item to be configured
through Nasal using a symbolic name.

Usage:

gui.menuBind("radio", "dialogs.Radio.open()");
Nasal/gui.nas
gui/menubar.xml