aboutsummaryrefslogtreecommitdiff
path: root/src/ui/ui_manager.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-11-25 22:57:07 +0800
committercrupest <crupest@outlook.com>2018-11-25 22:57:07 +0800
commit22322daf6f51da53740ff95ef2eaceed9a6efcae (patch)
tree06b17b482e2e15cb0692d05b279c61cbd6923b4d /src/ui/ui_manager.hpp
parent5391e781e4682731721c841462904809bc618870 (diff)
downloadcru-22322daf6f51da53740ff95ef2eaceed9a6efcae.tar.gz
cru-22322daf6f51da53740ff95ef2eaceed9a6efcae.tar.bz2
cru-22322daf6f51da53740ff95ef2eaceed9a6efcae.zip
Develop basic functions of ScrollControl.
Diffstat (limited to 'src/ui/ui_manager.hpp')
-rw-r--r--src/ui/ui_manager.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/ui_manager.hpp b/src/ui/ui_manager.hpp
index 6b368e12..9ad68eff 100644
--- a/src/ui/ui_manager.hpp
+++ b/src/ui/ui_manager.hpp
@@ -61,6 +61,10 @@ namespace cru::ui
Microsoft::WRL::ComPtr<ID2D1Brush> list_item_select_border_brush;
Microsoft::WRL::ComPtr<ID2D1Brush> list_item_select_fill_brush;
+ //region ScrollControl
+ Microsoft::WRL::ComPtr<ID2D1Brush> scroll_bar_background_brush;
+ Microsoft::WRL::ComPtr<ID2D1Brush> scroll_bar_border_brush;
+ Microsoft::WRL::ComPtr<ID2D1Brush> scroll_bar_brush;
#ifdef CRU_DEBUG_LAYOUT
//region debug