mButtonClass Struct Reference
[mButton]
button struct of button control, derived from mWidgetClass
More...
#include <mbutton.h>
Detailed Description
button struct of button control, derived from mWidgetClass
- See also:
- mWidgetClass
- mObject * (*createContent)( clsName *self, DWORD dwStyle);
create button content based on button style
- Parameters:
-
| *self | - this pointer of button |
| dwStyle | - the style of button |
- Returns:
- mObject * the button content
- mObject * (*createButtonBody)( clsName *self, DWORD dwStyle, mObject * content);
create button body - Parameters:
-
| *self | - this pointer of button |
| dwStyle | - the style of button |
| *content | - the content of button |
- Returns:
- mObject * the button body
The documentation for this struct was generated from the following file: