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

Search results for "dist:Tk"

Tk - a graphical user interface toolkit for Perl River stage three • 160 direct dependents • 171 total dependents

The Perl/Tk manual is split up into a number of sections: Introduction * Tk::overview * Tk::UserGuide Tk Geometry Management * Tk::Adjuster * Tk::form * Tk::grid * Tk::pack * Tk::place * Tk::Table * Tk::Tiler * Tk::Wm Binding Events and Callbacks * T...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::X - Perl extension for Xlib constants. River stage three • 160 direct dependents • 171 total dependents

A module generated by h2xs. It exists to export Xlib #define type constants for possible use with Tk::Xlib....

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::IO - high level interface to Tk's 'fileevent' mechanism River stage three • 160 direct dependents • 171 total dependents

Tk::IO is now layered on perl's IO::Handle class. Interfaces have changed, and are still evolving. In theory C methods which enable non-blocking IO as in earlier Tk-b* release(s) are still there. I have not changed them to use perl's additional Confi...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::Wm - Communicate with window manager River stage three • 160 direct dependents • 171 total dependents

The wm methods are used to interact with window managers in order to control such things as the title for a window, its geometry, or the increments in terms of which it may be resized. The wm methods can take any of a number of different forms, depen...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::Mwm - Communicate with the Motif(tm) window manager. River stage three • 160 direct dependents • 171 total dependents

Interface to special extentions supported by mwm....

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk_Init - add Tk to an interpreter and make a new Tk application. River stage three • 160 direct dependents • 171 total dependents

Tk_Init is the package initialization procedure for Tk. It is normally invoked by the Tcl_AppInit procedure for an application or by the load command. Tk_Init adds all of Tk's commands to *interp* and creates a new Tk application, including its main ...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::PNG - PNG loader for Tk::Photo River stage three • 160 direct dependents • 171 total dependents

This is an extension for Tk which supplies PNG format loader for Photo image type....

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::Xrm - X Resource/Defaults/Options routines that obey the rules. River stage three • 160 direct dependents • 171 total dependents

Using this modules causes Tk's Option code to be replaced by versions which use routines from <X11/Xresource.h> - i.e. same ones every other X toolkit uses. Result is that "matching" of name/Class with the options database follows the same rules as o...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::mega - Perl/Tk support for writing widgets in pure Perl River stage three • 160 direct dependents • 171 total dependents

The goal of the mega-widget support of Perl/Tk is to make it easy to write mega-widgets that obey the same protocol and interface that the Tk core widgets support. *For mega-widget sample code please run the widget demonstration program and go to the...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::pack - Geometry manager that packs around edges of cavity River stage three • 160 direct dependents • 171 total dependents

The pack method is used to communicate with the packer, a geometry manager that arranges the children of a parent by packing them in order around the edges of the parent. In this perl port of Tk it is normal to pack widgets one-at-a-time using the wi...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::Tree - Create and manipulate Tree widgets River stage three • 160 direct dependents • 171 total dependents

The Tree method creates a new window and makes it into a Tree widget and return a reference to it. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the Tree widget such as its...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::JPEG - JPEG loader for Tk::Photo River stage three • 160 direct dependents • 171 total dependents

This is an extension for Tk which supplies JPEG format loader for Photo image type. JPEG access is via release 5 of the The Independent JPEG Group's (IJG) free JPEG software....

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk_Sleep - delay execution for a given number of milliseconds River stage three • 160 direct dependents • 171 total dependents

This procedure delays the calling process by the number of milliseconds given by the *ms* parameter, and returns after that time has elapsed. It is typically used for things like flashing a button, where the delay is short and the application needn't...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::form - Geometry manager based on attachment rules River stage three • 160 direct dependents • 171 total dependents

The form method is used to communicate with the form Geometry Manager, a geometry manager that arranges the geometry of the children in a parent window according to attachment rules. The form geometry manager is very flexible and powerful; it can be ...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::exit - End the application River stage three • 160 direct dependents • 171 total dependents

Terminate the process, returning *returnCode* to the system as the exit status. If *returnCode* isn't specified then it defaults to 0. If calling "exit" from code invoked via a Tk callback then this Tk version of "exit" cleans up more reliably than u...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::grab - Confine pointer and keyboard events to a window sub-tree River stage three • 160 direct dependents • 171 total dependents

This set of methods implement simple pointer and keyboard grabs for Tk. Tk's grabs are different than the grabs described in the Xlib documentation. When a grab is set for a particular window, Tk restricts all pointer events to the grab window and it...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::Font - a class for finding X Fonts River stage three • 160 direct dependents • 171 total dependents

This module can be use to interrogate the X server what fonts are avaliable....

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::Menu - Create and manipulate Menu widgets River stage three • 160 direct dependents • 171 total dependents

The Menu method creates a new top-level window (given by the $widget argument) and makes it into a menu widget. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the menu such ...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::Pane - A window panner River stage three • 160 direct dependents • 171 total dependents

Tk::Pane provides a scrollable frame widget. Once created it can be treated as a frame, except it is scrollable....

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::FBox - a file dialog River stage three • 160 direct dependents • 171 total dependents

"Tk::FBox" is the dialog implementation behind the "getOpenFile", "getSaveFile", and "chooseDirectory" method calls in the Unix/X11 world. As such, it supports all options for these methods and additionally: -sortcmd => sub { $_[0] cmp $_[1] } Specif...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC
264 results (0.021 seconds)