This commit is contained in:
2018-07-31 10:50:06 -04:00
parent c040135305
commit 58fa6f0503
45 changed files with 504 additions and 295 deletions
@@ -41,12 +41,12 @@ void cTextButton::setTextSize(const unsigned long int size)
}
///Gets
const cString cTextButton::getText() const
const cString& cTextButton::getText() const
{
return m_label.getText();
}
const GUIHelpers::RGBA cTextButton::getTextColour()
const GUIHelpers::RGBA& cTextButton::getTextColour()
{
return m_label.getFontColour();
}
@@ -61,6 +61,7 @@ const unsigned long int cTextButton::getTextSize()
return GUIHelpers::eType::CTEXTBUTTON;
}
/// Private
void CreateLabel()
{}