Help for this page

Select Code to Download


  1. or download this
        $container -> Entry( -width => $width, -textvariable => \$objects{
    +$objkey} ) -> pack( -side => 'right' );
    
  2. or download this
        $container -> Entry( -width => $width, -textvariable => \$_objects
    +->{$objkey} ) -> pack( -side => 'right' );