|
mGNCS API Reference
v1.5.0
A new control set and a new framework for MiniGUI apps
|
#include <minvisible-component.h>
Data Fields | |
| mComponent * | parent |
| int | id |
| NCS_PROP_ENTRY * | props |
| NCS_EVENT_HANDLER * | handlers |
| DWORD | user_data |
A struct include Invisible Component Create info
Definition at line 140 of file minvisible-component.h.
| NCS_EVENT_HANDLER* handlers |
The event handlers array
Definition at line 160 of file minvisible-component.h.
| int id |
The id of component
Definition at line 148 of file minvisible-component.h.
| mComponent* parent |
The parent Component
Definition at line 144 of file minvisible-component.h.
| NCS_PROP_ENTRY* props |
The property of Component
Definition at line 154 of file minvisible-component.h.
| DWORD user_data |
Use defined data
Definition at line 165 of file minvisible-component.h.
1.8.17