mGUtils API Reference  v1.2.2
A component of MiniGUI providing users with a number of common dialog templates
Data Fields
si_nrmlabel_s Struct Reference

#include <mgutils.h>

Data Fields

char * label
 
DWORD color
 
DWORD color_focus
 
DWORD color_click
 
int font_index
 

Detailed Description

Normal label item info structure

Definition at line 1495 of file mgutils.h.

Field Documentation

◆ color

DWORD color

The normal text color.

Definition at line 1501 of file mgutils.h.

◆ color_click

DWORD color_click

The click text color.

Definition at line 1505 of file mgutils.h.

◆ color_focus

DWORD color_focus

The focus text color.

Definition at line 1503 of file mgutils.h.

◆ font_index

int font_index

The index of the logical font in the skin fonts array.

Definition at line 1507 of file mgutils.h.

◆ label

char* label

The label string.

Definition at line 1498 of file mgutils.h.


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