
Xacobeo::UI::Statusbar - Xacobeo's statusbar

use Xacobeo::UI::Statusbar;
my $statusbar = Xacobeo::UI::Statusbar->new();
$vbox->pack_start($statusbar, FALSE, TRUE, 0);
$statusbar->display("Application started");

A simple statusbar. This widget is a Gtk2::Statusbar.

The following properties are defined:
The context id for the default messages.

The following methods are available:
Creates a new instance. This is simply the parent's constructor.
Display a new message.
Parameters:
The message to display.
Display a new message based on a sprintf format.
Parameters:
The format that will generate the message to display.
The arguments to be used by the pattern

Emmanuel Rodriguez <potyl@cpan.org>.

Copyright (C) 2008,2009 by Emmanuel Rodriguez.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.