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 Image"

Tk::Image - Create and manipulate images River stage three • 163 direct dependents • 174 total dependents

The image constructors and methods are used to create, delete, and query images. It can take several different forms, depending on the *type*. The constructors require a *$widget* to invoke them, this is used to locate a MainWindow. (This is because ...

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

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

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

Tk_DeleteImage - Destroy an image. River stage three • 163 direct dependents • 174 total dependents

Tk_DeleteImage deletes the image given by *interp* and *name*, if there is one. All instances of that image will redisplay as empty regions. If the given image does not exist then the procedure has no effect....

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

Tk_NameOfImage - Return name of image. River stage three • 163 direct dependents • 174 total dependents

This procedure is invoked by image managers to find out the name of an image. Given the token for the image, it returns the string name for the image....

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

Tk_ImageChanged - notify widgets that image needs to be redrawn River stage three • 163 direct dependents • 174 total dependents

An image manager calls Tk_ImageChanged for an image whenever anything happens that requires the image to be redrawn. As a result of calling Tk_ImageChanged, any widgets using the image are notified so that they can redisplay themselves appropriately....

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

Tk_CreatePhotoImageFormat - define new file format for photo images River stage three • 163 direct dependents • 174 total dependents

Tk_CreatePhotoImageFormat is invoked to define a new file format for image data for use with photo images. The code that implements an image file format is called an image file format handler, or handler for short. The photo image code maintains a li...

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

Tk::WinPhoto - Load a Photo image from a window River stage three • 163 direct dependents • 174 total dependents

This is an extension for Tk800.* which will load a Photo image from a snapshot of an X window specified by the -data option. The window must exist and be visible. Because the code allows you to capture windows not owned by Tk it does not attempt to e...

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::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::Wm - Communicate with window manager River stage three • 163 direct dependents • 174 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::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::Photo - Full-color images River stage three • 163 direct dependents • 174 total dependents

A photo is an image whose pixels can display any color or be transparent. A photo image is stored internally in full color (32 bits per pixel), and is displayed using dithering if necessary. Image data for a photo image can be obtained from a file or...

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

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

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::Bitmap - Images that display two colors River stage three • 163 direct dependents • 174 total dependents

A bitmap is an image whose pixels can display either of two colors or be transparent. A bitmap image is defined by four things: a background color, a foreground color, and two bitmaps, called the *source* and the *mask*. Each of the bitmaps specifies...

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

Tk::Pixmap - Create color images from XPM files. River stage three • 163 direct dependents • 174 total dependents

XPM is a popular X Window image file format for storing color icons. The Pixmap image type can be used to create color images using XPM files. Pixmaps support the following *options*: -data => *string* Specifies the contents of the source pixmap as a...

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

Tk::TList - Create and manipulate Tix Tabular List widgets River stage three • 163 direct dependents • 174 total dependents

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

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

Tk::HList - Create and manipulate Tix Hierarchial List widgets River stage three • 163 direct dependents • 174 total dependents

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

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