7

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.

Gonzo
  • 1,533
  • 16
  • 28

1 Answers1

12

TextView is the widget used to edit multi-line text.

ergosys
  • 47,835
  • 5
  • 49
  • 70