mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 08:57:35 +00:00
![]() This patch adds two new API's: - WidgetType& GUI::Window::set_main_widget<WidgetType>(); This creates a new main widget for a window, assigns it, and returns it to you as a WidgetType&. - LayoutType& GUI::Widget::set_layout<LayoutType>(); Same basic idea, creates a new layout, assigns it, and returns it to you as a LayoutType&. |
||
---|---|---|
.. | ||
History.cpp | ||
History.h | ||
main.cpp | ||
Makefile | ||
ManualModel.cpp | ||
ManualModel.h | ||
ManualNode.h | ||
ManualPageNode.cpp | ||
ManualPageNode.h | ||
ManualSectionNode.cpp | ||
ManualSectionNode.h |