Home | History | Annotate | Download | only in examples

Lines Matching refs:temp

213 my$temp=$graph_shell->Button(-text=>"<<",
229 my$graphy=-10-$temp->reqheight();
230 my$graph_slider=$temp=$graph_shell->Scale(-bigincrement=>1,
234 $graphy-=$temp->reqheight()+5;
239 my$oneresize=$temp=$graph_shell->Checkbutton(-text=>"rescale",-variable=>\$onecrop,
244 place(-relwidth=>1.,-width=>-10,-relheight=>.5,-height=>($graphy/2)-5-$temp->reqheight(),
245 -x=>5,-y=>5+$temp->reqheight,-anchor=>'nw');
248 my$tworesize=$temp=$graph_shell->Checkbutton(-text=>"rescale",-variable=>\$twocrop,
252 place(-relwidth=>1.,-relheight=>1.,-rely=>1.,-y=>5+$temp->reqheight(),-anchor=>'nw',-in=>$one);
423 # bounding boxen are hard. place temp labels.
554 my $temp=$panel_twos[$i]=$panel_shell->
557 my $oney=$temp->reqheight();
558 my $onex=$temp->reqwidth()+15;
560 $temp=$panel_ones[$i]=$panel_shell->
562 place(-y=>0,-x=>0,-anchor=>"ne",-in=>$temp,-bordermode=>'outside');
563 $oney=$temp->reqheight() if ($oney<$temp->reqheight());
564 $onex+=$temp->reqwidth();
566 $temp=$panel_labels[$i]=$panel_shell->Label(-text=>$key,-class=>'Field',-justify=>'left')->
569 $oney=$temp->reqheight() if ($oney<$temp->reqheight());