1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:47:46 +00:00

VisualBuilder: Allow resizing widgets using their grabbers.

This commit is contained in:
Andreas Kling 2019-04-11 02:35:30 +02:00
parent 3c8e53ef2b
commit d73f79a2d2
4 changed files with 94 additions and 2 deletions

View file

@ -33,6 +33,7 @@ public:
void set_rect(const Rect& rect) { m_rect = rect; }
Rect grabber_rect(Direction) const;
Direction grabber_at(const Point&) const;
void paint(GPainter&);