Loading...
Searching...
No Matches
Public Attributes | List of all members
BTwoDimensionalLayout::Dimensions Struct Reference

Used by BTwoDimensionalLayout derived classes to communicate the positioning and size of a BLayoutItem, in terms of columns and rows to the BTwoDimensionalLayout class. More...

Public Attributes

int32 height
 The number of rows the layout item spans.
 
int32 width
 The number of columns the layout item spans.
 
int32 x
 The column of the layout item.
 
int32 y
 The row of the layout item.
 

Detailed Description

Used by BTwoDimensionalLayout derived classes to communicate the positioning and size of a BLayoutItem, in terms of columns and rows to the BTwoDimensionalLayout class.

Since
Haiku R1