- 论坛徽章:
- 4
|
原帖由 limodou 于 2008-2-15 11:03 发表 ![]()
它是自动生成的,可能要直接改mdi的源程序吧。
哈哈,汉化不了,那就禁用吧
wx.MDIParentFrame.__init__(self, None, -1, u"船代管理系统-个人版", style = wx.DEFAULT_FRAME_STYLE | wx.MAXIMIZE|wx.FRAME_NO_WINDOW_MENU)
frame中的style有这么一项值 wx.FRAME_NO_WINDOW_MENU
wxMDIParentFrame::SetWindowMenu
void SetWindowMenu(wxMenu* menu)
Call this to change the current Window menu. Ownership of the menu object passes to the frame when you call this function.
This call is available under Windows only.
To remove the window completely, use the wxFRAME_NO_WINDOW_MENU window style.
[ 本帖最后由 lvxinzhi 于 2008-2-15 12:06 编辑 ] |
|