WorkShop Visual 6.0 -------------- Integration of CDE 1.2 Widgets ------------------------------ This directory contains the files required to integrate the CDE widget set into WorkShop Visual 6.0. Files contained in this directory are as follows: README - These notes. Makefile - creates visu binary with CDE widgets integrated. CDE.xdc - visu_config configuration file for CDE widgets. CDE_stubs.c - additional code for the CDE widget integration. app-defaults/ - Resources for widgets in WorkShop Visual integration. visu bitmaps/*.bm - bitmap and pixmap files to represent CDE widgets on WorkShop Visual widget palette. Integrating CDE widgets with visu -------------------------------------- 1. Start visu_config and use the File/Open menu option to load the CDE.xdc file. 2. Select the 'Config file' option from the Generate menu. Click on OK to generate the CDE_config.c file. Repeat this procedure for the 'Code file' menu option to generate CDE_code.c. 3. Check that the Makefile has appropriate settings and pathnames for your system. Build the WorkShop Visual binary using the following command: make After the build has successfully completed a 'visu.bin' executable incorporating the CDE widgets will have been created in the local directory. 4. This binary may be invoked by setting the environment variable USER_WIDGETS to the name of this directory (i.e. USER_WIDGETS=CDE) and invoking WorkShop Visual as normal. 5. This widget integration can be made the default for your site by moving or copying this directory to 'local' (including any bitmap and app-defaults sub-directories).