File:  [Public] / Amaya / amaya / TextFile.A
Revision 1.4: download - view: text, annotated - select for diffs
Mon Oct 1 08:14:16 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
CVS tags: HEAD, Amaya-8-0, Amaya-7-2, Amaya-7-1, Amaya-7-0, Amaya-6-4, Amaya-6-3, Amaya-6-2, Amaya-6-1, Amaya-6-0, Amaya-5-3, Amaya-5-2
Dynamic allocation of attribute definitions in schemas (S, P, T).
VQ.

APPLICATION TextFile;

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

ATTRIBUTES

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

END

Webmaster