blob: 6e4e55af5e7ba59de79745301510c0b536d42c32 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __XUIDROPDOWNLIST_H
#define __XUIDROPDOWNLIST_H
#include <api/skin/widgets/dropdownlist.h>
extern const wchar_t DropDownListXuiObjectStr[];
extern char DropDownListXuiSvcName[];
class DropDownListXuiSvc : public XuiObjectSvc<DropDownList, DropDownListXuiObjectStr, DropDownListXuiSvcName> {};
#endif
|