""" *REALLY* Small framework for creating/manipulating/deleting gui elements in Tkinter. NOTE: keep this synced with ui.js Author: Raphael Mannadiar Date: 2014/08/21 """ import Tkinter as tk from python_runtime.statecharts_core import Event from drawing import drawing from utils import utils class ui: window = None __nextWindowId = 0 EVENTS = utils._bunch( KEY_PRESS = '', MOUSE_CLICK = '