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 ut::ResF32 The left-side frame width.
r ut::ResF32 The right-side frame width.
t ut::ResF32 The top-side frame height.
b ut::ResF32 The bottom-side frame height.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL