简体   繁体   中英

can i use panel without a frame in wxpython?

there are some people? i 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 (ie 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM