Advanced Search
Mail us
Home    Manuel    Links    Faq    Submit a tcl/tk Reference    Contact Us

    Some examples tcl/tk codes     Man of Bwidget     Man of blt     mkwidget screenshots     TkOgl     Video Demo real.


  Why do I get an extra newline from the text widget?
 
 For internal reasons, the `text` widget maintains a newline at the end
of the text widget.  In order to avoid having this added to what was
actually input into the text widget, use `.text get 1.0 end-1c` to get
the full text out of a text widget.