ManaPlus
|
Enumerations | |
enum | Type { DEF = -42 , SET = -43 , ADD = -44 } |
enum LayoutType::Type |
When the minimum size of the layout is less than the available size, the remaining pixels are equally split amongst the FILL items.
Enumerator | |
---|---|
DEF | Default value, behaves like AUTO_ADD. |
SET | Uses the share as the new size. |
ADD | Adds the share to the current size. |
Definition at line 35 of file layouttype.h.