IUP

 view release on metacpan or  search on metacpan

lib/IUP/ProgressDlg.pod  view on Meta::CPAN

Dialog title.

=back

New attributes (all non inheritable):

=over

=item B<COUNT>

current count of iterations.

=item B<INC>

I<(write-only)> increment the current count by the given amount.
If set to C<undef> will increment +1.

=item B<PERCENT>

current percent of iterations.

=item B<TOTALCOUNT>

total number of iterations.

=item B<STATE>

describe the state of the iteration. Can be: 'IDLE',
'PROCESSING', 'UNDEFINED' or 'ABORTED'. Default is 'IDLE'. When INC, COUNT or
PERCENT are set the state is changed to 'PROCESSING'. If the user pressed
the Cancel button the state is changed to 'ABORTED', but check the
CANCEL_CB callback for other options. If the state is set to 'UNDEFINED'
by the application the progress bar will display an undefined state
animation (same as setting MARQUEE=Yes in L<IUP::ProgressBar|IUP::ProgressBar>),



( run in 1.250 second using v1.01-cache-2.11-cpan-71847e10f99 )