mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 02:26:29 +03:00
UINode::setSkin now can be NULL.
Added tag to RadioButton::active, RadioButton::inactive, DropDownList::ListBox::item. --HG-- branch : dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user