""" *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 """ try: import Tkinter as tk except ImportError: import tkinter as tk from src.python_sccd.python_sccd_runtime.libs.drawing import drawing from src.python_sccd.python_sccd_runtime.libs.utils import utils from sccd.runtime.statecharts_core import Event class ui: window = None __nextWindowId = 0 EVENTS = utils._bunch( KEY_PRESS = '', MOUSE_CLICK = '