Help for this page

Select Code to Download


  1. or download this
    $widget->configure(-height=>X,
                       -width=>Y);
    
  2. or download this
    #Create a scrolled listbox
    $list->configure(-height=>12,
    ...
    $list->configure(-height=>12,
                     -width =>100);
    $list->pack();
    
  3. or download this
    sub initList
    {
    ...
        
        return;
    }
    
  4. or download this
    sub listData
    {
    ...
        
        return;
    }