File:  [Public] / Amaya / amaya / TextFile.A
Revision 1.10: download - view: text, annotated - select for diffs
Mon Jun 28 10:38:55 2004 UTC (19 years, 11 months ago) by vatton
Branches: MAIN
CVS tags: HEAD, Amaya-8-6
Synchronize automatically source and formatted views.
Irene

APPLICATION TextFile;

DEFAULT
   BEGIN
	DocClose.Post -> DocumentClosed;
	DocSave.Pre -> DocumentToSave;
	PRuleCreate.Pre -> ChangePRule;
	PRuleModify.Pre -> ChangePRule;
	ElemSelect.Post -> CheckSynchronize;
        ElemClick.Pre -> SimpleClickInText;
	ElemActivate.Pre -> DoubleClickInText;
        ElemRClick.Pre -> RightClickInText;
   END;

ATTRIBUTES

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

END

Webmaster