Diff for /Amaya/amaya/HTML.S between versions 1.129 and 1.130

version 1.129, 2001/10/26 16:37:24 version 1.130, 2001/10/29 11:13:39
Line 784  STRUCT Line 784  STRUCT
            tabindex; accesskey; onfocus; onblur;             tabindex; accesskey; onfocus; onblur;
          { tabindex  accesskey  onfocus  onblur }           { tabindex  accesskey  onfocus  onblur }
            x_coord = Integer; y_coord = Integer; IntWidthPxl;             x_coord = Integer; y_coord = Integer; IntWidthPxl;
            IntWidthPxl; AreaRef_IMG = REFERENCE(Any)) =             IntHeightPxl; AreaRef_IMG = REFERENCE(Any)) =
         GRAPHICS with x_coord ?= 0, y_coord ?= 0,          GRAPHICS with x_coord ?= 0, y_coord ?= 0,
                       IntWidthPxl ?= 25, IntWidthPxl ?= 10;                        IntWidthPxl ?= 25, IntHeightPxl ?= 10;
   
   FRAMESET                                                      { FRAMESET }    FRAMESET                                                      { FRAMESET }
      (ATTR RowHeight = Text; ColWidth = Text;       (ATTR RowHeight = Text; ColWidth = Text;

Removed from v.1.129  
changed lines
  Added in v.1.130


Webmaster