diff options
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 b9dccf19..f4302e80 100644 --- a/CruUI/ui/control.h +++ b/CruUI/ui/control.h @@ -136,6 +136,8 @@ namespace cru //*************** region: layout *************** + void Relayout(); + void Measure(const Size& available_size); void Layout(const Rect& rect); |