• ↖ Home
  • Developer´s Guide
    • ↑ Contents
    • Code
    • Embedding
    • Tcl
    • SVG
    • SVG-Import
    • Projects
    • License
    • Index
  • Download
    • Jeszra: Source Code

    • Ruby Wrapper Classes
    • Python Wrapper Classes
    • Lisp Wrapper Classes
  • Books@Lulu.com...
    • Jeszra: Design by Gestalt
    • Jeszra Library: Design by Gestalt

    • Gestalt Items
    • Runtime Library
  • Manual
    • Jeszra Book

    • Tcl Manual
    • Ruby Manual
    • Python Manual
    • Lisp Manual

    • API
  • About
bind
← Chapter 3. Tcl- Code Generation →

Name

dumper::bind

Synopsis

          bind tag \
             event cmd
        

Description

Create the code for a single bind

Clients

Total internal bind usage is: 5.

bind is being used by ::vgcode::dump-tag clients.

Example 3.14. ::vgcode::dump-tag using bind

...
debug stdout "Event is included in code"

foreach {ev cmd} $bindsl {
append out  \
    [dumper::newline]  \
    [dumper::bind $tag $ev  \
    [vgcode::resolve $basename $cmd]]
   



← ↖ →
dotted ↑ relativeres
SourceForge Logo

Copyright © 2009–2010 Arndt Roger Schneider