Cleanup widgets
This commit is contained in:
parent
9e7704a446
commit
15127c5122
19 changed files with 455 additions and 221 deletions
|
|
@ -11,6 +11,9 @@ namespace tp {
|
|||
void eventDraw(Canvas& canvas) override;
|
||||
void eventUpdateConfiguration(WidgetManager& wm) override;
|
||||
|
||||
[[nodiscard]] bool isFloating() const;
|
||||
void stopFloating();
|
||||
|
||||
private:
|
||||
void checkFloating(const Events& events);
|
||||
void checkResizing(const Events& events);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue