mGNCS API Reference
v1.2.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 128 of file minvisible-component.h.
NCS_EVENT_HANDLER* handlers |
The event handlers array
Definition at line 148 of file minvisible-component.h.
int id |
The id of component
Definition at line 136 of file minvisible-component.h.
mComponent* parent |
The parent Component
Definition at line 132 of file minvisible-component.h.
NCS_PROP_ENTRY* props |
The property of Component
Definition at line 142 of file minvisible-component.h.
DWORD user_data |
Use defined data
Definition at line 153 of file minvisible-component.h.