Home
last modified time | relevance | path

Searched refs:TabSubIndex (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_double_combo_box.cpp79 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 …]
Ddemowin_combo_box.cpp75 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 …]
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
Ddemowin.h237 int& TabSubIndex() {return (window->manager->tabSubIndex);} in TabSubIndex() function
/CafeSDK-2.12.13-1/system/src/lib/demo/
Ddemowin.cpp355 menu->TabSubIndex() = -1; in BringToFront()
/CafeSDK-2.12.13-1/system/include/cafe/demo/
Ddemowin.h237 int& TabSubIndex() {return (window->manager->tabSubIndex);} in TabSubIndex() function