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 Tk::Canvas"

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

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

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

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

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

Tk_CanvasTextInfo - additional information for managing text items in canvases River stage three • 163 direct dependents • 174 total dependents

Textual canvas items are somewhat more complicated to manage than other items, due to things like the selection and the input focus. Tk_CanvasGetTextInfo may be invoked by a type manager to obtain additional information needed for items that display ...

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::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::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::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::focus - Manage the input focus River stage three • 163 direct dependents • 174 total dependents

The focus methods are used to manage the Tk input focus. At any given time, one window on each display is designated as the *focus window*; any key press or key release events for the display are sent to that window. It is normally up to the window m...

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::DItem - Tix Display Items River stage three • 163 direct dependents • 174 total dependents

The Tix Display Items and Display Types are devised to solve a general problem: many Tix widgets (both existing and planned ones) display many items of many types simultaneously. For example, a hierarchical listbox widget (see Tk::HList) can display ...

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

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::Balloon - pop up help balloons. River stage three • 163 direct dependents • 174 total dependents

Balloon provides the framework to create and attach help balloons to various widgets so that when the mouse pauses over the widget for more than a specified amount of time, a help balloon is popped up. Balloons and Menus or Listboxes If the balloon i...

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

Tk::options - Standard options supported by widgets and their manipulation River stage three • 163 direct dependents • 174 total dependents

All widgets, and images have a standard mechanism for setting and querying attibutes or options. The mechanism is based on two methods configure and cget. The behaviour of these methods is as follows: *$widget*->configure(*-option*=>*value* ?,*-optio...

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