开发者

can i use panel without a frame in wxpython?

there are some people? i开发者_JS百科 have some question about wxpython , can i use panel without a frame?


The simple answer is "no". The panel is not a TopLevelWindow. Top level windows are Frames and Windows. Panels typically go in Frames, although you can nest panels in panels or frames. Telling us what to do, as Ryan suggested, would be the best way to get a good answer though.


In the wxpython scheme of things a process creates windows/frames. You can make the decorations (i.e. titlebar and resize/close buttons) hidden such that it looks like a splash screen. But this makes is difficult for the user to easily close the program.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜