Libraries are programs written in Gambas whose classes may be used by other Gambas programs. To use a library in your project, you define a reference to it using the USE keyword and subsequently may refer to it as though its classes were native to the current project.
Gambas will include a number of these libraries for the purpose of providing examples and utilities.
- InputBox - graphically (using gb.qt) prompt the user for a line of input and return to the calling program.
- Util - common routines for saving configuration between program runs, and other useful features.
BenoitMinisini - 27 Jul 2003
The InputBox library will be removed and integrated into the Util library in the future.