Home
last modified time | relevance | path

Searched refs:nwid_cont (Results 1 – 1 of 1) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dwidget.cpp2963 NWidgetContainer *nwid_cont = dynamic_cast<NWidgetContainer *>(*parent); in MakeWidgetTree() local
2965 …assert(*parent == nullptr || (nwid_cont != nullptr && nwid_parent == nullptr) || (nwid_cont == nul… in MakeWidgetTree()
2989 if (nwid_cont != nullptr) nwid_cont->Add(sub_widget); in MakeWidgetTree()
2991 if (nwid_cont == nullptr && nwid_parent == nullptr) { in MakeWidgetTree()