4D WindowPack package

External modules for 4D.
User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
4D WindowPack package

Post by Info-Mac » May 4th, 1993, 9:00 am

Download: http://archive.info-mac.org/dev/db/a4d/ ... ck-ext.hqx

To: [email protected]
X-VMS-To: IN%"[email protected]"

WindowPack
WindowPack lets you directly manipulate windows from 4th dimension procedures. Warning You can manipulate windows which belong to applications other than 4th dimension if you are not careful. Follow the examples and instructions to make sure you get
Externals included in WindowPack
GetWRef Longint
HideW(Longint)
ShowW(Longint)
SetWTitle(Longint;String)
GetWTitlt(Longint;String)
TopWPos(Longint;Longint)
SelectW(Longint)
ResizeW(Longint;Longint)
MoveW(Longint;Longint)
Post Reply