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


in reply to Re^2: Question about embedded Tk::Canvas
in thread Question about embedded Tk::Canvas

Seems odd that it would turn into a Frame. I suspect the Canvas is just packed in that frame. Try $widget->children on the Frame, and I bet there's a Canvas there.