filmov
tv
13. Tkinter: ScrollText

Показать описание
Video code
#Imports the Tkinter Library
from tkinter import*
#Creates a new window
master=Tk()
#Changes the title of the window
#Changes the background of the window
#Changes the size of the window
scrText=scrolledtext.ScrolledText(master, wrap=WORD)
#Imports the Tkinter Library
from tkinter import*
#Creates a new window
master=Tk()
#Changes the title of the window
#Changes the background of the window
#Changes the size of the window
scrText=scrolledtext.ScrolledText(master, wrap=WORD)