home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
progasic
/
coditqb2
/
ciwind1.bi
< prev
next >
Wrap
Text File
|
1991-05-13
|
1KB
|
30 lines
'============================================================================
'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%)
'============================================================================