touchgfx::Container::unlink() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Container::unlink() method

@fn virtual void Container::unlink(); Removes all children by unlinking the first child. Removes all children by unlinking the first child. The parent and sibling pointers of the children are not reset.

Syntax

virtual void unlink();

References

LocationText
Container.hpp:109
virtual void unlink();