MiniGUI API Reference (MiniGUI-Processes)  v3.2.0
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 182 of file minigui.h.

Field Documentation

MG_Client* cli_active

The pointer to the active client on the layer.

Definition at line 193 of file minigui.h.

MG_Client* cli_head

The pointer to the list of clients in the layer.

Definition at line 191 of file minigui.h.

DWORD dwAddData

The pointer to the active client on the layer.

Definition at line 188 of file minigui.h.

char name[LEN_LAYER_NAME+1]

The name of the layer.

Definition at line 185 of file minigui.h.

struct _MG_Layer* next

The pointer to the next layer.

Definition at line 196 of file minigui.h.

struct _MG_Layer* prev

The pointer to the previous layer.

Definition at line 198 of file minigui.h.

void* zorder_info

Internal field.

Definition at line 201 of file minigui.h.

int zorder_shmid

Internal field.

Definition at line 203 of file minigui.h.


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