NAME

Tk - a graphical user interface toolkit for Perl

SYNOPSIS

    use Tk;
    $top = new MainWindow;
    MainLoop;

DESCRIPTION

The Perl/Tk manual is split up into a number of sections:

Introduction

Tk Geometry Management

Binding Events and Callbacks

Tk Image Classes

Tk Widget Classes

Tix Extensions

Tk Generic Methods

User Interaction

Creating and Configuring Widgets

Popups and Dialogs

Derived Widgets

C Programming

Implementation

Experimental Modules

Other Modules and Languages

AUTHOR

Nick Ing-Simmons

SEE ALSO

perl, wish(1).