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

touchgfx::ScrollableContainer::getXBorder() const method

@fn Rect ScrollableContainer::getXBorder(const Rect& xBar, const Rect& yBar) const; Gets the area where the horizontal scrollbar can move. Gets the area where the horizontal scrollbar can move.

Syntax

Rect getXBorder(const Rect& xBar,     const Rect& yBar) const;

Arguments

xBar

The current horizontal scrollbar, supplied for caching reasons.

yBar

The current vertical scrollbar, supplied for caching reasons.

Return value

The area.

References

LocationText
ScrollableContainer.hpp:431
Rect getXBorder(const Rect& xBar, const Rect& yBar) const;

Type Use

Type of touchgfx::ScrollableContainer::getXBorder() const
touchgfx::ScrollableContainer::getXBorder() const
all items filtered out