diff -r c02818d7e29f -r 7e61baa047f0 svgui/svguilib.py --- a/svgui/svguilib.py Mon Aug 14 22:30:41 2017 +0300 +++ b/svgui/svguilib.py Mon Aug 14 23:27:15 2017 +0300 @@ -22,6 +22,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + class button: def __init__(self, parent, id, args): @@ -115,6 +116,7 @@ self.updateElements() self.dragging = False + class textControl: def __init__(self, parent, id, args):