MiniGUI API Reference (MiniGUI-Processes)  v4.0.4
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields

#include <minigui.h>

Data Fields

char name [LEN_LAYER_NAME+1]
 
DWORD dwAddData
 
MG_Clientcli_head
 
MG_Clientcli_active
 
struct _MG_Layernext
 
struct _MG_Layerprev
 
void * zorder_info
 
int zorder_shmid
 

Detailed Description

Layer information.

Definition at line 193 of file minigui.h.

Field Documentation

◆ cli_active

MG_Client* cli_active

The pointer to the active client on the layer.

Definition at line 204 of file minigui.h.

◆ cli_head

MG_Client* cli_head

The pointer to the list of clients in the layer.

Definition at line 202 of file minigui.h.

◆ dwAddData

DWORD dwAddData

The pointer to the active client on the layer.

Definition at line 199 of file minigui.h.

◆ name

char name[LEN_LAYER_NAME+1]

The name of the layer.

Definition at line 196 of file minigui.h.

◆ next

struct _MG_Layer* next

The pointer to the next layer.

Definition at line 207 of file minigui.h.

◆ prev

struct _MG_Layer* prev

The pointer to the previous layer.

Definition at line 209 of file minigui.h.

◆ zorder_info

void* zorder_info

Internal field.

Definition at line 212 of file minigui.h.

◆ zorder_shmid

int zorder_shmid

Internal field.

Definition at line 214 of file minigui.h.


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