well, I got this:
graph_pane => $VAR1 = \bless( { '_Destroy_' => [ bless( [ sub { "DUMMY" } ], 'Tk::Callback' ) ], 'SubWidget' => { 'frame' => bless( { 'Configure' => { '-background' => '#C6C6B2B2A8A8', '-foreground' => '#000000000000', '-labelVariable' => undef }, '_#canvas' => 11, '_TkValue_' => '.frame.frame', 'ConfigSpecs' => { '-fg' => '-foreground', '-background' => [ [ 'SELF' ], 'background', 'Background', '#C6C6B2B2A8A8' ], '-label' => [ 'METHOD', undef, undef, undef ], '-bg' => '-background', '-foreground' => [ [ 'PASSIVE' ], 'foreground', 'Foreground', '#000000000000' ], 'DEFAULT' => [ 'SELF' ], '-labelPack' => [ 'METHOD', undef, undef, undef ], '-labelVariable' => [ 'METHOD', undef, undef, undef ] } }, 'Tk::Frame' ) }, '_#frame' => 0, 'Configure' => { '-background' => '#C6C6B2B2A8A8', '-foreground' => '#000000000000', '-scrollbars' => 'osoe', '-labelVariable' => undef }, 'Delegates' => { 'DEFAULT' => ${$VAR1}->{'SubWidget'}->{'frame'}, 'bindtags' => ${$VAR1}->{'SubWidget'}->{'frame'}, 'bind' => ${$VAR1}->{'SubWidget'}->{'frame'} }, '_After_' => { 'after#1' => bless( [ ${$VAR1}, 'after#1', 'idle', 'once', bless( [ ${$VAR1}, 'packscrollbars' ], 'Tk::Callback' ) ], 'Tk::After' ) }, '_TkValue_' => '.frame', '-scrollbars' => 'osoe', 'ConfigSpecs' => { '-fg' => '-foreground', '-background' => [ ${$VAR1}->{'SubWidget'}->{'frame'}, 'background', 'Background' ], '-label' => [ 'METHOD', undef, undef, undef ], '-bg' => '-background', '-foreground' => [ ${$VAR1}->{'SubWidget'}->{'frame'}, 'foreground', 'Foreground' ], 'DEFAULT' => [ ${$VAR1}->{'SubWidget'}->{'frame'} ], '-labelPack' => [ 'METHOD', undef, undef, undef ], '-scrollbars' => [ 'METHOD', 'scrollbars', 'Scrollbars', 'se' ], '-labelVariable' => [ 'METHOD', undef, undef, undef ] }, 'pack_pending' => 1 }, 'Tk::Frame' );
I completely doesn't know what it says...|||

In reply to Re^4: Tk: Does the 'grid' geometry manager has a problem with a scrolled parent? by tanyeun
in thread Tk: Does the 'grid' geometry manager has a problem with a scrolled parent? by tcarmeli

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.