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

Name

dumper::notebook

Synopsis

          notebook type \
             window properties
        

Description

A new page inside a tile tabset.

Clients

notebook is being used by ::vgcode::dump-geometry-notebook clients.

Example 3.27. ::vgcode::dump-geometry-notebook using notebook

...
set wc \
    [winfo parent $target];
set id \
    [lsearch -exact \
    [$wc tabs] $target]

return \
    [dumper::notebook  \
    [vgcode::baseName $wc $basename $id_base]  $ta_name \
    [dumper::properties  \
    [vgcode::clearOptions \
    [$wc tab $id] $basename] $target]]
   



← ↖ →
menuNew ↑ pathcanvas
SourceForge Logo

Copyright © 2009–2010 Arndt Roger Schneider