0

I want to create a system tray for my application using python tkinter.

can anyone let me know how can I do the same using python tkinter?

1 Answer 1

1

No, I don't think python Tkinter can do it alone. You'll probably need to install some tk extension, which will be platform-dependant and hard to use from python's bindings.

For completeness, on gtk you'd use gtk.StatusIcon

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

Comments

Your Answer

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