glui.size_lock

Undocumented in source.

Members

Aliases

sizeLock
alias sizeLock(alias T) = simpleConstructor!(GluiSizeLock, T)

Create a size-locked node

Classes

GluiSizeLock
class GluiSizeLock(T : GluiNode)

Limit the size of a given node (as if imposed by parent) while attempting to copy the behavior of a fill-aligned node.

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