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

Field Documentation

◆ ctl_rdr

const char* ctl_rdr

The control renderer, defined by NCS

Definition at line 899 of file mwidget.h.

◆ elements

NCS_RDR_ELEMENT* elements

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

Definition at line 903 of file mwidget.h.

◆ glb_rdr

const char* glb_rdr

The global renderer, the minigui 3.0 defined renderer

Definition at line 895 of file mwidget.h.


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