create class emmisiongui

This commit is contained in:
vincent 2018-08-22 13:20:41 +02:00
parent 941bbf9d2f
commit 3e0f6f2e25

View File

@ -64,6 +64,11 @@ class ScrollableCanvas(Frame):
# update the inner frame's width to fill the canvas
canvas.itemconfigure(interior_id, width=canvas.winfo_width())
canvas.bind('<Configure>', _configure_canvas)
class emmisionGUI(frame):
def __init__(parent,**kwarg):
Frame.__init(parent)
class Interface:
def __init__(self):