xuidropdownlist.h 311 B

12345678910
  1. #ifndef __XUIDROPDOWNLIST_H
  2. #define __XUIDROPDOWNLIST_H
  3. #include <api/skin/widgets/dropdownlist.h>
  4. extern const wchar_t DropDownListXuiObjectStr[];
  5. extern char DropDownListXuiSvcName[];
  6. class DropDownListXuiSvc : public XuiObjectSvc<DropDownList, DropDownListXuiObjectStr, DropDownListXuiSvcName> {};
  7. #endif