Main > Programming > Libraries >

Tk::bind 804.027

Tk::bind 804.027

Sponsored Links

Tk::bind 804.027 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 1 (1 times)
File size: 5.7 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 794
Date added: 2007-08-21
Publisher: Tk team

Tk::bind 804.027 description

Tk::bind can arrange for X events to invoke callbacks.

SYNOPSIS

Retrieve bindings:

$widget->bind
$widget->bind(tag)
$widget->bind(sequence)
$widget->bind(tag,sequence)

Associate and destroy bindings:

$widget->bind(sequence,callback)
$widget->bind(tag,sequence,callback)

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 empty string then the current binding for sequence is destroyed, leaving sequence unbound. In all of the cases where a callback argument is provided, bind returns an empty string.

If sequence is specified without a callback, then the callback currently bound to sequence is returned, or undef is returned if there is no binding for sequence. If neither sequence nor callback is specified, then the return value is a list whose elements are all the sequences for which there exist bindings for tag.

If no tag is specified then the bind refers to $widget. If tag is specified then it is typically a class name and the bind refers to all instances of the class on the MainWindow associated with $widget. (It is possible for tag to be another "widget object" but this practice is deprecated.) Perls ref($object) can be used to get the class name of any object. Each window has an associated list of tags, and a binding applies to a particular window if its tag is among those specified for the window. Although the bindtags method may be used to assign an arbitrary set of binding tags to a window, the default binding tags provide the following behavior:

If a tag is the name of an internal window the binding applies to that window.

If the tag is the name of a toplevel window the binding applies to the toplevel window and all its internal windows.
If the tag is the name of a class of widgets, such as Tk::Button, the binding applies to all widgets in that class;
If tag has the value all, the binding applies to all windows descended from the MainWindow of the application.

Tk::bind 804.027 Screenshot

Advertisements

Tk::bind 804.027 Keywords

Bookmark Tk::bind 804.027

Hyperlink code:
Link for forum:

Tk::bind 804.027 Copyright

WareSeeker periodically updates pricing and software information of Tk::bind 804.027 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Tk::bind 804.027 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Tk::bindtags can determine which bindings apply to a window, and order of evaluation. Free Download
Tk::Balloon is a pop up help balloons. Free Download
Tk::event contains miscellaneous event facilities: define virtual events and generate events. Free Download
Tk::Tiler is a scrollable frame with sub-widgets arranged into rows. Free Download
Tk::Canvas Perl module can create and manipulate Canvas widgets. Free Download
Tk::Optionmenu will let the user select one of some predefined options values. Free Download
Tk::form is a Perl module with a geometry manager based on attachment rules. Free Download
Tk::Adjuster module will allow size of packed widgets to be adjusted by user. Free Download