in reply to unbuffered Tk text widget?
sub displayText { my ($text,$output) = @_; $text->insert('end',$output); $text->see('end'); $mw->update; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: unbuffered Tk text widget?
by critter (Acolyte) on Oct 10, 2005 at 09:35 UTC |