Xacobeo::UI::Statusbar(3) Xacobeo's statusbar

SYNOPSIS


use Xacobeo::UI::Statusbar;

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

$statusbar->display("Application started");

DESCRIPTION

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

PROPERTIES

The following properties are defined:

context-id

The context id for the default messages.

METHODS

The following methods are available:

new

Creates a new instance. This is simply the parent's constructor.

display

Display a new message.

Parameters:

  • $message

    The message to display.

displayf

Display a new message based on a "sprintf" format.

Parameters:

  • $format

    The format that will generate the message to display.

  • @args

    The arguments to be used by the pattern

AUTHORS

Emmanuel Rodriguez <[email protected]>.

COPYRIGHT AND LICENSE

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.