touchgfx::ScrollableContainer::childGeometryChanged() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::ScrollableContainer::childGeometryChanged()

touchgfx::ScrollableContainer::childGeometryChanged() method

@fn virtual void ScrollableContainer::childGeometryChanged(); Used to signal that the size of one or more children have changed. This function can be called on parent nodes to signal that the size of one or more of its children have changed. Currently only used in ScrollableContainer to redraw scrollbars when the size of the scrolling contents changes. @see Drawable::childGeometryChanged

Syntax

virtual void childGeometryChanged();

References

LocationText
ScrollableContainer.hpp:248
virtual void childGeometryChanged();

Override Tree

Methods overriding this one
touchgfx::ScrollableContainer::childGeometryChanged()