Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Tk::Wizard 2.137

    Download button

    No screenshots available
    Downloads: 366  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.0/5)
    4 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Lee Goddard | More programs
    Perl Artistic License / FREE
    April 2nd, 2008, 14:18 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Tk::Wizard description

    Tk::Wizard is a GUI for step-by-step interactive logical process.

    Tk::Wizard is a GUI for step-by-step interactive logical process.

    SYNOPSIS

    use Tk::Wizard;
    my $wizard = new Tk::Wizard;
    #
    # OR
    # my $MW = Tk::MainWindow->new;
    # my $wizard = $MW->Wizard();
    #
    $wizard->configure( -property=>'value');
    $wizard->cget( "-property");
    $wizard->addPage(
    ... code-ref to anything returning a Tk::Frame ...
    );
    $wizard->addPage( sub {
    return $wizard->blank_frame(
    -title => "Page Title",
    -subtitle => "Sub-title",
    -text => "Some text.",
    -wait => $seconds_b4_proceeding_anyway,
    );
    });
    $wizard->Show;
    MainLoop;
    exit;

    To avoid 50 lines of SYNOPSIS, please see the files included with the distribution in the test directory: t/*.t. These are just Perl files that are run during the make test phase of installation: you may rename them without harm once you have installed the module.

    Product's homepage

    Requirements:

    · Tk and modules of the current standard Perl Tk distribution.

      


    TAGS:

    logical process | Perl module | step-by-step interactive | Tk::Wizard | logical | process

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM