MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
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 308 of file minigui.h.

Field Documentation

◆ cli_active

MG_Client* cli_active

The pointer to the active client on the layer.

Definition at line 319 of file minigui.h.

◆ cli_head

MG_Client* cli_head

The pointer to the list of clients in the layer.

Definition at line 317 of file minigui.h.

◆ dwAddData

DWORD dwAddData

The additional data for the layer; reserved for the server.

Definition at line 314 of file minigui.h.

◆ name

char name[LEN_LAYER_NAME+1]

The name of the layer.

Definition at line 311 of file minigui.h.

◆ next

struct _MG_Layer* next

The pointer to the next layer.

Definition at line 322 of file minigui.h.

◆ prev

struct _MG_Layer* prev

The pointer to the previous layer.

Definition at line 324 of file minigui.h.

◆ zorder_info

void* zorder_info

Internal field.

Definition at line 327 of file minigui.h.

◆ zorder_shmid

int zorder_shmid

Internal field.

Definition at line 329 of file minigui.h.


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