Custom Window Frame and Window Appearance with wxPython

后端 未结 2 1797
耶瑟儿~
耶瑟儿~ 2021-01-06 10:43

As a quick example, the game manager Steam uses custom windows that look different from the default provided by the operating system. An example of this in a random Steam al

相关标签:
2条回答
  • 2021-01-06 11:26

    wxPython uses the native widgets of the OS it's running on in most cases. Thus, it really doesn't support theming. You can do the hack that "halex" mentioned and you may be able to do it by using a transparent frame and some fancy drawing or custom widgets. Otherwise, you might want to look at a different toolkit.

    0 讨论(0)
  • 2021-01-06 11:34

    Here is a good tutorial that shows you how to make a window in your own custom design.

    0 讨论(0)
提交回复
热议问题