Home
last modified time | relevance | path

Searched refs:mTabScrollIndex (Results 1 – 2 of 2) sorted by relevance

/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/
H A Dtabbedarea.cpp94 mTabScrollIndex(0), in TabbedArea()
521 Tab *const tab = mTabs[mTabScrollIndex - 1].first; in widgetResized()
526 --mTabScrollIndex; in widgetResized()
624 for (size_t i = mTabScrollIndex; i < sz; ++i) in adjustTabPositions()
634 if (mTabScrollIndex > 0) in adjustTabPositions()
637 for (unsigned i = 0; i < mTabScrollIndex; ++i) in adjustTabPositions()
663 if (mTabScrollIndex != 0U) in action()
664 --mTabScrollIndex; in action()
669 ++mTabScrollIndex; in action()
694 mTabScrollIndex = 0; in updateArrowEnableState()
[all …]
H A Dtabbedarea.h290 unsigned int mTabScrollIndex; variable