Added isConstant to AbsoluteOrRelativeValue
parent
129e2b7b86
commit
f9af46bba4
|
@ -116,6 +116,17 @@ namespace tgui
|
|||
}
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief Returns whether the value is constant or a ratio
|
||||
///
|
||||
/// @return Does the value contain a constant?
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
TGUI_CONSTEXPR bool isConstant() const
|
||||
{
|
||||
return m_constant;
|
||||
}
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/// @internal
|
||||
/// @brief Update the size to which the value depends on if the value is relative
|
||||
|
|
Loading…
Reference in New Issue