mGNCS API Reference  v1.2.0
A new control set and a new framework for MiniGUI apps
Data Fields
_NCS_WND_TEMPLATE Struct Reference

#include <mwidget.h>

Data Fields

const char * class_name
 
intptr_t id
 
int x
 
DWORD style
 
DWORD ex_style
 
const char * caption
 
NCS_PROP_ENTRYprops
 

Detailed Description

A struct include all the creating info, used by ncsCreateWindowIndirect

See also
NCS_CREATE_INFO

Definition at line 1080 of file mwidget.h.

Field Documentation

const char* caption

The caption of mWidget, ignored if class_name is a mInvsbComp

Definition at line 1106 of file mwidget.h.

const char* class_name

The class name of mComponent, must be registered by ncsRegisterComponent

Note
support mInvsbComp class

Definition at line 1086 of file mwidget.h.

DWORD ex_style

The extend style of mWidget, ignored if class_name is a mInvsbComp

Definition at line 1102 of file mwidget.h.

intptr_t id

The id of commponet

Definition at line 1090 of file mwidget.h.

Same as NCS_CREATE_INFO

See also
NCS_CREATE_INFO

Definition at line 1114 of file mwidget.h.

DWORD style

The style of mWidget, ignored if class_name is a mInvsbComp

Definition at line 1098 of file mwidget.h.

int x

The Location and Size of mWidget, ignored if class_name is a mInvsbComp

Definition at line 1094 of file mwidget.h.


The documentation for this struct was generated from the following file: