Home
last modified time | relevance | path

Searched refs:RIBBON_TABS (Results 1 – 4 of 4) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/widgets/
H A Dribbon_widget.cpp177 if (getRibbonType() == RIBBON_TABS) in add()
649 if (m_ribbon_type == RIBBON_COMBO || m_ribbon_type == RIBBON_TABS || in moveToNextItem()
749 if (m_ribbon_type == RIBBON_COMBO || m_ribbon_type == RIBBON_TABS || in focused()
802 if (m_ribbon_type == RIBBON_COMBO || m_ribbon_type == RIBBON_TABS || in mouseHovered()
976 if(m_ribbon_type == RIBBON_TABS || m_ribbon_type == RIBBON_VERTICAL_TABS) in setFlip()
H A Dribbon_widget.hpp40 RIBBON_TABS, //!< a tab bar enumerator
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/
H A Dscreen_loader.cpp105 append_to.push_back(new RibbonWidget(RIBBON_TABS)); in parseScreenFileDiv()
H A Dskin.cpp336 else if (ribbon_type == RIBBON_TABS) in getValue()
1190 if (type == RIBBON_TABS) in drawRibbonChild()