in reply to
Perl-tk Get Coords from packed widget
Sure, most probably :) add
use
Tk::WidgetDump
; $mainWindow->WidgetDump; MainLoop;
to your program and see if it has the details, see
Tk::options
Comment on
Re: Perl-tk Get Coords from packed widget
In Section
Seekers of Perl Wisdom