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


in reply to Re^3: TK: How to change color of readonly BrowseEntry
in thread SOLVED - TK: How to change color of readonly BrowseEntry

Hmm, if that was it, for future development try the diagnostical Tk::ObjScanner and Tk::WidgetDump
perl -MTk -MTk::ObjScanner -MTk::WidgetDump -e " $mw = tkinit; $p = +$mw->Scrolled(qw/ Text / )->pack; $mw->WidgetDump; Tk::ObjScanner::sc +an_object( $p ); MainLoop; "