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

#include <mwidget.h>

Data Fields

const char * className
 
NCS_CREATE_INFO * create_info
 

Detailed Description

A struct wrap the NCS_CREATE_INFO

Note
only allowed using in ncsCreateMainWindow Don't use it directly
See also
NCS_CREATE_INFO, ncsCreateMainWindow , ncsCreateMainWindowIndirect

Definition at line 1013 of file mwidget.h.

Field Documentation

const char* className

The class name of a mMainWnd or its child class

Note
if className is NULL or an invalidate class name ncsCreateMainWindow and ncsCreateMainWindowIndirect use NCSCTRL_MAINWND replaced
See also
NCSCTRL_MAINWND

Definition at line 1023 of file mwidget.h.

NCS_CREATE_INFO* create_info

NCS_CREATE_INFO pointer

Definition at line 1027 of file mwidget.h.


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