ladybird/Userland/Applications/Help
kleines Filmröllchen 7e34b88ed4 LibGUI: Fully support TabWidget in GML
TabWidgets couldn't be used in GML properly, as the GML creation
routines didn't actually call the necessary functions in the TabWidget
to get a new tab added. This commit fixes that by making the name of the
tab a normal property, the previously introduced "title", which can be
trivially set from GML. Therefore, try_add_widget() loses an argument
(while try_add_tab doesn't, because it newly constructs the widget).
This allows us to get rid of the silly "fixing my widget tree after the
fact" code in Help and will make it super easy to use TabWidget in
future GML. :^)
2022-04-03 12:21:05 +02:00
..
CMakeLists.txt Help: Convert to GML and propagate more errors 2022-03-02 21:37:58 +01:00
HelpWindow.gml LibGUI: Fully support TabWidget in GML 2022-04-03 12:21:05 +02:00
History.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
History.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
main.cpp Help: Convert to GML and propagate more errors 2022-03-02 21:37:58 +01:00
MainWidget.cpp LibGUI: Fully support TabWidget in GML 2022-04-03 12:21:05 +02:00
MainWidget.h Help: Improve search ergonomics 2022-03-02 21:37:58 +01:00
ManualModel.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ManualModel.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ManualNode.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ManualPageNode.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ManualPageNode.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ManualSectionNode.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ManualSectionNode.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00