21.10 Graphicsadds Interface

ORIGIN '../graphics';
LIB_ITEM 'guienv';
BODY 'private/graphicsaddsbody';
INCLUDE 'rasteradds';

-- graphicsLib: attributes --
clipRectangle:
  (# r: @rectangle;
  enter r
  ...
  #);
isInClip: booleanValue
  (# r: @rectangle;
  enter r
  ...
  #);
drawIconResource:
  (# r: ^iconResource;
     h,v: @integer;
  enter (r[],h,v)
  ...
  #)


21.10 Graphicsadds Interface
© 1994-2002 Mjølner Informatics
[Modified: Monday August 24th 1998 at 13:50]