Searched refs:menu (Results 1 – 6 of 6) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_tab_window.cpp | 45 … menu->DrawBox(CVec3(x, y, 0.99), CVec2(buttonWidth, buttonHeight), CVec4(0.2, 0.2, 0.2)); in Draw() 47 menu->DrawQuad(CVec3(x, y, 0.99), CVec2(buttonWidth, buttonHeight), CVec4(0, 0, 0, 0)); in Draw() 50 … menu->DrawBox(CVec3(x, y, 0.9901), CVec2(buttonWidth, buttonHeight), CVec4(0.3, 0.3, 0.3)); in Draw() 52 …menu->DrawTextCenter(tabWindowList[i]->name, CVec3(x, y, 0.9902), CVec2(buttonWidth, textHeight), … in Draw() 86 if (canUpdate && menu->CursorColliding(0, -height / 2, GetWidth(), height)) in PreUpdate() 89 … tabWindowOver = (menu->CursorX() - this->GetLeft()) / this->GetWidth() * tabWindowList.size(); in PreUpdate() 92 if (menu->PositiveTriggered()) in PreUpdate()
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demowin.cpp | 176 menu = new MenuItem(this); in Window() 189 delete menu; in ~Window() 354 menu->TabIndex() = NULL; in BringToFront() 355 menu->TabSubIndex() = -1; in BringToFront()
|
| /CafeSDK-2.12.13-1/system/src/lib/libsys/ |
| D | _readme.txt | 25 "Build Selected Files" option of the MULTI Builder's "Build" menu.
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demowin.h | 91 MenuItem* Menu() {return menu;} in Menu() 136 MenuItem* menu; member
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demowin.h | 91 MenuItem* Menu() {return menu;} in Menu() 136 MenuItem* menu; member
|
| /CafeSDK-2.12.13-1/system/bin/tool/ |
| D | viewcore.bat | 275 echo -h^<elp^> Print this menu
|