Reputation: 1553
I know there is a PyGTK class for a single-line entry, but what about multi-line entries (like entering a description of an item)? I've searched through the web, but didn't find anything.
Upvotes: 7
Views: 4062
Reputation: 49019
TextView is the widget used to edit multi-line text.
Upvotes: 12