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
|
|
@ -20,6 +20,10 @@ class CSimpleMessageScrollFrame : public CSimpleHyperlinkedFrame {
|
|||
// Virtual member functions
|
||||
virtual bool IsA(int32_t type);
|
||||
virtual int32_t GetScriptMetaTable();
|
||||
|
||||
// Member variables
|
||||
int32_t m_atTop = 0;
|
||||
int32_t m_atBottom = 1;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue