#include "compound_widget.h" void compound_widget::set_content(const std::shared_ptr& content) { child_ = content; } void compound_widget::on_paint(ImGuiIO& io) { }