add MwGetName
This commit is contained in:
parent
e397f40485
commit
2782277d06
2 changed files with 11 additions and 0 deletions
|
|
@ -315,6 +315,13 @@ MWDECL void MwReparent(MwWidget handle, MwWidget new_parent);
|
|||
*/
|
||||
MWDECL MwClass MwGetClass(MwWidget handle);
|
||||
|
||||
/*!
|
||||
* @brief Gets name of widget
|
||||
* @param handle Widget
|
||||
* @return Name
|
||||
*/
|
||||
MWDECL const char* MwGetName(MwWidget handle);
|
||||
|
||||
/*!
|
||||
* @brief Gets children of widget
|
||||
* @param handle Widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue