Home
last modified time | relevance | path

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

/dports/www/wt/wt-4.6.1/examples/wt-homepage/
H A DHome.h30 longDescription_(longDescription) { in Lang()
33 std::string code_, path_, shortDescription_, longDescription_; member
H A DHome.C128 …->addWidget(std::make_unique<WAnchor>(WLink(LinkType::InternalPath, l.path_), l.longDescription_)); in createHome()