Help for this page

Select Code to Download


  1. or download this
    $lable = $main->AddLabel(
                -text => 'temp', 
    ...
                -font => $t_font,
                -background => [255,255,255],
                -foreground => [0,0,0],)
    
  2. or download this
    $label->Change(-text => "something else");