BSize class definition and related enum definition. More...
Classes | |
| class | BSize |
| A two-dimensional size. More... | |
Variables | |
| const float | B_SIZE_UNLIMITED = 1024 * 1024 * 1024 |
| const float | B_SIZE_UNSET = -2 |
BSize class definition and related enum definition.
| B_SIZE_UNLIMITED = 1024 * 1024 * 1024 |
The largest possible size value.
| B_SIZE_UNSET = -2 |
A placeholder size value. Controls that are passed this value will create their own sizing.
Referenced by BSize::IsHeightSet(), and BSize::IsWidthSet().