Help for this page

Select Code to Download


  1. or download this
        $txtSummary = $root->Scrolled(
            'Text',
    ...
            -width      => '40',
            -scrollbars => 'oe'
        )->pack;
    
  2. or download this
        $txtSummary->Subwidget( 'yscrollbar' )->configure(
            -command    => [ 'yview' => $txtSummary ]
        );