gecko-dev/extensions/xmlterm/geckoterm
svn%xmlterm.org 01c59e17b2 NOT PART OF SEAMONKEY BUILD;
Many changes to XMLterm; updated for M12 Mozilla release,
autodetection of markup, document display using IFRAMEs,
Javascript command line
1999-12-26 15:19:45 +00:00
..
.cvsignore
Makefile.in
README
mozGeckoTerm.cpp NOT PART OF SEAMONKEY BUILD; 1999-12-26 15:19:45 +00:00
mozISimpleContainer.h
mozSimpleContainer.cpp NOT PART OF SEAMONKEY BUILD; 1999-12-26 15:19:45 +00:00
mozSimpleContainer.h
nsSetupRegistry.cpp
nsTimer.cpp
remake

README

geckoterm --- Stand-alone version of XMLterm using Gecko

This directory contains the files used to create the stand-alone XMLterm
executable, which runs independent of the browser. This would be the preferred
way to use XMLterm, so that it runs as a separate process and will not
crash if the browser does.

28 Nov 1999

FILES
=====

mozGeckoTerm.cpp        Main program for stand-alone "xmlterm" executable
                          Uses GTK to create window
                          Uses mozIXMLTerminal to create XMLterm
                          Uses mozISimpleContainer for web shell container

mozISimpleContainer.h   Simple WebShell container interface
mozSimpleContainer.cpp  Implementation of mozISimpleContainer

nsSetupRegistry.cpp     Just a copy of viewer's nSetupRegistry
nsTimer.cpp             Implementation of timers using Gtk timer facility

--