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

NAME

App::Chart::Gtk2::IntradaySave -- intraday image saving dialog

SYNOPSIS

 use App::Chart::Gtk2::IntradaySave;
 App::Chart::Gtk2::IntradaySave->popup ($intradaydialog);

WIDGET HIERARCHY

App::Chart::Gtk2::IntradaySave is a subclass of Gtk2::FileChooserDialog.

    Gtk2::Widget
      Gtk2::Container
        Gtk2::Bin
          Gtk2::Window
            Gtk2::Dialog
              Gtk2::FileChooserDialog
                App::Chart::Gtk2::IntradaySave

DESCRIPTION

An IntradaySave offers to save an intraday image file to disk, out of the database.

FUNCTIONS

App::Chart::Gtk2::IntradaySave->popup ($intradaydialog)
$savedialog->save ()

PROPERTIES

parent

SEE ALSO

App::Chart::Gtk2::IntradayImage