beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
2022-06-20, Edouard Tisserant
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")