Tk - a graphical user interface toolkit for Perl


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

Tix Extensions

Tk Widget Classes

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(1), wish(1).

 Tk - a graphical user interface toolkit for Perl