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::Widget"

Tk::Widget - Base class of all widgets River stage three • 163 direct dependents • 174 total dependents

The Tk::Widget is an abstract base class for all Tk widgets. Generic methods available to all widgets include the methods based on core "winfo" mechanism and are used to retrieve information about windows managed by Tk. They can take any of a number ...

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

Tk/Widget.pm River stage three • 163 direct dependents • 174 total dependents

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

Tk::WidgetDemo - create a standard widget demonstration window. River stage three • 163 direct dependents • 174 total dependents

This constructor builds a standard widget demonstration window, composed of three frames. The top frame contains descriptive demonstration text. The bottom frame contains the "Dismiss" and "See Code" buttons. The middle frame is demonstration contain...

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

widget - Demonstration of Perl/Tk widgets River stage three • 163 direct dependents • 174 total dependents

This script demonstrates the various widgets provided by Tk, along with many of the features of the Tk toolkit. This file only contains code to generate the main window for the application, which invokes individual demonstrations. The code for the ac...

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

demos/demos/widget_lib/WidgetDemo.pm River stage three • 163 direct dependents • 174 total dependents

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

Tk::Dialog - Perl/Tk Dialog widget River stage three • 163 direct dependents • 174 total dependents

This is an OO implementation of `tk_dialog'. First, create all your Dialog objects during program initialization. When it's time to use a dialog, invoke the "Show" method on a dialog object; the method then displays the dialog, waits for a button to ...

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

Tk::ROText - 'readonly' perl/Tk Text widget River stage three • 163 direct dependents • 174 total dependents

This "*IS A*" text widget with all bindings removed that would alter the contents of the text widget. The contents can still be modified via method calls. BINDINGS Only read-only bindings from Tk::Text are available in Tk::ROText. Additionally the fo...

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

Tk::PNG - PNG loader for Tk::Photo River stage three • 163 direct dependents • 174 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::widgets - preload widget classes River stage three • 163 direct dependents • 174 total dependents

Does a 'require Tk::Foo' for each 'Foo' in the list. May speed startup by avoiding AUTOLOADs....

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::JPEG - JPEG loader for Tk::Photo River stage three • 163 direct dependents • 174 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::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::TextUndo - perl/tk text widget with bindings to undo changes. River stage three • 163 direct dependents • 174 total dependents

This IS-A text widget with an unlimited 'undo' history but without a re'undo' capability. Bindings The "TextUndo" widget has the same bindings as the Text widget. In addition there are the following bindings: Event <L4> <<Undo>> undo the last change....

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

Tk::Table - Scrollable 2 dimensional table of Tk widgets River stage three • 163 direct dependents • 174 total dependents

Tk::Table is an all-perl widget/geometry manager which allows a two dimensional table of arbitary perl/Tk widgets to be displayed. Entries in the Table are simply ordinary perl/Tk widgets. They should be created with the Table as their parent. Widget...

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::clipboard - Manipulate Tk clipboard River stage three • 163 direct dependents • 174 total dependents

This command provides an interface to the Tk clipboard, which stores data for later retrieval using the selection mechanism. In order to copy data into the clipboard, clipboardClear must be called, followed by a sequence of one or more calls to clipb...

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

Tk::palette - Modify the Tk color palette River stage three • 163 direct dependents • 174 total dependents

The setPalette method changes the color scheme for Tk. It does this by modifying the colors of existing widgets and by changing the option database so that future widgets will use the new color scheme. If setPalette is invoked with a single argument,...

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

Tk::option - Using the option database in Perl/Tk River stage three • 163 direct dependents • 174 total dependents

The option database (also known as the *resource database* or the *application defaults database*) is a set of rules for applying default options to widgets. Users and system administrators can set up these rules to customize the appearance of applic...

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

Tk::tixWm - Tix's addition to the standard TK wm command. River stage three • 163 direct dependents • 174 total dependents

The wmCapture and the wmRelease methods change the toplevel attribute of Tk widgets....

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

Tk::IconList - an icon list widget River stage three • 163 direct dependents • 174 total dependents

OPTIONS -browsecmd -command -font -item -foreground|-fg METHODS DeleteAll Deletes all the items inside the canvas subwidget and reset the IconList's state. Add($image, $text) Adds an icon into the IconList with the designated image and text. Arrange ...

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