mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(ui): add CSimpleHyperlinkButton class
This commit is contained in:
parent
0950f7dae3
commit
148285ad01
8 changed files with 164 additions and 1 deletions
12
src/ui/CSimpleMessageScrollFrame.hpp
Normal file
12
src/ui/CSimpleMessageScrollFrame.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef UI_C_SIMPLE_MESSAGE_SCROLL_FRAME_HPP
|
||||
#define UI_C_SIMPLE_MESSAGE_SCROLL_FRAME_HPP
|
||||
|
||||
#include "ui/CSimpleHyperlinkedFrame.hpp"
|
||||
|
||||
class CSimpleMessageScrollFrame : public CSimpleHyperlinkedFrame {
|
||||
public:
|
||||
// Member functions
|
||||
CSimpleMessageScrollFrame(CSimpleFrame* parent);
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue