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

touchgfx::Drawable::childGeometryChanged() method

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

Syntax

virtual void childGeometryChanged();

Override Tree

Overridden methods
touchgfx::Drawable::childGeometryChanged()