in reply to Re^4: Displaying NUL in a TK::Text widget
in thread Displaying NUL in a TK::Text widget
You also might want to consider subclassing Tk::Text to support all these changes. Maybe overloading insert to make the transformation before handing it off to SUPER::insert...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Displaying NUL in a TK::Text widget
by thor (Priest) on Nov 08, 2004 at 01:26 UTC |