The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Tk Tk::Tree"

Tk::Tree - Create and manipulate Tree widgets River stage three • 163 direct dependents • 174 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

Tixish/Tree.pm River stage three • 163 direct dependents • 174 total dependents

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

Tk::DirTree - Create and manipulate DirTree widgets River stage three • 163 direct dependents • 174 total dependents

The DirTree constructor method creates a new window (given by the $dirtree argument) and makes it into a DirTree widget. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the D...

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

Tixish/DirTree.pm River stage three • 163 direct dependents • 174 total dependents

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

Tk - a graphical user interface toolkit for Perl River stage three • 163 direct dependents • 174 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::mega - Perl/Tk support for writing widgets in pure Perl River stage three • 163 direct dependents • 174 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::grab - Confine pointer and keyboard events to a window sub-tree River stage three • 163 direct dependents • 174 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::UserGuide - Writing Tk applications in Perl 5 River stage three • 163 direct dependents • 174 total dependents

This document is for beginners. It assumes you know some Perl, and have it and Tk running. If you are *not* currently reading this document courtesy of the widget demonstration program, please be sure to run widget, as it will show you the various wi...

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

Tk::MainWindow - Root widget of a widget tree River stage three • 163 direct dependents • 174 total dependents

Perl/Tk applications (which have windows associated with them) create one or more MainWindows which act as the containers and parents of the other widgets. Tk::MainWindow is a special kind of Toplevel widget. It is the root of a widget tree. Therefor...

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

Tk::ColorEditor - a general purpose Tk widget Color Editor River stage three • 163 direct dependents • 174 total dependents

ColorEditor is implemented as an object with various methods, described below. First, create your ColorEditor object during program initialization (one should be sufficient), and then configure it by specifying a list of Tk widgets to colorize. When ...

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

Tk::send - Execute a command in a different application River stage three • 163 direct dependents • 174 total dependents

This method arranges for *cmd* (and *arg*s) to be 'sent' to the application named by *app*. It returns the result or an error (hence above should probably be 'wrapped' in eval{} and $@ tested). *App* may be the name of any application whose main wind...

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

Tk::Menu - Create and manipulate Menu widgets River stage three • 163 direct dependents • 174 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::pack - Geometry manager that packs around edges of cavity River stage three • 163 direct dependents • 174 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::Text - Create and manipulate Text widgets River stage three • 163 direct dependents • 174 total dependents

The Text method creates a new window (given by the $text argument) and makes it into a text widget. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the text such as its defau...

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

Tk::grid - Geometry manager that arranges widgets in a grid River stage three • 163 direct dependents • 174 total dependents

The grid method is used to communicate with the grid geometry manager that arranges widgets in rows and columns inside of another window, called the geometry master (or master window). The grid method can have any of several forms, depending on the *...

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