diff options
Diffstat (limited to 'Src/Wasabi/api/skin/widgets/xuicombobox.h')
-rw-r--r-- | Src/Wasabi/api/skin/widgets/xuicombobox.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Src/Wasabi/api/skin/widgets/xuicombobox.h b/Src/Wasabi/api/skin/widgets/xuicombobox.h new file mode 100644 index 00000000..4d60e0ad --- /dev/null +++ b/Src/Wasabi/api/skin/widgets/xuicombobox.h @@ -0,0 +1,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 |