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

Method RefreshAll

src/SFGUI/Widget.cpp:798–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796}
797
798void Widget::RefreshAll() {
799 for( const auto& root_widget : root_widgets ) {
800 root_widget->Refresh();
801 }
802}
803
804void Widget::HandleRequisitionChange() {
805}

Callers

nothing calls this directly

Calls 1

RefreshMethod · 0.45

Tested by

no test coverage detected