Help for this page

Select Code to Download


  1. or download this
    $frames{"Account.List"} = $mw->Scrolled(
        "Listbox",
    ...
        -scrollbars    => 'e',
        -cursor        => 'left_ptr',
    );
    
  2. or download this
    
    $frames{"Account.List"}->bind(    '<Double-1>',
        $frames{'Account.List'}->itemconfigure($frames{"Account.List"}->cu
    +rselection(), -foreground=> "#FF0000", 
    );