python - How to make labels background to be transparent in Tkinter? -
i using tkinter create gui in python.
what did insert gif image background , created labels , buttons.
how make labels , buttons background transparent background covering gif image?
basically @paul rooney indicated in comment above.
you might able workaround using canvas create own label. can use canvas text object instead of label.
if create empty canvas , add text create_text(), , place text-canvas 'on top' of 'main' canvas, should simulate want. reason using 2 canvases prevent scrollability.
i can not think of way buttons though..
please post code if need example of :)
Comments
Post a Comment