home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MAGAZINE
/
MISC
/
PCTV2N1.ZIP
/
ADDABOUT.TXT
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1990-11-20
|
344 b
|
11 lines
/*append the separator and the choice Restore All
to the system menu */
Def addAbout(self | hMenu)
{
addAbout(self:ancestor); /*current ancestor is the Window class*/
hMenu := Call GetSystemMenu(hWnd, 0);
Call AppendMenu(hMenu, MF_SEPARATOR, 0, 0);
Call AppendMenu(hMenu, 0, 0xF220, asciiz("Restore &All"))
}