GluiSizeLock

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

Constructors

this
this(BasicNodeParam!i params, SizeLimit limit, T args)
Undocumented in source.

Members

Functions

resizeImpl
void resizeImpl(Vector2 space)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin DefineStyles
Undocumented in source.

Variables

limit
SizeLimit limit;

The maximum size of this node. If a value is 0, it will not be limited.

Mixed In Members

From mixin DefineStyles

reloadStylesImpl
void reloadStylesImpl()
Undocumented in source. Be warned that the author may not have intended to support it.
loadDefaultStyles
void loadDefaultStyles()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta