23.1 OpenGL Interface

ORIGIN '~beta/guienv/guienv';
INCLUDE 'openGLlib';
BODY 'private/openGLbody.bet';

--windowlib:attributes--

openGLarea:windowitem
  (# 
     Doublebuffer:@boolean; (* True if this windowitem has doublebuffer *)
     glBSwapBuffers:
       ...;
     openGLprivate:@...;    
     <<SLOT openGLarealib:attributes>>;
     open::<(#
          create::<
            (# 
            ...
            #); 
          postcreate:<
            (# 
            ...
            #);
       do 
          postcreate;
          (200,200)->size;
          INNER open;
          
       #);
  #)


23.1 OpenGL Interface
© 1994-2002 Mjølner Informatics
[Modified: Thursday February 25th 1999 at 17:47]