1
0

xuihistoryedit.h 314 B

12345678910
  1. #ifndef __XUIHISTORYEDITBOX_H
  2. #define __XUIHISTORYEDITBOX_H
  3. #include <api/skin/widgets/historyeditbox.h>
  4. extern const wchar_t HistoryEditXuiObjectStr[];
  5. extern char HistoryEditXuiSvcName[];
  6. class HistoryEditXuiSvc : public XuiObjectSvc<HistoryEditBox, HistoryEditXuiObjectStr, HistoryEditXuiSvcName> {};
  7. #endif