home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / tegl_ii / intro / frame2.pas < prev    next >
Pascal/Delphi Source File  |  1991-06-26  |  209b  |  16 lines

  1. {-- frame2.pas}
  2.  
  3. USES teglunit,teglmain;
  4.  
  5. VAR ifs : ImageStkPtr;
  6.  
  7. BEGIN
  8.   easytegl;
  9.   easyout;
  10.   PushImage(50,50,200,150);
  11.   ShadowBox(50,50,200,150);
  12.   ifs := StackPtr;
  13.   TeglSupervisor;
  14. END.
  15.  
  16.