mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
Browser: Implement notify_request_open_new_tab
This commit is contained in:
parent
640864b32e
commit
9d79a9b214
3 changed files with 9 additions and 2 deletions
|
@ -28,7 +28,7 @@ public:
|
|||
|
||||
GUI::TabWidget& tab_widget();
|
||||
Tab& active_tab();
|
||||
void create_new_tab(URL, bool activate);
|
||||
Tab& create_new_tab(URL, bool activate);
|
||||
void create_new_window(URL);
|
||||
|
||||
GUI::Action& go_back_action() { return *m_go_back_action; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue