mGUtils API Reference  v1.2.0
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 1483 of file mgutils.h.

Field Documentation

DWORD color

The normal text color.

Definition at line 1489 of file mgutils.h.

DWORD color_click

The click text color.

Definition at line 1493 of file mgutils.h.

DWORD color_focus

The focus text color.

Definition at line 1491 of file mgutils.h.

int font_index

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

Definition at line 1495 of file mgutils.h.

char* label

The label string.

Definition at line 1486 of file mgutils.h.


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