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

Name

dumper::properties

Synopsis

          properties ppairs \
             ?window? ?space?
        

Description

»window« is only set for real windows, to which the presented properties realy belong. This version does nothing with this information at all. This is different for other code models (notable SVG).

Clients

Total internal properties usage is: 23.

Total client properties usage is: 15.

Example 3.58. ::vgcode::dump-geometry-canvas using properties

...
set id \
    [$canvas find withtag $target];
set c_name \
    [vgcode::baseName $canvas $basename $id_base];

return \
    [dumper::canvasNew $c_name window  \
    [$canvas coords $id]  \
    [dumper::properties \
    [vgcode::clearOptions  \
    [$canvas itemconfigure $id]  $basename]]  $target]
   



← ↖ →
property ↑ text
SourceForge Logo

Copyright © 2009–2010 Arndt Roger Schneider