Tk - a graphical user interface toolkit for Perl
use Tk; $top = new MainWindow; MainLoop;
Tk(3) perl/Tk Documentation Tk(3)
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
o Tk::overview
o Tk::UserGuide
Tk Geometry Management
o Tk::Adjuster
o Tk::form
o Tk::grid
o Tk::pack
o Tk::place
o Tk::Table
o Tk::Tiler
o Tk::Wm
Binding Events and Callbacks
o Tk::after
o Tk::bind
o Tk::bindtags
o Tk::callbacks
o Tk::Error
o Tk::event
o Tk::exit
o Tk::fileevent
o Tk::IO
Tk Image Classes
o Tk::Animation
o Tk::Bitmap
o Tk::Compound
o Tk::Image
o Tk::JPEG
o Tk::Photo
o Tk::Pixmap
o Tk::PNG
Tk Widget Classes
o Tk::Button
o Tk::Canvas
o Tk::Checkbutton
o Tk::Entry
o Tk::Frame
o Tk::HList
o Tk::Label
o Tk::Listbox
o Tk::Menu
o Tk::Menubutton
o Tk::Message
o Tk::Optionmenu
o Tk::Radiobutton
o Tk::Scale
o Tk::Scrollbar
o Tk::Text
o Tk::Toplevel
Tix Extensions
o Tk::Balloon
o Tk::BrowseEntry
o Tk::DialogBox
o Tk::DirTree
o Tk::DItem
o Tk::InputO
o Tk::LabFrame
o Tk::Mwm
o Tk::NoteBook
o Tk::TixGrid
o Tk::tixWm
o Tk::TList
o Tk::Tree
Tk Generic Methods
o Tk::Font
o Tk::send
o Tk::tkvars
o Tk::Widget
o Tk::X11Font
User Interaction
o Tk::DropSite
o Tk::Clipboard
o Tk::focus
o Tk::grab
o Tk::selection
Creating and Configuring Widgets
o Tk::CmdLine
o Tk::MainWindow
o Tk::option
o Tk::options
o Tk::palette
o Tk::Xrm
Popups and Dialogs
o Tk::chooseColor
o Tk::chooseDirectory
o Tk::ColorEditor
o Tk::Dialog
o Tk::DialogBox
o Tk::FBox
o Tk::FileSelect
o Tk::getOpenFile
o Tk::messageBox
o Tk::MsgBox
Derived Widgets
o Tk::composite
o Tk::configspec
o Tk::Derived
o Tk::mega
o Tk::ROText
o Tk::Scrolled
o Tk::TextUndo
o Tk::Reindex
o Tk::Pane
o Tk::ProgressBar
C Programming
o Internals
o pTk
o 3DBorder
o BackgdErr
o BindTable
o CanvPsY
o CanvTkwin
o CanvTxtInfo
o Clipboard
o ClrSelect
o ConfigWidg
o ConfigWind
o CoordToWin
o CrtErrHdlr
o CrtGenHdlr
o CrtImgType
o CrtItemType
o CrtMainWin
o CrtPhImgFmt
o CrtSelHdlr
o CrtWindow
o DeleteImg
o DoOneEvent
o DoWhenIdle
o DrawFocHlt
o EventHndlr
o EventInit
o FileHndlr
o FindPhoto
o FontId
o FreeXId
o GeomReq
o GetAnchor
o GetBitmap
o GetCapStyl
o GetClrmap
o GetColor
o GetCursor
o GetFont
o GetFontStr
o GetGC
o GetImage
o GetJoinStl
o GetJustify
o GetOption
o GetPixels
o GetPixmap
o GetRelief
o GetRootCrd
o GetScroll
o GetSelect
o GetUid
o GetVisual
o GetVRoot
o HandleEvent
o IdToWindow
o ImgChanged
o InternAtom
o MainLoop
o MaintGeom
o MainWin
o ManageGeom
o MapWindow
o MeasureChar
o MoveToplev
o Name
o NameOfImg
o OwnSelect
o ParseArgv
o Preserve
o QWinEvent
o Restack
o RestrictEv
o SetAppName
o SetClass
o SetGrid
o SetVisual
o Sleep
o StrictMotif
o TextLayout
o TimerHndlr
o Tk_Init
o WindowId
Implementation
o Tk::Eventloop
o Tk::Menu::Item
o Tk::Submethods
o Tk::WidgetDemo
o Tk::widgets
Experimental Modules
o Tk::Common
o Tk::SunConst
o Tk::WinPhoto
Other Modules and Languages
o Tk::Compile
o Tk::Tcl-perl
o Tk::X
AUTHOR
Nick Ing-Simmons
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+----------------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+----------------------------+
|Availability | library/perl-5/perl-tk-532 |
+---------------+----------------------------+
|Stability | Volatile |
+---------------+----------------------------+
SEE ALSO
perl, wish(1).
Alternative Perl modules implementing the Tk toolkit: Tkx, Tcl::Tk.
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from
http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Tk-804.036.tar.gz.
Further information about this software can be found on the open source
community website at http://search.cpan.org/~srezic/Tk.
Tk804.036 2013-11-15 Tk(3)