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

Name

dumper::tag

Synopsis

          tag window \
             tag ranges
        

Description

Create the tag for the text window 'window' A Tag has various ranges -- positions inside the text content.

Clients

Total internal tag usage is: 7.

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

Example 3.6. ::vgcode::dump-configure-Text using tag

...
# 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]]
   



← ↖ →
hugelistItem ↑ bindtags
SourceForge Logo

Copyright © 2009–2010 Arndt Roger Schneider