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

touchgfx::ListLayout::setDirection() method

@fn virtual void ListLayout::setDirection(const Direction d); Sets the direction of the ListLayout. Sets the direction of the ListLayout. If elements have already been added to the ListLayout, these elements will be repositioned to adhere to the new direction. @see getDirection()

Syntax

virtual void setDirection(const Direction d);

Arguments

d

The new Direction to grow in when added children (either SOUTH or EAST).

References

LocationText
ListLayout.hpp:79
virtual void setDirection(const Direction d);