Help for this page

Select Code to Download


  1. or download this
    use Tk;
    use Tk::SearchEntry;
    ...
    $w->configure(qw/-height 10 -bg blue -fg white/);
    
    MainLoop;
    
  2. or download this
    use Tk;
    use Tk::SearchEntry;
    ...
    })->grid;
    
    MainLoop;
    
  3. or download this
    use Tk;
    use Tk::SearchEntry;
    ...
    })->grid;
    
    MainLoop;