aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-09 20:48:13 +0800
committercrupest <crupest@outlook.com>2020-11-09 20:48:13 +0800
commitc5fe6fc72e9bca222e6d7b94fd47523089083fdd (patch)
treec125bb895641cc155c4555dde1c45751d8f63ce2 /include
parentbed29872d2a7befff9d4cb7313cb40060326a95e (diff)
downloadcru-c5fe6fc72e9bca222e6d7b94fd47523089083fdd.tar.gz
cru-c5fe6fc72e9bca222e6d7b94fd47523089083fdd.tar.bz2
cru-c5fe6fc72e9bca222e6d7b94fd47523089083fdd.zip
...
Diffstat (limited to 'include')
-rw-r--r--include/cru/ui/controls/RootControl.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/ui/controls/RootControl.hpp b/include/cru/ui/controls/RootControl.hpp
index b3fa6101..53e69e7c 100644
--- a/include/cru/ui/controls/RootControl.hpp
+++ b/include/cru/ui/controls/RootControl.hpp
@@ -24,6 +24,7 @@ class RootControl : public LayoutControl {
// and shown.
void Show(bool create = true);
+ Rect GetRect();
void SetRect(const Rect& rect);
protected: