LibuiControl returns the uiControl pointer for the Control. This is intended for use when adding a control to a container.
()
| 22 | // This is intended for use when adding a control to a |
| 23 | // container. |
| 24 | LibuiControl() uintptr |
| 25 | |
| 26 | // Destroy destroys the Control. |
| 27 | Destroy() |