1
0

xuicombobox.h 275 B

12345678910
  1. #ifndef __XUICOMBOBOX_H
  2. #define __XUICOMBOBOX_H
  3. #include <api/skin/widgets/combobox.h>
  4. extern const wchar_t ComboBoxXuiObjectStr[];
  5. extern char ComboBoxXuiSvcName[];
  6. class ComboBoxXuiSvc : public XuiObjectSvc<ComboBox, ComboBoxXuiObjectStr, ComboBoxXuiSvcName> {};
  7. #endif