On 18 jul, 13:55, Stef Mientki <[EMAIL PROTECTED]>
wrote:
> better ask in the wx discussion group:
>[EMAIL PROTECTED]
>
> cheers,
> Stef Mientki
thks
--
http://mail.python.org/mailman/listinfo/python-list
better ask in the wx discussion group:
[EMAIL PROTECTED]
cheers,
Stef Mientki
--
http://mail.python.org/mailman/listinfo/python-list
hi group:
I have the following code:
..
..
#MENU
menuFile = wx.Menu()
menuFile.Append(14, "E&xit","Sale del programa")
menuHelp = wx.Menu()
menuHelp.Append(41, "&about Mutamatic","Informacion de
Mutamatic")
menuBar = wx.MenuBar()
menu