| 45 | } |
| 46 | |
| 47 | void TabItem::setButtonWidth(int _width) |
| 48 | { |
| 49 | TabControl* owner = getParent() != nullptr ? getParent()->castType<TabControl>(false) : nullptr; |
| 50 | if (owner != nullptr) |
| 51 | owner->setButtonWidth(this, _width); |
| 52 | } |
| 53 | |
| 54 | void TabItem::setPropertyOverride(std::string_view _key, std::string_view _value) |
| 55 | { |
no outgoing calls
no test coverage detected