removed application menu from now
This commit is contained in:
parent
eaa9bf919a
commit
c338469523
@ -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"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user