in reply to Re: Is there a Perl Tk "console" widget?
in thread Is there a Perl Tk "console" widget?
The tie ability is not mentioned in the Tk::Text or Tk::ROText docs. Where is that discussed? Maybe there's information there about configuring it, too.
—John Update: I found the PRINT method in Tk::Text.pm and added a call $w->update;. That did the trick. There is no configuration ability in that code.
|
|---|