UINode::setSkin now can be NULL.

Added tag to RadioButton::active, RadioButton::inactive, DropDownList::ListBox::item.

--HG--
branch : dev
This commit is contained in:
Martín Lucas Golini
2019-12-08 22:08:07 -03:00
parent 2ac0b8b843
commit 4c4e329c8f
6 changed files with 26 additions and 5 deletions

View File

@@ -12,8 +12,12 @@ class EE_API UIListBoxItem : public UITextView {
public:
static UIListBoxItem * New();
static UIListBoxItem * NewWithTag( const std::string& tag );
UIListBoxItem();
UIListBoxItem( const std::string& tag );
virtual ~UIListBoxItem();
virtual Uint32 getType() const;