aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/ScrollView.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-02-10 19:49:06 +0800
committercrupest <crupest@outlook.com>2022-02-10 19:49:06 +0800
commitc1dbad5fdf0560983e6c832eddded6f610eae94e (patch)
tree40f22f7e6aa7ef39c49b1c007beed37130fc0b5d /include/cru/ui/controls/ScrollView.h
parentb2622f654598f82a220a98daaa84fed9ce3b92b2 (diff)
downloadcru-c1dbad5fdf0560983e6c832eddded6f610eae94e.tar.gz
cru-c1dbad5fdf0560983e6c832eddded6f610eae94e.tar.bz2
cru-c1dbad5fdf0560983e6c832eddded6f610eae94e.zip
...
Diffstat (limited to 'include/cru/ui/controls/ScrollView.h')
-rw-r--r--include/cru/ui/controls/ScrollView.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/cru/ui/controls/ScrollView.h b/include/cru/ui/controls/ScrollView.h
index 43b6390c..244977d5 100644
--- a/include/cru/ui/controls/ScrollView.h
+++ b/include/cru/ui/controls/ScrollView.h
@@ -7,17 +7,11 @@ namespace cru::ui::controls {
class CRU_UI_API ScrollView
: public SingleChildControl<render::ScrollRenderObject> {
public:
- static ScrollView* Create() { return new ScrollView(); }
-
static constexpr StringView kControlType = u"ScrollView";
- protected:
ScrollView();
-
- public:
CRU_DELETE_COPY(ScrollView)
CRU_DELETE_MOVE(ScrollView)
-
~ScrollView() override;
public: