diff options
author | crupest <crupest@outlook.com> | 2018-09-04 20:24:07 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-09-04 20:24:07 +0800 |
commit | eebec8297a8538c40518ceee043edfc41e3b1343 (patch) | |
tree | 6050abc691cf99ae623231aeb4749f69610748f3 /CruUI/ui/control.h | |
parent | dc1d739f833d594c2bafb6e70e59077756b5d607 (diff) | |
download | cru-eebec8297a8538c40518ceee043edfc41e3b1343.tar.gz cru-eebec8297a8538c40518ceee043edfc41e3b1343.tar.bz2 cru-eebec8297a8538c40518ceee043edfc41e3b1343.zip |
...
Diffstat (limited to 'CruUI/ui/control.h')
-rw-r--r-- | CruUI/ui/control.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CruUI/ui/control.h b/CruUI/ui/control.h index a87e6ce4..ee6abe12 100644 --- a/CruUI/ui/control.h +++ b/CruUI/ui/control.h @@ -120,6 +120,8 @@ namespace cru //Draw this control and its child controls. void Draw(ID2D1DeviceContext* device_context); + virtual void Repaint(); + //*************** region: focus *************** bool RequestFocus(); |