• ↖ 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
bindtags
← Chapter 3. Tcl- Code Generation →

Name

dumper::bindtags

Synopsis

          bindtags window \
             name tags
        

Description

Create a bindtags call inside the code to deal with handmade bindgroups.

Clients

bindtags is being used by ::dumper::bindtags.

bindtags is being used by ::vgcode::dump-bindings clients.

Example 3.7. ::vgcode::dump-bindings using bindtags

...
append tags " \
    [vgcode::resolve $basename $tag]";
}

append out \
    [dumper::bindtags $ta_name  \
    [winfo name $target] $tags]
   



← ↖ →
tag ↑ listbox
SourceForge Logo

Copyright © 2009–2010 Arndt Roger Schneider