mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:27:35 +00:00
LibGUI+Userland: Port TabWidget set_tab_title to new string
This commit is contained in:
parent
4f08a05a3b
commit
66402b0666
6 changed files with 7 additions and 7 deletions
|
@ -83,7 +83,7 @@ public:
|
|||
void remove_tab(Widget& tab) { remove_widget(tab); }
|
||||
void remove_all_tabs_except(Widget& tab);
|
||||
|
||||
void set_tab_title(Widget& tab, StringView title);
|
||||
void set_tab_title(Widget& tab, String title);
|
||||
void set_tab_icon(Widget& tab, Gfx::Bitmap const*);
|
||||
|
||||
bool is_tab_modified(Widget& tab);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue