mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 16:45:08 +00:00
IRCClient: Add menus.
This commit is contained in:
parent
746144f783
commit
5c2d405e1f
6 changed files with 75 additions and 34 deletions
|
@ -15,7 +15,7 @@ public:
|
|||
|
||||
GAction* action_at(int);
|
||||
|
||||
void add_action(RetainPtr<GAction>&&);
|
||||
void add_action(Retained<GAction>&&);
|
||||
void add_separator();
|
||||
|
||||
Function<void(unsigned)> on_item_activation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue