From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

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

SYNOPSIS

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

WIDGET HIERARCHY

App::Chart::Gtk2::RawDialog is a subclass of Gtk2::Dialog.

Gtk2::Widget
Gtk2::Container
Gtk2::Bin
Gtk2::Window
Gtk2::Dialog
App::Chart::Gtk2::RawDialog

DESCRIPTION

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

FUNCTIONS

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.