Winteracter Starter Kit

    Window Handling
           Group WM: Window Management
           WindowClose Subroutine
           WindowCloseChild Subroutine
           WindowOpen Subroutine
           WindowOpenChild Subroutine
           WindowSelect Subroutine
           Group TX: Text Output
           WindowOutString Subroutine
           WindowStringLength Function
           Group CL: Area Clearing
           WindowClear Subroutine
           WindowClearArea Subroutine
           Group FS: Font Selection
           WindowFont Subroutine
          
    Input Handling
           Group MH: Message Handling
           WMessage Subroutine
           WMessageEnable Subroutine
           WMessagePeek Subroutine
           Group MN: Menu Handling
           WMenuGetState Function
           WMenuRoot Subroutine
           WMenuSetState Subroutine
           WMenuSetString Subroutine
          
    Dialog Manager
           Group DM(1): General Dialog Management
           WDialogHide Subroutine
           WDialogLoad Subroutine
           WDialogSelect Subroutine
           WDialogShow Subroutine
           WDialogUnload Subroutine
           Group DM(2): Assign/Retrieve Field Contents
           WDialogGetCheckBox Subroutine
           WDialogGetMenu Subroutine
           WDialogGetString Subroutine
           WDialogPutCheckBox Subroutine
           WDialogPutMenu Subroutine
           WDialogPutOption Subroutine
           WDialogPutString Subroutine
           Group CD: Common Dialogs
           WMessageBox Subroutine
           WSelectFile Subroutine
          
    High Resolution Graphics
           Group GG: General Graphics
           IGrArea Subroutine
           IGrAreaClear Subroutine
           IGrGetPixelRGB Subroutine
           IGrInit Subroutine
           IGrPause Subroutine
           IGrUnits Subroutine
           Group GS: Graphics Style Selection
           IGrColourN Subroutine
           IGrFillPattern Subroutine
           IGrLineType Subroutine
           IGrPaletteInit Subroutine
           IGrPaletteRGB Subroutine
           Group GD: Graphics Drawing/Movement
           IGrCircle Subroutine
           IGrLineTo Subroutine
           IGrMoveTo Subroutine
           IGrPoint Subroutine
           IGrPolygonComplex Subroutine
           Group GC: Graphics Character Output
           IGrCharJustify Subroutine
           IGrCharLength Function
           IGrCharOut Subroutine
           IGrCharSet Subroutine
           IGrCharSize Subroutine
           IGrCharSpacing Subroutine
          
    General Functions
           Group IF: Information
           InfoError Function
           InfoGraphics Function
           InfoGrScreen Function
           WInfoDialog Function
           WInfoFont Function
           WInfoScreen Function
           WInfoWindow Function
           Group OS: Operating System Interface
           IOsExitProgram Subroutine
           IOsVariable Subroutine
           Group MI: Miscellaneous
           WindowBell Subroutine
           WInitialise Subroutine
           Group CH: Character Manipulation
           IActualLength Function
           IFillString Subroutine
           IJustifyString Subroutine
           ILocateChar Function
           ILocateString Subroutine
           ILowerCase Subroutine
           IntegerToString Subroutine
           IStringToInteger Subroutine
           IUpperCase Subroutine