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

Method HandleGlobalVisibilityChange

src/SFGUI/Notebook.cpp:712–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710}
711
712void Notebook::HandleGlobalVisibilityChange() {
713 Container::HandleGlobalVisibilityChange();
714
715 RecalculateSize();
716}
717
718void Notebook::SetScrollable( bool scrollable ) {
719 m_scrollable = scrollable;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected