Files
ladybird/Userland/Libraries/LibGUI
Baitinq 61789de11d LibGUI: Add GUI::TabWidget::add_tab() that takes a constructed tab
This patch adds a new add_tab() function in GUI::TabWidget that takes
an already created NonnullRefPtr<Widget> object. This allows us to
handle errors while creating the Tab object and then pass it to this
function to actually add the object to the TabWidget.
2022-12-16 09:58:51 +01:00
..
2022-11-19 11:04:11 +01:00
2022-12-05 13:59:00 +00:00