|
|
@@ -3,7 +3,7 @@ try: |
|
|
|
except ImportError: |
|
|
|
from tkinter import * |
|
|
|
|
|
|
|
from tkinter import font |
|
|
|
#from tkinter import font |
|
|
|
from UIController import * |
|
|
|
|
|
|
|
|
|
|
@@ -63,7 +63,7 @@ class View(Tk): |
|
|
|
def createTopFrame(self): |
|
|
|
self.topFrame = Frame(self, bg=self.layout["backgroundBar"], height=50, width=500) |
|
|
|
self.changeBtn = Button(self.topFrame, text="Wechsel zu taktilen BCI", command=lambda: self.controller.actionPerformed("wechsel"), height=2, width = 25, font=self.layout["fontSmall"], bg=self.layout["backgroundBtn"], fg=self.layout["fontColor"]) |
|
|
|
self.saveBtn = Button(self.topFrame, text="Änderung des Speicherorts", command=lambda: self.controller.actionPerformed("speicherort"), height=2, width = 25, font=self.layout["fontSmall"], bg=self.layout["backgroundBtn"], fg=self.layout["fontColor"]) |
|
|
|
self.saveBtn = Button(self.topFrame, text="Aenderung des Speicherorts", command=lambda: self.controller.actionPerformed("speicherort"), height=2, width = 25, font=self.layout["fontSmall"], bg=self.layout["backgroundBtn"], fg=self.layout["fontColor"]) |
|
|
|
self.toplabel = Label(self.topFrame, text="visuelles Buchstabieren", font=self.layout["font"], bg=self.layout["backgroundBar"], fg=self.layout["fontColor"], ) |
|
|
|
|
|
|
|
self.topFrame.grid(column=0, row=0) |