Home
last modified time | relevance | path

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

/dports/www/wt/wt-4.6.1/examples/wt-homepage/
H A DHome.h131 std::unique_ptr<WContainerWidget> sideBarContent_; variable
H A DHome.C175 sideBarContent_ = std::make_unique<WContainerWidget>(); in createHome()
180 result->bindWidget("sidebar", std::move(sideBarContent_)); in createHome()