Remove a currently active requester.
Source position: intuition.pas line 4100
procedure EndRequest( |
requester: pRequester; |
window: pWindow |
); |
requester |
|
A pointer to the requester to be removed |
window |
|
A pointer to the Window structure with which this requester is associated |
Ends the request by erasing the requester and decoupling it from the window.
Note that this doesn't necessarily clear all requesters from the window, only the specified one. If the window labors under other requesters, they will remain in the window.
|
Initialize a Requester structure. |
|
|
Activate a requester. |