Frame
Attribute list for frames
Flags
Horizontal
Makes the frame split horizontally (can be combined with Vertical)
frame [Horizontal] { // makes it split on the X axis
// sections
}
Vertical
Makes the frame split vertically (can be combined with Horizontal)
frame [Vertical] { // makes it split on the Y axis
// sections
}
Last updated