python - Opaque text with transparent background in wxpython -


in wxpython, can change transparency of frame using 'settransparent()' function.

there sample app shows use of transparent frames here. however, text fades transparency changes (predictably). possible make text remains opaque while background changes transparency?


Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -