libcommon|Added: Menu object flags for fixed position and layout offset
The MNF_POSITION_FIXED flag causes the dynamic layout algorithm toskip the object and just apply the predefined fixed position for it.
The MNF_LAYOUT_OFFSET flag causes the dynamic layout algorithm toapply an extra offset to the dynamic layout origin when it encounters theobject.
View differences
libcommon|Added: Menu object flags for fixed position and layout offset
The MNF_POSITION_FIXED flag causes the dynamic layout algorithm to
skip the object and just apply the predefined fixed position for it.
The MNF_LAYOUT_OFFSET flag causes the dynamic layout algorithm to
apply an extra offset to the dynamic layout origin when it encounters the
object.