Help for this page

Select Code to Download


  1. or download this
    $text_replacement_res = $wg_name->configure(-text => $new_text);
    
  2. or download this
    $image_name_full = $image_loc . $new_image;
    $image_use = $mw_Main->Photo(-file => $image_name_full);
    $wg_name->configure(-image => $image_use);