Chapter 12. Windows in PsyScope
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.
Generated with CERN WebMaker