NAME
Tk:CodeText::StatusBar - Status bar for Tk::CodeText
SYNOPSIS
require Tk::CodeText::StatusBar;
my $text= $window->StatusBar(@options)->pack;
DESCRIPTION
Inherits Tk::Frame.
Provides a status bar to Tk::CodeText.
OPTIONS
- Switch: -statusinterval
-
By default 200 ms. Update interval for the status bar.
- Switch: -saveimage
-
The icon image used to indicate the text is modified. By default it is an internally defined xpm.
- Switch: -widget
-
Mandatory!
Reference to the Tk::CodeText widget it is serving.
AUTHOR
Hans Jeuken (hanje at cpan dot org)
BUGS
Unknown. If you find any, please contact the author.