10 #include <Wt/WContainerWidget.h> 58 std::unique_ptr<TreeNode> makeTreeFolder(
const std::string name);
66 std::unique_ptr<TreeNode> makeTreeFile(
const std::string name);
71 #endif // DEMO_TREE_LIST WPushButton * removeFolderButton_
A demonstration of the treelist.
WPushButton * addFolderButton_
Example implementation of a single tree list node.