home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MAGAZINE
/
MISC
/
PCTV1N6.ZIP
/
SHOWSHAD.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1990-09-06
|
345 b
|
15 lines
/* Attach and display a shadow border on a VV Designer form */
/* Caution: call this function only from a begin-form function */
int FASTCALL show_shad(fmp)
FORMPTR fmp;
{
if(fmp->wnp->shadp == (PTR)NULLP) {
sw_shad(TRANSPARENT, LSHADOW, BOTTOMRIGHT, fmp->wnp);
shad_up(fmp->wnp);
}
return(TRUE);
}