tk::progressindicator(3)

NAME

Tk::ProgressIndicator - Another, simpler ProgressBar

SYNOPSIS

use Tk::ProgressIndicator;
my $MainWindow = MainWindow->new();
$ProgressIndicator = $MainWindow->ProgressIndicator
   (
    '-current' => 0,
    '-limit' => 200,
    '-increment' => 10,
    '-height' => 20,
    '-width' => 400
   );
Tk::MainLoop;
...
$ProgressIndicator->configure  ('-current'  =>  ++$index);

DESCRIPTION

A progress bar widget.

AUTHORS

Damion K. Wilson, dkw@rcm.bm

HISTORY

Copyright © 2010-2025 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout