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

#include <mwidget.h>

Data Fields

const char * glb_rdr
 
const char * ctl_rdr
 
NCS_RDR_ELEMENTelements
 

Detailed Description

A struct used to include all the renderer info when create a widget

See also
NCS_CREATE_INFO, NCS_MAIN_CREATE_INFO, NCS_WND_TEMPLATE, NCS_MNWND_TEMPLATE

Definition at line 879 of file mwidget.h.

Field Documentation

const char* ctl_rdr

The control renderer, defined by NCS

Definition at line 887 of file mwidget.h.

NCS_RDR_ELEMENT* elements

The Renderer element array, end by { -1, 0}

Definition at line 891 of file mwidget.h.

const char* glb_rdr

The global renderer, the minigui 3.0 defined renderer

Definition at line 883 of file mwidget.h.


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