Showing changes from revision #4 to #5:
Added | Removed | Changed
Exit | |
---|---|
Block | |
+0 | Window handle |
This code is returned from Wimp_Poll and indicates that a window needs to be closed.
To close a window, an application should call Wimp_CloseWindow.
Any panes associated with a window will need to be closed individually.
Windows used to edit documents that had the close clicked using the adjust mouse button, should open the filer window where the document is stored. To identify which mouse button was clicked, Wimp_GetPointerInfo should be called.