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

Method SetTabPosition

src/SFGUI/Notebook.cpp:264–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264void Notebook::SetTabPosition( TabPosition tab_position ) {
265 m_tab_position = tab_position;
266}
267
268Notebook::IndexType Notebook::GetCurrentPage() const {
269 return m_current_page;

Callers 1

RunMethod · 0.80

Calls

no outgoing calls

Tested by 1

RunMethod · 0.64