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

#include <mgutils.h>

Data Fields

char * name
 
DWORD style
 
const BITMAP * bmps
 
const LOGFONT * fonts
 
int bk_bmp_index
 
int nr_items
 
skin_item_titems
 
DWORD attached
 

Detailed Description

Skin header information structure

Definition at line 1657 of file mgutils.h.

Field Documentation

◆ attached

DWORD attached

The attached private data with the skin by application.

Definition at line 1683 of file mgutils.h.

◆ bk_bmp_index

int bk_bmp_index

The index of the background bitmap in the bitmap array.

Definition at line 1675 of file mgutils.h.

◆ bmps

const BITMAP* bmps

The pointer to the array of the bitmaps used by the skin.

Definition at line 1670 of file mgutils.h.

◆ fonts

const LOGFONT* fonts

The pointer to the array of the logical fonts used by the skin.

Definition at line 1672 of file mgutils.h.

◆ items

skin_item_t* items

The pointer to the array of skin items.

Definition at line 1680 of file mgutils.h.

◆ name

char* name

The name of the skin.

Definition at line 1660 of file mgutils.h.

◆ nr_items

int nr_items

The number of the items in this skin.

Definition at line 1678 of file mgutils.h.

◆ style

DWORD style

The style of the skin, can be OR'ed by the following values:

  • SKIN_STYLE_TOOLTIP The skin has tooltip window.

Definition at line 1667 of file mgutils.h.


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