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

NAME

App::MathImage::Tk::About -- math-image Tk about dialog

SYNOPSIS

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

CLASS HIERARCHY

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

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

DESCRIPTION

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

    +--------------------------------------------+
    |                                            |
    |  ---     Math-Image version 109            |
    | | i |                                      |
    |  ---     Running under Perl v5.14.2 and    |
    |          Perl-Tk 8004.03 (Tk version 8.4)  |
    |                                            |
    +--------------------------------------------+
    |                     OK                     |
    +--------------------------------------------+

FUNCTIONS

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

Create and return a new about 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::Diagnostics math-image, Tk

HOME PAGE

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

LICENSE

Copyright 2011, 2012, 2013, 2014, 2019 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/.