Help for this page

Select Code to Download


  1. or download this
    use Tk::Pretty;
    @config = $entryvar->configure;
    print Pretty @config;
    
  2. or download this
    $entryvar=$main->Entry(-text => "var")->grid(-column => 10, -row => 5)
    +;
    $entryvar->configure(-width => 30, -height => 20);