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

LibGUI: Add hook when a tab is middle clicked

This commit is contained in:
FalseHonesty 2020-05-06 23:03:03 -04:00 committed by Andreas Kling
parent cbbfc08f1d
commit bb6258229a
2 changed files with 10 additions and 1 deletions

View file

@ -80,6 +80,7 @@ public:
int uniform_tab_width() const;
Function<void(Widget&)> on_change;
Function<void(Widget&)> on_middle_click;
protected:
TabWidget();