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

Method HandleChildInvalidate

src/SFGUI/ScrolledWindow.cpp:354–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354void ScrolledWindow::HandleChildInvalidate( Widget::PtrConst child ) const {
355 // A child has been invalidated. Update Scrollbars.
356 RecalculateAdjustments();
357 RecalculateContentAllocation();
358 Container::HandleChildInvalidate( child );
359 Invalidate();
360}
361
362const std::string& ScrolledWindow::GetName() const {
363 static const std::string name( "ScrolledWindow" );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected