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

Name

dumper::tagconfigure

Synopsis

          tagconfigure window \
             tag properties
        

Description

tag configure must be called after the tag is created; therefore is it not part of tag. properties are formatted the same single line way as all other properties will be -- for diff & patch.

Clients

tagconfigure is being used by ::vgcode::dump-configure-Text clients.

Example 3.40. ::vgcode::dump-configure-Text using tagconfigure

...
# Tags consists of two features : range and properties.
# Properties are not applicable while the tag is being
# created with its range\
    [s].
append result \
    [dumper::tag $ta_name $tag  \
    [$target tag ranges $tag]]  \
    [dumper::tagconfigure $ta_name $tag  \
    [dumper::properties  \
    [vgcode::clearOptions  \
    [$target tag configure $tag] $basename 0]  $target]]
   



← ↖ →
gradientTkPathNew0.2.4 ↑ resourcesRead
SourceForge Logo

Copyright © 2009–2010 Arndt Roger Schneider