| Reference Manual - 1.0.1 | ||
| |||
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.
这个函数发送发一个type DWET_DESTROY 信息到window之后移除这个window和free掉这些数据.有很多函数通过这个接口信息返回DFB_DESTROYED 之后.
| This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License |