Searched refs:TabSubIndex (Results 1 – 5 of 5) sorted by relevance
79 TabSubIndex() = -1; in Update()84 TabSubIndex() = this->pos1 - this->bar1.pos; in Update()98 TabSubIndex() = this->pos1 - this->bar1.pos; in Update()108 TabSubIndex() = 0; in Update()171 TabSubIndex() ++; in Update()172 if (TabSubIndex() > visibleCount - 1) in Update()174 TabSubIndex() = visibleCount - 1; in Update()185 TabSubIndex() --; in Update()186 if (TabSubIndex() < 0) in Update()188 TabSubIndex() = 0; in Update()[all …]
75 TabSubIndex() = -1; in Update()107 TabSubIndex() = 0; in Update()124 if (TabSubIndex() == -1) in Update()125 TabSubIndex() = 0; in Update()143 TabSubIndex() ++; in Update()144 if (TabSubIndex() > visibleCount - 1) in Update()146 TabSubIndex() = visibleCount - 1; in Update()157 TabSubIndex() --; in Update()158 if (TabSubIndex() < 0) in Update()160 TabSubIndex() = 0; in Update()[all …]
237 int& TabSubIndex() {return (window->manager->tabSubIndex);} in TabSubIndex() function
355 menu->TabSubIndex() = -1; in BringToFront()