Home | History | Annotate | Download | only in examples

Lines Matching full:configure

31 $toplevel->configure(-width=>$1);
32 $toplevel->configure(-height=>$2);
110 $toplevel->configure(-background=>$toplevel->optionGet("background",""));
184 $panel->configure(-background=>$panel->optionGet("background",""));
265 $graph_slider->configure(-command=>[sub{load_graph()}]);
267 $toplevel->bind('MainWindow','<Configure>',[sub{$toplevel->update();
580 $panel->configure(-height=>$localy);
581 $panel->configure(-width=>$1);
590 $graph_status->configure(-text=>"$text");
623 $graph_slider->configure(-from=>$first_file,-to=>$last_file);