13 namespace visualization {
25 impl_->selected_index_ = index;
34 auto sz = child->CalcPreferredSize(
context, constraints);
35 size.width = std::max(
size.width, sz.width);
36 size.height = std::max(
size.height, sz.height);
44 child->SetFrame(
frame);
53 if (impl_->selected_index_ >= 0 &&
Generic file read and write utility for python interface.