http://www.perlmonks.org?node_id=1009185


in reply to Perl-tk Get Coords from packed widget

Once the widget is actually shown ($mw->update), you can ask for any widget's location and size with $widget->geometry, which will return something like "243x25+10+233".


Enjoy, Have FUN! H.Merijn