!MSBOXX.DEF [105] - Symbol definitions for MSBOXX.SBR !-------------------.-------------------.-------------------.-------------------. !EDIT HISTORY ! VEDIT=105 ! Note: history reformatted 9-Feb-17 ! [105] 04-Apr-11 / jdm / Add BOX_PAR ! [104] 25-Sep-07 / jdm / remove map1 statements ! [103] 18-Jul-07 / jdm / Change BXE'xxx to BXE_xxx ! [102] 01-Oct-05 / jdm / Created from MSBOXX.BSI ! [101] 03-Feb-04 / jdm / Added BOX'SBU, BOX'SBD, BOX'SRF, BOX'WIN; increase ! BOXCOD size !------------------.-------------------.-------------------.-------------------. !map1 MSBOXX'BOXCOD ! Opcodes (BOXCOD) define BOX_ERA = 1 ! erase (clear) box interior define BOX_BDR = 2 ! draw border around box define BOX_SVA = 4 ! save box area define BOX_RSA = 8 ! restore box area define BOX_COF = 16 ! leave cursor off define BOX_REV = 32 ! make box reverse define BOX_FAO = 64 ! field attributes off define BOX_CHK = 128 ! check if tracking supported define BOX_PSA = 256 ! Pop saved area define BOX_RND = 512 ! Rounded corners (not yet imp.) define BOX_MAP = 1024 ! Retrieve map of screen define BOX_PRT = 2048 ! Retrieve printable map of screen define BOX_ATR = 4096 ! Save/Restore screen attribute ! context along with box define BOX_HLI = 8192 ! horizontal line define BOX_VLI = 16384 ! vertical line define BOX_DBL = 32768 ! double line define BOX_SBU = 65536 ! [101] scroll box up one line define BOX_SBD = 131072 ! [101] scroll box down one line define BOX_SRF = 262144 ! [101] draw line with serifs define BOX_WIN = 524288 ! [101] Windows GUI box define BOX_PAR = 1048576 ! [104] make BOX_WIN act as parent !map1 MSBOXX'BOXSTS ! Returned status (BOXSTS) define BXE_OK = 0 ! ok define BXE_SAF = 1 ! save or restore area failure define BXE_NSA = 2 ! no box to pop define BXE_CUT = 3 ! screen map had to be truncated define BXE_TNE = 4 ! tracking not enabled (on picture) !end of MSBOXX.DEF ---------------------------------------------------------