nerdexam
Python_Institute

PCPP-32-101 · Question #58

Which of the following is not a widget property?

The correct answer is B. depth. depth is not a standard widget property in Tkinter, unlike width, underline, and highlightthickness.

Advanced OOP

Question

Which of the following is not a widget property?

Options

  • Awidth
  • Bdepth
  • Cunderline
  • Dhighlightthickness

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    86% (25)
  • C
    3% (1)
  • D
    7% (2)

Explanation

depth is not a standard widget property in Tkinter, unlike width, underline, and highlightthickness.

Topics

#tkinter#widget properties#GUI#highlightthickness

Community Discussion

No community discussion yet for this question.

Full PCPP-32-101 Practice