home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Westmount Technology 1995
- #
- # File: @(#)cb2url.tcl /main/titanic/4
- # Author: pabr
- # Description: mapping of class browser help to URLs
- #---------------------------------------------------------------------------
- # SccsId = @(#)cb2url.tcl /main/titanic/4 21 Nov 1997 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/db_filterfeatures.html
- set short2url(findClass) CLABR/db_findclass.html
- set short2url(findFeature) CLABR/db_findclassfeature.html
- set short2url(printerSetup) GEN/db_printersetup.html
- 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_itemproperties.html
- set short2url(showScope) CLABR/db_showscope.html
-