blob: 4d60e0addbd9e0f7871064b0c26bb4cf1c9cd018 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __XUICOMBOBOX_H
#define __XUICOMBOBOX_H
#include <api/skin/widgets/combobox.h>
extern const wchar_t ComboBoxXuiObjectStr[];
extern char ComboBoxXuiSvcName[];
class ComboBoxXuiSvc : public XuiObjectSvc<ComboBox, ComboBoxXuiObjectStr, ComboBoxXuiSvcName> {};
#endif
|