mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
IRCClient: Add a toolbar with some actions.
This commit is contained in:
parent
b54ab06595
commit
3a3aa74b2e
13 changed files with 76 additions and 17 deletions
|
@ -47,6 +47,7 @@ public:
|
|||
virtual void focusout_event(GEvent&);
|
||||
virtual void enter_event(GEvent&);
|
||||
virtual void leave_event(GEvent&);
|
||||
virtual void child_event(GChildEvent&) override;
|
||||
|
||||
Rect relative_rect() const { return m_relative_rect; }
|
||||
Point relative_position() const { return m_relative_rect.location(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue