nw::lyt::WindowFrameSize Structure

Syntax

struct WindowFrameSize
{
   ut::ResF32 l;
   ut::ResF32 r;
   ut::ResF32 t;
   ut::ResF32 b;
};

Description

The structure that holds the size of the window pane's frame.

Member Variables

l The left-side frame width.
r The right-side frame width.
t The top-side frame height.
b The bottom-side frame height.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL