implement status messages

This commit is contained in:
Eduardo Bart
2011-08-30 12:12:57 -03:00
parent 4d90b674ac
commit 27ccb472d2
9 changed files with 57 additions and 14 deletions

View File

@@ -76,6 +76,8 @@ void UIWidget::destroy()
// remove itself from parent
if(UIWidgetPtr parent = getParent())
parent->removeChild(asUIWidget());
setVisible(false);
setEnabled(false);
}
void UIWidget::render()