introduce MwFreeWidget
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
3779b2e0db
commit
4bf321f3a2
6 changed files with 47 additions and 6 deletions
|
|
@ -375,6 +375,14 @@ MWDECL void MWAPI MwSetUser(MwWidget handle, void* user);
|
|||
*/
|
||||
MWDECL void* MWAPI MwGetUser(MwWidget handle);
|
||||
|
||||
/*!
|
||||
* @brief Free the widget
|
||||
* @param handle Widget
|
||||
* @warning This is used internally!
|
||||
* @note You can call this on toplevel widget safely if you're sure no event loops will be ran, e.g. after `MwLoop`.
|
||||
*/
|
||||
MWDECL void MWAPI MwFreeWidget(MwWidget handle);
|
||||
|
||||
#ifdef _MILSKO
|
||||
MWDECL void MwForceRender_Internal(MwWidget handle);
|
||||
MWDECL void MwForceRender2_Internal(MwWidget handle, void* ptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue