Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 375 Bytes

oop.md

File metadata and controls

7 lines (6 loc) · 375 Bytes

Relationship between Child and Parent Widgets

Widgets can be stand-alone or be containers. A widget containing other widgets is called the parent of the contained widgets. By the same logic, if a widget is contained in another widget, it is considered a child widget of the parent widget, where the parent widget is the next immediately enclosing container widget.