beremiz
Clone
Summary
Browse
Changes
Graph
Workaround RubberBand drawing problem on GTK3
wxPython4
2021-09-05, Edouard Tisserant
841fb2ee1213
Workaround RubberBand drawing problem on GTK3
// 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»",
}
| },
}