Examveda

Which method is used to set the size of a widget in Tkinter?

A. set_size()

B. resize()

C. size()

D. config()

Answer: Option D

Solution (By Examveda Team)

The config() method is used to configure the properties of a widget, including its size.

This Question Belongs to Python Program >> GUI Programming With Python

Join The Discussion

Related Questions on GUI Programming with Python