home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Westmount Technology 1995
- #
- # File: @(#)cb2url.tcl /main/hindenburg/2
- # Author: pabr
- # Description: mapping of class browser help to URLs
- #---------------------------------------------------------------------------
- # SccsId = @(#)cb2url.tcl /main/hindenburg/2 3 Sep 1996 Copyright 1995 Westmount Technology
-
- global short2url
-
- # Help On Context
- #
- set short2url(superClassesTL) CLABR/w_dia.html
- set short2url(classesTL) CLABR/w_dia.html
- set short2url(subClassesTL) CLABR/w_dia.html
- set short2url(featuresTL) CLABR/w_dia.html
- set short2url(associationsTL) CLABR/w_dia.html
- set short2url(context) CLABR/tl_clabr.html
-
- set short2url(help) GEN/tl_hlp.html
- set short2url(topics) GEN/o_idx.html
-
- # Help on Dialog Boxes
- #
- set short2url(filterFeatures) CLABR/m_ftfeat.html#dialogbox
- set short2url(findClass) CLABR/m_fcla.html#dialogbox
- set short2url(findFeature) CLABR/m_ffeat.html
- set short2url(printerSetup) GEN/m_prsu.html#dialogbox
- set short2url(selectClass) GEN/db_sel1.html
- set short2url(selectDiagram) CLABR/m_edcad.html
- set short2url(selectItem) GEN/db_sel1.html
- set short2url(showProperties) UDE/db_pry.html
- set short2url(showScope) CLABR/m_shsc.html#dialogbox
-