sizeLock

A node builder that constructs a SizeLock node. sizeLock can be used with other node builders, for example sizeLock!vframe() will use a vertical frame as its base, while sizeLock!hframe() will use a horizontal frame.

@safe
alias sizeLock(alias T) = simpleConstructor!(SizeLock, T)

Meta