
App::Chart::Gtk2::RawDialog -- raw data display dialog

use App::Chart::Gtk2::RawDialog; App::Chart::Gtk2::RawDialog->popup();

App::Chart::Gtk2::RawDialog is a subclass of Gtk2::Dialog.
Gtk2::Widget
Gtk2::Container
Gtk2::Bin
Gtk2::Window
Gtk2::Dialog
App::Chart::Gtk2::RawDialog

A App::Chart::Gtk2::RawDialog widget displays raw daily date, open, high, low, etc from the database.

App::Chart::Gtk2::RawDialog->new (key=>value,...)Create and return a new RawDialog dialog widget.
App::Chart::Gtk2::RawDialog->popup ()App::Chart::Gtk2::RawDialog->popup ($symbol, $parent)Create and open a RawDialog dialog showing the data for $symbol. $symbol can be omitted, or undef, or the empty string, to display nothing initially.