Parent Manager
set_parent(parent)
Set the parent widget for all widgets created within the with statement scope,
so you will not have to pass the parent for every created widget.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
parent
|
TParent
|
parent widget |
required |