feat(ui): improve CSimpleStatusBar

This commit is contained in:
VDm 2025-08-12 00:47:58 +04:00
parent fcc3be490c
commit ff2a0da254
9 changed files with 75 additions and 4 deletions

View file

@ -27,6 +27,11 @@ CSimpleStatusBar::CSimpleStatusBar(CSimpleFrame* parent)
: CSimpleFrame(parent) {
}
void CSimpleStatusBar::SetOrientation(uint32_t orientation) {
this->m_flags |= 1;
this->m_orientation = orientation;
}
bool CSimpleStatusBar::IsA(int32_t type) {
return type == CSimpleStatusBar::s_objectType
|| type == CSimpleFrame::s_objectType