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 "distribution:Tk O"

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

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

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

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

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::bind - Arrange for X events to invoke callbacks River stage three • 163 direct dependents • 174 total dependents

The bind method associates callbacks with X events. If *callback* is specified, bind will arrange for *callback* to be evaluated whenever the event(s) given by *sequence* occur in the window(s) identified by *$widget* or *tag*. If *callback* is an em...

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::Trace - emulate Tcl/Tk trace functions. River stage three • 163 direct dependents • 174 total dependents

This class module emulates the Tcl/Tk trace family of commands by binding subroutines of your devising to Perl variables using simple Tie::Watch features. Callback format is patterned after the Perl/Tk scheme: supply either a code reference, or, supp...

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

Tk::event - Miscellaneous event facilities: define virtual events and generate events River stage three • 163 direct dependents • 174 total dependents

The event*Action* methods provides several facilities for dealing with window system events, such as defining virtual events and synthesizing events. Virtual events are shared by all widgets of the same MainWindow. Different MainWindows can have diff...

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

Tk::contrib - how to find/contribute perl/Tk code River stage three • 163 direct dependents • 174 total dependents

Here are some guidelines you can use to find a peace of code is already available and how to contribute your code. *If you have perl/Tk code that can be reused or used as an example or starting point please check if one could find it using the method...

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

Tie::Watch - place watchpoints on Perl variables. River stage three • 163 direct dependents • 174 total dependents

This class module binds one or more subroutines of your devising to a Perl variable. All variables can have FETCH, STORE and DESTROY callbacks. Additionally, arrays can define CLEAR, DELETE, EXISTS, EXTEND, FETCHSIZE, POP, PUSH, SHIFT, SPLICE, STORES...

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

ptksh - Perl/Tk script to provide a graphical user interface for testing Perl/Tk commands and scripts. River stage three • 163 direct dependents • 174 total dependents

ptksh is a perl/Tk shell to enter perl commands interactively. When one starts ptksh a MainWindow is automaticly created, along with a ptksh command window. One can access the main window by typing commands using the variable $mw at the 'ptksh> ' pro...

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

Tk::Scrolled - Create a widget with attached scrollbar(s) River stage three • 163 direct dependents • 174 total dependents

To stop a flood of ScrlWhatever widgets Perl/Tk introcuded the special constructor Scrolled. Scrolled creates a widget of the given Class *Whatever* with attached scrollbar(s)....

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

Tk::fileevent - Execute a callback when a filehandle becomes readable or writable River stage three • 163 direct dependents • 174 total dependents

This command is used to create *file event handlers*. A file event handler is a binding between a filehandle and a callback, such that the callback is evaluated whenever the filehandle becomes readable or writable. File event handlers are most common...

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

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
17 results (0.063 seconds)