CircuitLayout

 view release on metacpan or  search on metacpan

Examples/GDS2Tool/gds2tool  view on Meta::CPAN

        $G_canvas -> CanvasBind('<Configure>' => sub { $G_canvas2 -> viewAll; });
    }
    else
    {
        $G_viewWindow -> deiconify();
        $G_viewWindow -> raise();
    }
}
################################################################################

sub updateInfoText
{
    my $append = shift;
    my $text = shift;
    if (Exists($G_infoWindow))
    {
        $G_infoTextArea -> delete('0.0', 'end') if (! $append); 
        $G_infoTextArea -> insert('end', "$text");
        $G_infoTextArea -> update;
    }
}

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.483 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )