Description of the Sources Files
Next: Specification of ASHE
Up: Implementation Details
Previous: Overview of ASHE
The Sources files are :
- xhtml.c
This is the main file. It has the main routine and the main global variables
This sets all widgets that are going to be used for the application tool.
- xfile.c
This file has the definition of the menubar and the all items of the menus,
It has the routines to handle files such as open, save and insert.
- xheader.c
All options of the HTML menu are written in this source file. These are
the basic options for writing an HTML document.
- xmarkup.c
Here are all routines to create links, reference and images in a HTML
document.
- xstyles.c
The Menu options Styles and Lists are implemented in this
files.
- xhtml.h
This is the main header files. Include all Xwindows and Motif files,
Constant of the programs and definition of the structures. The rest
of the header files just have the Routine declarations.
Computer Science Department at Rensselaer
www@cs.rpi.edu