From 553e82e2ad839c93ada1bf1721483a457e2eacda Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 9 Dec 2020 18:21:56 +0800 Subject: ... --- include/cru/ui/helper/BorderStyle.hpp | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 include/cru/ui/helper/BorderStyle.hpp (limited to 'include/cru/ui/helper') diff --git a/include/cru/ui/helper/BorderStyle.hpp b/include/cru/ui/helper/BorderStyle.hpp deleted file mode 100644 index 0ec0d9ee..00000000 --- a/include/cru/ui/helper/BorderStyle.hpp +++ /dev/null @@ -1,23 +0,0 @@ -#pragma once -#include "cru/ui/Base.hpp" - -#include - -namespace cru::ui::helper { -struct BorderStyleOfClickState { - BorderStyleOfClickState(std::optional focus = std::nullopt, - std::optional not_focus = std::nullopt) - : focus(std::move(focus)), not_focus(std::move(not_focus)) {} - - std::optional focus; - std::optional not_focus; -}; - -struct BorderStyleList { - BorderStyle default_one; - std::optional normal; - std::optional hover; - std::optional press; - std::optional press_inactive; -}; -} // namespace cru::ui::helper -- cgit v1.2.3