blob: be15d4077a7b84954d2d0f68f1b4b70de836077a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __XUIHISTORYEDITBOX_H
#define __XUIHISTORYEDITBOX_H
#include <api/skin/widgets/historyeditbox.h>
extern const wchar_t HistoryEditXuiObjectStr[];
extern char HistoryEditXuiSvcName[];
class HistoryEditXuiSvc : public XuiObjectSvc<HistoryEditBox, HistoryEditXuiObjectStr, HistoryEditXuiSvcName> {};
#endif
|