File: exE4.block

package info (click to toggle)
msc-generator 8.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180,484 kB
  • sloc: cpp: 129,931; yacc: 23,655; ansic: 7,464; sh: 5,026; makefile: 948
file content (15 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
##Block alignment
##block alignment left right top bottom
##Use the 'top', 'bottom', 'left' and 'right' attributes to align a block's side to the side of another block.##The 'use col;' line applies the 'col' style to the running style, which makes blocks be laid out to-to-bottom instead of left-to-right.
use col; 
row {
    box A: Alpha;
    box B: Beta;
    box C: Gamma;
}
row {
    box M [left=A];
    box N;
    box O [right=C];
}