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

NAME

App::MathImage::Tk::Diagnostics -- math-image Tk diagnostics window

SYNOPSIS

 use App::MathImage::Tk::Diagnostics;
 my $diagnostics = App::MathImage::Tk::Diagnostics->new ($parent_widget);
 $diagnostics->Show;

CLASS HIERARCHY

App::MathImage::Tk::Diagnostics is a subclass of Tk::Dialog.

    Tk::Widget
      Tk::Frame
      Tk::Wm
        Tk::TopLevel
          Tk::DialogBox
            Tk::Dialog
              App::MathImage::Tk::Diagnostics

DESCRIPTION

This is the diagnostics dialog for the math-image program Tk interface.

    +---------------------------------------------+
    |               Diagnostics                   |
    +---------------------------------------------+
    | +--+   Generator 1148x630                   |
    | |  |   Values Math::NumSeq::Primes          |
    | |--|   Path   Math::PlanePath::SquareSpiral |
    | |  |   ...                                  |
    | |  |                                        |
    | |  |                                        |
    | |  |                                        |
    | +--+                                        |
    +---------------------------------------------+
    |           Close          Refresh            |
    +---------------------------------------------+

FUNCTIONS

$main = App::MathImage::Tk::Diagnostics->new ()
$main = App::MathImage::Tk::Diagnostics->new ($parent)

Create and return a new diagnostics dialog.

The optional $parent is per Tk::Dialog. Usually it should be the application main window.

SEE ALSO

App::MathImage::Tk::Main, App::MathImage::Tk::About math-image, Tk

HOME PAGE

http://user42.tuxfamily.org/math-image/index.html

LICENSE

Copyright 2011, 2012, 2013, 2014, 2019, 2020 Kevin Ryde

Math-Image is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.

Math-Image is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Math-Image. If not, see http://www.gnu.org/licenses/.