mWidgetClass Struct Reference
[mWidget]
the VTable of mWidget, drived from mComponentClass
More...
#include <mwidget.h>
Detailed Description
the VTable of mWidget, drived from mComponentClass
private function, only used by GUI BUIlDER
- DWORD dlgCode
The Dialog Code of this widget, return When the widget recieve the message MSG_GETDLGCODE
- int wndProc (mWidgetClass *self, int message, WPARAM wParam, LPARAM lParam);
The Window Proc which is used to dispatch message - Parameters:
-
| self | - this pointer |
| message | - the code of message |
| wParam | - the wparam of message |
| lParam | - the lParam of message |
- Returns:
- int, by message
- BOOL callUserHandler (mWidget *self, void *handler, \ int message, WPARAM wParam, LPARAM lParam, int *pRet);
call the user defined handlers, PRIVATE METHOD - Parameters:
-
| handler | - the handler defined by user |
| message | - the message processing |
| wParam | - the wParam of message |
| lParam | - the lParam of message |
| pret | - the pointer of return code, OUT Params |
- Returns:
- BOOL - continue the default processing (TRUE) or return directly (FALSE)
The documentation for this struct was generated from the following file: