home *** CD-ROM | disk | FTP | other *** search
- '============================================================================
- 'CIWIND1.BI Copyright (C) 1991, Clear Software. ALL RIGHTS RESERVED.
- '============================================================================
-
- DECLARE SUB ButtonDefine (wind%, button%, state%, row%, col%, prompt$, btntype%)
- DECLARE SUB ButtonStateSet (button%, state%)
- DECLARE SUB ButtonReset ()
- DECLARE SUB ButtonToggle (bitton%)
- DECLARE SUB EditFieldColors (fldFGClr%, fldBGClr%)
- DECLARE SUB EditFieldDefine (wind%, fld%, text$, row%, col%, vischar%, maxchar%, prompt$, format%)
- DECLARE SUB WindowActive (windItem%)
- DECLARE SUB WindowColors (bordFGClr%, bordBGClr%, textFGClr%, textBGClr%, titleFGClr%, titleBGClr%, hiFGClr%, hiBGClr%)
- DECLARE SUB WindowDefine (wind%, left%, right%, top%, bottom%, title$, shad%, borderType%)
- DECLARE SUB WindowDrawBox (wind%, left%, right%, top%, bottom%, boxType%)
- DECLARE SUB WindowDrawLine (wind%, row%, char$)
- DECLARE SUB WindowOff (wind%)
- DECLARE SUB WindowOn (wind%)
- DECLARE SUB WindowPaint (left%, right%, top%, bottom%, shad%, boxType%)
- DECLARE SUB WindowPrint (wind%, row%, col%, text$, style%)
- DECLARE SUB WindowSoundSet (SoundNum%, SoundLength%)
-
- '============================================================================
-
- DECLARE FUNCTION ButtonGet% (button%)
- DECLARE FUNCTION EditFieldGet$ (fld%)
- DECLARE FUNCTION WindowEvent% (switch%)
-
- '============================================================================
-
-