
iPodDB::Status - iPodDB Status bar

my $status = iPodDB::Status->new( $frame );
$status->songs( $songs );
$status->time( $time );
$status->size( $size );

This adds a status bar to the main iPodDB window. It keeps track of the number of songs, the total length of the songs and the total size on disk of the files.

Creates the status bar, with 3 columns (and one other for help text).
Clears the status bar to 0 for each column.
Gets / sets the songs column in the status bar.
Gets / sets the time column in the status bar. It should be passed in as thousands of seconds.
Gets / Sets the size column in the status bar. It should be passed in as bytes.


Copyright 2004 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.