python - Transparent Backgrounds on Buttons in Tkinter -
i have button button image when in window background of button clashes background of window. .png image tkinter seems want keep image quadrilateral adding grey space. there way make empty space of button become transparent left button image?
i using python 3.4.2 on windows 8.
if using .png import pil python supporting transparency.
however, within tkinter .button widget not support transparency.
so have transparent image on top of solid background.
if windows user, best bet solution:
Comments
Post a Comment