Added propagation of the program stop event

This commit is contained in:
2022-09-01 22:07:14 +02:00
parent 69db2dbbee
commit 7002439532
4 changed files with 34 additions and 12 deletions

View File

@@ -2,7 +2,6 @@ import tkinter as tk
import tkinter.font as tfont
from tkinter import ttk
from tkinter import scrolledtext as tst
from controller.Frames import Frames
from controller.HomeController import HomeController
class HomeView(ttk.Frame):