File:  [Public] / Amaya / amaya / TextFile.A
Revision 1.5: download - view: text, annotated - select for diffs
Tue Jul 1 13:35:12 2003 UTC (20 years, 11 months ago) by vatton
Branches: MAIN
CVS tags: HEAD
*** empty log message ***

APPLICATION TextFile;

DEFAULT
   BEGIN
	DocClose.Post -> DocumentClosed;
	DocSave.Pre -> DocumentToSave;
	PRuleCreate.Pre -> ChangePRule;
	PRuleModify.Pre -> ChangePRule;
	ElemSelect.Post -> SynchronizeSourceView;
	ElemLClick.Pre -> ShowError;
   END;

ATTRIBUTES

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

END

Webmaster