#include <mzfc/UiToolTips.h>
#include <mzfc/UiWin.h>
#include <mzfc/MzAnimator.h>
#include <mzfc/MouseTracker.h>
#include <mzfc/helper.h>
#define UILISTEX_IMAGE_BOTTOM 0x0010 |
#define UILISTEX_IMAGE_HCENTER 0x0002 |
#define UILISTEX_IMAGE_LEFT 0x0004 |
#define UILISTEX_IMAGE_RIGHT 0x0008 |
#define UILISTEX_IMAGE_TOP 0x0020 |
#define UILISTEX_IMAGE_VCENTER 0x0001 |
图标样式
#define UILISTEX_ITEM_ICON_FIRST 0x0001 |
列表项样式参数
#define UILISTEX_ITEM_ICON_SECOND 0x0002 |
#define UILISTEX_ITEM_TEXT_DESCRIPTION 0x0010 |
#define UILISTEX_ITEM_TEXT_POSTSCRIPT1 0x0020 |
#define UILISTEX_ITEM_TEXT_POSTSCRIPT2 0x0040 |
#define UILISTEX_ITEM_TEXT_TITLE 0x0008 |
#define UILISTEX_ITEMTYPE_BASE 6 |
#define UILISTEX_ITEMTYPE_BROWSER 2 |
#define UILISTEX_ITEMTYPE_BROWSER_2 7 |
#define UILISTEX_ITEMTYPE_CONTACT1 1001 |
#define UILISTEX_ITEMTYPE_CONTACT2 1002 |
#define UILISTEX_ITEMTYPE_CONTACT3 1003 |
#define UILISTEX_ITEMTYPE_CONTACT4 1004 |
#define UILISTEX_ITEMTYPE_PHONE 1 |
#define UILISTEX_ITEMTYPE_PHOTO_H 5 |
#define UILISTEX_ITEMTYPE_RECORDER 4 |
#define UILISTEX_ITEMTYPE_SMS 3 |
typedef bool(* CompareListItemEx)(const ListItemEx *, const ListItemEx *) |
列表项的比较函数类型,返回的值代表:第一个参数是否小于第二个参数
anonymous enum |
anonymous enum |
anonymous enum |