MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / prop_enum

Method prop_enum

src/python/lfs/py_ui.cpp:1497–1501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers 1

drawMethod · 0.45

Calls 1

draw_prop_enum_buttonFunction · 0.85

Tested by

no test coverage detected