MCPcopy Create free account
hub / github.com/TankOs/SFGUI / GetHorizontalAdjustment

Method GetHorizontalAdjustment

src/SFGUI/Viewport.cpp:140–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140Adjustment::Ptr Viewport::GetHorizontalAdjustment() const {
141 return m_horizontal_adjustment;
142}
143
144void Viewport::SetHorizontalAdjustment( Adjustment::Ptr horizontal_adjustment ) {
145 if( m_horizontal_adjustment ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected