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

Name

dumper::resourceMsgCat

Synopsis

          resourceMsgCat rwindow \
             rname value
        

Description

Create a option database entry for a message catalog string. Message Catalog is always deployed this way! Message Catalog needs a namespace and the generated source can still utilize X11 xrdb & option database modifications. The option database code is also much more efficient than using mc on the command line for a created window! TCL-only

Clients

resourceMsgCat is being used by ::vgcode::getOptions, ::vgcode::dump-configure-Menu clients.

Example 3.25. ::vgcode::getOptions using resourceMsgCat

...
# These are handled differently for message catalog
# entries!
if \
    [useMsgCat $rname] {
append _resource  \
    [dumper::resourceMsgCat $relwidget $rname $param]
   



← ↖ →
environmentVariables ↑ menuNew
SourceForge Logo

Copyright © 2009–2010 Arndt Roger Schneider