|
mGNCS API Reference
v1.2.0
A new control set and a new framework for MiniGUI apps
|
#include <mwidget.h>
Data Fields | |
| const char * | class_name |
| intptr_t | id |
| int | x |
| DWORD | style |
| DWORD | ex_style |
| const char * | caption |
| NCS_PROP_ENTRY * | props |
A struct include all the creating info, used by ncsCreateWindowIndirect
| const char* caption |
The caption of mWidget, ignored if class_name is a mInvsbComp
| const char* class_name |
The class name of mComponent, must be registered by ncsRegisterComponent
| DWORD ex_style |
The extend style of mWidget, ignored if class_name is a mInvsbComp
| NCS_PROP_ENTRY* props |
| DWORD style |
The style of mWidget, ignored if class_name is a mInvsbComp
| int x |
The Location and Size of mWidget, ignored if class_name is a mInvsbComp
1.8.11