nw::lyt::res::Lyt Structure

Syntax

struct Lyt
{
   ut::BinaryFileHeader fileHeader;
};

Description

Layout resource file header.

res::FILESIGNATURE_CLYT is specified for kind in fileHeader.

A combination of the following data blocks follows this structure.

Layout
FontList
TextureList
MaterialList
ExtUserDataList
PaneBegin
PaneEnd
Pane
Picture
TextBox
Window
Bounding
GroupBegin
GroupEnd
Group

Member Variables

fileHeader ut::BinaryFileHeader The file header.

Revision History

2010/01/26
Initial version.

CONFIDENTIAL