|
|
|
|
 wxMDIParentFrame最大化窗口的问题 - yahoo21cn [ 2005-02-24 10:09 | 141 byte(s)]
 Re: wxMDIParentFrame最大化窗口的问题 - limodou [ 2005-02-24 12:12 | 62 byte(s)]
 Re: wxMDIParentFrame最大化窗口的问题 - yahoo21cn [ 2005-02-24 17:32 | 545 byte(s)]
 Re: wxMDIParentFrame最大化窗口的问题 - limodou [ 2005-02-24 18:17 | 820 byte(s)]
 Re: wxMDIParentFrame最大化窗口的问题 - yahoo21cn [ 2005-02-24 21:48 | 106 byte(s)]
 Re: wxMDIParentFrame最大化窗口的问题 - limodou [ 2005-02-24 23:22 | 22 byte(s)]
 Re: wxMDIParentFrame最大化窗口的问题 - yahoo21cn [ 2005-02-25 00:52 | 13 byte(s)]
 Re: wxMDIParentFrame最大化窗口的问题 - limodou [ 2005-02-25 00:58 | 10 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
|
虽然指定了style为wx.MAXIMIZE,而且在newedit也确实是一开启就最大化,但是如果双击pyw文件运行的时候,wx.MAXIMIZE就失效了,哪位遇到过同样的情况?
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
方法名我写错了,是 Maximize()
你看一下文档中的wxWindows中的方法说明,下面是我摘抄的:
wxWindow::SetWindowStyle
void SetWindowStyle(long style)
Identical to SetWindowStyleFlag.
--------------------------------------------------------------------------------
wxWindow::SetWindowStyleFlag
virtual void SetWindowStyleFlag(long style)
Sets the style of the window. Please note that some styles cannot be changed after the window creation and that Refresh() might be called after changing the others for the change to take place immediately.
See Window styles for more information about flags.
我没有试过,你可以试试看。有结果报告一声。
|
|
|
----
|
|
[Original]
[Print]
[Top]
|
|
|