home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
WINDOWS
/
MISC
/
F4W3API.ZIP
/
F4W3API.KIT
/
WINDEV
/
FORTRAN
/
FWCLOCK
/
DOWNTOOL.FOR
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-11-09
|
497 b
|
24 lines
$DEFINE GDI
$DEFINE USER
INCLUDE 'WINDOWS.FI'
SUBROUTINE DOWN_TOOLS
IMPLICIT NONE
C
C Author : Kevin B Black
C Date written : 23-Oct-1991
C Abtract :
C
C DELETE DRAWING TOOLS
C
C This subroutine deletes the general drawing tools
C
INCLUDE 'WINDOWS.FD'
INCLUDE 'FWCLOCK.FD'
C
WSTATUS=DeleteObject(FBRUSH)
WSTATUS=DeleteObject(BBRUSH)
WSTATUS=DeleteObject(FPEN)
WSTATUS=DeleteObject(BPEN)
RETURN
END