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

Method HandleSizeChange

src/SFGUI/Notebook.cpp:535–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535void Notebook::HandleSizeChange() {
536 m_first_tab = 0;
537
538 RecalculateSize();
539}
540
541void Notebook::HandleUpdate( float seconds ) {
542 Container::HandleUpdate( seconds );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected