4

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 alert: https://i.sstatic.net/AEud2.png

I would like to make a program using wxPython that has such a custom appearance. How might I achieve this? Thanks.

2 Answers 2

3

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

Sign up to request clarification or add additional context in comments.

Comments

2

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.