简体   繁体   中英

Changing the title of a frame in wxPython

I have an application where I need to add text to the title of a frame depending on the user's interaction.

Is there a way to change the title of a frame in wxPython after it has been created?

尝试

frame.SetTitle('yourtitle')

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