CloseReq is a close request, triggered either by OS or user call (e.g., via Close menu action) -- calls function previously registered by SetCloseReqFunc, which is then solely responsible for actually calling Close.
()
| 151 | // SetCloseReqFunc, which is then solely responsible for actually calling |
| 152 | // Close. |
| 153 | CloseReq() |
| 154 | |
| 155 | // CloseClean calls the function setup in SetCloseCleanFunc and does other |
| 156 | // window cleanup -- called on way to closing. |
no outgoing calls
no test coverage detected