Added cUISpinBox control to the UI.

Added events when a value in a control change ( for the slider, checkbox, ratiobutton, spinbox ).
Fixed text alignment on cUITextBox.
This commit is contained in:
spartanj
2010-10-11 22:20:26 -03:00
parent 51ab5efd9d
commit e977420aa6
20 changed files with 495 additions and 59 deletions

View File

@@ -89,6 +89,8 @@ void cUICheckBox::Active( const bool& active ) {
mActive = true;
}
OnValueChange();
}
const bool& cUICheckBox::Active() const {