|
mGNCS API Reference
v1.5.0
A new control set and a new framework for MiniGUI apps
|
Data Structures | |
| struct | _NCS_INVSB_CREATE_INFO |
Typedefs | |
| typedef struct _NCS_INVSB_CREATE_INFO | NCS_INVSB_CREATE_INFO |
Functions | |
| MGNCS_EXPORT mInvsbComp * | ncsCreateInvsbComp (const char *class_name, mComponent *parent, int id, NCS_PROP_ENTRY *props, NCS_EVENT_HANDLER *handlers, DWORD user_data) |
| create an Invisible Component More... | |
| MGNCS_EXPORT mInvsbComp * | ncsCreateInvsbCompIndirect (const char *class_name, NCS_INVSB_CREATE_INFO *create_info) |
| create an Invisible Component from creating info More... | |
| typedef struct _NCS_INVSB_CREATE_INFO NCS_INVSB_CREATE_INFO |
A struct include Invisible Component Create info
| mInvsbComp * ncsCreateInvsbComp | ( | const char * | class_name, |
| mComponent * | parent, | ||
| int | id, | ||
| NCS_PROP_ENTRY * | props, | ||
| NCS_EVENT_HANDLER * | handlers, | ||
| DWORD | user_data | ||
| ) |
create an Invisible Component
| class_name | the class name of Invisible Component |
| parent | the parent of creating Invisible Component |
| id | the id of Invisible Component |
| props | the properties array of Invisible Component |
| handlers | the event handler array of Invisible Component |
| user_data | user data |
| mInvsbComp * ncsCreateInvsbCompIndirect | ( | const char * | class_name, |
| NCS_INVSB_CREATE_INFO * | create_info | ||
| ) |
create an Invisible Component from creating info
| class_name | the class name of Invisible Component |
| create_info | the creating information pointer |
1.8.17