
#Add menu
[New]
parent=None
#which character to underline on the menu label
menu_underline=0
#which accelorator key for the menu:
menu_accelerator="\"\""
#which character to underline on the item
label=[ "Add new simulation", "Add new Nb estimation", "Add new plotting interface", "Add new boxplot interface", "Add new regress plot interface" ]
underline=[ 8, 8, 8, 8, 8 ]
accelerator=[ "Ctrl+S", "Ctrl+N", "Ctrl+P", "Ctrl+B", "Ctrl+R" ]
command=[ "addPGGuiSimupop", "addPGGuiNeEstimation" , "addPGGuiViz", "addPGNeBoxplot", "addPGNeRegressPlot" ]

#Close menu
[Close]
parent=None
menu_underline=0
menu_accelerator="\"\""
label = [ "Close current tab", "Close all tabs", "Close all and exit" ]
underline=[ 0, 6, 1 ]
accelerator=[ "Ctrl+C", "Ctrl+A", "Ctrl+X" ]
command=[ "removeCurrentTab", "removeAllTabs", "exitNotebook" ]

