| 335 | } |
| 336 | |
| 337 | Notebook::IndexType Notebook::GetPrelightTab() const { |
| 338 | return m_prelight_tab; |
| 339 | } |
| 340 | |
| 341 | Notebook::ChildLabelPair::ChildLabelPair( Widget::Ptr child_, Widget::Ptr tab_label_ ) : |
| 342 | child( child_ ), |
no outgoing calls
no test coverage detected