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

Method GetPrelightTab

src/SFGUI/Notebook.cpp:337–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337Notebook::IndexType Notebook::GetPrelightTab() const {
338 return m_prelight_tab;
339}
340
341Notebook::ChildLabelPair::ChildLabelPair( Widget::Ptr child_, Widget::Ptr tab_label_ ) :
342 child( child_ ),

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected