Does anyone know if there's a way to make a larger entry box in Tkinter? I'm looking to allow users to enter comments at the end of my program, so there should be plenty of space.

Recommended Answers

All 2 Replies

There is a widget called Text, which I think is what you want. An Entry is always one line high (per definition ;))

Ah, I feel silly now. The documentation I was reading about the Text widget was really unclear, and I didn't get the idea that it could be used that way at all. Thanks!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.