Home
last modified time | relevance | path

Searched defs:ComboBox (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/
Ddemowin_combo_box.h22 struct ComboBox : public MenuItem struct
27 static ComboBox* Add(const ComboBox& item); argument
34 SubCombo** data;
35 int count;
37 int over;
38 int pos;
40 int* target;
42 VoidFuncP func;
43 void* funcExtra;
45 bool flipped;
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/
Ddemowin_combo_box.h22 struct ComboBox : public MenuItem struct
27 static ComboBox* Add(const ComboBox& item); argument
34 SubCombo** data;
35 int count;
37 int over;
38 int pos;
40 int* target;
42 VoidFuncP func;
43 void* funcExtra;
45 bool flipped;
[all …]