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

Method Remove

src/SFGUI/ScrolledWindow.cpp:342–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342void ScrolledWindow::Remove( Widget::Ptr widget ) {
343 if( m_viewport && m_viewport->GetChild() == widget ) {
344 m_viewport->Remove( widget );
345 Container::Remove( m_viewport );
346 m_viewport.reset();
347 }
348}
349
350Viewport::Ptr ScrolledWindow::GetViewport() const {
351 return m_viewport;

Callers

nothing calls this directly

Calls 1

GetChildMethod · 0.80

Tested by

no test coverage detected