mButtonGroupClass Struct Reference
[mButtonGroup]
struct of mButtonGroupClass control, derived from mGroupBoxClass
More...
#include <mbuttongroup.h>
Detailed Description
struct of mButtonGroupClass control, derived from mGroupBoxClass
- BOOL (*addButton)(clsName *group, mWidget *button);
add a button to the list
- Parameters:
-
| *group | - pointer of the mButtonGroup |
| *button | - pointer of the button to add |
- Returns:
- TRUE - button added, FALSE - failed to add button
- BOOL (*checkBtn)(clsName *group, mWidget *btn_to_check);
change the check state of button - Parameters:
-
| *group | - the pointer of button group |
| *btn_to_check | - the pointer of button |
- Returns:
- TRUE - button checked, FALSE - fail to check button:w
The documentation for this struct was generated from the following file: