Config() in Python Tkinter are used to
destroy the widget
place the widget
change property of the widget
configure the widget
Answers
Answered by
0
Config() in Python Tkinter are used to change property of the widget.
Python Tkinter:
Tkinter is Python’s standard GUI (Graphical User Interface) package. tkinter provides us with a variety of common GUI elements which we can use to build out interface – such as buttons, menus and various kind of entry fields and display areas. We call these elements Widgets.
The button is linked to a function that calls the config() on the label when the button is pressed. All you have to do is assign a new value to the you want changed in the config() function.
Hence,
option(c) change property of the widget.
Project code#SPJ2
Similar questions