| 533 | } |
| 534 | |
| 535 | void Notebook::HandleSizeChange() { |
| 536 | m_first_tab = 0; |
| 537 | |
| 538 | RecalculateSize(); |
| 539 | } |
| 540 | |
| 541 | void Notebook::HandleUpdate( float seconds ) { |
| 542 | Container::HandleUpdate( seconds ); |
nothing calls this directly
no outgoing calls
no test coverage detected