mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00:00
LibGUI: Add TabWidget functions to activate next/previous tab
This commit is contained in:
parent
312501f309
commit
4087e3cfb9
2 changed files with 25 additions and 0 deletions
|
@ -67,6 +67,9 @@ public:
|
|||
|
||||
void set_tab_title(Widget& tab, const StringView& title);
|
||||
|
||||
void activate_next_tab();
|
||||
void activate_previous_tab();
|
||||
|
||||
Function<void(Widget&)> on_change;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue