开发者

should not access parent frame untill closes the child?

I have two frames one parent and child. the parent will invoke the child.

The program should not allow the user to access the parent until the user closes the child

How can i achive it?

Need a solution withou开发者_Python百科t hiding the parent


See the wx.Window.MakeModal() method (Frame inherits from Window).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜