Go to the documentation of this file.
19 Base::initialiseOverride();
31 Base::shutdownOverride();
40 Base::setCaption(_value);
48 return Base::getCaption();
61 if (_key ==
"ButtonWidth")
66 Base::setPropertyOverride(_key, _value);
void setButtonWidth(int _value=DEFAULT)
Set button width.
void setItemName(TabItem *_item, const UString &_name)
Replace an item name.
void setButtonWidth(TabItem *_item, int _width=DEFAULT)
Set button width.
void _notifyDeleteItem(TabItem *_item)
const UString & getItemName(TabItem *_item)
Get item name.
const UString & getCaption() override
A UTF-16 string with implicit conversion to/from std::string and std::wstring.
void shutdownOverride() override
void setPropertyOverride(const std::string &_key, const std::string &_value) override
void setCaption(const UString &_value) override
Type * castType(bool _throw=true)
void initialiseOverride() override
TabControl properties. Skin childs. TabControl widget description should be here.