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

Name

dumper::instantiate

Synopsis

          instantiate type \
             pathname ?commented?
        

Description

Provides the way of window creation the properties of this window are appended --in case of '-class' directly-- afterward.

Clients

instantiate is being used by ::vgcode::dump-widget clients.

Example 3.48. ::vgcode::dump-widget using instantiate

...
set classname \
    [substitutep $classname]

debug stdout "Now the item is created from : $classname as $ta_name"
append output \
    [dumper::instantiate  $classname $ta_name  "converted from \
    [winfo class $target]"]
   



← ↖ →
coding ↑ register
SourceForge Logo

Copyright © 2009–2010 Arndt Roger Schneider