@@ -113,7 +113,7 @@ namespace tgui
113113 virtual ~Widget ();
114114
115115 // ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
116- // / @brief Loads the widget from a form node (renderer map plus optional runtime themes / Theme.* fallbacks )
116+ // / @brief Loads the widget from a form node (with theme resources )
117117 // ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
118118 void load (const std::unique_ptr<DataIO::Node>& node, const WidgetLoadResources& resources);
119119
@@ -1166,7 +1166,7 @@ namespace tgui
11661166 using LoadingRenderersMap = std::map<String, std::shared_ptr<RendererData>>;
11671167
11681168 // ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1169- // / @brief Loads widget fields from a form node using the given resources (theme-aware path)
1169+ // / @brief Loads widget fields from a form node using the given resources
11701170 // ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
11711171 void loadUsingResources (const std::unique_ptr<DataIO::Node>& node, const WidgetLoadResources& resources);
11721172
@@ -1183,7 +1183,7 @@ namespace tgui
11831183 TGUI_NODISCARD virtual std::unique_ptr<DataIO::Node> save (SavingRenderersMap& renderers) const ;
11841184
11851185 // ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1186- // / @brief Loads the widget from a tree of nodes (override for derived widgets; theme context from load(WidgetLoadResources))
1186+ // / @brief Loads the widget from a tree of nodes
11871187 // ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
11881188 virtual void load (const std::unique_ptr<DataIO::Node>& node, const LoadingRenderersMap& renderers);
11891189
0 commit comments