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

Method GetViewport

src/SFGUI/ScrolledWindow.cpp:350–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350Viewport::Ptr ScrolledWindow::GetViewport() const {
351 return m_viewport;
352}
353
354void ScrolledWindow::HandleChildInvalidate( Widget::PtrConst child ) const {
355 // A child has been invalidated. Update Scrollbars.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected