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

Field Documentation

DWORD attached

The attached private data with the skin by application.

Definition at line 1671 of file mgutils.h.

int bk_bmp_index

The index of the background bitmap in the bitmap array.

Definition at line 1663 of file mgutils.h.

const BITMAP* bmps

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

Definition at line 1658 of file mgutils.h.

const LOGFONT* fonts

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

Definition at line 1660 of file mgutils.h.

skin_item_t* items

The pointer to the array of skin items.

Definition at line 1668 of file mgutils.h.

char* name

The name of the skin.

Definition at line 1648 of file mgutils.h.

int nr_items

The number of the items in this skin.

Definition at line 1666 of file mgutils.h.

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 1655 of file mgutils.h.


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