The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Chart::Gtk2::RawLatest -- raw latest quote data display widget

SYNOPSIS

 use App::Chart::Gtk2::RawLatest;
 my $raw = App::Chart::Gtk2::RawLatest->new (symbol => 'FOO');

WIDGET HIERARCHY

App::Chart::Gtk2::RawLatest is a subclass of Gtk2::Label.

    Gtk2::Widget
      Gtk2::Misc
        Gtk2::Label
          App::Chart::Gtk2::RawLatest

DESCRIPTION

A App::Chart::Gtk2::RawLatest widget displays a raw latest record for a given symbol. It updates with new latest records.

FUNCTIONS

App::Chart::Gtk2::RawLatest->new (key=>value,...)

Create and return a new RawLatest widget.

PROPERTIES

symbol (string, default none)

The stock symbol whose latest record to display.

SEE ALSO

App::Chart::Gtk2::RawDialog