123456789 |
- #ifndef __DOT_LIST_BOX_H_
- #define __DOT_LIST_BOX_H_
- void dotListBoxInit(char **itemlist,char *title,int total,int forcehandle,unsigned short pindex);
- unsigned short dotListBoxResponse(void);
- unsigned short dotListGetHandle(void);
- unsigned short dotListGetItemNum(void);
- #endif
|