in reply to difficulty inserting at line and character col in tkx text widget
use Tkx; $mw=Tkx::widget->new("."); my $text = $mw->new_tk__text(-width => 50, -height => 50); $text->g_pack( -expand => 1, -fill => 'both', ); $text->insert("5.10", "testing"); Tkx::MainLoop();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: difficulty inserting at line and character col in tkx text widget
by previous (Sexton) on Jan 24, 2016 at 18:01 UTC | |
by soonix (Chancellor) on Jan 25, 2016 at 08:16 UTC |