create class emmisiongui
This commit is contained in:
parent
941bbf9d2f
commit
3e0f6f2e25
@ -64,6 +64,11 @@ class ScrollableCanvas(Frame):
|
|||||||
# update the inner frame's width to fill the canvas
|
# update the inner frame's width to fill the canvas
|
||||||
canvas.itemconfigure(interior_id, width=canvas.winfo_width())
|
canvas.itemconfigure(interior_id, width=canvas.winfo_width())
|
||||||
canvas.bind('<Configure>', _configure_canvas)
|
canvas.bind('<Configure>', _configure_canvas)
|
||||||
|
class emmisionGUI(frame):
|
||||||
|
def __init__(parent,**kwarg):
|
||||||
|
Frame.__init(parent)
|
||||||
|
|
||||||
|
|
||||||
class Interface:
|
class Interface:
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user