SetParent sets the parent of the Widget and adds the Widget to the Children list of the Container.
(value Container)
| 79 | // SetParent sets the parent of the Widget and adds the Widget to the |
| 80 | // Children list of the Container. |
| 81 | SetParent(value Container) error |
| 82 | |
| 83 | // SetToolTipText sets the tool tip text of the Widget. |
| 84 | SetToolTipText(s string) error |
no outgoing calls
no test coverage detected