diff options
author | crupest <crupest@outlook.com> | 2018-09-08 23:31:20 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-09-08 23:31:20 +0800 |
commit | 74031db4b8c366531db5be8fa8d765483ab377b0 (patch) | |
tree | 558ed98f22eb182b7d7017e5a51bdb14d5e92268 /CruUI/ui/window.h | |
parent | 7cbe80c19170c8c742fd280c555eafbd2a51b4da (diff) | |
download | cru-74031db4b8c366531db5be8fa8d765483ab377b0.tar.gz cru-74031db4b8c366531db5be8fa8d765483ab377b0.tar.bz2 cru-74031db4b8c366531db5be8fa8d765483ab377b0.zip |
...
Diffstat (limited to 'CruUI/ui/window.h')
-rw-r--r-- | CruUI/ui/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CruUI/ui/window.h b/CruUI/ui/window.h index cdc67362..7ecea456 100644 --- a/CruUI/ui/window.h +++ b/CruUI/ui/window.h @@ -184,7 +184,7 @@ namespace cru { //Get the size of client area for a window. Size GetSize() override final; - //Set the size of client area for a window. + //This method has no effect for a window. Use SetClientSize instead. void SetSize(const Size& size) override final; |