General Functions
Here is a list of all the general functions used in XLnt - click on 'em for more info.
| Function Name | What it does |
| GUI() | Updates all the GUI events and GFX |
| GUI_GFXSETUP() | Used at start of program to initialise gui GFX |
| GUI_DRAWALL() | Draw the GUI without checking for events |
| GUI_END() | Free ALL gui data - use at end of program |
| GUI_DEFAULT_SKIN() | Set the default Window and Gadget skins |
| GUI_FOCUS() | Set the focus of a window to a specific gadget |
| GUI_MESSAGE() | Display a simple message box and wait for user action |
| GUI_FILEREQUEST() | Display a simple file requester |
| GUI_IMAGEREQUEST() | Display a simple image file requester |