[Next] [Previous] [Up] [Top] [Contents] [Index]

Chapter 12. Windows in PsyScope

12.3 Registration


A window registers itself by calling RegisterWindow(), passing in the windopw pointer and a pointer to a filled-in WindowProcRec structure.

Just before the window is closed, it should remove its registration with DeregisterWindow(), passing in the window pointer.

The WindowProcRec of a window may be obtained by calling WindowProcs(), passing in the window pointer.


PSYX Programmer's Manual - 24 AUG 95
[Next] [Previous] [Up] [Top] [Contents] [Index]

Generated with CERN WebMaker