add MwNiconPixmap to frame and MwTabFocus
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
3d6e08541a
commit
9e165b71d4
5 changed files with 147 additions and 20 deletions
|
|
@ -42,6 +42,16 @@ MwInline MwWidget MwTabGetFrame(MwWidget handle, const char* name) {
|
|||
return out;
|
||||
}
|
||||
|
||||
/*!
|
||||
* @brief Focus on a tab frame
|
||||
* @param handle Widget
|
||||
* @param name Tab name
|
||||
* @return Frame
|
||||
*/
|
||||
MwInline void MwTabFocus(MwWidget handle, const char* name) {
|
||||
MwVaWidgetExecute(handle, "mwTabFocus", NULL, name);
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue