File: binding.help

package info (click to toggle)
libcdk-perl 20130816-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,284 kB
  • ctags: 430
  • sloc: perl: 6,151; sh: 2,997; makefile: 24
file content (17 lines) | stat: -rw-r--r-- 625 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
All interactive widgets have the ability to bind specific keys to specific
functions. This allows programmers to customize the widgets to perform 
specific actions when a key is hit. The following example demonstrates how
to call the bind function.
<C></B>$widget->bind ( options );

The options are defined in the following table.

</U>Option      Default Value       Type       Purpose<!U>
Function    Required            Scalar     This is the name of the callback function.

</R>Example Use Of The Bind Method<!R>
<F=../examples/bind>

<C><#HL(70)>
<C>Document Created: June,     1995
<C>Document Revised: November, 1995