ManaPlus
Enumerations
LayoutType Namespace Reference

Enumerations

enum  Type { DEF = -42 , SET = -43 , ADD = -44 }
 

Enumeration Type Documentation

◆ 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.

36  {
37  DEF = -42,
38  SET = -43,
39  ADD = -44
40  };