From 157530b8b6e11efc5573d5a0db8987a440197aa1 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 29 Mar 2019 22:28:40 +0800 Subject: *misc --- source/Asura.Editor/controls/label.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 source/Asura.Editor/controls/label.h (limited to 'source/Asura.Editor/controls/label.h') diff --git a/source/Asura.Editor/controls/label.h b/source/Asura.Editor/controls/label.h new file mode 100644 index 0000000..1d053f8 --- /dev/null +++ b/source/Asura.Editor/controls/label.h @@ -0,0 +1,25 @@ +#ifndef __ASURA_EDITOR_LABEL_H__ +#define __ASURA_EDITOR_LABEL_H__ + +#include +#include + +#include "widget.h" + +namespace AsuraEditor +{ + + class Label + : public Widget + , public AEScripting::Portable