home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / tools / codeit / ciwind1.bi < prev    next >
Text File  |  1992-05-05  |  2KB  |  32 lines

  1. '============================================================================
  2. 'CIWIND1.BI Copyright (C) 1991-1992, Clear Software. ALL RIGHTS RESERVED.
  3. '============================================================================
  4.  
  5. DECLARE SUB ButtonDefine (wind%, button%, state%, row%, col%, prompt$, btntype%)
  6. DECLARE SUB ButtonStateSet (button%, state%)
  7. DECLARE SUB ButtonReset ()
  8. DECLARE SUB ButtonToggle (bitton%)
  9. DECLARE SUB EditFieldColors (fldFGClr%, fldBGClr%)
  10. DECLARE SUB EditFieldDefine (wind%, fld%, text$, row%, col%, vischar%, maxchar%, prompt$, format%)
  11. DECLARE SUB WindowActive (windItem%)
  12. DECLARE SUB WindowColors (bordFGClr%, bordBGClr%, textFGClr%, textBGClr%, titleFGClr%, titleBGClr%, hiFGClr%, hiBGClr%)
  13. DECLARE SUB WindowDefine (wind%, left%, right%, top%, bottom%, title$, shad%, borderType%)
  14. DECLARE SUB WindowDrawBox (wind%, left%, right%, top%, bottom%, boxType%)
  15. DECLARE SUB WindowDrawLine (wind%, row%, char$)
  16. DECLARE SUB WindowCtrlKey (keyNumber%, ctrlKey$)
  17. DECLARE SUB WindowOff (wind%)
  18. DECLARE SUB WindowOn (wind%)
  19. DECLARE SUB WindowPaint (left%, right%, top%, bottom%, shad%, boxType%)
  20. DECLARE SUB WindowPrint (wind%, row%, col%, text$, style%)
  21. DECLARE SUB WindowSoundSet (SoundNum%, SoundLength%)
  22. DECLARE SUB WindowToPull (onOff%)
  23.  
  24. '============================================================================
  25.  
  26. DECLARE FUNCTION ButtonGet% (button%)
  27. DECLARE FUNCTION EditFieldGet$ (fld%)
  28. DECLARE FUNCTION WindowEvent% (switch%)
  29.  
  30. '============================================================================
  31.  
  32.