| 1495 | } |
| 1496 | |
| 1497 | bool PySubLayout::prop_enum(nb::object data, const std::string& prop_id, |
| 1498 | const std::string& value, const std::string& text) { |
| 1499 | advance_child(); |
| 1500 | return draw_prop_enum_button(data, prop_id, value, text); |
| 1501 | } |
| 1502 | |
| 1503 | bool PySubLayout::begin_table(const std::string& id, int columns) { |
| 1504 | advance_child(); |
no test coverage detected