mGNCS API Reference  v1.5.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 1092 of file mwidget.h.

Field Documentation

◆ caption

const char* caption

The caption of mWidget, ignored if class_name is a mInvsbComp

Definition at line 1118 of file mwidget.h.

◆ class_name

const char* class_name

The class name of mComponent, must be registered by ncsRegisterComponent

Note
support mInvsbComp class

Definition at line 1098 of file mwidget.h.

◆ ex_style

DWORD ex_style

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

Definition at line 1114 of file mwidget.h.

◆ id

intptr_t id

The id of commponet

Definition at line 1102 of file mwidget.h.

◆ props

Same as NCS_CREATE_INFO

See also
NCS_CREATE_INFO

Definition at line 1126 of file mwidget.h.

◆ style

DWORD style

The style of mWidget, ignored if class_name is a mInvsbComp

Definition at line 1110 of file mwidget.h.

◆ x

int x

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

Definition at line 1106 of file mwidget.h.


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