#include <mzfc/uiwin.h>#include <mzfc/MzAnimator.h>#include <mzfc/MouseTracker.h>组合类型 | |
| struct | ListItem |
| 列表项数据结构 更多... | |
| class | UiList |
列表控件
| |
类型定义 | |
| typedef bool(* | CompareListItem )(const ListItem &, const ListItem &) |
| 列表项的比较函数类型,返回值为true则交换,false则不交换。 | |
| typedef bool(* CompareListItem)(const ListItem &, const ListItem &) |
列表项的比较函数类型,返回值为true则交换,false则不交换。
1.6.1