removed application menu from now

This commit is contained in:
Manuel Cortez 2018-02-23 12:41:34 -06:00
parent eaa9bf919a
commit c338469523

View File

@ -6,8 +6,8 @@ import widgetUtils
class mainWindow(wx.Frame): class mainWindow(wx.Frame):
def makeMenu(self): def makeMenu(self):
mb = wx.MenuBar() mb = wx.MenuBar()
app_ = wx.Menu() # app_ = wx.Menu()
mb.Append(app_, _(u"Application")) # mb.Append(app_, _(u"Application"))
player = wx.Menu() player = wx.Menu()
self.player_play = player.Append(wx.NewId(), _(u"Play")) self.player_play = player.Append(wx.NewId(), _(u"Play"))
self.player_stop = player.Append(wx.NewId(), _(u"Stop")) self.player_stop = player.Append(wx.NewId(), _(u"Stop"))