Help for this page

Select Code to Download


  1. or download this
    use Tk;
    
    ...
    $tree->autosetmode();
    
    MainLoop;
    
  2. or download this
    $tree->itemConfigure('orange.red', 0, -foreground => 'blue');
    
  3. or download this
    Bad option `-foreground' at C:/Strawberry/perl/site/lib/Tk.pm line 251
    +.
    
  4. or download this
    $tree->itemConfigure('orange.red', 1, -foreground => 'blue');
    
  5. or download this
    Column "1" does not exist at C:/Strawberry/perl/site/lib/Tk.pm line 25
    +1.
    
  6. or download this
    $tree->itemConfigure('orange.red', 0, -fill => 'blue');
    
  7. or download this
    Bad option `-fill' at C:/Strawberry/perl/site/lib/Tk.pm line 251.