More window cleaning
This commit is contained in:
parent
6adc441e6f
commit
53c98a227d
29 changed files with 422 additions and 261 deletions
|
@ -23,9 +23,9 @@ public:
|
|||
|
||||
void AppendContent(const std::string& text);
|
||||
|
||||
void OnPaintEvent(const PaintEvent* event) override;
|
||||
void onPaintEvent(const PaintEvent* event) override;
|
||||
|
||||
bool OnMyKeyboardEvent(const KeyboardEvent* event) override;
|
||||
bool onMyKeyboardEvent(const KeyboardEvent* event) override;
|
||||
};
|
||||
|
||||
using TextBoxUPtr = std::unique_ptr<TextBox>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue