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:
parent
3c8e53ef2b
commit
d73f79a2d2
4 changed files with 94 additions and 2 deletions
|
@ -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&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue