fluid.size_lock

Undocumented in source.

Members

Aliases

sizeLock
alias sizeLock(alias T) = simpleConstructor!(SizeLock, T)
SizeLock
class SizeLock(T : Node)

sizeLock "locks" a node, restricting space avilable to it, and making it fill the space, if possible.

Classes

Functions

sizeLimit
SizeLimit sizeLimit(size_t x, size_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
sizeLimitX
SizeLimit sizeLimitX(size_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
sizeLimitY
SizeLimit sizeLimitY(size_t y)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

SizeLimit
struct SizeLimit
Undocumented in source.

Meta