| 710 | } |
| 711 | |
| 712 | void Notebook::HandleGlobalVisibilityChange() { |
| 713 | Container::HandleGlobalVisibilityChange(); |
| 714 | |
| 715 | RecalculateSize(); |
| 716 | } |
| 717 | |
| 718 | void Notebook::SetScrollable( bool scrollable ) { |
| 719 | m_scrollable = scrollable; |
nothing calls this directly
no outgoing calls
no test coverage detected