mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 02:56:28 +03:00
More refactor and fixes.
--HG-- branch : dev-font
This commit is contained in:
@@ -11,6 +11,14 @@ UIRelativeLayout::UIRelativeLayout() :
|
||||
{
|
||||
}
|
||||
|
||||
Uint32 UIRelativeLayout::getType() const {
|
||||
return UI_TYPE_RELATIVE_LAYOUT;
|
||||
}
|
||||
|
||||
bool UIRelativeLayout::isType( const Uint32& type ) const {
|
||||
return UIWidget::getType() == type ? true : UIWidget::isType( type );
|
||||
}
|
||||
|
||||
UIRelativeLayout * UIRelativeLayout::add(UIWidget * widget) {
|
||||
widget->setParent( this );
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user