author | Edouard Tisserant <edouard.tisserant@gmail.com> |
Fri, 10 Sep 2021 14:42:46 +0200 | |
branch | wxPython4 |
changeset 3311 | d73af2eeea05 |
parent 3241 | fe945f1f48b7 |
child 3320 | 9fe5b4a04acc |
permissions | -rw-r--r-- |
// widget_list.ysl2 widget_desc("List") { // TODO } widget_defs("List") { | items: { foreach "$hmi_element/*[@inkscape:label]" { | «@inkscape:label»: "«@id»", } | }, } widget_defs("TextStyleList") { // TODO } widget_defs("TextStyleList") { | styles: { foreach "$hmi_element/*[@inkscape:label]" { const "style", "func:refered_elements(.)[self::svg:text]/@style"; | «@inkscape:label»: "«$style»", } | }, }