Pre-resize fillparent
This commit is contained in:
@@ -24,7 +24,7 @@ void cTextButton::Create(cWindow* parent, const signed int id, const cString& te
|
||||
setText(text);
|
||||
}
|
||||
|
||||
//Sets
|
||||
/// Sets
|
||||
void cTextButton::setText(const cString& text)
|
||||
{
|
||||
m_label.setText(text);
|
||||
@@ -40,7 +40,7 @@ void cTextButton::setTextSize(const unsigned long int size)
|
||||
m_label.setSize(size);
|
||||
}
|
||||
|
||||
///Gets
|
||||
/// Gets
|
||||
const cString& cTextButton::getText() const
|
||||
{
|
||||
return m_label.getText();
|
||||
|
||||
Reference in New Issue
Block a user