- or download this
###########################zoozdemo.pl##########################
#!perl
...
sub ZloadFonts {
}
- or download this
# Widget Label1 isa Label
$ZWIDGETS{'Label1'} = $MW->Label(
...
-row => 5,
-column => 0,
);
- or download this
#
# User-defined variables (if any)
#
my $worker->{labeltext} = ;
- or download this
my %ZWIDGETS;
my $worker = ZooZDemo->new(\%ZWIDGETS);
- or download this
#!perl
...
}
- or download this
#!perl
...
sub ZloadFonts {
}
- or download this
...
1;