forked from pyrite-dev/milsko
add MwReparent
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@726 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
45c8395839
commit
d7325cd228
6 changed files with 55 additions and 32 deletions
|
|
@ -300,6 +300,13 @@ MWDECL MwWidget MwGetParent(MwWidget handle);
|
|||
*/
|
||||
MWDECL void MwShow(MwWidget handle, int toggle);
|
||||
|
||||
/*!
|
||||
* @brief Reparents widget
|
||||
* @param handle Widget
|
||||
* @param new_parent New parent
|
||||
*/
|
||||
MWDECL void MwReparent(MwWidget handle, MwWidget new_parent);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue