15 The guienvall Library

The guienvall library is a utility fragment, including all the Lidskjalv fragments. This library might be useful for the first-time user of Lidskjalv, since he then avoids being concerned with in which library a particular facility is defined. However, please remember, that using the guienvall library will increase your executable, since far to many facilities will be linked into your application.

15.1 Using the guienvall Library

Remember that in order to utilize this extension to Lidskjalv, the fragment guienvall must be included as follows:

ORIGIN '~beta/guienv/guienvall';
--- program: descriptor ---
guienv(# pb: @pushButton;
         ...
      do ...
         ... -> pb.label;
         ...
      #)


Lidskjalv: User Interface Framework - Reference Manual
© 1994-2002 Mjølner Informatics
[Modified: Monday October 23rd 2000 at 9:41]