Lines Matching full:menu
902 """ Creates a menu bar """ 912 """ Creates a menu from the structure menuData in JetDefs """ 913 menu = wx.Menu() 916 menu.AppendSeparator() 918 self.menuItems[eachLabel] = menu.Append(-1, eachLabel, eachStatus) 924 return menu