File:  [Public] / Amaya / amaya / TextFile.A
Revision 1.9: download - view: text, annotated - select for diffs
Tue Jun 22 16:57:03 2004 UTC (19 years, 11 months ago) by gully
Branches: MAIN
CVS tags: HEAD
now the source view is automaticaly synchronized with other views.

S. GULLY

APPLICATION TextFile;

DEFAULT
   BEGIN
	DocClose.Post -> DocumentClosed;
	DocSave.Pre -> DocumentToSave;
	PRuleCreate.Pre -> ChangePRule;
	PRuleModify.Pre -> ChangePRule;
	ElemSelect.Post -> CheckSynchronize;
        ElemClick.Pre -> SimpleClickInLog;
	ElemActivate.Pre -> DoubleClickInLog;
        ElemRClick.Pre -> RightClickInLog;
   END;

ATTRIBUTES

   Language:
	BEGIN
	AttrMenu.Pre ->    GlobalAttrInMenu;
	END;

END

Webmaster