Hey guys!
I am building a program with wxPython, and it’s going well so far. I can put in buttons, lists, all the basic stuff. But I want to make my program even better with custom widgets – those fancy controls you don’t get right out of the box.
Here’s where I’m stuck:
- What’s the best way to make custom widgets in wxPython? Are there special tools or ways to build them so I can reuse them in other projects?
- How do I make these custom widgets react to things users do, like clicks or typing?
- How can I jazz up my custom widgets to make them look shiny and fit the style of my program?
- Any tips on finding and fixing problems with my custom widgets? Also, how can I make sure they work on different computers?
- Are there any guides, websites, or anything else that teaches you how to make custom widgets in wxPython? Maybe even examples of how other people have done it?
I also check this: https://discuss.wxpython.org/t/anyone-interested-in-having-custom-widgets-and-stylesheets-as-an-extension-of-wxpythlooker But I have not found any solution. So you can give on making custom widgets in wxPython. Your help will take my program from good to great!
Thanks a bunch!