0

Is there any way to add a custom image to the tkinter built in tkMessageBox?

1
  • Why not just create your own custom message box by subclassing Toplevel? Commented Apr 26, 2013 at 19:39

1 Answer 1

3

No, there is not. You'll need to create your own message box with a Toplevel and some widgets. When you do that, you'll have complete control over what goes in the window.

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.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.