mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(ui): improve CSimpleStatusBar
This commit is contained in:
parent
fcc3be490c
commit
ff2a0da254
9 changed files with 75 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue