App-Devel-MAT-Explorer-GTK
view release on metacpan or search on metacpan
lib/App/Devel/MAT/Explorer/GTK/Shell.pm view on Meta::CPAN
use warnings;
our $VERSION = '0.06';
use Glib qw( TRUE FALSE );
use String::Tagged 0.15; # sprintf
use Commandable::Invocation;
Devel::MAT->VERSION( '0.35' ); # Commandable::Invocation
# The perl bindings don't make this very easy
use constant PANGO_WEIGHT_BOLD => 700;
my ( $pmat, $buffer, $textview, $endmark, $scrolledwindow, $prompt );
my ( @styletags, $errortag, $svtag, $valuetag, $symboltag );
sub build_widget
{
my $class = shift;
( $pmat ) = @_;
( run in 1.565 second using v1.01-cache-2.11-cpan-2398b32b56e )