| 1460 | pop_per_item_state(); |
| 1461 | } |
| 1462 | bool PySubLayout::collapsing_header(const std::string& l, bool default_open) { |
| 1463 | advance_child(); |
| 1464 | apply_state(); |
| 1465 | auto r = parent_->collapsing_header(l, default_open); |
| 1466 | pop_per_item_state(); |
| 1467 | return r; |
| 1468 | } |
| 1469 | bool PySubLayout::tree_node(const std::string& l) { |
| 1470 | advance_child(); |
| 1471 | apply_state(); |
no test coverage detected