home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windoware
/
WINDOWARE_1_6.iso
/
source
/
win-fort
/
downtool.for
< prev
next >
Wrap
Text File
|
1991-11-09
|
497b
|
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