| DirectFB Reference Manual | ||
| |||
Destroys the window and sends a destruction message.
| Destroy ( | ||
| IDirectFBWindow | *thiz | |
| ); | ||
This function sends a message of type DWET_DESTROY to the window after removing it from the window stack and freeing its data. Some functions called from this interface will return DFB_DESTROYED after that.
| (C) Copyright by convergence GmbH |
|