forked from pyrite-dev/milsko
some fix
This commit is contained in:
parent
1f232522b7
commit
9bfa4f4092
6 changed files with 189 additions and 29 deletions
|
|
@ -18,6 +18,17 @@ extern "C" {
|
|||
*/
|
||||
MWDECL MwClass MwSubWindowClass;
|
||||
|
||||
/*!
|
||||
* @brief Get parent widget where widgets should be placed
|
||||
* @param handle Widget
|
||||
* @return Widget
|
||||
*/
|
||||
MwInline MwWidget MwSubWindowGetFrame(MwWidget handle) {
|
||||
MwWidget out;
|
||||
MwVaWidgetExecute(handle, "mwSubWindowGetFrame", &out);
|
||||
return out;
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue